/* ===========================================================
   WebVision NL — styles.css
   =========================================================== */

:root {
  --bg:        #ffffff;        /* kraakhelder wit */
  --bg-2:      #f5f5f7;        /* lichte zacht-grijs voor alt-secties */
  --paper:     #ffffff;
  --primary:   #0a0a14;        /* dieper, krachtiger navy */
  --accent:    #1e5b7a;        /* zelfverzekerd petrol-blauw */
  --accent-2:  #c1502a;        /* spaarzaam terracotta-accent */
  --highlight: #ffd23f;
  --text:      #0a0a14;
  --muted:     #595967;        /* dieper grijs — geen vaal lichtgrijs meer */
  --ink:       #0a0a14;
  --border:    rgba(10,10,20,0.08);
  --border-2:  rgba(10,10,20,0.16);
  --card:      var(--paper);
  --card-hov:  #fafafb;
  --radius:    12px;
  --radius-sm: 8px;
  --shadow-soft: 0 18px 40px -22px rgba(10,10,20,0.18);
  --shadow-card: 0 1px 2px rgba(10,10,20,0.04), 0 10px 30px -16px rgba(10,10,20,0.15);
  --container: 1200px;

  --font-display: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before { display: none; }

main { position: relative; z-index: 1; }

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

a { color: inherit; text-decoration: none; }

::selection { background: var(--accent); color: #0b0b16; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 110px 0;
  position: relative;
}
.section--alt {
  background: var(--bg-2);
}

.section__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0;
  border: 0;
  background: none;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}

h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 14px;
  color: var(--ink);
}
h1 {
  font-size: clamp(2.4rem, 5.5vw + 0.5rem, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(1.9rem, 2.8vw + 0.8rem, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
h3 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
}
p  { margin: 0 0 12px; color: var(--text); }
.muted { color: var(--muted); }
.lead  { font-size: 1.1rem; color: var(--text); }
.small { font-size: 0.85rem; }

/* Geaccentueerd woord met dun petrol-streepje eronder */
.grad {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: var(--ink);
  font-weight: 800;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.grad::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.04em;
  height: 0.10em;
  background: var(--accent);
  z-index: -1;
  border-radius: 1px;
}

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}
.nav.scrolled {
  background: rgba(255,255,255,0.96);
  border-bottom-color: var(--border);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 16px;
}

.nav__logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.nav__logo { display: inline-flex; align-items: center; }
.nav__logo-svg { height: 56px; width: auto; display: block; }
.nav__logo img { height: 56px; width: auto; }

/* Language switcher */
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-2);
  background: var(--paper);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 1px;
  font-family: inherit;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.lang-btn:hover {
  background: var(--bg-2);
  border-color: var(--ink);
}
.lang-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(76,201,240,0.18);
}
.lang-btn__flag { display: inline-flex; }
.lang-btn__code { line-height: 1; }
.lang-btn__chev {
  margin-left: 2px;
  transition: transform .2s ease;
}
.lang-btn[aria-expanded="true"] .lang-btn__chev { transform: rotate(180deg); }

.lang-pop {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 60;
  min-width: 200px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: 0 24px 50px -18px rgba(15,15,30,0.25);
  padding: 8px;
  animation: popIn .22s cubic-bezier(.2,.7,.2,1);
}
.lang-pop[hidden] { display: none; }

.lang-pop__title {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--muted);
  padding: 8px 12px 6px;
}
.lang-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: background .15s ease;
}
.lang-opt:hover { background: rgba(76,201,240,0.08); }
.lang-opt__flag { font-size: 1.1rem; line-height: 1; }
.lang-opt__label { flex: 1; }
.lang-opt__check { color: var(--accent); opacity: 0; }
.lang-opt[aria-checked="true"] {
  background: rgba(76,201,240,0.10);
  color: var(--accent);
  font-weight: 600;
}
.lang-opt[aria-checked="true"] .lang-opt__check { opacity: 1; }


