:root{
  --orange:#FF9F0A; --orange-d:#E88A00; --ink:#16161A; --sub:#5A5C66;
  --muted:#8A8C96; --bg:#FFFFFF; --bg2:#F6F7F9; --card:#FFFFFF; --line:#E7E9EF;
  --radius:16px; --maxw:1120px;
  --shadow:0 6px 24px rgba(20,20,30,.06);
  font-synthesis:none;
}
*{box-sizing:border-box}
/* Bilingual: hide the inactive language, keep natural display of the active one */
body.lang-nl .en{display:none!important}
body.lang-en .nl{display:none!important}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.55;-webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:12px;
  font-weight:600;font-size:15px;border:1px solid transparent;cursor:pointer;transition:.15s}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-d)}
.btn-ghost{background:transparent;border-color:var(--line);color:var(--ink)}
.btn-ghost:hover{border-color:var(--orange);color:var(--orange-d)}
.badge{display:inline-block;background:rgba(255,159,10,.14);color:var(--orange-d);
  font-weight:700;font-size:12px;padding:4px 10px;border-radius:999px;letter-spacing:.3px}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);
  backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px}
.brand .mark{width:30px;height:30px;border-radius:8px;background:var(--orange);
  display:grid;place-items:center;color:#fff}
.nav-links{display:flex;align-items:center;gap:22px}
.nav-links a{font-size:15px;color:var(--sub);font-weight:500}
.nav-links a:hover{color:var(--ink)}
.nav-right{display:flex;align-items:center;gap:14px}
.lang{display:flex;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.lang button{border:0;background:transparent;padding:6px 10px;font-weight:600;font-size:13px;
  color:var(--muted);cursor:pointer}
.lang button.active{background:var(--orange);color:#fff}
.menu-toggle{display:none;background:none;border:0;font-size:24px;cursor:pointer}

/* Hero */
.hero{padding:84px 0 64px;background:
  radial-gradient(1200px 400px at 50% -10%, rgba(255,159,10,.10), transparent 70%)}
.hero h1{font-size:clamp(34px,5vw,52px);line-height:1.08;margin:0 0 18px;letter-spacing:-.5px}
.hero p.lead{font-size:clamp(17px,2.2vw,20px);color:var(--sub);max-width:680px;margin:0 auto 28px}
.hero .cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.center{text-align:center}

/* Sections */
section{padding:64px 0}
.section-title{font-size:clamp(26px,3.5vw,36px);margin:0 0 12px;letter-spacing:-.3px}
.section-sub{color:var(--sub);max-width:640px;margin:0 auto 40px;font-size:17px}
.grid{display:grid;gap:18px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;box-shadow:var(--shadow)}
.card .ico{width:44px;height:44px;border-radius:11px;background:rgba(255,159,10,.14);
  display:grid;place-items:center;font-size:22px;margin-bottom:14px}
.card h3{margin:0 0 6px;font-size:18px}
.card p{margin:0;color:var(--sub);font-size:15px}
.alt{background:var(--bg2)}

/* Steps */
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{position:relative;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.step .n{width:34px;height:34px;border-radius:999px;background:var(--orange);color:#fff;
  display:grid;place-items:center;font-weight:700;margin-bottom:12px}
.step h4{margin:0 0 6px;font-size:16px}
.step p{margin:0;color:var(--sub);font-size:14px}

/* Pricing */
.plans{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:720px;margin:0 auto}
.plan{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;text-align:center}
.plan.featured{border-color:var(--orange);box-shadow:0 10px 30px rgba(255,159,10,.16)}
.plan .price{font-size:40px;font-weight:800;margin:6px 0}
.plan .per{color:var(--muted);font-size:14px}
.plan .save{display:inline-block;background:#16a34a;color:#fff;font-size:12px;font-weight:700;
  padding:3px 10px;border-radius:999px;margin-top:8px}
.checklist{list-style:none;padding:0;margin:22px 0 0;text-align:left}
.checklist li{padding:7px 0 7px 28px;position:relative;color:var(--sub);font-size:15px}
.checklist li::before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:800}

/* Compare table */
.compare{width:100%;border-collapse:collapse;max-width:760px;margin:0 auto;font-size:15px}
.compare th,.compare td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left}
.compare th{font-weight:700}
.compare td.c{text-align:center}
.tick{color:var(--orange);font-weight:800}
.dash{color:var(--muted)}

/* FAQ */
.faq details{border:1px solid var(--line);border-radius:12px;padding:0 18px;margin-bottom:12px;background:#fff}
.faq summary{cursor:pointer;font-weight:600;padding:16px 0;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq details[open] summary{color:var(--orange-d)}
.faq p{color:var(--sub);margin:0 0 16px}

/* Legal / prose */
.prose{max-width:760px;margin:0 auto}
.prose h1{font-size:32px;margin-bottom:6px}
.prose h2{font-size:21px;margin-top:34px}
.prose p,.prose li{color:var(--sub)}
.prose .updated{color:var(--muted);font-size:14px;margin-bottom:30px}

/* Contact / business */
.callout{background:var(--bg2);border:1px solid var(--line);border-radius:var(--radius);
  padding:32px;text-align:center;max-width:720px;margin:0 auto}
.mail{font-weight:700;color:var(--orange-d);word-break:break-all}

/* Footer */
.site-footer{background:var(--bg2);border-top:1px solid var(--line);padding:40px 0}
.foot{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.foot .links{display:flex;gap:20px;flex-wrap:wrap}
.foot a{color:var(--sub);font-size:14px}
.foot a:hover{color:var(--ink)}
.foot .copy{color:var(--muted);font-size:13px}

@media(max-width:860px){
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .plans{grid-template-columns:1fr}
  .nav-links{display:none}
  .menu-toggle{display:block}
  .nav-links.open{display:flex;position:absolute;top:64px;left:0;right:0;flex-direction:column;
    background:#fff;border-bottom:1px solid var(--line);padding:14px 22px;gap:14px}
}

/* ---- App screenshot carousel (swipeable iPhone mockups) ---- */
.shots-section{padding:8px 0 64px;overflow:hidden}
.shots-carousel{position:relative;max-width:var(--maxw);margin:0 auto;padding:0 16px}
.shots-track{
  display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;
  padding:18px 0 22px;cursor:grab;
}
.shots-track::-webkit-scrollbar{display:none}
.shots-track.dragging{cursor:grabbing;scroll-snap-type:none}
.shots-track img{
  height:min(540px,70vh);width:auto;flex:0 0 auto;
  scroll-snap-align:center;background:#000;
  /* iPhone-style frame: dark bezel, rounded corners, depth */
  border:10px solid #0e1014;border-radius:44px;
  box-shadow:0 22px 50px rgba(15,18,28,.28), 0 0 0 1px rgba(0,0,0,.35);
  user-select:none;-webkit-user-drag:none;pointer-events:auto;
}
/* center the first/last so they can snap to the middle */
.shots-track::before,.shots-track::after{content:"";flex:0 0 max(0px,calc((100% - min(300px,42vw))/2 - 26px))}
.shot-nav{
  position:absolute;top:50%;transform:translateY(-50%);z-index:5;
  width:46px;height:46px;border-radius:999px;border:1px solid var(--line);
  background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(8px);
  font-size:24px;line-height:1;color:var(--ink);cursor:pointer;
  display:grid;place-items:center;box-shadow:var(--shadow);transition:.15s}
.shot-nav:hover{border-color:var(--orange);color:var(--orange-d)}
.shot-nav.prev{left:18px}.shot-nav.next{right:18px}
.shot-dots{display:flex;gap:8px;justify-content:center;margin-top:6px}
.shot-dots button{width:8px;height:8px;border-radius:999px;border:0;padding:0;
  background:var(--line);cursor:pointer;transition:.2s}
.shot-dots button.active{background:var(--orange);width:22px}
@media(max-width:640px){
  .shot-nav{display:none}
  .shots-track img{height:74vh}
}

/* Inline Pro pill used in feature cards */
.pill{display:inline-block;font-size:.62em;font-weight:800;letter-spacing:.4px;
  color:#fff;background:#FF9F0A;border-radius:999px;padding:.12em .55em;
  vertical-align:middle;margin-left:.35em;text-transform:uppercase}

/* ============ Crisp CSS phone mockups (no images, always sharp) ============ */
.mockups{padding:8px 0 56px}
.mockrow{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;padding:18px 16px 26px}
.mockrow::-webkit-scrollbar{display:none}
.mockcol{flex:0 0 auto;scroll-snap-align:center;width:248px;text-align:center}
.phone{width:248px;height:512px;border:11px solid #0e1014;border-radius:46px;
  background:#0e1014;box-shadow:0 24px 54px rgba(15,18,28,.30),0 0 0 1px rgba(0,0,0,.4);
  position:relative;overflow:hidden}
.phone .island{position:absolute;top:12px;left:50%;transform:translateX(-50%);
  width:78px;height:20px;background:#0e1014;border-radius:999px;z-index:5}
.screen{position:absolute;inset:0;border-radius:36px;overflow:hidden;
  background:linear-gradient(180deg,#fff,#f3f4f7);display:flex;flex-direction:column}
.scr-head{padding:34px 16px 10px;font:700 15px/1.2 -apple-system,Segoe UI,Roboto,sans-serif;color:#11141a}
.scr-sub{padding:0 16px;font:500 11px/1.3 -apple-system,sans-serif;color:#7b8190;margin-bottom:8px}
.scr-body{flex:1;padding:6px 14px 14px;display:flex;flex-direction:column;gap:8px;overflow:hidden}
.m-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.m-tile{aspect-ratio:1;border-radius:10px;background:#dfe3ea}
.m-tile.acc{background:linear-gradient(135deg,#FFB347,#FF9F0A)}
.m-row{display:flex;justify-content:space-between;align-items:center;font:600 12px/1 -apple-system,sans-serif;color:#11141a}
.m-row .lab{color:#7b8190;font-weight:500}
.m-bar{height:9px;border-radius:5px;background:#e4e7ee}
.m-chip{display:inline-block;padding:3px 9px;border-radius:999px;background:rgba(255,159,10,.16);color:#C8780A;font:700 10px/1 -apple-system,sans-serif}
.m-pdf{flex:1;background:#fff;border:1px solid #e7e9ef;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
.m-pdf .top{height:46px;background:linear-gradient(135deg,#FF9F0A,#F2820B);display:flex;align-items:center;gap:7px;padding:0 12px}
.m-pdf .logo{width:24px;height:24px;border-radius:6px;background:#fff}
.m-pdf .ln{height:6px;border-radius:3px;background:#fff;opacity:.9}
.m-pdf .body{padding:12px;display:flex;flex-direction:column;gap:7px}
.m-pdf .pl{height:7px;border-radius:4px;background:#e6e8ef}
.m-photos{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px}
.m-photos div{aspect-ratio:1;border-radius:6px;background:#dfe3ea}
.lockscreen{background:linear-gradient(180deg,#2a2f3a,#171a21)}
.lockscreen .clock{color:#fff;text-align:center;font:600 40px/1.1 -apple-system,sans-serif;margin-top:46px}
.lockscreen .day{color:rgba(255,255,255,.7);text-align:center;font:500 12px/1 -apple-system,sans-serif;margin-top:4px}
.lock-widgets{display:flex;gap:12px;justify-content:center;margin-top:26px}
.lw{width:72px;height:72px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#fff;font:600 10px/1 -apple-system,sans-serif}
.lw.cam{background:linear-gradient(135deg,#FFB347,#FF9F0A)}
.lw.ag{background:rgba(255,255,255,.14);backdrop-filter:blur(6px)}
.lw .ic{font-size:20px}
.viewfinder{flex:1;display:flex;align-items:center;justify-content:center;background:#111}
.viewfinder .frame{width:130px;height:130px;border:3px solid rgba(255,255,255,.92);border-radius:18px}
.qr{width:96px;height:96px;background:
  conic-gradient(#000 0 25%,#fff 0 50%,#000 0 75%,#fff 0);background-size:16px 16px;border-radius:6px}
.mockcap{font:700 14px/1.3 -apple-system,sans-serif;color:#11141a;margin-top:14px}
.mockcap small{display:block;font:500 12px/1.4 -apple-system,sans-serif;color:#7b8190;margin-top:3px}
/* App Store badge */
.store-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:8px}
.appstore{display:inline-flex;align-items:center;gap:9px;background:#000;color:#fff;
  text-decoration:none;border-radius:13px;padding:10px 18px;transition:.15s}
.appstore:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.25)}
.appstore svg{width:22px;height:22px;fill:#fff}
.appstore .t{display:flex;flex-direction:column;line-height:1.05;text-align:left}
.appstore .t b{font:700 15px/1.1 -apple-system,sans-serif}
.appstore .t span{font:500 10px/1 -apple-system,sans-serif;opacity:.85}
