/** Shopify CDN: Minification failed

Line 764:6 Unexpected "{"
Line 764:7 Expected identifier but found "%"

**/

  :root{
    --bg:#FAF6F0;
    --bg-2:#F2EAE0;
    --bg-3:#E8DDD0;
    --ink:#1A1714;
    --ink-2:#5C5048;
    --ink-3:#8A7E73;
    --line:rgba(26,23,20,.12);
    --line-2:rgba(26,23,20,.20);
    --accent:#B8472A;
    --accent-soft:#E8C9BD;
    --r-sm:6px;
    --r-md:10px;
    --r-lg:16px;
    --maxw:1280px;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{
    background:var(--bg);
    color:var(--ink);
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
  .eyebrow{
    font-size:11px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--ink-3);
    font-weight:500;
    display:inline-block;
  }
  h1,h2,h3,h4{font-weight:400;letter-spacing:-.01em;line-height:1.05}
  h1{font-size:clamp(30px,7vw,50px);font-weight:300}
  h2{font-size:clamp(25px,4.5vw,40px);font-weight:300}
  h3{font-size:clamp(22px,2.4vw,30px);font-weight:400}
  h4{font-size:18px;font-weight:500;}
  p{color:var(--ink-2)}
  em{font-style:italic;color:var(--ink)}
  a{color:inherit;text-decoration:none}
  button{cursor:pointer;border:none;background:none}

  /* NAV */
  nav.top{
    position:sticky;top:0;z-index:100;
    background:rgba(250,246,240,.85);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border-bottom:1px solid var(--line);
  }
  nav.top .wrap{
    display:flex;align-items:center;justify-content:space-between;
    padding-top:18px;padding-bottom:18px;
  }
  .logo{font-size:22px;font-weight:400;letter-spacing:-.02em}
  .logo sup{font-size:9px;vertical-align:super;margin-left:2px;color:var(--ink-3)}
  .nav-links{display:flex;gap:32px;align-items:center}
  .nav-links a{font-size:14px;color:var(--ink-2);transition:color .2s}
  .nav-links a:hover{color:var(--ink)}
  .nav-cart{font-size:14px;display:flex;align-items:center;gap:8px}
  .nav-cart::before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%}
  @media(max-width:720px){.nav-links{display:none}
    .hero-badge strong {
        font-size: 16px !important;
    }

    }

  /* HERO */
  .hero{padding:80px 0 100px;overflow:hidden;position:relative}
  .hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
  .hero-copy .eyebrow{margin-bottom:24px}
  .hero-copy h1{margin-bottom:28px}
  .hero-copy h1 em{font-style:italic;font-weight:300;color:var(--accent)}
  .hero-copy .lede{
    font-size:18px;
    color:var(--ink-2);
    max-width:480px;
    margin-bottom:36px;
    line-height:1.55;
  }
  .cta-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:28px}
  .btn-primary{
    background:var(--ink);color:var(--bg);
    padding:16px 30px;
    font-size:14px;font-weight:500;
    letter-spacing:.02em;
    border-radius:999px;
    transition:transform .2s ease,background .2s ease;
    display:inline-flex;align-items:center;gap:10px;
        font-family: 'Gilmer Heavy';
  }
  .btn-primary:hover{background:var(--accent);transform:translateY(-1px)}
  .btn-primary .arrow{transition:transform .25s}
  .btn-primary:hover .arrow{transform:translateX(4px)}
  .btn-secondary{
    color:var(--ink);
    padding:6px 0;
    font-size:14px;font-weight:500;
    border-bottom:1px solid var(--ink);
    transition:color .2s,border-color .2s;
  }
  .btn-secondary:hover{color:var(--accent);border-color:var(--accent)}
  .trust-row{display:flex;gap:24px;flex-wrap:wrap;font-size:13px;color:var(--ink-3)}
  .trust-row span{display:inline-flex;align-items:center;gap:6px}
  .trust-row svg{width:14px;height:14px;stroke:var(--ink-3)}

  .hero-visual{
    position:relative;
    aspect-ratio:4/5;
    background:var(--bg-2);
    border-radius:var(--r-lg);
    overflow:hidden;
  }
  .hero-visual::before{
    content:"";position:absolute;inset:0;
    background:radial-gradient(ellipse at 50% 60%,rgba(184,71,42,.22),transparent 65%);
  }
  .hero-badge{
    position:absolute;
    bottom:24px;left:24px;
    background:rgba(250,246,240,.95);
    backdrop-filter:blur(8px);
    padding:14px 18px;
    border-radius:var(--r-md);
    font-size:13px;
    line-height:1.4;
    max-width:220px;
    z-index:2;
  }
  .hero-badge strong{display:block;font-size:24px;font-weight:400;color:var(--ink);margin-bottom:2px}
  .hero-badge span{color:var(--ink-3);font-size:12px}

  @media(max-width:880px){
    .hero{padding:48px 0 64px}
    .hero .wrap{grid-template-columns:1fr;gap:40px}
    .hero-visual{aspect-ratio:3/4;max-height:520px}
  }

  /* MARQUEE */
  .marquee{
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:22px 0;
    overflow:hidden;
    background:var(--bg);
  }
  .marquee-inner{
    display:flex;gap:60px;
    white-space:nowrap;
    animation:scroll 40s linear infinite;
    font-size:18px;
    font-style:italic;
    color:var(--ink-2);
    font-weight:300;
  }
  .marquee-inner span{display:flex;align-items:center;gap:60px}
  .marquee-inner span::after{content:"✦";color:var(--accent);font-style:normal}
  @keyframes scroll{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}
  }

  /* PROBLEM SECTION */
  section{padding:120px 0}
  @media(max-width:720px){section{padding:80px 0}}
  .problem .wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
  .problem .eyebrow{margin-bottom:24px}
  .problem h2{margin-bottom:0;max-width:480px}
  .problem h2 em{font-style:italic;color:var(--accent);font-weight:300}
  .problem-body p{font-size:17px;line-height:1.65;margin-bottom:24px;max-width:520px}
  .problem-body p:first-child{font-size:19px;color:var(--ink);font-weight:300;line-height:1.5}
  .stats-inline{
    display:flex;gap:48px;margin-top:40px;
    padding-top:32px;border-top:1px solid var(--line);
  }
  .stats-inline div{flex:1}
  .stats-inline .num{font-size:40px;font-weight:300;color:var(--accent);line-height:1;margin-bottom:8px}
  .stats-inline .lbl{font-size:13px;color:var(--ink-3);line-height:1.4}
  @media(max-width:880px){
    .problem .wrap{grid-template-columns:1fr;gap:40px}
    .stats-inline{flex-direction:column;gap:24px}
  }

  /* SCIENCE / HOW IT WORKS */
  .science{background:var(--bg-2);padding:120px 0}
  .science-header{text-align:center;margin-bottom:80px}
  .science-header .eyebrow{margin-bottom:20px}
  .science-header h2{margin-bottom:20px}
  .science-header h2 em{font-style:italic;font-weight:300;color:var(--accent)}
  .science-header p{max-width:560px;margin:0 auto;font-size:17px}
  .science-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative}
  .science-grid::before{
    content:"";position:absolute;
    top:30px;left:10%;right:10%;
    height:1px;background:var(--line-2);
    z-index:0;
  }
  .science-card{
    background:var(--bg);
    padding:36px 28px;
    border-radius:var(--r-lg);
    position:relative;z-index:1;
    border:1px solid var(--line);
  }
  .science-num{
    width:60px;height:60px;
    background:var(--accent);
    color:var(--bg);
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    
    font-size:22px;font-weight:400;font-style:italic;
    margin-bottom:24px;
  }
  .science-card h4{font-size:22px;font-weight:400;margin-bottom:12px}
  .science-card p{font-size:15px;line-height:1.6}
  @media(max-width:720px){
    .science-grid{grid-template-columns:1fr;gap:16px}
    .science-grid::before{display:none}
  }

  /* WAVELENGTHS */
  .waves{padding:120px 0}
  .waves-header{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:64px;align-items:end}
  .waves-header h2{margin-bottom:0}
  .waves-header h2 em{font-style:italic;font-weight:300;color:var(--accent)}
  .waves-header p{font-size:17px;max-width:440px}
  .waves-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .wave-card{
    padding:48px 36px;
    border-radius:var(--r-lg);
    position:relative;overflow:hidden;
    min-height:340px;
    display:flex;flex-direction:column;justify-content:space-between;
  }
  .wave-red{background:#F5DAD0;color:#4A1B0C}
  .wave-nir{background:#E8DCD0;color:#3A2A1C}
  .wave-card .wl{font-size:64px;font-weight:300;letter-spacing:-.03em;line-height:1}
  .wave-card .wl sup{font-size:18px;vertical-align:super;font-weight:400;margin-left:4px;opacity:.7}
  .wave-card h3{font-size:26px;font-weight:400;margin:8px 0 16px}
  .wave-card p{color:inherit;opacity:.8;font-size:15px;line-height:1.55;max-width:280px}
  .wave-card ul{list-style:none;margin-top:24px}
  .wave-card li{font-size:14px;padding:6px 0;border-top:1px solid currentColor;border-color:rgba(0,0,0,.12);opacity:.85}
  .wave-card li:first-child{border-top:none}
  .wave-glow{
    position:absolute;
    bottom:-100px;right:-80px;
    width:240px;height:240px;
    border-radius:50%;
    filter:blur(40px);
    opacity:.5;
  }
  .wave-red .wave-glow{background:#B8472A}
  .wave-nir .wave-glow{background:#8B6A4F}
  @media(max-width:720px){
    .waves-header{grid-template-columns:1fr;gap:24px}
    .waves-grid{grid-template-columns:1fr}
  }

  /* USE CASES */
  .cases{background:var(--ink);color:var(--bg);padding:120px 0}
  .cases h2{color:var(--bg)}
  .cases h2 em{font-style:italic;font-weight:300;color:var(--accent-soft)}
  .cases .eyebrow{color:var(--accent-soft)}
  .cases-header{margin-bottom:64px;max-width:640px}
  .cases-header p{color:rgba(250,246,240,.7);font-size:17px;margin-top:20px}
  .cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(250,246,240,.15)}
  .case{
    background:var(--ink);
    padding:40px 32px;
    transition:background .3s;
    border: 1px solid rgba(250, 246, 240, .15);
  }
  .case:hover{background:#252220}
  .case-icon{
    width:48px;height:48px;
    border:1px solid var(--accent-soft);
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:24px;
  }
  .case-icon svg{width:22px;height:22px;stroke:var(--accent-soft);fill:none;stroke-width:1.5}
  .case h4{font-size:22px;font-weight:400;color:var(--bg);margin-bottom:10px}
  .case p{color:rgba(250,246,240,.6);font-size:14px;line-height:1.55}
  @media(max-width:880px){.cases-grid{grid-template-columns:1fr 1fr}}
  @media(max-width:520px){.cases-grid{grid-template-columns:1fr}}

  /* PROOF / RESULTS */
  .proof{padding:120px 0}
  .proof-header{text-align:center;margin-bottom:64px}
  .proof-header .eyebrow{margin-bottom:20px}
  .proof-header h2 em{font-style:italic;font-weight:300;color:var(--accent)}
  .proof-stats{
    display:grid;grid-template-columns:repeat(4,1fr);
    gap:1px;background:var(--line-2);
    border:1px solid var(--line-2);
    border-radius:var(--r-lg);
    overflow:hidden;
    margin-bottom:48px;
  }
  .proof-stat{
    background:var(--bg);
    padding:36px 24px;
    text-align:center;
  }
  .proof-num{font-size:56px;font-weight:300;color:var(--accent);line-height:1;margin-bottom:12px}
  .proof-lbl{font-size:13px;color:var(--ink-2);line-height:1.4}
  .proof-foot{text-align:center;font-size:13px;color:var(--ink-3);font-style:italic;}
  @media(max-width:720px){.proof-stats{grid-template-columns:1fr 1fr}}

  /* REVIEW */
  .review{padding:120px 0;background:var(--bg-2)}
  .review-img{
    aspect-ratio:4/5;
    background:var(--bg-3);
    border-radius:var(--r-lg);
    position:relative;overflow:hidden;
  }
  .review-img::before{
    content:"";position:absolute;inset:0;
    background:radial-gradient(circle at 40% 50%,rgba(184,71,42,.18),transparent 60%);
  }
  .review-img::after{
    content:"";position:absolute;
    left:50%;top:50%;
    width:60%;height:75%;
    transform:translate(-50%,-50%);
    background:linear-gradient(180deg,#C85A3C,#8B3220);
    border-radius:6px;
    opacity:.75;
    box-shadow:0 0 100px rgba(200,90,60,.5);
  }
  .review-quote{font-size:28px;font-weight:300;line-height:1.35;color:var(--ink);margin-bottom:24px}
  .review-quote::before{content:"\201C";font-size:60px;color:var(--accent);line-height:0;display:block;margin-bottom:20px}
  .review-attr{font-size:14px;color:var(--ink-2)}
  .review-attr strong{display:block;font-weight:500;color:var(--ink);margin-bottom:4px}
  .stars{color:var(--accent);font-size:16px;letter-spacing:2px;margin-top:8px}
  @media(max-width:880px){.review .wrap{grid-template-columns:1fr;gap:40px}}

  /* COMPARISON */
  .compare{padding:120px 0}
  .compare-header{text-align:center;margin-bottom:64px}
  .compare-header .eyebrow{margin-bottom:20px}
  .compare-header h2 em{font-style:italic;font-weight:300;color:var(--accent)}
  .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:880px;margin:0 auto}
  .compare-card{
    padding:40px 36px;
    border-radius:var(--r-lg);
    border:1px solid var(--line);
  }
  .compare-clinic{background:var(--bg-2)}
  .compare-panel{background:var(--bg);border:2px solid var(--accent)}
  .compare-card h4{
    font-family:var(--body);
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--ink-3);
    font-weight:500;
    margin-bottom:8px;
  }
  .compare-panel h4{color:var(--accent)}
  .compare-card .title{font-size:24px;font-weight:400;margin-bottom:24px;color:var(--ink)}
  .compare-list{list-style:none;    margin: 0;}
  .compare-list li{
    font-size:14px;
    padding:14px 0;
    border-top:1px solid var(--line);
    display:flex;gap:12px;align-items:flex-start;
    color:var(--ink-2);
  }
  .compare-list li:first-child{border-top:none;padding-top:0}
  .compare-list svg{flex-shrink:0;width:16px;height:16px;margin-top:2px}
  @media(max-width:720px){.compare-grid{grid-template-columns:1fr}}

  /* SPECS / BUY */
  .specs{padding:0;background:var(--bg-2)}
  .specs-visual{
    aspect-ratio:1;
    background:var(--bg);
    border:1px solid var(--line);
    border-radius:var(--r-lg);
    position:sticky;top:100px;
    display:flex;align-items:center;justify-content:center;
    position:relative;overflow:hidden;
  }
  .specs-visual::before{
    content:"";position:absolute;inset:0;
    background:radial-gradient(ellipse at center,rgba(184,71,42,.15),transparent 70%);
  }
  .specs-visual::after{
    content:"";position:absolute;
    width:55%;height:75%;
    background:linear-gradient(180deg,#C85A3C,#8B3220);
    border-radius:6px;
    opacity:.85;
    box-shadow:0 0 80px rgba(200,90,60,.5);
  }
  .specs-info .eyebrow{margin-bottom:16px}
  .specs-info h2{margin-bottom:8px}
  .specs-info h2 em{font-style:italic;font-weight:300;color:var(--accent)}
  .specs-info .lede{font-size:16px;color:var(--ink-2);margin-bottom:32px;line-height:1.6}
  .spec-list{list-style:none;margin-bottom:36px;border-top:1px solid var(--line)}
  .spec-list li{
    display:flex;justify-content:space-between;
    padding:14px 0;
    border-bottom:1px solid var(--line);
    font-size:14px;
  }
  .spec-list .k{color:var(--ink-3)}
  .spec-list .v{color:var(--ink);font-weight:500}
  .price-box{
    background:var(--bg);
    padding:28px;
    border-radius:var(--r-lg);
    border:1px solid var(--line);
  }
  .price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}
  .price{font-size:42px;font-weight:300;letter-spacing:-.02em;color:var(--ink)}
  .price-orig{font-size:16px;color:var(--ink-3);text-decoration:line-through}
  .price-badge{
    background:var(--accent);color:var(--bg);
    padding:4px 10px;
    font-size:11px;font-weight:500;
    border-radius:999px;
    letter-spacing:.04em;
  }
  .price-note{font-size:13px;color:var(--ink-3);margin-bottom:20px}
  .price-box .btn-primary{width:100%;justify-content:center;padding:18px;margin-bottom:16px}
  .price-trust{display:flex;flex-wrap:wrap;gap:14px;font-size:12px;color:var(--ink-3)}
  .price-trust span{display:inline-flex;align-items:center;gap:5px}
  .price-trust svg{width:13px;height:13px}
  @media(max-width:880px){
    .specs .wrap{grid-template-columns:1fr;gap:40px}
    .specs-visual{position:relative;top:0;max-height:400px}
  }

  /* FAQ */
  .faq{padding:120px 0}
  .faq-header{text-align:center;margin-bottom:64px}
  .faq-header .eyebrow{margin-bottom:20px}
  .faq-header h2 em{font-style:italic;font-weight:300;color:var(--accent)}
  .faq-list{max-width:760px;margin:0 auto}
  .faq-item{
    border-bottom:1px solid var(--line);
  }
  .faq-q{
    width:100%;text-align:left;
    padding:24px 0;
    
    font-size:21px;font-weight:400;
    color:var(--ink);
    display:flex;justify-content:space-between;align-items:center;gap:24px;
    transition:color .2s;
  }
  .faq-q:hover{color:var(--accent)}
  .faq-toggle{
    width:32px;height:32px;
    border:1px solid var(--line-2);
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    font-size:18px;font-family:var(--body);font-weight:300;
    color:var(--ink-2);flex-shrink:0;
    transition:transform .3s,background .2s;
  }
  .faq-item.open .faq-toggle{background:var(--accent);color:var(--bg);border-color:var(--accent);transform:rotate(45deg)}
  .faq-a{
    max-height:0;overflow:hidden;
    transition:max-height .4s ease;
  }
  .faq-a-inner{padding:0 0 28px;font-size:15px;line-height:1.65;color:var(--ink-2);max-width:620px}
  .faq-item.open .faq-a{max-height:300px}

  /* FINAL CTA */
  .final{padding:140px 0;background:var(--ink);color:var(--bg);text-align:center;position:relative;overflow:hidden}
  .final::before{
    content:"";position:absolute;
    width:600px;height:600px;
    background:radial-gradient(circle,rgba(184,71,42,.25),transparent 70%);
    top:50%;left:50%;transform:translate(-50%,-50%);
    filter:blur(40px);
  }
  .final .wrap{position:relative;z-index:1}
  .final .eyebrow{color:var(--accent-soft);margin-bottom:24px}
  .final h2{color:var(--bg);margin-bottom:24px;max-width:780px;margin-left:auto;margin-right:auto}
  .final h2 em{font-style:italic;font-weight:300;color:var(--accent-soft)}
  .final p{color:rgba(250,246,240,.7);font-size:17px;max-width:520px;margin:0 auto 36px}
  .final .btn-primary{background:var(--bg);color:var(--ink)}
  .final .btn-primary:hover{background:var(--accent);color:var(--bg)}

  /* FOOTER */
  footer{padding:48px 0 32px;border-top:1px solid var(--line);font-size:13px;color:var(--ink-3)}
  footer .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
  footer .links{display:flex;gap:24px;flex-wrap:wrap}
  footer a{color:var(--ink-3);transition:color .2s}
  footer a:hover{color:var(--ink)}

  /* SCROLL REVEAL */
  .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
  .reveal.in{opacity:1;transform:translateY(0)}
  .reveal-delay-1{transition-delay:.1s}
  .reveal-delay-2{transition-delay:.2s}
  .reveal-delay-3{transition-delay:.3s}

  /* SELECTION */
  ::selection{background:var(--accent);color:var(--bg)}


  /* product carousel */


  .ap-vergelijk {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 24px;
    font-family: inherit;
  }

  .ap-vergelijk__intro {
    text-align: center;
    margin-bottom: 32px;
  }

  .ap-vergelijk__label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B8963E;
    margin-bottom: 8px;
  }

  .ap-vergelijk__titel {
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.3;
  }

  .ap-vergelijk__swiper {
    position: relative;
  }


  .ap-model {
    scroll-snap-align: start;
    background: #FFFFFF;
    border: 1px solid #E8E2D6;
    border-radius: 16px;
    padding: 24px 20px;
    position: relative;
    transition: box-shadow 0.2s ease;
  }


  .ap-model:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  }

  .ap-model--actief {
    border: 2px solid #B8963E;
  }

  .ap-model__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border-radius: 99px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .ap-model img {
    display: inline-block;
    vertical-align: middle;
    max-width: 45%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border-radius: 30px;
    float: right;
    margin-bottom: 10px;
  }

  .ap-model__badge--actief {
    background: #FDF3DC;
    color: #7A5200;
  }

  .ap-model__badge--grijs {
    background: #F2EDE4;
    color: #888070;
  }

  .ap-model__naam {
    font-size: 20px;
    font-weight: 800;
    color: #1A1A1A;
    margin: 0 0 4px;
  }

  .ap-model__prijs {
    font-size: 14px;
    color: #888;
    margin: 0 0 2px;
  }

  .ap-model__divider {
    border: none;
    border-top: 1px solid #F0EBE0;
    margin: 16px 0;
  }

  .ap-model__sectielabel {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B0A898;
    margin: 0 0 4px;
  }

  .ap-model__waarde {
    font-size: 13px;
    color: #444;
    margin: 0 0 12px;
    line-height: 1.45;
  }

  .ap-model__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
  }

  .ap-model__check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #444;
    margin-bottom: 7px;
    line-height: 1.4;
  }

  .ap-model__check-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
  }

  .ap-model__check-icon--aan {
    background: #B8963E;
    color: #fff;
  }

  .ap-model__check-icon--uit {
    background: #EDE8DE;
    color: #EDE8DE;
  }

  .ap-model__check--uit {
    opacity: 0.35;
  }

  .ap-model__voor-wie {
    font-size: 12px;
    color: #888;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    padding-top: 4px;
    border-top: 1px solid #F0EBE0;
  }

  .ap-model__cta {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 11px 0;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: opacity 0.15s ease;
  }

  .ap-model__cta:hover {
    opacity: 0.85;
  }

  .ap-model__cta--actief {
    background: #B8963E;
    color: #fff;
  }

  .ap-model__cta--grijs {
    background: #F2EDE4;
    color: #5A5040;
  }

   @media (min-width: 900px) {
    .ap-vergelijk__grid {
      overflow: visible;
      flex-wrap: wrap;
      justify-content: center;
    }

    .ap-model {
      min-width: unset;
      max-width: unset;
      flex: 1 1 calc(33.333% - 8px);
    }
  }  .ap-vergelijk__swiper {
      position: relative;
    }

    .ap-vergelijk__swiper::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60px;
      background: linear-gradient(to left, #f2eae0, transparent);
      pointer-events: none;
      z-index: 2;
    }
    .ap-vergelijk__swiper::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 60px;
      background: linear-gradient(to right, #f2eae0, transparent);
      pointer-events: none;
      z-index: 2;
    } {% endcomment %}
  @media (max-width: 680px) {

    .ap-model--actief {
      order: -1;
    }
    .ap-vergelijk {
      padding: 0 0 50px;
    }
    .ap-vergelijk__intro {
            padding: 48px 24px 0;
    }
    .ap-vergelijk__titel {
        font-size: 22px;
    }

    .ap-vergelijk__label {
        font-size: 14px;
    }
    .ap-vergelijk .swiper-slide {
      width: 100% !important;
    }

  }


  .ap-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E8E2D6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.ap-swiper-prev {
  left: 0;
}