.nav__links {
  display: flex;
  gap: 30px;
  align-items: center;
}
.nav__links a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color .2s ease;
  position: relative;
}
.nav__links a:not(.nav__cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--accent-2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.nav__links a:not(.nav__cta):hover::after { transform: scaleX(1); }

.nav__cta {
  color: var(--bg) !important;
  background: var(--ink);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}
.nav__cta:hover {
  background: #000;
  transform: translateY(-1px);
}
.nav__cta::after { display: none !important; }

.nav__burger {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--border-2);
  background: rgba(15,15,30,0.03);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.nav__burger span {
  position: absolute;
  left: 11px; right: 11px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.nav__burger span:nth-child(1) { top: 14px; }
.nav__burger span:nth-child(2) { top: 20px; }
.nav__burger span:nth-child(3) { top: 26px; }
.nav__burger.open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 130px 0 110px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.hero__particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(closest-side at 15% 25%, rgba(30,91,122,0.07), transparent 70%),
    radial-gradient(closest-side at 85% 75%, rgba(193,80,42,0.05), transparent 70%);
}
.hero__inner { max-width: 880px; margin: 0 auto; }

.hero__sub {
  max-width: 640px;
  margin: 18px auto 36px;
  font-size: 1.15rem;
  color: var(--muted);
}

.hero__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.hero__stats {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 680px;
}
.hero__stats li {
  padding: 24px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-card);
}

.hero__stats strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
}
.hero__stats span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 4px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  font-family: inherit;
  text-decoration: none;
}
.btn--primary {
  background: var(--ink);
  color: var(--bg);
  box-shadow: 0 10px 24px -10px rgba(26,26,46,0.45);
}
.btn--primary:hover {
  transform: translateY(-2px);
  background: #000;
  box-shadow: 0 14px 28px -10px rgba(26,26,46,0.55);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--border-2);
}
.btn--ghost:hover {
  background: var(--paper);
  border-color: var(--ink);
}
.btn--block { width: 100%; }

/* ---------- Two-column ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.two-col--contact { align-items: start; gap: 48px; }

.feature-card {
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow-card);
}
.feature-card__row {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.feature-card__row:last-child { border-bottom: 0; }
.feature-card__row .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 10px;
}
.feature-card__row h3 { margin: 0 0 4px; }
.feature-card__row p  { margin: 0; color: var(--muted); }

/* ---------- Grids ---------- */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ---------- Services ---------- */
.service {
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow-card);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service:hover {
  transform: translateY(-3px);
  border-color: var(--border-2);
  box-shadow: 0 24px 40px -22px rgba(26,26,46,0.25);
}

button.service {
  font-family: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
}
button.service:focus-visible {
  outline: 0;
  border-color: rgba(76,201,240,0.7);
  box-shadow: 0 0 0 4px rgba(76,201,240,0.18);
}
.service h3, .service p, .service .ticks { margin-top: 0; }
.service .ticks { margin-bottom: 18px; }

.service__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  align-self: flex-start;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 8px 0;
  border-bottom: 2px solid var(--ink);
  background: none;
  border-radius: 0;
  transition: gap .2s ease, color .2s ease, border-color .2s ease;
}
.service:hover .service__cta {
  gap: 12px;
  color: var(--accent-2);
  border-bottom-color: var(--accent-2);
}
.service__icon {
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--bg-2);
  color: var(--accent);
  border: 1px solid var(--border);
  margin-bottom: 22px;
}
.service__icon svg { width: 24px; height: 24px; }
.service p { color: var(--muted); }

