.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;background:#A38A6F;color:#fff;padding:.75rem 1.5rem;font-family:'Inter',sans-serif;font-size:.85rem;font-weight:600;z-index:10000;text-decoration:none}
.skip-link:focus{position:fixed;left:50%;top:0;transform:translateX(-50%);width:auto;height:auto;overflow:visible}
:root{--goud:#A38A6F;--goud-donker:#8A7259;--zwart:#1E1C1A;--wit:#F8F6F1;--beige:#EDE8E0;--grijs:#D4CEC5;--tekst:#5A5750;--placeholder:#8A877F;--groen:#4A6E4A}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{padding-top:104px}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',sans-serif;background:var(--wit);color:var(--zwart);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;line-height:1.2}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-thumb{background:#A38A6F;border-radius:2px}
::selection{background:rgba(163,138,111,.2);color:#1E1C1A}
:focus-visible{outline:2px solid #A38A6F;outline-offset:3px}

/* LABEL */
.lbl{font-family:‘Inter’,sans-serif;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;font-weight:600;color:#A38A6F;display:block}

/* DIVIDER */
.divider{width:36px;height:2px;background:#A38A6F}
.divider-c{width:36px;height:2px;background:#A38A6F;margin:.9rem auto}

/* BUTTONS */
.btn-p{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#A38A6F;color:#fff;font-family:’Inter’,sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 2rem;border:none;cursor:pointer;min-height:48px;transition:background .2s,transform .15s,box-shadow .2s}
.btn-p:hover{background:#8A7259;transform:translateY(-2px);box-shadow:0 4px 12px rgba(163,138,111,.25)}
.btn-p:active{transform:translateY(0);box-shadow:none}
.btn-s{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:#A38A6F;font-family:‘Inter’,sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 2rem;border:2px solid #A38A6F;cursor:pointer;min-height:48px;transition:background .2s,color .2s,transform .15s}
.btn-s:hover{background:#A38A6F;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(163,138,111,.2)}
.btn-sm{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:transparent;color:#A38A6F;font-family:‘Inter’,sans-serif;font-weight:600;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:.6rem 1.25rem;border:1.5px solid rgba(163,138,111,.45);cursor:pointer;min-height:40px;transition:background .2s,color .2s}
.btn-sm:hover{background:#A38A6F;color:#fff}

/* NAVBAR */
.nav{position:fixed;top:36px;left:0;right:0;z-index:100;background:rgba(248,246,241,.97);box-shadow:0 1px 0 #D4CEC5}
.nav.scrolled{background:rgba(248,246,241,.97);backdrop-filter:blur(10px);box-shadow:0 1px 0 #D4CEC5}
.nav-inner{max-width:1140px;margin:0 auto;padding:0 1.5rem;height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{display:flex;align-items:center;gap:.8rem}
.logo-sq{width:34px;height:34px;border:1.5px solid #A38A6F;display:flex;align-items:center;justify-content:center;transition:background .2s}
.logo-sq span{font-family:‘Playfair Display’,serif;color:#A38A6F;font-size:1.15rem;line-height:1;transition:color .2s}
.logo-sq:hover{background:#A38A6F}
.logo-sq:hover span{color:#fff}
.logo-name{font-family:‘Playfair Display’,serif;color:#1E1C1A;font-size:1.1rem}
.nav-links{display:flex;gap:1.25rem;list-style:none;flex-wrap:nowrap}
.nav-links a{font-size:.75rem;font-weight:500;color:#5A5750;transition:color .2s;white-space:nowrap}
.nav-links a:hover{color:#A38A6F}
.nav-r{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.cart-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:transparent;border:1.5px solid #D4CEC5;cursor:pointer;color:#1E1C1A;transition:border-color .2s,color .2s}
.cart-btn:hover{border-color:#A38A6F;color:#A38A6F}
.cart-badge{position:absolute;top:-5px;right:-5px;width:18px;height:18px;background:#A38A6F;color:#fff;border-radius:50%;font-size:.58rem;font-weight:700;display:none;align-items:center;justify-content:center}
.cart-badge.on{display:flex}
.ham{display:none;background:transparent;border:none;cursor:pointer;padding:.7rem;color:#1E1C1A;min-width:44px;min-height:44px;align-items:center;justify-content:center}
.mob-nav{display:none;position:fixed;top:68px;left:0;right:0;z-index:99;background:#F8F6F1;border-bottom:1px solid #D4CEC5;padding:1.25rem 1.5rem 1.5rem;flex-direction:column;gap:.85rem}
.mob-nav.open{display:flex}
.mob-nav a{font-size:.95rem;color:#1E1C1A;padding:.4rem 0;border-bottom:1px solid #D4CEC5}

/* LAYOUT */
.wrap{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.sec{padding:5.5rem 1.5rem;position:relative}
.sec+.sec::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:1px;background:rgba(163,138,111,.25)}
.sec-hdr{text-align:center;margin-bottom:3.5rem}
.sec-hdr h2{font-size:clamp(1.7rem,3vw,2.4rem);color:#1E1C1A;margin-bottom:.6rem}
.sec-hdr p{font-size:.95rem;color:#5A5750;max-width:480px;margin:.5rem auto 0;line-height:1.75}

/* HERO */
.hero{min-height:100vh;padding:5rem 1.5rem 5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#F8F6F1;position:relative}
.hero::before{content:’’;position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:90px;background:linear-gradient(to bottom,transparent,rgba(163,138,111,.3))}
.hero-pill{display:inline-flex;align-items:center;gap:.55rem;background:rgba(163,138,111,.1);border:1px solid rgba(163,138,111,.3);padding:.4rem 1rem;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#A38A6F;margin-bottom:2rem}
.hero h1{font-size:clamp(2.5rem,6vw,4.8rem);font-weight:400;color:#1E1C1A;letter-spacing:-.02em;margin-bottom:1.25rem;max-width:15ch}
.hero h1 em{color:#A38A6F;font-style:italic}
.hero-sub{font-size:1.05rem;color:#5A5750;line-height:1.75;max-width:520px;margin:0 auto 2.5rem}
.hero-btns{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center;margin-bottom:1.25rem}
.hero-note{font-size:.78rem;color:#8A877F}

/* WHAT IS */
.what-is{background:#EDE8E0;border-top:1px solid #D4CEC5;border-bottom:1px solid #D4CEC5;padding:4rem 1.5rem}
.what-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.what-grid h2{font-size:clamp(1.6rem,3vw,2.2rem);color:#1E1C1A;margin-bottom:.6rem}
.what-grid p{font-size:.92rem;color:#5A5750;line-height:1.8;margin-bottom:.75rem}
.what-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-top:1.25rem}
.what-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.88rem;color:#5A5750;line-height:1.5}
.what-list li::before{content:’’;width:5px;height:5px;border-radius:50%;background:#A38A6F;flex-shrink:0;margin-top:.5rem}
.what-visual{aspect-ratio:4/3;overflow:hidden;border-radius:8px}
.qr-box{width:88px;height:88px;border:2px solid #A38A6F;display:flex;align-items:center;justify-content:center}
.what-visual p{font-size:.8rem;color:#8A877F;text-align:center;line-height:1.55}

/* TRUST BAR */
.trust-bar{background:#fff;border-top:1px solid #D4CEC5;border-bottom:1px solid #D4CEC5;padding:1.5rem}
.trust-bar-inner{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}
.ti{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.5rem;border-right:1px solid #D4CEC5}
.ti:last-child{border-right:none}
.ti p{font-size:.8rem;font-weight:600;color:#1E1C1A}
.ti span{font-size:.7rem;color:#8A877F;display:block}

/* PROCESS */
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.step{background:#fff;border:1.5px solid #D4CEC5;padding:2.25rem 1.75rem;text-align:center;transition:border-color .25s,box-shadow .25s}
.step:hover{border-color:#A38A6F;box-shadow:0 4px 24px rgba(163,138,111,.1)}
.step-ic{width:58px;height:58px;border:1.5px solid rgba(163,138,111,.35);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;transition:border-color .25s;position:relative}
.step:hover .step-ic{border-color:#A38A6F}
.step-n{position:absolute;top:-9px;right:-9px;width:20px;height:20px;background:#A38A6F;color:#fff;border-radius:50%;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}
.step h3{font-size:1.1rem;color:#1E1C1A;margin-bottom:.55rem}
.step p{font-size:.85rem;color:#5A5750;line-height:1.7}

/* DEMO */
.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1020px;margin:0 auto}
.demo-text h2{font-size:clamp(1.6rem,3vw,2.2rem);color:#1E1C1A;margin-bottom:.6rem}
.demo-text p{font-size:.9rem;color:#5A5750;line-height:1.8;margin-bottom:.75rem}
.demo-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin:1rem 0 1.5rem}
.demo-list li{display:flex;align-items:center;gap:.65rem;font-size:.88rem;color:#5A5750}
.demo-list li::before{content:’’;width:5px;height:5px;border-radius:50%;background:#A38A6F;flex-shrink:0}
.phone{width:268px;border-radius:34px;overflow:hidden;background:#1a1f2e;box-shadow:0 20px 50px rgba(44,42,39,.18),0 0 0 1.5px rgba(163,138,111,.2);margin-left:auto}
.p-notch{background:#1a1f2e;padding:1.75rem 0 .4rem;display:flex;justify-content:center}
.p-notch-bar{width:70px;height:15px;background:#000;border-radius:999px}
.p-screen{background:#F8F6F1;overflow-y:auto;max-height:495px;scrollbar-width:none}
.p-screen::-webkit-scrollbar{display:none}
.p-head{background:#2C3A52;padding:1.25rem 1.25rem 2.25rem;text-align:center}
.p-av{width:62px;height:62px;border-radius:50%;border:2px solid #A38A6F;background:#3d4f6a;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;font-family:‘Playfair Display’,serif;color:#A38A6F;font-size:1.55rem}
.p-head h3{font-family:‘Playfair Display’,serif;color:#F8F6F1;font-size:1rem}
.p-ls{font-size:.62rem;color:#A38A6F;letter-spacing:.18em;margin-top:.2rem}
.p-qt{font-style:italic;font-size:.67rem;color:rgba(248,246,241,.52);margin-top:.4rem;line-height:1.5}
.like-btn{margin-top:.7rem;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border:1px solid rgba(163,138,111,.4);font-size:.64rem;color:#A38A6F;cursor:pointer;background:transparent;transition:background .2s}
.like-btn:hover,.like-btn.liked{background:rgba(163,138,111,.12)}
.p-body{padding:.75rem;display:flex;flex-direction:column;gap:.6rem}
.p-card{background:#fff;border-radius:.4rem;padding:.8rem;box-shadow:0 1px 3px rgba(44,42,39,.05)}
.p-card-hdr{display:flex;align-items:center;gap:.35rem;margin-bottom:.45rem}
.p-card-hdr span{font-size:.57rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#1E1C1A}
.p-card p{font-size:.67rem;color:#5A5750;line-height:1.6}
.gal-img{width:100%;height:80px;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:.62rem;color:rgba(255,255,255,.4);margin-bottom:.4rem;transition:background .4s}
.gal-dots{display:flex;justify-content:center;gap:.3rem}
.gal-dot{width:5px;height:5px;border-radius:50%;background:rgba(44,42,39,.15);cursor:pointer;border:none;transition:background .2s}
.gal-dot.a{background:#A38A6F}
.gb-e{border-left:2px solid rgba(163,138,111,.3);padding-left:.5rem;margin-bottom:.5rem}
.gb-e strong{font-size:.61rem;font-weight:600;color:#1E1C1A;display:block}
.gb-e span{font-size:.61rem;font-style:italic;color:#5A5750;line-height:1.4}
.p-bar{background:#1a1f2e;padding:.5rem;display:flex;justify-content:center}
.p-bar div{width:54px;height:3px;border-radius:999px;background:rgba(163,138,111,.18)}
.p-credit{font-size:.51rem;color:rgba(44,42,39,.25);text-align:center;padding:.25rem 0}

/* PACKAGES */
.pkg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;width:100%}
.pkg{position:relative;display:flex;flex-direction:column;padding:2.25rem 1.75rem;min-width:0;transition:box-shadow .25s}
.pkg:hover{box-shadow:0 6px 28px rgba(44,42,39,.1)}
.pkg-beige{background:#EDE8E0;border:1.5px solid #D4CEC5}
.pkg-dark{background:#2C2A27;border:2px solid #A38A6F;box-shadow:0 6px 28px rgba(44,42,39,.18)}
.pkg-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#A38A6F;color:#fff;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;padding:.3rem 1rem;white-space:nowrap;display:flex;align-items:center;gap:.3rem}
.pkg-tier{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;margin-bottom:.35rem}
.pkg-beige .pkg-tier{color:rgba(163,138,111,.9)}
.pkg-dark .pkg-tier{color:rgba(191,169,140,.85)}
.pkg-name{font-family:‘Playfair Display’,serif;font-size:1.5rem;font-weight:400;margin-bottom:.35rem}
.pkg-beige .pkg-name{color:#1E1C1A}
.pkg-dark .pkg-name{color:#F8F6F1}
.pkg-tag{font-size:.82rem;line-height:1.5;margin-bottom:1.25rem}
.pkg-beige .pkg-tag{color:#5A5750}
.pkg-dark .pkg-tag{color:rgba(248,246,241,.55)}
.pkg-price{font-family:‘Playfair Display’,serif;font-size:2.6rem;font-weight:400;line-height:1;margin-bottom:.35rem}
.pkg-beige .pkg-price{color:#1E1C1A}
.pkg-dark .pkg-price{color:#BFA98C}
.pkg-save{font-size:.75rem;font-weight:600;min-height:1.1rem;margin-bottom:1.5rem}
.pkg-beige .pkg-save{color:#4A6E4A}
.pkg-dark .pkg-save{color:#7A9A7A}
.pkg-div{width:100%;height:1px;margin-bottom:1.25rem}
.pkg-beige .pkg-div{background:rgba(44,42,39,.1)}
.pkg-dark .pkg-div{background:rgba(255,255,255,.1)}
.pkg-inc{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;margin-bottom:.85rem}
.pkg-beige .pkg-inc{color:rgba(44,42,39,.45)}
.pkg-dark .pkg-inc{color:rgba(248,246,241,.35)}
.pkg-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:2rem;flex:1}
.pkg-li{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;line-height:1.5}
.pkg-beige .pkg-li{color:#1E1C1A}
.pkg-dark .pkg-li{color:rgba(248,246,241,.82)}
.pkg-li.inh{font-style:italic}
.pkg-beige .pkg-li.inh{color:rgba(44,42,39,.5)}
.pkg-dark .pkg-li.inh{color:rgba(248,246,241,.45)}
.chk{width:13px;height:13px;flex-shrink:0;margin-top:2px;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.pkg-btn{width:100%;padding:.95rem;border:none;cursor:pointer;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;background:#A38A6F;color:#fff;transition:background .2s;min-height:48px}
.pkg-btn:hover{background:#8A7259}
.pkg-btn.added{background:#4A6E4A;pointer-events:none}

/* SHOP */
.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.shop-card{background:#fff;border:1.5px solid #D4CEC5;padding:0;display:flex;flex-direction:column;transition:border-color .25s,box-shadow .25s;overflow:hidden}
.shop-card:hover{border-color:#A38A6F;box-shadow:0 4px 20px rgba(163,138,111,.1)}
.shop-icon{width:44px;height:44px;border:1.5px solid rgba(163,138,111,.3);display:flex;align-items:center;justify-content:center;margin:1.75rem 1.5rem .5rem;font-size:1.3rem;transition:border-color .25s}
.shop-card:hover .shop-icon{border-color:#A38A6F}
.shop-img{width:100%;height:220px;object-fit:cover;object-position:center;display:block}
.shop-card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}
.shop-card h3{font-family:‘Playfair Display’,serif;font-size:1.05rem;color:#1E1C1A;margin-bottom:.2rem}
.shop-price{font-family:‘Playfair Display’,serif;font-size:1.5rem;color:#A38A6F;margin-bottom:.5rem}
.shop-card p{font-size:.82rem;color:#5A5750;line-height:1.65;flex:1;margin-bottom:1.1rem}
.shop-btn{width:100%;padding:.65rem;border:1.5px solid rgba(163,138,111,.4);background:transparent;color:#A38A6F;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:background .2s,color .2s;min-height:44px;display:flex;align-items:center;justify-content:center;gap:.4rem}
.shop-btn:hover{background:#A38A6F;color:#fff}
.shop-btn.added{background:#4A6E4A;color:#fff;border-color:#4A6E4A;pointer-events:none}

/* MATERIALS */
.mat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.mat-card{background:#fff;border:1.5px solid #D4CEC5;padding:1.75rem 1.5rem;transition:border-color .25s,box-shadow .25s}
.mat-card:hover{border-color:rgba(163,138,111,.5);box-shadow:0 4px 18px rgba(163,138,111,.08)}
.mat-ic{width:40px;height:40px;border:1.5px solid rgba(163,138,111,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:border-color .25s}
.mat-card:hover .mat-ic{border-color:#A38A6F}
.mat-card h3{font-family:‘Playfair Display’,serif;font-size:1rem;color:#1E1C1A;margin-bottom:.2rem}
.mat-sub{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(163,138,111,.8);margin-bottom:.65rem;font-weight:600}
.mat-card p{font-size:.82rem;color:#5A5750;line-height:1.7}

/* TRUST / GUARANTEE */
.trust-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}
.t-card{background:#fff;border:1.5px solid #D4CEC5;padding:2rem 1.75rem;transition:border-color .25s,box-shadow .25s}
.t-card:hover{border-color:rgba(163,138,111,.4);box-shadow:0 4px 18px rgba(163,138,111,.08)}
.t-ic{width:40px;height:40px;background:rgba(163,138,111,.07);border:1.5px solid rgba(163,138,111,.25);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.t-card h3{font-family:‘Playfair Display’,serif;font-size:1.05rem;color:#1E1C1A;margin-bottom:.5rem}
.t-card p{font-size:.82rem;color:#5A5750;line-height:1.7}
.guar{background:#1E1C1A;padding:3rem 3.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.guar h3{font-family:‘Playfair Display’,serif;color:#F8F6F1;font-size:1.8rem;line-height:1.2;margin-bottom:.85rem}
.guar p{font-size:.88rem;color:rgba(248,246,241,.6);line-height:1.8;margin-bottom:.65rem}
.guar-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.gstat{border-left:2px solid #A38A6F;padding-left:1.1rem}
.gstat-n{font-family:‘Playfair Display’,serif;font-size:2.2rem;color:#BFA98C;line-height:1}
.gstat-l{font-size:.72rem;color:rgba(248,246,241,.5);margin-top:.2rem;line-height:1.4}

/* CONTACT + FAQ */
.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto;align-items:start}
.contact-wrap h3{font-family:‘Playfair Display’,serif;font-size:1.4rem;color:#1E1C1A;margin-bottom:.5rem}
.contact-wrap .sub{font-size:.88rem;color:#5A5750;line-height:1.75;margin-bottom:1.75rem}
.field{margin-bottom:1.2rem}
.field label{display:block;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:#5A5750;margin-bottom:.45rem}
.field input,.field textarea{width:100%;border:1.5px solid #D4CEC5;background:#fff;padding:.8rem 1rem;font-family:‘Inter’,sans-serif;font-size:.9rem;color:#1E1C1A;outline:none;resize:none;transition:border-color .2s;min-height:48px}
.field input:focus,.field textarea:focus{border-color:#A38A6F}
.field textarea{height:120px;min-height:unset}
.form-ok{border:1.5px solid rgba(74,110,74,.35);background:rgba(74,110,74,.06);padding:2.5rem 2rem;text-align:center;display:none}
.form-ok.show{display:block}
.form-ok h4{font-family:‘Playfair Display’,serif;font-size:1.2rem;color:#1E1C1A;margin-bottom:.4rem}
.form-ok p{font-size:.85rem;color:#5A5750}

/* FAQ */
.faq-wrap{width:100%;border:1.5px solid #D4CEC5;overflow:hidden;background:#fff}
.faq-item{border-bottom:1px solid #D4CEC5}
.faq-item:last-child{border-bottom:none}
.faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.1rem 1.4rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s}
.faq-btn:hover{background:rgba(163,138,111,.05)}
.faq-q{font-size:.88rem;font-weight:600;color:#1E1C1A;transition:color .2s}
.faq-btn:hover .faq-q{color:#A38A6F}

/* FOOTER */
footer{background:#1E1C1A;color:rgba(248,246,241,.42);padding:4.5rem 1.5rem 2rem}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.f-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}
.f-brand-sq{width:30px;height:30px;border:1.5px solid rgba(163,138,111,.45);display:flex;align-items:center;justify-content:center}
.f-brand-sq span{font-family:‘Playfair Display’,serif;color:#A38A6F;font-size:1rem;line-height:1}
.f-brand-name{font-family:‘Playfair Display’,serif;color:#F8F6F1;font-size:1rem}
.f-tagline{font-style:italic;font-size:.8rem;color:rgba(248,246,241,.55);margin-bottom:.7rem}
.f-desc{font-size:.78rem;line-height:1.75}
.f-title{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:rgba(163,138,111,.65);margin-bottom:1rem}
.f-links{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.f-links a{font-size:.82rem;color:rgba(248,246,241,.6);transition:color .2s}
.f-links a:hover{color:#A38A6F}
.f-contact{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.f-contact li{display:flex;align-items:center;gap:.55rem;font-size:.82rem}
.f-contact a{color:rgba(248,246,241,.6);transition:color .2s}
.f-contact a:hover{color:#A38A6F}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:1.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.72rem}
.f-legal{display:flex;gap:1.5rem}
.f-legal a{color:rgba(248,246,241,.55);transition:color .2s}
.f-legal a:hover{color:#A38A6F}

/* CART DRAWER */
.cart-ov{position:fixed;inset:0;background:rgba(30,28,26,.38);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}
.cart-ov.open{opacity:1;pointer-events:all}
.cart-dr{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:95vw;background:#F8F6F1;z-index:201;transform:translateX(105%);transition:transform .38s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;box-shadow:-10px 0 40px rgba(30,28,26,.12)}
.cart-dr.open{transform:translateX(0)}
.cart-hd{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #D4CEC5}
.cart-hd h2{font-family:‘Playfair Display’,serif;color:#1E1C1A;font-size:1.2rem}
.cart-close{background:transparent;border:1.5px solid #D4CEC5;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s;color:#5A5750}
.cart-close:hover{border-color:#A38A6F;color:#A38A6F}
.cart-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}
.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:.75rem;padding:3rem 1rem;color:#8A877F}
.cart-empty p{font-size:.88rem;line-height:1.65}
.ci{display:flex;align-items:flex-start;gap:.9rem;padding:1rem 0;border-bottom:1px solid rgba(212,206,197,.5)}
.ci:last-child{border-bottom:none}
.ci-ic{width:42px;height:42px;border:1.5px solid rgba(163,138,111,.25);background:#EDE8E0;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem}
.ci-info{flex:1;min-width:0}
.ci-name{font-weight:600;font-size:.85rem;color:#1E1C1A;margin-bottom:.2rem}
.ci-desc{font-size:.72rem;color:#5A5750;line-height:1.4}
.ci-r{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}
.ci-price{font-family:‘Playfair Display’,serif;font-size:1.05rem;color:#1E1C1A}
.ci-rm{background:transparent;border:none;cursor:pointer;color:rgba(44,42,39,.3);padding:.2rem;transition:color .2s}
.ci-rm:hover{color:#c0392b}
.upsell{background:rgba(163,138,111,.07);border:1.5px solid rgba(163,138,111,.25);padding:1.1rem;margin-top:.75rem}
.upsell-lbl{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#A38A6F;margin-bottom:.35rem;display:block}
.upsell h4{font-family:‘Playfair Display’,serif;font-size:.95rem;color:#1E1C1A;margin-bottom:.25rem}
.upsell p{font-size:.75rem;color:#5A5750;line-height:1.55;margin-bottom:.8rem}
.upsell-add{width:100%;padding:.6rem;background:#A38A6F;color:#fff;border:none;font-size:.65rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700;cursor:pointer;transition:background .2s;min-height:42px}
.upsell-add:hover{background:#8A7259}
.cart-ft{padding:1.25rem 1.5rem;border-top:1px solid #D4CEC5;background:#fff}
.cart-save-row{display:flex;justify-content:space-between;font-size:.75rem;color:#4A6E4A;font-weight:600;margin-bottom:.55rem}
.cart-tot-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.1rem}
.cart-tot-lbl{font-size:.82rem;color:#5A5750}
.cart-tot-price{font-family:‘Playfair Display’,serif;font-size:1.8rem;color:#1E1C1A}
.cart-pay{width:100%;padding:1rem;background:#1E1C1A;color:#F8F6F1;border:none;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;cursor:pointer;min-height:50px;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}
.cart-pay:hover{background:#3d3a37}
.cart-sec{font-size:.65rem;color:#8A877F;text-align:center;margin-top:.6rem;display:flex;align-items:center;justify-content:center;gap:.35rem}

/* TOAST */
/* COOKIE BANNER */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:998;background:#1E1C1A;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;transform:translateY(100%);transition:transform .4s cubic-bezier(.22,1,.36,1)}
.cookie-banner.show{transform:translateY(0)}
.cookie-txt{font-size:.78rem;color:rgba(248,246,241,.78);line-height:1.6;flex:1;min-width:200px}
.cookie-txt a{color:#A38A6F;text-decoration:underline;text-underline-offset:3px}
.cookie-btns{display:flex;gap:.6rem;flex-shrink:0}
.cookie-accept{background:#A38A6F;color:#fff;border:none;padding:.6rem 1.25rem;font-family:‘Inter’,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;min-height:40px;transition:background .2s}
.cookie-accept:hover{background:#8A7259}
.cookie-decline{background:transparent;color:rgba(248,246,241,.5);border:1px solid rgba(248,246,241,.2);padding:.6rem 1.25rem;font-family:‘Inter’,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;min-height:40px;transition:border-color .2s,color .2s}
.cookie-decline:hover{border-color:rgba(248,246,241,.4);color:rgba(248,246,241,.7)}
.toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%) translateY(70px);background:#1E1C1A;color:#F8F6F1;padding:.75rem 1.5rem;font-size:.82rem;font-weight:500;display:flex;align-items:center;gap:.6rem;z-index:999;transition:transform .35s cubic-bezier(.22,1,.36,1);white-space:nowrap;box-shadow:0 8px 28px rgba(30,28,26,.2)}
.toast.show{transform:translateX(-50%) translateY(0)}

/* RESPONSIVE */
@media(max-width:900px){
.pkg-grid{grid-template-columns:1fr !important;max-width:460px;margin:0 auto}
.demo-grid{grid-template-columns:1fr;gap:2.5rem}
.demo-grid .phone{margin:0 auto}
.what-grid{grid-template-columns:1fr}
.guar{grid-template-columns:1fr;padding:2.5rem 2rem;gap:2rem}
.contact-wrap{grid-template-columns:1fr;gap:3rem}
.mat-grid{grid-template-columns:1fr 1fr}
.shop-grid{grid-template-columns:1fr 1fr}
.trust-cards{grid-template-columns:1fr 1fr}
.footer-top{grid-template-columns:1fr 1fr;gap:2rem}
.nav-links{display:none}
.ham{display:flex}
}
@media(max-width:600px){
.sec{padding:3.5rem 1.25rem}
.mat-grid{grid-template-columns:1fr}
.shop-grid{grid-template-columns:1fr}
.trust-cards{grid-template-columns:1fr}
.footer-top{grid-template-columns:1fr}
.process-grid{grid-template-columns:1fr}
.hero-btns{flex-direction:column;align-items:center}
.hero-btns .btn-p,.hero-btns .btn-s{width:100%;max-width:none;padding:1rem 2rem}
.guar-stats{grid-template-columns:1fr 1fr}
.ti{border-right:none;border-bottom:1px solid #D4CEC5;width:100%}
}

/* ── FAQ SEARCH ── */
.faq-search-wrap{position:relative;margin-bottom:1rem}
.faq-search-wrap svg{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);pointer-events:none}
.faq-search-input{width:100%;padding:.7rem .9rem .7rem 2.4rem;border:1.5px solid #D4CEC5;background:#fff;font-family:‘Inter’,sans-serif;font-size:.85rem;color:#1E1C1A;outline:none;transition:border-color .2s;min-height:44px}
.faq-search-input:focus{border-color:#A38A6F}

/* ── FAQ CATEGORIES ── */
.faq-cat{margin-bottom:.75rem}
.faq-cat-label{font-family:‘Inter’,sans-serif;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:#A38A6F;padding:.5rem 0 .35rem;border-bottom:1px solid rgba(163,138,111,.2);margin-bottom:0}
.faq-cat.hidden{display:none}
.faq-item.hidden{display:none}

/* ── FAQ HEIGHT TRANSITION ── */
.faq-a{overflow:hidden;max-height:0;padding:0 1.4rem;font-size:.85rem;color:#5A5750;line-height:1.8;transition:max-height .35s ease,padding .35s ease}
.faq-a.open{max-height:400px;padding-bottom:1.2rem}

/* ── FAQ ICON ── */
.faq-ic{width:22px;height:22px;border:1.5px solid #D4CEC5;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,border-color .2s,transform .3s}
.faq-btn[aria-expanded=“true”] .faq-ic{background:#A38A6F;border-color:#A38A6F;transform:rotate(45deg)}
.faq-btn[aria-expanded=“true”] .faq-ic svg{stroke:#fff}

/* ── STICKY CTA ── */
@media(min-width:900px){#sticky-cta{display:none!important}}

/* SCROLL ANIMATIONS */
.reveal{opacity:1;transform:none}
.reveal.will-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}
.reveal.will-animate.visible{opacity:1;transform:translateY(0)}
.reveal-stagger>*{opacity:1;transform:none}
.reveal-stagger.will-animate>*{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}
.reveal-stagger.will-animate.visible>*:nth-child(1){opacity:1;transform:none;transition-delay:.05s}
.reveal-stagger.will-animate.visible>*:nth-child(2){opacity:1;transform:none;transition-delay:.15s}
.reveal-stagger.will-animate.visible>*:nth-child(3){opacity:1;transform:none;transition-delay:.25s}
.reveal-stagger.will-animate.visible>*:nth-child(4){opacity:1;transform:none;transition-delay:.3s}
.reveal-stagger.will-animate.visible>*:nth-child(5){opacity:1;transform:none;transition-delay:.35s}
.reveal-stagger.will-animate.visible>*:nth-child(6){opacity:1;transform:none;transition-delay:.4s}

/* MOBILE OPTIMISATION */
html,body{overflow-x:hidden;max-width:100%}
*{box-sizing:border-box}
img,video,svg{max-width:100%}

@media(max-width:768px){
input,textarea,select{font-size:16px !important}
body{font-size:16px}
}

/* Min tap targets 44×44px – uitgezonderd aankondigingsbalk */
button,a,[role=“button”],input[type=“submit”],
.btn-p,.btn-s,.btn-sm,.pkg-btn,.shop-btn,
.cart-btn,.ham,.faq-btn,.like-btn,.gal-dot{
min-height:44px;
min-width:44px;
}
.nav-links a,footer a{min-height:unset;min-width:unset}
.pkg-list .pkg-li{padding:2px 0}
.faq-btn{padding:1rem 1.4rem !important}

/* ── FIX: aankondigingsbalk-knop mag smaller zijn dan 44px ── */
#announce-bar button{
min-height:36px !important;
min-width:36px !important;
width:36px;
height:36px;
line-height:1;
display:flex;
align-items:center;
justify-content:center;
}

/* FULLSCREEN MOBILE MENU */
.mob-nav{
position:fixed !important;top:0 !important;left:0 !important;
right:0 !important;bottom:0 !important;height:100vh !important;
background:#F8F6F1 !important;z-index:200 !important;
display:none;flex-direction:column;justify-content:center;
align-items:center;gap:0 !important;padding:2rem !important;
border-bottom:none !important;
}
.mob-nav.open{display:flex !important}
.mob-nav a{
font-size:1.4rem !important;font-family:‘Playfair Display’,serif !important;
color:#1E1C1A !important;padding:.9rem 0 !important;
border-bottom:1px solid #D4CEC5 !important;width:100% !important;
text-align:center !important;min-height:56px !important;
display:flex !important;align-items:center !important;justify-content:center !important;
}
.mob-nav a:last-child{border-bottom:none !important;margin-top:1.5rem}
.mob-nav a.btn-p{font-size:.8rem !important;font-family:‘Inter’,sans-serif !important}
.mob-nav-close{
position:absolute;top:1.25rem;right:1.25rem;
background:transparent;border:1.5px solid #D4CEC5;
width:44px;height:44px;display:flex;align-items:center;
justify-content:center;cursor:pointer;color:#5A5750;
transition:border-color .2s,color .2s;
}
.mob-nav-close:hover{border-color:#A38A6F;color:#A38A6F}

/* FOCUS STATES */
:focus-visible{outline:2.5px solid #A38A6F !important;outline-offset:3px !important}
button:focus-visible,a:focus-visible{outline:2.5px solid #A38A6F !important;outline-offset:3px !important}
:focus:not(:focus-visible){outline:none}

/* REDUCED MOTION */
@media(prefers-reduced-motion:reduce){
.reveal,.reveal-stagger>*{opacity:1 !important;transform:none !important;transition:none !important}
*{animation-duration:.01ms !important;transition-duration:.01ms !important}
}

@media(max-width:400px){
.sec{padding:3rem 1rem !important}
.wrap{padding:0 1rem !important}
.nav-inner{padding:0 1rem !important}
.hero h1{font-size:2.1rem !important}
.pkg-grid{grid-template-columns:1fr !important;max-width:460px;gap:1.25rem !important}
.contact-wrap{gap:2rem !important}
.hero-btns .btn-p,.hero-btns .btn-s{width:100%;justify-content:center}
.guar{padding:2rem 1.25rem !important}
}
@media(min-width:1400px){
.wrap{max-width:1200px}
.sec{padding:6rem 2rem}
}

.pkg-dark .pkg-save{color:rgba(248,246,241,.55) !important}

/* NUCLEAR VISIBILITY FALLBACK */
.reveal,.reveal-stagger>*{opacity:1 !important}
.reveal.will-animate:not(.visible){opacity:0 !important;transform:translateY(30px) !important}
.reveal.will-animate.visible,.reveal-stagger.will-animate.visible>*{opacity:1 !important;transform:translateY(0) !important}
.hero *,.hero h1,.hero p,.hero-pill,.hero-btns,.hero-note{opacity:1 !important;transform:none !important}


/* HERO PLAY HINT */
.hero-play-hint{
display:inline-flex;align-items:center;gap:.5rem;
background:transparent;border:1.5px solid rgba(163,138,111,.4);
color:#A38A6F;font-family:‘Inter’,sans-serif;font-size:.78rem;
font-weight:600;padding:.5rem 1.1rem;cursor:pointer;margin-top:1.5rem;
transition:background .2s,border-color .2s;
}
.hero-play-hint:hover{background:rgba(163,138,111,.08);border-color:#A38A6F}

/* REVIEWS */
.reviews-aggregate{display:flex;align-items:center;gap:1.5rem;justify-content:center;margin-bottom:2.5rem}
.reviews-score{font-family:‘Playfair Display’,serif;font-size:3.5rem;font-weight:400;color:#1E1C1A;line-height:1}
.reviews-stars{display:flex;gap:.2rem}
.reviews-stars svg,.review-stars svg{width:16px;height:16px}
.reviews-meta{font-size:.78rem;color:#8A877F;margin-top:.3rem}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}
.review-card{background:#F8F6F1;border:1.5px solid #D4CEC5;padding:1.75rem;display:flex;flex-direction:column;gap:.6rem;transition:border-color .25s,box-shadow .25s}
.review-card:hover{border-color:#A38A6F;box-shadow:0 4px 20px rgba(163,138,111,.1)}
.review-header{display:flex;align-items:center;gap:.75rem}
.review-avatar{width:38px;height:38px;border-radius:50%;background:#EDE8E0;border:1.5px solid #D4CEC5;display:flex;align-items:center;justify-content:center;font-family:‘Playfair Display’,serif;color:#A38A6F;font-size:.95rem;flex-shrink:0}
.review-name{font-size:.88rem;color:#1E1C1A;font-weight:600;display:block}
.review-location{font-size:.72rem;color:#8A877F;display:block}
.review-stars{display:flex;gap:.15rem;margin-left:auto}
.review-text{font-size:.85rem;color:#5A5750;line-height:1.75;font-style:italic;flex:1}
.review-product{font-size:.72rem;font-weight:600;color:#A38A6F}
.review-date{font-size:.7rem;color:#8A877F}
.reviews-cta{text-align:center;padding:1.5rem 0 0;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}
.reviews-cta p{font-size:.88rem;color:#5A5750}

/* FREE TRIAL */
.trial-steps{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}
.trial-step{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem 1.25rem}
.trial-step-n{width:44px;height:44px;border-radius:50%;background:#A38A6F;color:#fff;font-family:‘Playfair Display’,serif;font-size:1.2rem;display:flex;align-items:center;justify-content:center}
.trial-step p{font-size:.82rem;color:rgba(248,246,241,.65);text-align:center;max-width:120px}
.trial-step-arrow{padding:0 .25rem}

@media(max-width:900px){
.reviews-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
.reviews-grid{grid-template-columns:1fr}
.trial-step-arrow{transform:rotate(90deg)}
}

/* ANNOUNCE BAR */
#announce-bar{position:fixed !important;top:0 !important;z-index:9999 !important;flex-wrap:nowrap !important}

/* ── HERO CINEMATIC UPGRADE ── */
@keyframes heroGlow{0%,100%{opacity:.6}50%{opacity:1}}
.hero{
background:radial-gradient(ellipse at 55% 40%,rgba(163,138,111,.07) 0%,transparent 55%),linear-gradient(170deg,#171614 0%,#231f1c 40%,#1a1816 100%) !important;
}
.hero::after{content:'';position:absolute;top:10%;right:5%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(163,138,111,.04) 0%,transparent 70%);animation:heroGlow 8s ease-in-out infinite;pointer-events:none;z-index:0}
.hero>*{position:relative;z-index:1}
.hero h1{color:#F8F6F1 !important}
.hero h1 em{color:#BFA98C !important}
.hero-sub{color:rgba(248,246,241,.65) !important}
.hero-pill{background:rgba(163,138,111,.12) !important;border-color:rgba(163,138,111,.3) !important;color:#BFA98C !important}
.hero .divider-c{background:rgba(163,138,111,.4) !important}
.hero .btn-s{color:#BFA98C !important;border-color:rgba(163,138,111,.45) !important}
.hero .btn-s:hover{background:rgba(163,138,111,.15) !important;color:#F8F6F1 !important;border-color:#BFA98C !important}
.hero .hero-note{color:rgba(248,246,241,.4) !important}
.hero a.hero-note{color:#BFA98C !important;border-bottom-color:rgba(163,138,111,.35) !important}
.hero::before{background:linear-gradient(to bottom,transparent,rgba(163,138,111,.15)) !important}

/* ── HERO DECORATIVE ELEMENTS ── */
.hero-deco-line{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#A38A6F 50%,transparent 100%);z-index:2}
.hero-grid-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.hero-grid-bg::before{content:'';position:absolute;top:20%;left:10%;width:1px;height:60%;background:linear-gradient(to bottom,transparent,rgba(163,138,111,.06),transparent)}
.hero-grid-bg::after{content:'';position:absolute;top:20%;right:15%;width:1px;height:60%;background:linear-gradient(to bottom,transparent,rgba(163,138,111,.04),transparent)}

/* ── SCAN DEMO SECTION ── */
.scan-demo{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:center;max-width:920px;margin:0 auto}
.scan-demo-phone{width:260px;border-radius:32px;overflow:hidden;background:#1a1f2e;box-shadow:0 25px 60px rgba(30,28,26,.22),0 0 0 1.5px rgba(163,138,111,.12);margin:0 auto}
.sdp-notch{background:#1a1f2e;padding:1.5rem 0 .4rem;display:flex;justify-content:center}
.sdp-notch::after{content:'';width:70px;height:14px;background:#000;border-radius:999px}
.sdp-screen{background:#F8F6F1;min-height:420px;position:relative;overflow:hidden}
.sdp-step{position:absolute;inset:0;opacity:0;transition:opacity .65s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}
.sdp-step.sdp-active{opacity:1;pointer-events:auto}

/* Scan step 1: Camera viewfinder */
.sdp-viewfinder{width:180px;height:180px;position:relative;display:flex;align-items:center;justify-content:center;background:rgba(30,28,26,.03)}
.sdp-vf-corner{position:absolute;width:24px;height:24px;border-color:#A38A6F;border-style:solid;border-width:0}
.sdp-vf-corner.tl{top:0;left:0;border-top-width:2.5px;border-left-width:2.5px}
.sdp-vf-corner.tr{top:0;right:0;border-top-width:2.5px;border-right-width:2.5px}
.sdp-vf-corner.bl{bottom:0;left:0;border-bottom-width:2.5px;border-left-width:2.5px}
.sdp-vf-corner.br{bottom:0;right:0;border-bottom-width:2.5px;border-right-width:2.5px}
.sdp-qr-icon{width:90px;height:90px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:4px;padding:4px}
.sdp-qr-cell{background:#1E1C1A;border-radius:1px}
.sdp-qr-cell.empty{background:rgba(30,28,26,.08)}
.sdp-scan-line{position:absolute;left:10px;right:10px;height:2px;background:linear-gradient(90deg,transparent,#A38A6F,transparent);box-shadow:0 0 12px rgba(163,138,111,.5);animation:scanLine 2.2s ease-in-out infinite}
@keyframes scanLine{0%,100%{top:8%}50%{top:88%}}
.sdp-label{font-size:.72rem;color:#A38A6F;margin-top:1.25rem;font-weight:600;letter-spacing:.08em}

/* Scan step 2: Loading */
.sdp-browser-bar{width:100%;background:#EDE8E0;padding:.45rem .75rem;font-size:.58rem;color:#8A877F;border-bottom:1px solid #D4CEC5;font-family:'Inter',monospace;display:flex;align-items:center;gap:.4rem;position:absolute;top:0;left:0;right:0;z-index:1}
.sdp-browser-dot{width:6px;height:6px;border-radius:50%;background:#D4CEC5;flex-shrink:0}
.sdp-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;padding:2rem}
.sdp-spinner{width:30px;height:30px;border:2px solid #D4CEC5;border-top-color:#A38A6F;border-radius:50%;animation:sdpSpin .7s linear infinite}
@keyframes sdpSpin{to{transform:rotate(360deg)}}
.sdp-loading p{font-size:.72rem;color:#8A877F}

/* Scan step 3: Memorial page */
.sdp-memorial{width:100%;height:100%;overflow-y:auto;scrollbar-width:none}
.sdp-memorial::-webkit-scrollbar{display:none}
.sdp-mem-hero{background:linear-gradient(135deg,#2C3A52,#1e2d44);padding:1.5rem 1rem 1.25rem;text-align:center}
.sdp-avatar{width:52px;height:52px;border-radius:50%;border:2px solid #A38A6F;background:#3d4f6a;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;color:#A38A6F;font-size:1.3rem}
.sdp-mem-hero h4{font-family:'Playfair Display',serif;color:#F8F6F1;font-size:.88rem;margin-bottom:.15rem}
.sdp-mem-hero span{font-size:.6rem;color:#A38A6F;letter-spacing:.15em}
.sdp-mem-quote{font-style:italic;font-size:.68rem;color:#5A5750;text-align:center;padding:.7rem .75rem;border-bottom:1px solid #EDE8E0;line-height:1.5}
.sdp-mem-photos{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3px;padding:.4rem}
.sdp-mem-photo{aspect-ratio:1;border-radius:2px;background:linear-gradient(135deg,#EDE8E0 0%,#D4CEC5 100%);position:relative;overflow:hidden}
.sdp-mem-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(163,138,111,.08))}
.sdp-mem-section{padding:.6rem .75rem}
.sdp-mem-section-lbl{font-size:.5rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:#A38A6F;margin-bottom:.3rem}
.sdp-mem-section p{font-size:.62rem;color:#5A5750;line-height:1.65}
.sdp-mem-gb{border-left:2px solid rgba(163,138,111,.25);padding-left:.5rem;margin:.4rem .75rem}
.sdp-mem-gb strong{font-size:.55rem;font-weight:600;color:#1E1C1A;display:block}
.sdp-mem-gb span{font-size:.55rem;font-style:italic;color:#5A5750;line-height:1.4}
.sdp-home-bar{background:#1a1f2e;padding:.45rem;display:flex;justify-content:center}
.sdp-home-bar::after{content:'';width:50px;height:3px;border-radius:999px;background:rgba(163,138,111,.15)}

/* Steps sidebar */
.scan-demo-steps{display:flex;flex-direction:column;gap:0}
.sds-item{display:flex;gap:1.1rem;align-items:flex-start;padding:1.25rem 1.5rem;border-left:2px solid #D4CEC5;transition:border-color .4s,background .3s;cursor:pointer;position:relative}
.sds-item.sds-active{border-left-color:#A38A6F;background:rgba(163,138,111,.04)}
.sds-item::after{content:'';position:absolute;left:-6px;top:1.5rem;width:10px;height:10px;border-radius:50%;background:#D4CEC5;transition:background .4s,box-shadow .4s}
.sds-item.sds-active::after{background:#A38A6F;box-shadow:0 0 0 4px rgba(163,138,111,.15)}
.sds-text h4{font-family:'Playfair Display',serif;font-size:1.05rem;color:#1E1C1A;margin-bottom:.3rem}
.sds-text p{font-size:.85rem;color:#5A5750;line-height:1.7}

/* Scan progress bar */
.scan-progress{height:2px;background:#EDE8E0;margin-top:1.5rem;overflow:hidden;border-radius:1px}
.scan-progress-bar{height:100%;background:#A38A6F;width:33.3%;transition:width .3s ease}

@media(max-width:900px){
.scan-demo{grid-template-columns:1fr;gap:2rem}
.scan-demo-phone{width:240px;margin:0 auto}
.sdp-screen{min-height:380px}
.scan-demo-steps{flex-direction:row;overflow-x:auto;gap:0}
.sds-item{border-left:none;border-bottom:2px solid #D4CEC5;flex:1;min-width:0;padding:1rem}
.sds-item.sds-active{border-bottom-color:#A38A6F}
.sds-item::after{display:none}
}
@media(max-width:600px){
.scan-demo-phone{width:220px}
.sdp-screen{min-height:350px}
.sds-text h4{font-size:.9rem}
.sds-text p{font-size:.78rem}
}

/* ── PROCESS CONNECTING LINES ── */
@media(min-width:901px){
.process-grid{position:relative}
.step{position:relative}
.step:not(:last-child)::after{content:'';position:absolute;top:29px;right:-1rem;width:calc(100% - 58px);height:0;border-top:1.5px dashed rgba(163,138,111,.25);transform:translateX(100%);pointer-events:none;z-index:0}
}

/* ── ANIMATED STEP ICONS ── */
.step-ic{transition:border-color .3s,transform .3s,box-shadow .3s}
.step:hover .step-ic{transform:scale(1.08);box-shadow:0 4px 16px rgba(163,138,111,.15)}

/* ── DARK PKG CARD HOVER ── */
.pkg-dark:hover{box-shadow:0 8px 32px rgba(44,42,39,.25);border-color:#BFA98C}

/* ── IMAGE FADE-IN ── */
@keyframes imgFadeIn{from{opacity:0}to{opacity:1}}
img[loading="lazy"]{animation:imgFadeIn .4s ease-in}

/* ── FORM LABEL MOBILE ── */
@media(max-width:768px){
.field label{font-size:.75rem}
}

/* ── SECTION DIVIDER ANIMATION ── */
.sec+.sec::before{transition:width .4s ease}
.sec+.sec:hover::before{width:100px}
