/* ScootR – marketingsite. Losse statische site (website/), gescheiden van de app. */
:root {
  --bg: #070b18; --bg2: #0b1226; --surface: rgba(255,255,255,.045); --border: rgba(255,255,255,.1);
  --text: #eaf0ff; --dim: #9aa8c7; --accent: #2a78ff; --accent2: #2ea8ff; --glow: rgba(46,168,255,.45);
  --gold: #ffb547; --pink: #ff5c8a; --r: 22px; --wrap: 1140px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; letter-spacing: -.02em; line-height: 1.12; }
p { margin: 0; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin: 0 auto; }
.wrap.narrow { width: min(760px, calc(100% - 40px)); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--accent); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.grad { background: linear-gradient(90deg, #6fb6ff, #2ea8ff 45%, #9d7bff); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---- Navigatie ---- */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 22px; padding: 12px 24px; backdrop-filter: blur(14px); background: rgba(7,11,24,.6); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.nav.scrolled { border-color: var(--border); background: rgba(7,11,24,.85); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; letter-spacing: -.01em; }
.brand img { border-radius: 9px; }
.nav-links { display: flex; gap: 22px; margin-left: auto; font-size: 14px; font-weight: 500; color: var(--dim); }
.nav-links a:hover { color: var(--text); }
.nav-toggle { display: none; background: none; border: 0; padding: 6px; margin-left: auto; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }
.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; gap: 9px; padding: 14px 22px; border-radius: 14px; font-weight: 700; font-size: 15px; transition: transform .15s, box-shadow .2s, background .2s; border: 1px solid transparent; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: linear-gradient(135deg, #1e5bff, #2ea8ff); color: #fff; box-shadow: 0 10px 30px -10px var(--glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px var(--glow); }
.btn-ghost { background: var(--surface); border-color: var(--border); color: var(--text); }
.btn-ghost:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn-small { padding: 10px 16px; font-size: 14px; }

/* ---- Hero ---- */
.hero { position: relative; padding: 72px 0 40px; overflow: hidden; }
.blobs i { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; animation: drift 18s ease-in-out infinite alternate; }
.blobs .b1 { width: 520px; height: 520px; left: -140px; top: -120px; background: #1e5bff; }
.blobs .b2 { width: 460px; height: 460px; right: -120px; top: 40px; background: #2ea8ff; animation-delay: -6s; }
.blobs .b3 { width: 380px; height: 380px; left: 40%; bottom: -160px; background: #7b4dff; animation-delay: -11s; }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(60px,40px) scale(1.12); } }
.grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-size: 13px; color: var(--dim); }
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(52,211,153,0); } 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); } }
h1 { font-size: clamp(38px, 6vw, 66px); font-weight: 900; margin: 18px 0 18px; }
.lead { font-size: 18px; color: var(--dim); max-width: 560px; }
.lead strong { color: var(--text); }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.cta.center { justify-content: center; }
.fine { margin-top: 14px; font-size: 13px; color: var(--dim); }
.hero-phone { position: relative; display: flex; justify-content: center; perspective: 1200px; }
.phone { width: 300px; aspect-ratio: 390 / 844; border-radius: 42px; padding: 10px; background: linear-gradient(160deg, #2b3350, #0d1327); box-shadow: 0 40px 80px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.08), 0 0 80px -20px var(--glow); transform-style: preserve-3d; transition: transform .2s ease-out; }
.phone::before { content: ''; position: absolute; left: 50%; top: 18px; width: 90px; height: 24px; transform: translateX(-50%); background: #0a0e1c; border-radius: 12px; z-index: 2; }
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; transition: opacity .35s; }
.phone.small { width: 230px; border-radius: 34px; padding: 8px; }
.phone.small::before { width: 70px; height: 18px; top: 14px; }
.phone.small img { border-radius: 26px; }
.chip { position: absolute; padding: 10px 14px; border-radius: 14px; background: rgba(13,19,39,.9); border: 1px solid var(--border); backdrop-filter: blur(10px); font-size: 13px; font-weight: 600; box-shadow: 0 10px 30px -10px rgba(0,0,0,.6); animation: float 6s ease-in-out infinite; white-space: nowrap; }
.chip b { color: #fff; background: linear-gradient(135deg, #1e5bff, #2ea8ff); padding: 2px 7px; border-radius: 6px; margin-right: 6px; }
.c1 { left: 0; top: 14%; animation-delay: -1s; }
.c2 { right: -10px; top: 40%; animation-delay: -3s; }
.c3 { left: 6%; bottom: 12%; animation-delay: -5s; }
@keyframes float { 50% { transform: translateY(-10px); } }

/* ---- Cijfers in de held ---- */
.stats-inline { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 26px; color: var(--dim); font-size: 14px; }
.stats-inline b { display: block; font-size: 26px; font-weight: 900; letter-spacing: -.03em; color: var(--text); }

/* ---- Marquee ---- */
.marquee { overflow: hidden; margin: 28px 0 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 12px 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.track { display: flex; gap: 34px; width: max-content; animation: slide 40s linear infinite; font-weight: 700; color: var(--dim); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.track span::before { content: '•'; color: var(--accent2); margin-right: 34px; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---- Secties ---- */
.section { padding: 76px 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: 30px; }
.eyebrow { display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent2); margin-bottom: 12px; }
h2 { font-size: clamp(30px, 4.2vw, 46px); font-weight: 900; margin-bottom: 14px; }
.section-head p { font-size: 17px; color: var(--dim); }

/* ---- Functies: bento met echte schermen ---- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 340px; gap: 14px; }
.tile { position: relative; overflow: hidden; border-radius: var(--r); background: var(--surface); border: 1px solid var(--border); transition: transform .25s, border-color .25s; }
.tile:hover { transform: translateY(-4px); border-color: rgba(46,168,255,.45); }
.tile img { position: absolute; left: 50%; bottom: -8%; width: 62%; height: auto; transform: translateX(-50%); border-radius: 22px 22px 0 0; box-shadow: 0 -10px 40px -10px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.08); transition: transform .35s; }
/* Uitsnede van het scherm (k_*.webp): het stuk waar de functie te zien is, als los kaartje onderin het vak */
.tile.heeft-k { display: flex; flex-direction: column; }
.tile.heeft-k .tt { flex: none; background: none; }
.tile img.k { position: static; flex: 1; min-height: 0; width: 68%; margin: 10px auto 0; transform: none; object-fit: cover; object-position: top; border-radius: 16px 16px 0 0; }
.tile.heeft-k:hover img.k { transform: translateY(-6px); }
.tile:hover img { transform: translateX(-50%) translateY(-10px); }
.tile .tt { position: relative; z-index: 2; padding: 18px 18px 0; background: linear-gradient(180deg, rgba(11,18,38,.95) 55%, transparent); }
.tile h3 { font-size: 16px; margin-bottom: 4px; }
.tile p { font-size: 13px; color: var(--dim); }
.tile.t-wide-tall { grid-column: span 2; grid-row: span 2; }
.tile.t-wide-tall img { width: 44%; bottom: -4%; }
.tile.t-wide-tall .tt { padding: 24px 24px 0; max-width: 420px; }
.tile.t-wide-tall h3 { font-size: 22px; }
.tile.t-wide-tall p { font-size: 14.5px; }
.tile.t-tall { grid-row: span 2; }
.tile.t-tall img { width: 84%; bottom: -6%; }
.tile.t-text .tt { background: none; }
.tile.t-text ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; font-size: 13.5px; }
.tile.t-text li { padding: 18px 14px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--border); font-weight: 700; }
.tile.t-text li i { display: block; font-style: normal; font-size: 24px; margin-bottom: 6px; }
.tile.t-wide { grid-column: span 2; }
.tile.premium { border-color: rgba(255,181,71,.3); }
.rules { display: flex; gap: 8px; margin-top: 12px; }
.rules span { padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.rules .ok { background: rgba(52,211,153,.18); color: #34d399; } .rules .no { background: rgba(255,92,138,.16); color: #ff8fb0; }
.tag { display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: 999px; background: rgba(255,181,71,.16); color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; vertical-align: 2px; }

/* ---- Thema's: doorlopende rij telefoons ---- */
.themas .section-head { margin-bottom: 24px; }
.themes-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); padding: 14px 0 6px; }
.themes-track { display: flex; gap: 26px; width: max-content; animation: slide 60s linear infinite; }
.themes-marquee:hover .themes-track { animation-play-state: paused; }
.themes-track figure { margin: 0; text-align: center; }
.themes-track figcaption { margin-top: 10px; font-size: 13px; font-weight: 700; color: var(--dim); }
.themes-track .phone { width: 190px; border-radius: 30px; padding: 7px; }
.themes-track .phone::before { width: 60px; height: 16px; top: 12px; }
.themes-track .phone img { border-radius: 23px; }
.themes-track figure:hover .phone { transform: translateY(-8px) scale(1.03); }

/* ---- Tourroutes ---- */
.tour-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.tour .lead { margin-top: 12px; }
.route-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.route-tags span { padding: 6px 12px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); font-size: 13px; font-weight: 600; }
.duo-phones { display: flex; gap: 20px; justify-content: center; }
.duo-phones .phone:first-child { transform: translateY(26px) rotate(-3deg); }
.duo-phones .phone:last-child { transform: rotate(3deg); }

/* ---- Premium ---- */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; }
.plan { position: relative; padding: 30px; border-radius: 26px; background: var(--surface); border: 1px solid var(--border); display: flex; flex-direction: column; }
.plan.best { border-color: rgba(46,168,255,.5); background: linear-gradient(160deg, rgba(30,91,255,.22), rgba(46,168,255,.06)); box-shadow: 0 30px 80px -40px var(--glow); }
.plan .badge { position: absolute; top: -13px; left: 26px; padding: 5px 12px; border-radius: 999px; background: linear-gradient(135deg, #ffb547, #ff5c8a); color: #111; font-size: 12px; font-weight: 900; }
.plan h3 { font-size: 22px; }
.price { font-size: 44px; font-weight: 900; letter-spacing: -.03em; margin: 8px 0 2px; }
.price small { font-size: 15px; color: var(--dim); font-weight: 600; }
.alt { font-size: 14px; color: var(--dim); }
.alt b { margin-left: 6px; padding: 2px 8px; border-radius: 999px; background: rgba(52,211,153,.18); color: #34d399; font-size: 12px; }
.plan ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 10px; flex: 1; }
.plan li { padding-left: 26px; position: relative; font-size: 14.5px; }
.plan li::before { content: '✓'; position: absolute; left: 0; color: var(--accent2); font-weight: 900; }
.plan li.min { color: var(--dim); } .plan li.min::before { content: '·'; }

/* ---- FAQ ---- */
details { border: 1px solid var(--border); border-radius: 16px; background: var(--surface); padding: 0 20px; margin-bottom: 10px; }
summary { cursor: pointer; padding: 18px 0; font-weight: 700; font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 22px; color: var(--accent2); transition: transform .25s; }
details[open] summary::after { transform: rotate(45deg); }
details p { color: var(--dim); padding: 0 0 18px; font-size: 15px; }

/* ---- Slot ---- */
.final { text-align: center; padding-bottom: 120px; }
.final-logo { margin: 0 auto 18px; border-radius: 22px; box-shadow: 0 20px 60px -20px var(--glow); }
.final p { color: var(--dim); font-size: 17px; }

/* ---- Footer ---- */
.footer { border-top: 1px solid var(--border); padding: 40px 0 26px; background: var(--bg2); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 28px; font-size: 14px; }
.footer p { color: var(--dim); margin-top: 10px; max-width: 320px; }
.footer h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); margin-bottom: 12px; }
.footer a:not(.brand) { display: block; color: var(--text); padding: 3px 0; }
.footer a:not(.brand):hover { color: var(--accent2); }
.footer .small { font-size: 12.5px; }
.copy { margin-top: 30px; font-size: 13px; color: var(--dim); }

/* ---- Reveal ---- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .blobs i, .chip, .track, .msg, .pill .dot { animation: none !important; }
  .msg { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---- Mobiel ---- */
@media (max-width: 960px) {
  .hero-grid, .tour-grid, .plans { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 320px; }
  .tile.t-wide { grid-column: span 1; }
  .tile.t-wide-tall img { width: 40%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-phone { margin-top: 20px; }
  .chip { display: none; }
}
@media (max-width: 640px) {
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 0; background: rgba(7,11,24,.97); border-bottom: 1px solid var(--border); padding: 8px 0; }
  .nav-links a { padding: 12px 24px; }
  .nav.open .nav-links { display: flex; }
  .nav-toggle { display: block; }
  .nav .btn { display: none; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .tile.t-wide-tall, .tile.t-tall { grid-column: span 1; grid-row: span 1; }
  .tile.t-wide-tall img, .tile.t-tall img { width: 50%; bottom: -30%; }
  .tile.t-wide-tall .tt { padding: 18px 18px 0; } .tile.t-wide-tall h3 { font-size: 17px; } .tile.t-wide-tall p { font-size: 13px; }
  .tile img.k { width: 64%; }
  .tile.t-text ul { grid-template-columns: 1fr 1fr; }
  .duo-phones .phone { width: 160px; }
  .section { padding: 56px 0; }
  .hero { padding-top: 44px; }
  .phone { width: 260px; }
  .footer-grid { grid-template-columns: 1fr; }
}