/* ---------- Tick list ---------- */
.ticks {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.ticks li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: var(--muted);
  border-bottom: 1px dashed var(--border);
}
.ticks li:last-child { border-bottom: 0; }
.ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 14px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.15;
}
.ticks li::after {
  content: "";
  position: absolute;
  left: 4px; top: 18px;
  width: 8px; height: 4px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

/* ---------- Pricing ---------- */
.pricing { align-items: stretch; }

.price {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 38px 30px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--paper);
  box-shadow: var(--shadow-card);
  transition: transform .25s ease, box-shadow .25s ease;
}
.price:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 40px -22px rgba(26,26,46,0.25);
}
.price header { margin-bottom: 12px; }
.price h3 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  font-weight: 700;
}
.price__amount {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 2px;
  color: var(--ink);
}
.price__amount span {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--muted);
  margin-top: 8px;
}
.price .ticks { flex: 1; margin-bottom: 24px; }

/* ---- Info-icoontje rechtsboven in elke prijskaart ---- */
.price__info {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--border-2);
  color: var(--muted);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
  z-index: 3;
  padding: 0;
}
.price__info:hover {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(30,91,122,0.06);
}
.price__info:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(30,91,122,0.2);
}
.price__info[aria-expanded="true"] {
  display: none;
}

/* ---- Overlay paneel met uitleg per onderdeel ---- */
.price__details {
  position: absolute;
  inset: 0;
  background: var(--paper);
  border-radius: var(--radius);
  padding: 32px 26px 26px;
  overflow-y: auto;
  z-index: 2;
  animation: fadeIn .2s ease;
  box-shadow: var(--shadow-card);
}
.price__details[hidden] { display: none; }

.price__details h4 {
  margin: 0 0 18px;
  font-size: 0.85rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.price__details-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--border-2);
  color: var(--muted);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
  padding: 0;
}
.price__details-close:hover {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--bg-2);
}

.price__dl {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.price__dl dt {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.95rem;
}
.price__dl dd {
  margin: 4px 0 0;
  padding: 0 0 14px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  border-bottom: 1px solid var(--border);
}
.price__dl dd:last-child { border-bottom: 0; padding-bottom: 0; }
.price__dl dd strong { color: var(--ink); font-weight: 600; }

.price--featured {
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 0 28px 50px -22px rgba(26,26,46,0.30);
  transform: translateY(-10px);
}
.price--featured:hover {
  transform: translateY(-14px);
  box-shadow: 0 36px 60px -22px rgba(26,26,46,0.35);
}
.price--featured .price__amount,
.price--featured h3 { color: var(--ink); }

.badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--bg);
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ---------- Steps ---------- */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step {
  position: relative;
  padding: 36px 32px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--paper);
  box-shadow: var(--shadow-card);
}

.step__num {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.step__num::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}
.step p { color: var(--muted); margin: 0; }

/* ---------- Reviews ---------- */
.review {
  margin: 0;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: 0 16px 40px -28px rgba(15,15,30,0.2);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review blockquote {
  margin: 0;
  font-size: 1.02rem;
  color: var(--text);
  line-height: 1.65;
}
.stars { color: #f59e0b; font-size: 1.05rem; letter-spacing: 2px; }
.review figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.review figcaption strong { display: block; }
.review figcaption span { color: var(--muted); font-size: 0.9rem; }
.avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--grad);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #0b0b16;
  font-size: 0.92rem;
}

/* ---------- Contact ---------- */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
}
.contact-list a { color: var(--text); }
.contact-list a:hover { color: var(--accent); }
.contact-list__icon {
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--bg-2);
  color: var(--accent);
  border: 1px solid var(--border);
}
.contact-list__icon svg { width: 18px; height: 18px; }

.form {
  padding: 36px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--paper);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 18px;
}
.field { display: grid; gap: 6px; }
.field label {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}
.field input,
.field textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-2);
  background: var(--paper);
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input::placeholder,
.field textarea::placeholder { color: #a09a8a; }
.field input:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(43,94,110,0.15);
}
.field textarea { resize: vertical; min-height: 120px; }