.ap-swiper-next {
  right: 0;
}



.ap-vergelijk__swiper {
  overflow: hidden;

}

.ap-vergelijk .swiper {
    padding: 0 30px !important;
}

.ap-vergelijk .swiper-slide {
  width: 24.5% ;
  height: auto;
  display: flex;
}

.ap-vergelijk {
  overflow: visible;
}


.ap-model__warranty {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #2c2c2c; 
    margin-top: 4px;
    opacity: 0.85;
}
.ap-model__warranty-icon {
    margin-right: 4px;
    font-size: 11px;
}


/* responsive sections*/


@media screen and (max-width: 768px) {
    .science-header {
        text-align: center;
        margin-bottom: 40px;
    }
  .science-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 20px;
    margin: 0 -20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .science-grid::-webkit-scrollbar {
    display: none;
  }

  .science-card {
    flex: 0 0 80%;
    scroll-snap-align: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
  }

  .science-num {
    margin-bottom: 12px;
  }

  .science-card h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .science-card p {
    font-size: 0.95rem;
    color: #444;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .cases-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 20px;
    margin: 0 -20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background:unset;
  }

  .cases-grid::-webkit-scrollbar {
    display: none;
  }

  .case {
    flex: 0 0 85%; /* Shows majority of card + hint of next */
    scroll-snap-align: center;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .case-icon {
        width: 35px;
        height: 35px;
  }

  .case-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }

  .case h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 700;
  }

  .case p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    margin: 0;
  }
}



  .topbar{
    background:var(--ink);
    color:var(--bg);
    text-align:center;
    padding:10px 16px;
    font-size:13px;
    letter-spacing:0.04em;
    text-transform:uppercase;
    font-weight:500;
  }
  .topbar strong{color:var(--gold-light)}


  .ap-model__specs-titel {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    opacity: 0.8;
}
.ap-model__waarde--spec {
    font-weight: 500;
    margin-bottom: 10px;
}



  .guarantee { padding: 50px 0; background: var(--bg-warm); }
  .guarantee-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
  }
  .guarantee-item {
    padding: 32px 20px;
    border-right: 1px solid var(--line);
  }
  .guarantee-item:last-child { border-right: none; }
  .guarantee-item strong {
    display: block;
    font-size: 15px;
    color: var(--ink);
    margin-bottom: 4px;
    font-weight: 600;
  }
  .guarantee-item p {
    font-size: 13px;
    color: var(--ink-muted);
    line-height: 1.5;
  }



  @media (max-width: 968px) {
    .guarantee-grid { grid-template-columns: repeat(2, 1fr); }
    .guarantee-item { border-right: none; border-bottom: 1px solid var(--line);padding: 15px 10px; }
  }  


  a.btn-secondary-final {
    display: block;
    margin: 20px 0 0;
}


  /* STUDIES */
  .studies{padding:120px 0;background:var(--bg-2)}
  .studies-header{text-align:center;margin-bottom:64px}
  .studies-header .eyebrow{margin-bottom:20px}
  .studies-header h2{margin-bottom:20px}
  .studies-header h2 em{font-family:var(--display);font-style:italic;font-weight:300;color:var(--accent)}
  .studies-header p{max-width:580px;margin:0 auto;font-size:17px;line-height:1.6}
  .studies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .study-card{
    background:var(--bg);
    padding:32px 28px;
    border-radius:var(--r-lg);
    border:1px solid var(--line);
    display:flex;flex-direction:column;
  }
  .study-cat{
    font-family:var(--body);
    font-size:10px;letter-spacing:.2em;
    text-transform:uppercase;
    color:var(--accent);font-weight:500;
    margin-bottom:16px;
  }
  .study-card h4{font-family:var(--display);font-size:19px;font-weight:400;margin-bottom:14px;color:var(--ink);line-height:1.3}
  .study-cite{
    font-family:var(--body);
    font-size:12px;color:var(--ink-3);
    padding:12px 0;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    margin-bottom:14px;
    font-style:italic;
  }
  .study-finding{font-size:14px;line-height:1.55;color:var(--ink-2);margin-bottom:16px;flex-grow:1}
  .study-meta{font-size:12px;color:var(--ink-3);font-weight:500}
  @media(max-width:880px){.studies-grid{grid-template-columns:1fr;gap:16px}}


   /* PROTOCOL */
  .protocol{padding:120px 0;background:var(--bg)}
  .protocol-header{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;margin-bottom:64px;align-items:end}
  .protocol-header h2{margin-bottom:0}
  .protocol-header h2 em{font-family:var(--display);font-style:italic;font-weight:300;color:var(--accent)}
  .protocol-header p{max-width:440px;line-height:1.6}
  .protocol-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
  .protocol-card{
    background:var(--bg-2);
    padding:32px 26px;
    border-radius:var(--r-lg);
    border:1px solid var(--line);
  }
  .protocol-label{
    font-family:var(--body);
    font-size:11px;letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--ink-3);font-weight:500;
    margin-bottom:18px;
  }
  .protocol-value{
    font-family:var(--display);
    font-size:42px;font-weight:300;
    color:var(--accent);
    line-height:1;margin-bottom:8px;
    letter-spacing:-.02em;
  }
  .protocol-unit{font-size:18px;color:var(--ink-3);margin-left:4px}
  .protocol-card h4{font-family:var(--display);font-size:18px;font-weight:400;margin-bottom:10px;color:var(--ink)}
  .protocol-card p{font-size:14px;line-height:1.55;color:var(--ink-2)}
  @media(max-width:880px){
    .protocol-header{grid-template-columns:1fr;gap:24px}
    .protocol-grid{grid-template-columns:1fr 1fr;gap:16px}
  }
  @media(max-width:520px){.protocol-grid{grid-template-columns:1fr}}


  .ap-compare {
    --cream: #f4ede4;
    --card: #fbf7f1;
    --ink: #2e2722;
    --muted: #8a7f74;
    --line: #e7ddd0;
    --gold: #a8854a;
    --gold-deep: #856636;
    --gold-soft: #efe2c9;
    --off: #ddd2c4;
    --radius: 18px;
  }

  .ap-compare {
    color: var(--ink);
    padding: 56px 0 80px;
    line-height: 1.45;
  }

  .ap-compare__wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .ap-compare__head {
    text-align: center;
    margin-bottom: 38px;
  }

  .ap-compare__eyebrow {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 14px;
  }

  .ap-compare__title {
    font-weight: 500;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin: 0;
  }

  .ap-compare__subtitle {
    color: var(--muted);
    max-width: 560px;
    margin: 14px auto 0;
    font-size: 15px;
  }

  .ap-compare__carousel {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 22px 28px 8px;
    position: relative;
    scrollbar-width: none;
  }

  .ap-compare__carousel::-webkit-scrollbar {
    display: none;
  }

  .ap-compare__card {
    flex: 0 0 300px;
    scroll-snap-align: center;
    position: relative;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .ap-compare__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -22px rgba(80, 50, 30, 0.4);
  }

  .ap-compare__card--featured {
    border: 1.5px solid var(--gold);
    background: #fffaf2;
    box-shadow: 0 24px 60px -28px rgba(133, 102, 54, 0.5);
  }

  .ap-compare__ribbon {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 8px 18px -8px rgba(133, 102, 54, 0.8);
    z-index: 2;
  }

  .ap-compare__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    background: #efe6da;
    border-radius: 999px;
    padding: 5px 10px;
  }

  .ap-compare__card--featured .ap-compare__badge {
    background: var(--gold-soft);
    color: var(--gold-deep);
  }

  .ap-compare__head-row {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-top: 14px;
  }

  .ap-compare__thumb {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    flex: none;
    position: relative;
    overflow: hidden;
    background: #f3ebde;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ap-compare__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    mix-blend-mode: multiply;
  }

  .ap-compare__placeholder {
    width: 24px;
    height: 24px;
    color: var(--gold);
    opacity: 0.5;
  }

  .ap-compare__name {
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -0.01em;
    line-height: 1.05;
  }

  .ap-compare__price-row {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 3px;
  }

  .ap-compare__price {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .ap-compare__currency {
    font-weight: 500;
    color: var(--muted);
    font-size: 15px;
    margin-right: 1px;
  }

  .ap-compare__price-note {
    font-weight: 500;
    color: var(--muted);
    font-size: 13px;
  }

  .ap-compare__price-note-text {
    font-size: 12px;
    color: var(--muted);
  }

  .ap-compare__compare-price {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
  }

  .ap-compare__compare-price-label {
    margin-right: 4px;
  }

  .ap-compare__compare-price-value {
    text-decoration: line-through;
  }

  .ap-compare__price-placeholder {
    color: var(--muted);
    font-weight: 500;
  }

  .ap-compare__warranty {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    margin-top: 13px;
  }

  .ap-compare__warranty svg {
    width: 14px;
    height: 14px;
    color: var(--gold);
  }

  .ap-compare__forwho {
    margin-top: 14px;
    background: #f6efe3;
    border-radius: 12px;
    padding: 13px 14px;
  }

  .ap-compare__forwho-label {
    font-size: 9.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-deep);
    font-weight: 700;
    margin-bottom: 5px;
  }

  .ap-compare__forwho-text {
    font-size: 13px;
    color: var(--ink);
    line-height: 1.5;
  }

  .ap-compare__forwho-text-mobile {
    display: none;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.45;
    font-weight: 500;
  }

  .ap-compare__divider {
    height: 1px;
    background: var(--line);
    margin: 16px 0;
  }

  .ap-compare__cov-label {
    font-size: 10px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
    font-weight: 600;
  }

  .ap-compare__cov-track {
    height: 8px;
    border-radius: 999px;
    background: #ece2d4;
    overflow: hidden;
  }

  .ap-compare__cov-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #d3b878, var(--gold));
  }

  .ap-compare__cov-text {
    font-size: 12.5px;
    color: var(--ink);
    margin-top: 9px;
    min-height: 34px;
  }

  .ap-compare__specs {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .ap-compare__spec-key {
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600;
  }

  .ap-compare__spec-value {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
  }

  .ap-compare__spec-value small {
    font-weight: 500;
    color: var(--muted);
    font-size: 11px;
    display: block;
  }

  .ap-compare__checklist {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }

  .ap-compare__check {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12.5px;
  }

  .ap-compare__check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold-soft);
    color: var(--gold);
  }

  .ap-compare__check--no {
    color: var(--muted);
  }

  .ap-compare__check--no .ap-compare__check-icon {
    background: #efe7db;
    color: var(--off);
  }

  .ap-compare__check-icon svg {
    width: 11px;
    height: 11px;
  }

  .ap-compare__check--no .ap-compare__check-icon svg {
    width: 9px;
    height: 9px;
  }

  .ap-compare__cta {
    margin-top: 18px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 13px;
    border-radius: 12px;
    border: 1.5px solid var(--gold);
    color: var(--gold-deep);
    background: transparent;
    transition: all 0.18s ease;
    cursor: pointer;
  }

  .ap-compare__cta:hover {
    background: var(--gold-soft);
  }

  .ap-compare__cta--solid {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
  }

  .ap-compare__cta--solid:hover {
    background: var(--gold-deep);
    border-color: var(--gold-deep);
  }

  .ap-compare__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
  }

  .ap-compare__arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid var(--line);
    background: var(--card);
    color: var(--gold-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.18s ease;
  }

  .ap-compare__arrow:hover {
    background: var(--gold-soft);
    border-color: var(--gold);
  }

  .ap-compare__arrow:disabled {
    opacity: 0.3;
    cursor: default;
    background: var(--card);
    border-color: var(--line);
  }

  .ap-compare__arrow svg {
    width: 18px;
    height: 18px;
  }

  .ap-compare__dots {
    display: flex;
    gap: 7px;
    align-items: center;
  }

  .ap-compare__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: var(--off);
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
  }

  .ap-compare__dot--active {
    width: 22px;
    background: var(--gold);
  }

  .ap-compare__trust {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    color: var(--muted);
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ap-compare__trust span {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .ap-compare__trust svg {
    width: 15px;
    height: 15px;
    color: var(--gold);
  }

  .ap-compare__footnote {
    max-width: 820px;
    margin: 30px auto 0;
    text-align: left;
    font-size: 11.5px;
    color: #a99c8d;
    line-height: 1.7;
    background: #f6efe3;
    border-radius: 12px;
    padding: 16px 20px;
  }

  .ap-compare__footnote b {
    color: var(--gold-deep);
  }

  /* Responsive */
  @media (max-width: 620px) {
    .ap-compare {
      padding: 28px 0 46px;
    }
    .ap-compare__wrap {
      padding: 0 13px;
    }
    .ap-compare__head {
      margin-bottom: 24px;
    }
    .ap-compare__subtitle {
      font-size: 14px;
    }
    .ap-compare__carousel {
      gap: 14px;
      padding: 22px 13px 8px;
    }
    .ap-compare__card {
      flex-basis: 84vw;
      max-width: 360px;
      padding: 17px 16px 17px;
      border-radius: 15px;
    }
    .ap-compare__card:hover,
    .ap-compare__card--featured {
      transform: none;
    }
    .ap-compare__head-row {
      margin-top: 12px;
      gap: 12px;
    }
    .ap-compare__thumb {
      width: 50px;
      height: 50px;
    }
    .ap-compare__name {
      font-size: 21px;
    }
    .ap-compare__price {
      font-size: 20px;
    }
    .ap-compare__warranty {
      font-size: 12px;
      margin-top: 12px;
    }
    .ap-compare__forwho {
      margin-top: 13px;
      padding: 12px 13px;
    }
    .ap-compare__forwho-text {
      display: none;
    }
    .ap-compare__forwho-text-mobile {
      display: block;
    }
    .ap-compare__divider {
      margin: 14px 0;
    }
    .ap-compare__cov-text {
      font-size: 12px;
      min-height: 0;
    }
    .ap-compare__specs {
      margin-top: 15px;
    }
    .ap-compare__checklist {
      margin-top: 15px;
    }
    .ap-compare__cta {
      margin-top: 15px;
      padding: 12px;
    }
    .ap-compare__trust {
      gap: 14px 18px;
      font-size: 12px;
      margin-top: 28px;
    }
    .ap-compare__footnote {
      font-size: 11px;
      padding: 14px 15px;
      line-height: 1.65;
    }
  }

  .protocol .protocol-icon {
    color: var(--red);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .protocol .protocol-icon svg {
    width: 32px;
    height: 32px;
    display: block;
  }