.form__status {
  margin: 4px 0 0;
  font-size: 0.95rem;
  min-height: 1.2em;
}
.form__status.ok    { color: #059669; }
.form__status.error { color: #dc2626; }

/* ---------- Footer ---------- */
.footer {
  padding: 48px 0 36px;
  border-top: 1px solid var(--border);
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.footer__logo img { height: 50px; margin-bottom: 4px; }
.footer p { margin: 0; }

/* ---------- Demo modal ---------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}
.modal[hidden] { display: none; }

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,15,30,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: fadeIn .25s ease;
}
.modal__panel {
  position: relative;
  width: min(960px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: var(--paper);
  border-radius: var(--radius);
  border: 2px solid var(--ink);
  box-shadow: 8px 9px 0 var(--ink);
  padding: 32px 32px 36px;
  animation: popIn .3s cubic-bezier(.2,.7,.2,1);
}
.modal__notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 60px 12px 16px;
  margin: -8px -8px 20px;
  background: var(--highlight);
  border: 2px solid var(--ink);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.45;
}
.modal__notice svg {
  color: var(--ink);
  margin-top: 2px;
  flex-shrink: 0;
}
.modal__notice strong { color: var(--ink); }

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px; height: 38px;
  border-radius: 10px;
  border: 1px solid var(--border-2);
  background: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--text);
  transition: background .2s ease, border-color .2s ease;
  z-index: 2;
}
.modal__close:hover {
  background: #f4f6ff;
  border-color: rgba(76,201,240,0.5);
}
body.modal-open { overflow: hidden; }

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes popIn {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}

/* ---------- Demo content ---------- */
.demo__head { text-align: center; margin: 0 auto 24px; max-width: 620px; }
.demo__head h3 { font-size: 1.5rem; margin: 0 0 6px; }
.demo__head p  { margin: 0; }

.demo__stage {
  position: relative;
  margin: 24px auto 28px;
  max-width: 720px;
  padding: 40px 60px;
}

/* Mock browser */
.mock {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 50px -22px rgba(15,15,30,0.3);
}
.mock__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #f1f2f7;
  border-bottom: 1px solid var(--border);
}
.mock__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #d3d5e0;
}
.mock__dot--r { background: #ff6b6b; }
.mock__dot--y { background: #ffd166; }
.mock__dot--g { background: #6ee7b7; }
.mock__url {
  margin-left: 14px;
  font-size: 11px;
  color: #6b6b80;
  background: #ffffff;
  border: 1px solid var(--border);
  padding: 3px 10px;
  border-radius: 999px;
}
.mock__viewport {
  padding: 0;
  background: #fafbff;
  font-size: 11px;
}

/* Mock content building blocks */
.mk-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}
.mk-nav--minimal { justify-content: center; }
.mk-logo {
  font-weight: 700;
  color: var(--text);
  font-size: 11px;
  letter-spacing: 0.2px;
}
.mk-links {
  display: flex;
  gap: 10px;
  color: #8a8a9b;
  font-size: 10px;
}
.mk-links .active {
  color: var(--accent);
  font-weight: 600;
}

.mk-hero {
  padding: 22px 18px 18px;
  background:
    radial-gradient(closest-side at 30% 30%, rgba(76,201,240,0.18), transparent 70%),
    radial-gradient(closest-side at 80% 70%, rgba(123,47,247,0.12), transparent 70%),
    #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.mk-hero--big { padding: 28px 18px 22px; align-items: center; text-align: center; }

.mk-h1 {
  height: 10px;
  width: 70%;
  background: linear-gradient(90deg, #2a2a3e, #4a4a60);
  border-radius: 3px;
}
.mk-h1--short { width: 45%; }
.mk-h1--xl    { height: 12px; width: 80%; }

.mk-sub {
  height: 5px;
  width: 90%;
  background: #d8dae6;
  border-radius: 3px;
}
.mk-sub--short { width: 60%; }

.mk-btn {
  margin-top: 6px;
  padding: 6px 12px;
  background: var(--grad);
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  border-radius: 999px;
  box-shadow: 0 6px 14px -6px rgba(76,201,240,0.6);
}
.mk-btn--sm  { padding: 5px 10px; font-size: 9px; }
.mk-btn--big { padding: 8px 16px; font-size: 11px; }

.mk-tag {
  background: rgba(76,201,240,0.15);
  color: var(--accent);
  font-weight: 600;
  font-size: 9px;
  padding: 3px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mk-trust {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  color: #6b6b80;
  font-size: 9px;
}
.mk-trust span:first-child { color: #f59e0b; letter-spacing: 1px; }

.mk-section {
  padding: 16px 18px;
  background: #ffffff;
  border-top: 1px solid var(--border);
}
.mk-section--alt { background: #f6f7fb; }
.mk-section--form { background: #f6f7fb; }

.mk-heading {
  height: 8px;
  width: 40%;
  background: #2a2a3e;
  border-radius: 3px;
  margin-bottom: 10px;
}
.mk-heading--sm { width: 55%; }

.mk-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.mk-cards--4 { grid-template-columns: repeat(4, 1fr); }
.mk-card {
  height: 36px;
  background: #f1f2f7;
  border: 1px solid var(--border);
  border-radius: 6px;
}
.mk-card--icon {
  background:
    radial-gradient(circle at 50% 30%, var(--accent) 0 4px, transparent 5px),
    #ffffff;
}

.mk-split {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  align-items: center;
}
.mk-img {
  height: 60px;
  border-radius: 6px;
  background: var(--grad);
  opacity: 0.85;
}

.mk-form { display: grid; gap: 6px; }
.mk-input {
  height: 14px;
  background: #ffffff;
  border: 1px solid var(--border-2);
  border-radius: 5px;
}
.mk-input--big { height: 32px; }

.mk-footer {
  padding: 14px 18px;
  background: #1a1a2e;
  height: 30px;
}
.mk-footer--big {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  height: auto;
  padding: 18px;
}
.mk-fcol {
  height: 30px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
}

/* Annotations */
.anno {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-2);
  pointer-events: none;
  z-index: 2;
}
.anno__label {
  background: #ffffff;
  border: 1px solid rgba(123,47,247,0.3);
  color: var(--text);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 14px -6px rgba(15,15,30,0.2);
  white-space: nowrap;
}
.anno__arrow {
  width: 70px;
  height: 42px;
  flex-shrink: 0;
}
.anno--tl { top: 0;        left: -8px; }
.anno--mr { top: 50%;      right: -8px; transform: translateY(-50%); }
.anno--bl { bottom: 0;     left: -8px; }

/* Demo bullet points */
.demo__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  background: #f6f7fb;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 18px;
}
.demo__points li {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}
.demo__points strong { color: var(--text); }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-3,
  .steps,
  .two-col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .two-col { gap: 40px; }
  .price--featured { transform: none; }
  .price--featured:hover { transform: translateY(-4px); }
  .section { padding: 80px 0; }
  .section__head { margin-bottom: 40px; }
}

@media (max-width: 860px) {
  .demo__stage { padding: 30px 10px; }
  .anno { display: none; }
  .modal__panel { padding: 24px 18px 28px; }
}

@media (max-width: 760px) {
  .nav__burger { display: block; }

  .nav__links {
    position: fixed;
    inset: 72px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 24px 24px;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 20px 40px -24px rgba(15,15,30,0.18);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
  }
  .nav__links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav__links a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--border);
  }
  .nav__links a:last-child { border-bottom: 0; }
  .nav__cta {
    margin-top: 10px;
    text-align: center;
    padding: 14px 18px;
  }

  .hero { padding: 90px 0 70px; }
  .hero__stats { grid-template-columns: 1fr; }

  .hero__cta .btn { flex: 1; min-width: 0; }

  .form { padding: 24px; }
}

@media (max-width: 420px) {
  .container { padding: 0 18px; }
  h1 { font-size: 2.1rem; }
}
