/* Gedeelde CSS van de leaf-pagina's (product/vloeren/sector) — gegenereerd.
   Nieuwe versie = nieuw bestand (v2) + verwijzing in de pagina's. */
.tel{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);}
.tel .icon{width:40px;height:40px;border-radius:50%;background:var(--green-soft);color:var(--green-deep);display:flex;align-items:center;justify-content:center;}
.tel .text{display:flex;flex-direction:column;line-height:1.05;}
.tel .label{font-size:10.5px;color:var(--muted);font-weight:700;letter-spacing:.06em;text-transform:uppercase;}
.tel .num{font-weight:800;font-size:16px;}
.cta{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:#fff;padding:13px 20px;border-radius:10px;font-weight:700;font-size:14.5px;text-decoration:none;}
.cta:hover{background:var(--green-deep);}
.breadcrumbs .sep{margin:0 8px;color:var(--muted-2);}
.breadcrumbs .current{color:var(--ink);font-weight:700;}
.hero{
    background:
      radial-gradient(70% 90% at 85% 30%, rgba(50,120,200,.08), rgba(50,120,200,0) 60%),
      linear-gradient(180deg, #f4f7fb 0%, #eaeff5 100%);
    position:relative;
  }
.hero::before{
    content:"";position:absolute;inset:0;pointer-events:none;
    background:radial-gradient(40% 60% at 12% 0%, rgba(60,160,120,.08), rgba(60,160,120,0) 70%);
  }
.hero .container{
    display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:center;
    padding-top:32px;padding-bottom:32px;
    position:relative;
  }
.eyebrow .pulse{width:7px;height:7px;border-radius:50%;background:var(--green);}
.hero h1{
    margin:0;font-size:44px;line-height:1.02;letter-spacing:-.035em;font-weight:900;color:var(--ink);
    text-wrap:balance;
  }
.hero h1 em{font-style:normal;color:var(--blue);position:relative;white-space:nowrap;}
.hero h1 em::after{
    content:"";position:absolute;left:0;right:0;bottom:-2px;height:6px;
    background:var(--green);opacity:.35;border-radius:3px;z-index:-1;
  }
.hero p.lead{
    margin:0;max-width:520px;font-size:15px;line-height:1.5;color:var(--ink-2);font-weight:500;
    text-wrap:pretty;
  }
.btn-primary{
    display:inline-flex;align-items:center;gap:10px;
    background:var(--green);color:#fff;
    padding:13px 20px;border-radius:10px;
    font-weight:700;font-size:14.5px;letter-spacing:-.005em;
    text-decoration:none;border:none;cursor:pointer;
    transition:background .15s;
  }
.btn-primary:hover{background:var(--green-deep);}
.btn-primary svg{width:16px;height:16px;}
.btn-ghost{
    display:inline-flex;align-items:center;gap:8px;
    padding:13px 18px;border-radius:10px;
    border:1.5px solid var(--line);background:#fff;color:var(--ink);
    font-weight:700;font-size:14.5px;letter-spacing:-.005em;
    text-decoration:none;cursor:pointer;
    transition:border-color .15s, color .15s;
  }
.btn-ghost:hover{border-color:var(--blue);color:var(--blue-ink);}
.trust .stat .lbl{font-size:11.5px;color:var(--muted);font-weight:600;letter-spacing:.01em;}
.stat-card .links{display:flex;gap:6px;flex:0 0 auto;}
.stat-card .links a{
    display:inline-flex;align-items:center;gap:5px;text-decoration:none;
    padding:6px 10px;border-radius:7px;
    font-size:11.5px;font-weight:700;letter-spacing:-.005em;
    transition:background .15s, color .15s;
  }
.stat-card .links a.tel{background:var(--green);color:#fff;}
.stat-card .links a.tel:hover{background:var(--green-deep);}
.stat-card .links a.mail{background:var(--blue-soft);color:var(--blue-ink);}
.stat-card .links a.mail:hover{background:var(--blue);color:#fff;}
.stat-card .links svg{width:12px;height:12px;}
.float-tag .dot{width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;
    display:flex;align-items:center;justify-content:center;}
.float-tag .dot svg{width:12px;height:12px;}
.cats .container{padding-top:64px;padding-bottom:48px;}
.cats-head .sub{margin-top:6px;font-size:15px;color:var(--muted);font-weight:500;max-width:580px;line-height:1.5;}
.cat-card .actions a{position:relative;z-index:2;}
.cat-card:hover .name{color:var(--blue-ink);}
.cat-card .img{
    position:relative;aspect-ratio:4 / 3;overflow:hidden;
    background:linear-gradient(180deg,#f9fafc 0%,#eef1f5 100%);
  }
.cat-card .img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;}
.cat-card:hover .img img{transform:scale(1.04);}
.cat-card .badge .dot{width:6px;height:6px;border-radius:50%;background:#fff;opacity:.9;}
.cat-card .body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:12px;}
.cat-card .name{font-weight:900;font-size:20px;letter-spacing:-.025em;color:var(--ink);line-height:1.15;margin:0;}
.cat-card .price{display:flex;align-items:baseline;gap:8px;padding:10px 0 4px;border-top:1px dashed var(--line);}
.cat-card .price .lbl{font-size:11.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;}
.cat-card .price .num{font-size:22px;font-weight:800;letter-spacing:-.018em;color:var(--blue-ink);}
.cat-card .price .unit{font-size:13px;color:var(--muted);font-weight:600;}
.cat-card .actions{display:flex;align-items:center;gap:12px;margin-top:4px;}
.product-usps .container{
    display:grid;grid-template-columns:repeat(5,1fr);gap:0;
    padding-top:18px;padding-bottom:18px;
    position:relative;
  }
.product-usps .ico{
    width:40px;height:40px;border-radius:10px;
    background:rgba(255,255,255,.10);color:#fff;
    border:1px solid rgba(255,255,255,.16);
    display:flex;align-items:center;justify-content:center;
    flex:0 0 auto;
    transition:background .2s, border-color .2s;
  }
.product-usps .ico svg{width:19px;height:19px;}
.product-usps .pu-item:hover .ico{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.24);}
.product-usps .pu-item.accent .ico{
    background:var(--green);color:#fff;border-color:transparent;
    box-shadow:0 8px 18px -6px rgba(60,160,120,.55), inset 0 1px 0 rgba(255,255,255,.18);
  }
.product-usps .pu-item.accent:hover .ico{background:var(--green-deep);}
.product-usps .text{display:flex;flex-direction:column;line-height:1.15;min-width:0;gap:2px;}
.product-usps .text .lbl{
    font-weight:800;font-size:13.5px;letter-spacing:-.015em;color:#fff;white-space:nowrap;
  }
.product-usps .text .sub{
    font-size:11px;color:rgba(255,255,255,.7);font-weight:600;letter-spacing:.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }
.product-usps .pu-item.accent .text .lbl{color:#fff;}
@media (max-width:1080px){
.product-usps .container{grid-template-columns:repeat(3,1fr);gap:14px 0;padding-top:24px;padding-bottom:24px;}
}
@media (max-width:680px){
.product-usps .container{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:440px){
.product-usps .container{grid-template-columns:1fr;}
}
.wandkiezer{
    display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px 28px;
    background:var(--blue-soft);
    border:1px solid oklch(0.86 0.04 220);border-radius:16px;padding:22px 28px;margin-bottom:32px;
    position:relative;
  }
.wandkiezer-below{margin:32px auto 0;max-width:980px;}
.wandkiezer-section{background:var(--paper-2);}
.wandkiezer-section .container{padding-top:0;padding-bottom:40px;}
.wandkiezer-section .wandkiezer-below{margin:0 auto;}
.sector-tabs + .wandkiezer-section{border-top:0;}
.sector-tabs:has(+ .wandkiezer-section){border-bottom:0;}
.wandkiezer .left{display:contents;}
.wandkiezer .advisor-avatar{
    position:relative;width:76px;height:76px;border-radius:50%;flex:0 0 auto;
    background-image:url('https://i.pravatar.cc/160?img=12');
    background-size:cover;background-position:center;
    border:3px solid #fff;box-shadow:0 6px 16px -6px rgba(15,30,60,.3);
  }
.wandkiezer .advisor-avatar::after{
    content:"";position:absolute;right:2px;bottom:2px;width:16px;height:16px;border-radius:50%;
    background:var(--green);border:3px solid #fff;
  }
.wandkiezer .text{display:flex;flex-direction:column;gap:5px;min-width:0;}
.wandkiezer .title{font-weight:900;font-size:19px;letter-spacing:-.022em;color:var(--ink);}
.wandkiezer .credentials{
    display:flex;align-items:center;flex-wrap:wrap;gap:0 7px;
    font-size:12.5px;color:var(--ink-2);font-weight:600;letter-spacing:-.005em;
  }
.wandkiezer .credentials strong{color:var(--ink);font-weight:800;}
.wandkiezer .credentials .cred-sep{color:var(--muted-2);}
.wandkiezer .credentials .rating{display:inline-flex;align-items:center;gap:4px;color:var(--ink);font-weight:700;}
.wandkiezer .credentials .rating svg{width:13px;height:13px;color:#f5b400;}
.wandkiezer .sub{font-size:13.5px;color:var(--ink-2);font-weight:500;line-height:1.45;max-width:560px;margin-top:2px;}
.wandkiezer .sub strong{color:var(--ink);font-weight:700;}
.wandkiezer .actions{
    display:flex;flex-direction:column;align-items:flex-end;gap:9px;flex:0 0 auto;position:relative;z-index:1;
  }
.wandkiezer .cta{
    display:inline-flex;align-items:center;gap:10px;
    background:var(--green);color:#fff;padding:14px 24px;border-radius:10px;
    font-weight:700;font-size:14.5px;letter-spacing:-.005em;text-decoration:none;
    transition:background .15s, transform .18s;white-space:nowrap;
    box-shadow:0 10px 24px -10px rgba(60,160,120,.55);
  }
.wandkiezer .cta:hover{background:var(--green-deep);transform:translateY(-1px);}
.wandkiezer .cta svg{width:14px;height:14px;}
.wandkiezer .cta .meta{
    padding-left:10px;margin-left:4px;border-left:1px solid rgba(255,255,255,.25);
    font-size:11.5px;font-weight:600;opacity:.85;
  }
.wandkiezer .alt-contact{
    display:inline-flex;align-items:center;gap:10px;
    font-size:12.5px;color:var(--ink-2);font-weight:600;
  }
.wandkiezer .alt-contact .or{color:var(--muted);font-weight:500;}
.wandkiezer .alt-link{
    display:inline-flex;align-items:center;gap:5px;
    color:var(--blue-ink);text-decoration:none;font-weight:700;
    transition:color .15s;
  }
.wandkiezer .alt-link:hover{color:var(--green-deep);}
.wandkiezer .alt-link svg{width:12px;height:12px;}
.wandkiezer .alt-link.tel-prom{font-size:13.5px;font-weight:800;letter-spacing:-.005em;}
.wandkiezer .alt-sep{color:var(--muted-2);}
.apps .container{padding-top:64px;padding-bottom:72px;}
.apps-head .sub{margin-top:6px;font-size:15px;color:var(--muted);font-weight:500;max-width:560px;}
.apps-head .all{
    display:inline-flex;align-items:center;gap:6px;text-decoration:none;
    font-weight:700;font-size:14.5px;color:var(--blue-ink);white-space:nowrap;
  }
.apps-head .all:hover{color:var(--green-deep);}
.apps-head .all svg{width:14px;height:14px;transition:transform .18s;}
.apps-head .all:hover svg{transform:translateX(3px);}
.app-card .img{
    position:relative;background:#eef1f5;overflow:hidden;
  }
.app-card .img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;}
.app-card:hover .img img{transform:scale(1.05);}
.app-card .sector-tag{
    position:absolute;top:8px;left:8px;z-index:2;
    width:38px;height:38px;border-radius:50%;
    background:rgba(255,255,255,.96);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 3px 8px -2px rgba(0,0,0,.25);
    backdrop-filter:blur(6px);
  }
.app-card .sector-tag svg{width:19px;height:19px;color:var(--blue-ink);}
.app-card .body{
    padding:14px 18px;display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0;
    position:relative;overflow:hidden;
  }
.app-card .body > *:not(.watermark){position:relative;z-index:1;}
.app-card .name{
    margin:0;font-weight:900;font-size:16px;letter-spacing:-.022em;color:var(--ink);line-height:1.15;
  }
.app-card .lead{
    font-size:12.5px;line-height:1.4;color:var(--muted);font-weight:500;
  }
.app-card .variant-tag{
    display:inline-flex;align-items:center;gap:5px;align-self:flex-start;
    padding:3px 8px;border-radius:6px;background:var(--blue-soft);color:var(--blue-ink);
    font-size:10.5px;font-weight:800;letter-spacing:-.005em;margin-top:6px;
  }
.app-card .variant-tag .dot{width:5px;height:5px;border-radius:50%;background:var(--blue);}
.app-card .variant-tag.brand{background:#fbe9df;color:#c4571f;}
.app-card .variant-tag.brand .dot{background:#e07642;}
.app-card .variant-tag.design{background:var(--green-soft);color:var(--green-deep);}
.app-card .variant-tag.design .dot{background:var(--green);}
.seo-wall .container{padding-top:56px;padding-bottom:72px;}
.seo-wall-head .sub{
    margin-top:8px;font-size:15px;line-height:1.55;color:var(--muted);font-weight:500;
  }
.seo-item .head{display:flex;align-items:center;gap:12px;}
.seo-item .ico{
    width:34px;height:34px;flex-shrink:0;
    color:var(--blue);
    display:flex;align-items:center;justify-content:center;
  }
.seo-item .ico svg{width:30px;height:30px;}
.leaf-hero{background:linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);border-bottom:1px solid var(--line);}
.leaf-hero .container{padding-top:48px;padding-bottom:48px;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center;}
.leaf-hero .text{display:flex;flex-direction:column;gap:14px;align-items:flex-start;}
.leaf-hero h1{
    margin:0;font-size:38px;line-height:1.05;letter-spacing:-.03em;font-weight:900;color:var(--ink);
    text-wrap:balance;
  }
.leaf-hero h1 em{font-style:normal;color:var(--blue);position:relative;}
.leaf-hero h1 em::after{
    content:"";position:absolute;left:0;right:0;bottom:-2px;height:5px;
    background:var(--green);opacity:.35;border-radius:3px;z-index:-1;
  }
.leaf-hero .lead{margin:0;font-size:15.5px;line-height:1.55;color:var(--ink-2);font-weight:500;max-width:560px;}
.leaf-hero .actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:6px;}
.leaf-hero .trust-mini{
    display:inline-flex;align-items:center;gap:14px;margin-top:8px;
    font-size:12.5px;color:var(--muted);font-weight:600;
  }
.leaf-hero .trust-mini .stars{color:#f5b400;display:inline-flex;gap:1px;}
.leaf-hero .trust-mini .stars svg{width:13px;height:13px;}
.leaf-hero .trust-mini strong{color:var(--ink-2);font-weight:800;}
.leaf-hero .visual{
    aspect-ratio:4/3;border-radius:14px;overflow:hidden;
    background:linear-gradient(135deg,#cad6e5,#7c92b3);
    box-shadow:0 20px 40px -22px rgba(15,30,60,.22);
  }
.leaf-hero .visual img{width:100%;height:100%;object-fit:cover;display:block;}
@media (max-width:900px){
.leaf-hero .container{grid-template-columns:1fr;gap:28px;}
}
.product-hero{
    background:
      radial-gradient(70% 90% at 85% 30%, rgba(50,120,200,.08), rgba(50,120,200,0) 60%),
      linear-gradient(180deg, #f4f7fb 0%, #eaeff5 100%);
    position:relative;
  }
.product-hero::before{
    content:"";position:absolute;inset:0;pointer-events:none;
    background:radial-gradient(40% 60% at 12% 0%, rgba(60,160,120,.08), rgba(60,160,120,0) 70%);
  }
.product-hero .container{
    padding-top:20px;padding-bottom:20px;position:relative;
    display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;
  }
.product-hero .visual-col{display:flex;flex-direction:column;gap:10px;}
.product-hero .schematic-stage{
    aspect-ratio:16/10;border-radius:14px;
    background:linear-gradient(135deg,#f8fafc 0%,#eef2f7 100%);
    position:relative;
    display:flex;align-items:center;justify-content:center;
    padding:14px;
    border:1px solid rgba(15,30,60,.08);
    box-shadow:0 18px 40px -22px rgba(15,30,60,.22);
    overflow:hidden;
  }
.product-hero .schematic-stage .schematic{
    position:relative;background:#fff;border:1.5px solid var(--ink);border-radius:6px;
    box-shadow:0 12px 32px -16px rgba(15,30,60,.25);
    transition:width .35s, height .35s, background .35s;
    flex:0 0 auto;
    
    overflow:hidden;
  }
.product-hero .schematic-stage .schematic .panel-grid{position:absolute;inset:0;display:flex;}
.product-hero .schematic-stage .schematic .panel{
    flex:1;border-right:1px solid rgba(15,18,22,.18);
    background:linear-gradient(180deg, rgba(255,255,255,.4), rgba(0,0,0,.04));
  }
.product-hero .schematic-stage .schematic .panel:last-child{border-right:none;}
.product-hero .schematic-stage .schematic.has-door::after{
    content:"";position:absolute;right:8%;bottom:0;
    width:20%;height:80%;
    background:rgba(15,18,22,.06);
    border:1.5px solid var(--ink);border-bottom:none;
    border-radius:2px 2px 0 0;
  }
.product-hero .schematic-stage .dims-row{display:flex;gap:24px;}
.product-hero .schematic-stage .dim-label{
    font-size:11.5px;font-weight:700;color:var(--muted);letter-spacing:.02em;
    display:flex;align-items:center;gap:6px;
  }
.product-hero .schematic-stage .dim-label .v{color:var(--ink);font-weight:900;letter-spacing:-.005em;}
.product-hero .schematic-stage .surface{
    margin-top:2px;display:inline-flex;align-items:center;gap:8px;
    padding:7px 14px;border-radius:999px;
    background:#fff;border:1px solid var(--line);
    font-size:12.5px;font-weight:800;color:var(--ink);
    box-shadow:0 2px 8px -2px rgba(15,30,60,.08);
  }
.product-hero .schematic-stage .surface .lbl{
    color:var(--muted);font-weight:600;letter-spacing:.02em;text-transform:uppercase;font-size:10.5px;
  }
.product-hero .schematic-stage .live-badge{
    position:absolute;top:14px;right:14px;
    display:inline-flex;align-items:center;gap:6px;
    padding:5px 10px;border-radius:999px;background:#fff;
    font-size:10.5px;font-weight:800;color:var(--green-deep);letter-spacing:.04em;text-transform:uppercase;
    border:1px solid var(--line);box-shadow:0 2px 6px -2px rgba(15,30,60,.08);
  }
.product-hero .schematic-stage .live-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);}
.product-hero .thumb-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;}
.product-hero .thumb{
    position:relative;aspect-ratio:16/10;border-radius:8px;overflow:hidden;
    border:2px solid transparent;cursor:pointer;
    background:rgba(255,255,255,.6);
    transition:border-color .15s, transform .15s;
  }
.product-hero .thumb:hover{transform:translateY(-2px);}
.product-hero .thumb.active{border-color:var(--blue);box-shadow:0 0 0 3px oklch(0.92 0.04 220);}
.product-hero .thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.product-hero .thumb .lbl{
    position:absolute;left:0;right:0;bottom:0;padding:5px 7px;
    font-size:10px;font-weight:800;color:#fff;letter-spacing:.02em;
    background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));
    text-align:center;
  }
.product-hero .config-col{display:flex;flex-direction:column;gap:10px;}
.product-hero .head{margin-bottom:0;}
.product-hero h1{margin:0;font-size:26px;font-weight:900;letter-spacing:-.028em;line-height:1.05;color:var(--ink);text-wrap:balance;}
.product-hero h1 em{font-style:normal;color:var(--blue);position:relative;}
.product-hero h1 em::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:5px;background:var(--green);opacity:.35;border-radius:4px;z-index:-1;}
.product-hero .lead{margin:4px 0 0;font-size:13px;line-height:1.45;color:var(--ink-2);font-weight:500;}
.product-hero .trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:5px;font-size:11.5px;color:var(--ink-2);font-weight:600;}
.product-hero .trust-row .stars{color:#f5b400;display:inline-flex;gap:1px;}
.product-hero .trust-row .stars svg{width:12px;height:12px;}
.product-hero .trust-row strong{color:var(--ink);font-weight:800;}
.product-hero .trust-row .sep{color:var(--muted-2);}
.product-hero .wizard{
    width:100%;max-width:none;margin:0;
    background:transparent;border:0;border-radius:0;overflow:visible;box-shadow:none;
    display:flex;flex-direction:column;flex:1;min-height:0;
  }
.product-hero .wiz-head{display:none;}
.product-hero .wiz-progress{padding:0 0 10px;background:transparent;border-bottom:0;}
.product-hero .wiz-progress .meta{
    display:flex;align-items:center;justify-content:space-between;
    font-size:11px;font-weight:800;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;
    margin-bottom:6px;
  }
.product-hero .wiz-progress .meta .step-name{color:var(--blue-ink);}
.product-hero .wiz-progress .bar{
    position:relative;height:4px;background:rgba(15,30,60,.08);border-radius:999px;overflow:hidden;
  }
.product-hero .wiz-progress .bar .fill{
    position:absolute;left:0;top:0;bottom:0;
    background:linear-gradient(90deg, var(--blue), var(--green));
    border-radius:999px;transition:width .35s cubic-bezier(.2,.7,.2,1);
  }
.product-hero .wiz-body{display:flex;flex-direction:column;flex:1;min-height:0;}
.product-hero .preview{display:none;}
.product-hero .preview .schematic{
    position:relative;background:#fff;border:1.5px solid var(--ink);border-radius:6px;
    box-shadow:0 12px 32px -16px rgba(15,30,60,.25);
    transition:width .35s, height .35s, background .35s;
    width:240px;height:170px;overflow:hidden;
  }
.product-hero .preview .schematic .panel-grid{position:absolute;inset:0;display:flex;}
.product-hero .preview .schematic .panel{
    flex:1;border-right:1px solid rgba(15,18,22,.18);
    background:linear-gradient(180deg, rgba(255,255,255,.4), rgba(0,0,0,.04));
  }
.product-hero .preview .schematic .panel:last-child{border-right:none;}
.product-hero .preview .schematic.has-door::after{
    content:"";position:absolute;right:8%;bottom:0;
    width:20%;height:80%;
    background:rgba(15,18,22,.06);
    border:1.5px solid var(--ink);border-bottom:none;
    border-radius:2px 2px 0 0;
  }
.product-hero .preview .dim-label{
    font-size:11px;font-weight:700;color:var(--muted);letter-spacing:.02em;
    display:flex;align-items:center;gap:6px;
  }
.product-hero .preview .dim-label .v{color:var(--ink);font-weight:900;letter-spacing:-.005em;}
.product-hero .preview .dims-row{display:flex;gap:24px;}
.product-hero .preview .surface{
    margin-top:6px;display:inline-flex;align-items:center;gap:8px;
    padding:7px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);
    font-size:12.5px;font-weight:800;color:var(--ink);
    box-shadow:0 2px 8px -2px rgba(15,30,60,.08);
  }
.product-hero .preview .surface .lbl{color:var(--muted);font-weight:600;letter-spacing:.02em;text-transform:uppercase;font-size:10.5px;}
.product-hero .controls{
    padding:0;display:flex;flex-direction:column;gap:14px;
    background:transparent;overflow:visible;max-height:none;
    flex:1;min-height:0;
  }
.product-hero .controls .q-title{
    margin:0;font-size:18px;font-weight:900;letter-spacing:-.022em;line-height:1.2;color:var(--ink);
  }
.product-hero .controls .q-help{
    font-size:12px;line-height:1.45;color:var(--muted);font-weight:500;margin:-4px 0 4px;
  }
.product-hero .dim-info{
    display:flex;flex-direction:column;gap:11px;margin-top:6px;
    padding:14px 16px;border-radius:11px;
    background:linear-gradient(180deg, var(--blue-soft) 0%, oklch(0.97 0.013 220) 100%);
    border:1px solid rgba(15,30,60,.06);
    flex:1;min-height:0;justify-content:space-between;
  }
.product-hero .dim-info .info-head{
    display:flex;align-items:center;gap:7px;
  }
.product-hero .dim-info .info-head .ico-head{
    display:inline-flex;color:var(--blue-ink);
  }
.product-hero .dim-info .info-head .ico-head svg{width:14px;height:14px;display:block;}
.product-hero .dim-info .info-head .lbl{
    font-size:10.5px;font-weight:800;color:var(--muted);
    text-transform:uppercase;letter-spacing:.07em;
  }
.product-hero .info-stats{
    display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:7px;
  }
.product-hero .info-stat{
    display:flex;align-items:center;gap:9px;
    padding:9px 11px;
    background:rgba(255,255,255,.75);border-radius:8px;
    border:1px solid rgba(15,30,60,.04);
  }
.product-hero .info-stat .ico-stat{
    display:inline-flex;align-items:center;justify-content:center;
    width:28px;height:28px;
    background:#fff;border:1px solid var(--line);border-radius:7px;
    color:var(--blue-ink);flex-shrink:0;
  }
.product-hero .info-stat .ico-stat svg{width:14px;height:14px;}
.product-hero .info-stat .text{
    display:flex;flex-direction:column;gap:0;min-width:0;line-height:1.15;
  }
.product-hero .info-stat .val{
    font-size:13px;font-weight:800;color:var(--ink);letter-spacing:-.012em;
  }
.product-hero .info-stat .val strong{
    font-size:16px;font-weight:900;margin-right:3px;
  }
.product-hero .info-stat .sub{
    font-size:10.5px;font-weight:600;color:var(--muted);
    letter-spacing:-.005em;margin-top:1px;
  }
.product-hero .info-tip{
    display:flex;align-items:flex-start;gap:7px;
    font-size:11.5px;line-height:1.4;color:var(--ink-2);font-weight:500;
  }
.product-hero .info-tip .ico-tip{
    flex-shrink:0;color:var(--blue-ink);margin-top:1px;
  }
.product-hero .info-tip .ico-tip svg{width:12px;height:12px;display:block;}
.product-hero .info-tip strong{color:var(--ink);font-weight:800;}
@media (max-width:520px){
.product-hero .info-stats{grid-template-columns:1fr;}
}
.product-hero .dim-inputs-grid{
    display:grid;grid-template-columns:1fr 1fr;gap:18px;
    margin-top:4px;
  }
.product-hero .dim-input-card{
    display:flex;flex-direction:column;gap:8px;
  }
.product-hero .dim-input-card .lbl{
    font-size:11px;font-weight:800;color:var(--muted);
    text-transform:uppercase;letter-spacing:.08em;
  }
.product-hero .dim-input-field{
    display:flex;align-items:center;
    background:rgba(255,255,255,.85);
    border:1.5px solid rgba(15,30,60,.12);
    border-radius:10px;
    padding:8px 14px;
    transition:border-color .15s, background .15s, box-shadow .15s;
  }
.product-hero .dim-input-field:focus-within{
    border-color:var(--blue);background:#fff;
    box-shadow:0 0 0 3px oklch(0.92 0.04 220);
  }
.product-hero .dim-input-field input{
    flex:1;min-width:0;border:0;outline:0;padding:0;
    font-family:inherit;font-size:20px;font-weight:900;color:var(--ink);
    letter-spacing:-.02em;background:transparent;
    -moz-appearance:textfield;
  }
.product-hero .dim-input-field input::-webkit-outer-spin-button,
  .product-hero .dim-input-field input::-webkit-inner-spin-button{
    -webkit-appearance:none;margin:0;
  }
.product-hero .dim-input-field .unit{
    font-size:12px;font-weight:700;color:var(--muted);margin-left:6px;
  }
.product-hero .dim-input-card .slim-slider{
    -webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:999px;
    background:linear-gradient(to right, var(--blue) var(--p, 0%), rgba(15,30,60,.08) var(--p, 0%));
    cursor:pointer;outline:none;margin:2px 0;
  }
.product-hero .dim-input-card .slim-slider::-webkit-slider-thumb{
    -webkit-appearance:none;width:14px;height:14px;border-radius:50%;
    background:var(--blue);border:2px solid #fff;
    box-shadow:0 2px 6px -2px rgba(30,80,160,.6);cursor:pointer;
  }
.product-hero .dim-input-card .slim-slider::-moz-range-thumb{
    width:14px;height:14px;border-radius:50%;
    background:var(--blue);border:2px solid #fff;
    box-shadow:0 2px 6px -2px rgba(30,80,160,.6);cursor:pointer;
  }
.product-hero .dim-input-card .range-limits{
    display:flex;justify-content:space-between;
    font-size:10px;color:var(--muted);font-weight:600;letter-spacing:.02em;
  }
@media (max-width:480px){
.product-hero .dim-inputs-grid{grid-template-columns:1fr;}
}
.product-hero .db-range-grid{
    display:flex;flex-direction:column;gap:6px;margin-top:4px;
  }
.product-hero .db-range{
    position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;
    padding:10px 14px;
    border:1.5px solid rgba(15,30,60,.12);border-radius:10px;
    background:rgba(255,255,255,.7);cursor:pointer;transition:all .15s;
    font-family:inherit;text-align:left;width:100%;
  }
.product-hero .db-range:hover{border-color:var(--blue-ink);background:#fff;}
.product-hero .db-range.selected{
    border-color:var(--blue);background:#fff;
    box-shadow:0 0 0 3px oklch(0.92 0.04 220);
  }
.product-hero .db-range .left{
    display:flex;align-items:center;gap:12px;flex:1;min-width:0;
  }
.product-hero .db-range .db-badge{
    display:inline-flex;align-items:center;justify-content:center;
    background:var(--paper-2);color:var(--ink);
    font-size:12.5px;font-weight:900;letter-spacing:-.012em;
    padding:6px 10px;border-radius:6px;flex-shrink:0;
    min-width:78px;text-align:center;
  }
.product-hero .db-range.selected .db-badge{background:var(--blue);color:#fff;}
.product-hero .db-range .info{
    display:flex;flex-direction:column;gap:1px;min-width:0;
  }
.product-hero .db-range .info .label{
    font-size:12.5px;font-weight:900;color:var(--ink);letter-spacing:-.012em;
  }
.product-hero .db-range .info .toep{
    font-size:11.5px;color:var(--muted);font-weight:500;line-height:1.3;
  }
.product-hero .db-range .right{
    display:flex;align-items:center;gap:10px;flex-shrink:0;
  }
.product-hero .db-range .right .add{
    font-size:12px;font-weight:800;color:var(--muted);
  }
.product-hero .db-range.selected .right .add{color:var(--blue-ink);}
.product-hero .db-range .reco{
    background:var(--green);color:#fff;font-size:9px;font-weight:900;
    padding:2px 6px;border-radius:999px;letter-spacing:.04em;text-transform:uppercase;
  }
.product-hero .finish-cats{display:flex;flex-direction:column;gap:11px;}
.product-hero .finish-cat .cat-head{
    display:flex;align-items:center;justify-content:space-between;
    font-size:10.5px;font-weight:800;color:var(--muted);
    text-transform:uppercase;letter-spacing:.08em;
    margin-bottom:5px;
  }
.product-hero .finish-cat .cat-head .count{color:var(--ink-2);font-weight:700;}
.product-hero .swatch-grid{display:grid;grid-template-columns:repeat(11,1fr);gap:5px;}
.product-hero .swatch-grid.wood{grid-template-columns:repeat(8,1fr);}
.product-hero .swatch-grid.other{grid-template-columns:repeat(4,1fr);}
.product-hero .swatch{
    position:relative;aspect-ratio:1/1;border-radius:6px;
    border:2px solid transparent;cursor:pointer;transition:transform .15s, box-shadow .15s;
    background-size:cover;background-position:center;
  }
.product-hero .swatch:hover{transform:scale(1.1);z-index:1;box-shadow:0 4px 10px -3px rgba(15,30,60,.25);}
.product-hero .swatch.selected{
    border-color:var(--blue);
    box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--blue);
  }
.product-hero .swatch.selected::after{
    content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
    width:14px;height:14px;border-radius:50%;background:#fff;
    box-shadow:0 0 0 2px var(--blue);
  }
.product-hero .swatch.special{
    display:flex;align-items:center;justify-content:center;
    background:#fff;border:1.5px dashed rgba(15,30,60,.25);
    font-size:9px;font-weight:800;color:var(--muted);text-align:center;line-height:1.1;
    padding:4px;
  }
.product-hero .swatch.special:hover{border-color:var(--blue);color:var(--blue-ink);}
.product-hero .finish-active{
    font-size:11.5px;color:var(--ink-2);font-weight:500;margin-top:4px;
  }
.product-hero .finish-active strong{color:var(--ink);font-weight:800;}
.product-hero .finish-active .price{color:var(--blue-ink);font-weight:800;margin-left:6px;}
.product-hero .yn-list{display:flex;flex-direction:column;gap:6px;}
.product-hero .yn-row{
    display:flex;align-items:center;justify-content:space-between;gap:12px;
    padding:9px 12px;
    border:1.5px solid rgba(15,30,60,.12);border-radius:10px;
    background:rgba(255,255,255,.7);
    transition:border-color .15s, background .15s;
  }
.product-hero .yn-row.active{border-color:var(--blue);background:#fff;}
.product-hero .yn-row .info{display:flex;flex-direction:column;gap:1px;}
.product-hero .yn-row .info .name{font-size:13px;font-weight:900;color:var(--ink);letter-spacing:-.012em;}
.product-hero .yn-row .info .desc{font-size:11px;color:var(--muted);font-weight:500;}
.product-hero .yn-row .right{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.product-hero .yn-row .right .price-add{font-size:11.5px;font-weight:800;color:var(--blue-ink);}
.product-hero .yn-toggle{display:inline-flex;border:1.5px solid rgba(15,30,60,.15);border-radius:8px;overflow:hidden;background:#fff;}
.product-hero .yn-toggle button{
    padding:5px 14px;border:0;background:transparent;
    font-family:inherit;font-size:12px;font-weight:800;color:var(--ink-2);
    cursor:pointer;transition:all .15s;
  }
.product-hero .yn-toggle button:first-child{border-right:1px solid rgba(15,30,60,.15);}
.product-hero .yn-toggle button.active{background:var(--blue);color:#fff;}
.product-hero .slider-row{display:flex;flex-direction:column;gap:5px;margin-top:4px;}
.product-hero .slider-row .slider-head{
    display:flex;align-items:center;justify-content:space-between;
    font-size:12.5px;font-weight:700;color:var(--ink-2);
  }
.product-hero .slider-row .slider-head .v{
    color:var(--blue-ink);font-weight:900;font-size:14px;letter-spacing:-.015em;
  }
.product-hero .slider-row input[type="range"]{
    -webkit-appearance:none;appearance:none;width:100%;height:5px;border-radius:999px;
    background:linear-gradient(to right, var(--blue) var(--p, 0%), rgba(15,30,60,.08) var(--p, 0%));
    cursor:pointer;outline:none;
  }
.product-hero .slider-row input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;width:18px;height:18px;border-radius:50%;
    background:var(--blue);border:3px solid #fff;
    box-shadow:0 2px 8px -2px rgba(30,80,160,.6);cursor:pointer;
  }
.product-hero .slider-row input[type="range"]::-moz-range-thumb{
    width:18px;height:18px;border-radius:50%;
    background:var(--blue);border:3px solid #fff;
    box-shadow:0 2px 8px -2px rgba(30,80,160,.6);cursor:pointer;
  }
.product-hero .slider-row .limits{
    display:flex;justify-content:space-between;
    font-size:10px;color:var(--muted);font-weight:600;
  }
.product-hero .opt-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.product-hero .opt-card{
    position:relative;padding:10px 12px;border:1.5px solid rgba(15,30,60,.12);border-radius:10px;
    background:rgba(255,255,255,.7);backdrop-filter:saturate(140%);
    cursor:pointer;transition:all .15s;
    display:flex;flex-direction:column;gap:2px;
  }
.product-hero .opt-card:hover{border-color:var(--blue-ink);background:#fff;}
.product-hero .opt-card.selected{
    border-color:var(--blue);background:#fff;
    box-shadow:0 0 0 3px oklch(0.92 0.04 220);
  }
.product-hero .opt-card .name{font-size:13px;font-weight:900;color:var(--ink);letter-spacing:-.012em;}
.product-hero .opt-card .price{font-size:11px;font-weight:700;color:var(--blue-ink);}
.product-hero .opt-card .desc{font-size:10.5px;color:var(--muted);font-weight:500;line-height:1.3;margin-top:1px;}
.product-hero .opt-card .check{
    position:absolute;top:8px;right:8px;
    width:15px;height:15px;border-radius:50%;background:var(--blue);color:#fff;
    display:none;align-items:center;justify-content:center;
  }
.product-hero .opt-card.selected .check{display:flex;}
.product-hero .opt-card .check svg{width:8px;height:8px;}
.product-hero .opt-stack{display:flex;flex-direction:column;gap:6px;}
.product-hero .opt-stack .opt-card{flex-direction:row;align-items:center;gap:12px;padding:9px 12px;}
.product-hero .opt-stack .opt-card .icon{
    width:30px;height:30px;border-radius:8px;background:rgba(15,30,60,.06);
    display:flex;align-items:center;justify-content:center;color:var(--muted);
    flex-shrink:0;transition:background .15s, color .15s;
  }
.product-hero .opt-stack .opt-card.selected .icon{background:var(--blue);color:#fff;}
.product-hero .opt-stack .opt-card .icon svg{width:15px;height:15px;}
.product-hero .opt-stack .opt-card .text{flex:1;display:flex;flex-direction:column;gap:1px;}
.product-hero .opt-stack .opt-card .text .name{font-size:13px;}
.product-hero .opt-stack .opt-card .text .desc{font-size:11px;margin-top:0;}
.product-hero .opt-stack .opt-card .price{font-size:11.5px;flex-shrink:0;}
.product-hero .check-row{
    display:flex;align-items:center;justify-content:space-between;gap:10px;
    padding:9px 12px;border:1.5px solid rgba(15,30,60,.12);border-radius:10px;
    background:rgba(255,255,255,.7);cursor:pointer;transition:border-color .15s, background .15s;
  }
.product-hero .check-row:hover{border-color:var(--blue-ink);}
.product-hero .check-row.checked{border-color:var(--blue);background:#fff;}
.product-hero .check-row .left{display:flex;align-items:center;gap:10px;}
.product-hero .check-row .toggle{
    width:18px;height:18px;border-radius:5px;border:1.5px solid var(--muted-2);
    background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;
    transition:background .15s, border-color .15s;
  }
.product-hero .check-row.checked .toggle{background:var(--blue);border-color:var(--blue);}
.product-hero .check-row .toggle svg{width:10px;height:10px;color:#fff;display:none;}
.product-hero .check-row.checked .toggle svg{display:block;}
.product-hero .check-row .info{display:flex;flex-direction:column;gap:1px;}
.product-hero .check-row .info .name{font-size:13px;font-weight:900;color:var(--ink);letter-spacing:-.012em;}
.product-hero .check-row .info .desc{font-size:11px;color:var(--muted);font-weight:500;}
.product-hero .check-row .price{font-size:12px;font-weight:800;color:var(--blue-ink);flex-shrink:0;}
.product-hero .wiz-nav{
    display:flex;align-items:center;justify-content:space-between;gap:14px;
    padding:14px 0 0;margin-top:auto;
    border-top:1px dashed rgba(15,30,60,.15);background:transparent;
  }
.product-hero .wiz-nav .price-inline{
    display:flex;flex-direction:column;gap:1px;line-height:1.15;
  }
.product-hero .wiz-nav .price-inline .lbl{
    font-size:10px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;
  }
.product-hero .wiz-nav .price-inline .val{
    font-size:17px;font-weight:900;letter-spacing:-.022em;color:var(--blue-ink);
  }
.product-hero .wiz-nav .nav-buttons{display:flex;align-items:center;gap:8px;}
.product-hero .wiz-btn{
    display:inline-flex;align-items:center;gap:7px;
    padding:9px 16px;border-radius:9px;font-size:13px;font-weight:800;letter-spacing:-.005em;
    text-decoration:none;cursor:pointer;border:none;background:transparent;
    transition:background .15s, color .15s, transform .18s;
    font-family:inherit;
  }
.product-hero .wiz-btn svg{width:13px;height:13px;}
.product-hero .wiz-btn.back{color:var(--ink-2);border:1.5px solid rgba(15,30,60,.15);background:rgba(255,255,255,.6);}
.product-hero .wiz-btn.back:hover{border-color:var(--blue);color:var(--blue-ink);background:#fff;}
.product-hero .wiz-btn.back:disabled{opacity:.4;cursor:not-allowed;}
.product-hero .wiz-btn.next{
    background:var(--blue);color:#fff;
    box-shadow:0 6px 16px -6px rgba(30,80,160,.5);
  }
.product-hero .wiz-btn.next:hover{background:var(--blue-ink);transform:translateY(-1px);}
.product-hero .result{padding:0;display:flex;flex-direction:column;gap:14px;background:transparent;}
.product-hero .result-head{display:flex;align-items:flex-start;gap:14px;}
.product-hero .result-head .ico{
    width:44px;height:44px;border-radius:12px;background:var(--green-soft);color:var(--green-deep);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;
  }
.product-hero .result-head .ico svg{width:22px;height:22px;}
.product-hero .result-head h2{margin:0;font-size:22px;font-weight:900;letter-spacing:-.025em;color:var(--ink);}
.product-hero .result-head .sub{margin-top:3px;font-size:13.5px;color:var(--muted);font-weight:500;}
.product-hero .result-summary{background:var(--paper-2);border-radius:14px;padding:18px 20px;display:grid;gap:12px;}
.product-hero .summary-row{
    display:flex;align-items:center;justify-content:space-between;gap:14px;
    padding-bottom:10px;border-bottom:1px solid var(--line);
  }
.product-hero .summary-row:last-child{border-bottom:none;padding-bottom:0;}
.product-hero .summary-row .key{font-size:11.5px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;}
.product-hero .summary-row .val{font-size:13.5px;font-weight:800;color:var(--ink);text-align:right;}
.product-hero .result-price{
    background:linear-gradient(135deg, var(--blue), var(--blue-ink));color:#fff;
    border-radius:14px;padding:20px 22px;
    display:flex;align-items:center;justify-content:space-between;gap:14px;
  }
.product-hero .result-price .left .lbl{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.85;}
.product-hero .result-price .left .val{font-size:26px;font-weight:900;letter-spacing:-.025em;margin-top:2px;}
.product-hero .result-price .left .meta{font-size:11.5px;opacity:.85;margin-top:4px;font-weight:500;}
.product-hero .result-price .badge{
    padding:5px 12px;border-radius:999px;background:rgba(255,255,255,.18);
    font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
    border:1px solid rgba(255,255,255,.22);
  }
.product-hero .result-ctas{display:flex;flex-direction:column;gap:10px;}
.product-hero .result-ctas .r-prim{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    background:var(--green);color:#fff;padding:13px 22px;border-radius:10px;
    font-weight:800;font-size:14.5px;text-decoration:none;
    transition:background .15s;box-shadow:0 10px 24px -8px rgba(60,160,120,.55);
  }
.product-hero .result-ctas .r-prim:hover{background:var(--green-deep);}
.product-hero .result-ctas .r-prim svg{width:14px;height:14px;}
.product-hero .cta-row{display:flex;gap:10px;}
.product-hero .cta-row .r-sec{
    flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;
    padding:11px 16px;border-radius:10px;border:1.5px solid var(--line);
    color:var(--ink);background:#fff;
    font-weight:700;font-size:13px;text-decoration:none;
    transition:border-color .15s, color .15s;
  }
.product-hero .cta-row .r-sec:hover{border-color:var(--blue);color:var(--blue-ink);}
.product-hero .cta-row .r-sec svg{width:13px;height:13px;}
.product-hero .result-trust{
    display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;
    padding-top:6px;font-size:12px;color:var(--muted);font-weight:600;
  }
.product-hero .result-trust span{display:inline-flex;align-items:center;gap:6px;}
.product-hero .result-trust svg{width:13px;height:13px;color:var(--green-deep);}
.product-hero .restart-link{
    align-self:center;font-size:12.5px;font-weight:700;color:var(--blue-ink);
    text-decoration:underline;text-underline-offset:3px;cursor:pointer;
    background:none;border:none;font-family:inherit;
  }
.product-hero .restart-link:hover{color:var(--green-deep);}
.product-hero .step{
    display:none;
    background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;overflow:visible;
    transition:none;
  }
.product-hero .step:hover{transform:none;box-shadow:none;border-color:transparent;}
.product-hero .step.active{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;animation:phFadeIn .3s ease-out;}
@media (max-width:900px){
.product-hero .container{grid-template-columns:1fr;gap:24px;}
.product-hero .opt-grid{grid-template-columns:1fr;}
.product-hero .result-price .left .val{font-size:22px;}
.product-hero .cta-row{flex-direction:column;}
.product-hero h1{font-size:26px;}
}
.leaf-recommend .container{padding-top:48px;padding-bottom:48px;}
.leaf-recommend .head{margin-bottom:24px;max-width:680px;}
.leaf-recommend .head h2{margin:0;font-size:24px;font-weight:900;letter-spacing:-.025em;color:var(--ink);line-height:1.15;}
.leaf-recommend .head h2 em{font-style:normal;color:var(--blue);}
.leaf-recommend .head .sub{margin-top:6px;font-size:14.5px;color:var(--muted);font-weight:500;line-height:1.5;}
.leaf-mini-card .ico{
    width:48px;height:48px;border-radius:12px;flex:0 0 auto;
    background:var(--blue-soft);color:var(--blue-ink);
    display:flex;align-items:center;justify-content:center;
  }
.leaf-mini-card.green .ico{background:var(--green-soft);color:var(--green-deep);}
.leaf-mini-card .ico svg{width:22px;height:22px;}
.leaf-mini-card .body{display:flex;flex-direction:column;gap:3px;flex:1;}
.leaf-mini-card .body .label{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--blue-ink);}
.leaf-mini-card.green .body .label{color:var(--green-deep);}
.leaf-mini-card .body h3{margin:0;font-size:16px;font-weight:900;letter-spacing:-.02em;color:var(--ink);line-height:1.2;}
.leaf-mini-card .body p{margin:2px 0 0;font-size:12.5px;line-height:1.4;color:var(--ink-2);font-weight:500;}
.leaf-mini-card .arrow{color:var(--muted-2);transition:color .15s, transform .2s;}
.leaf-mini-card:hover .arrow{color:var(--blue);transform:translateX(3px);}
.leaf-mini-card .arrow svg{width:18px;height:18px;}
.isolatie-gids .container{padding-top:64px;padding-bottom:64px;}
.isolatie-gids .head{margin-bottom:32px;max-width:720px;}
.isolatie-gids .head h2{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.028em;font-weight:900;color:var(--ink);}
.isolatie-gids .head h2 em{font-style:normal;color:var(--blue);position:relative;}
.isolatie-gids .head h2 em::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:5px;background:var(--green);opacity:.35;border-radius:3px;z-index:-1;}
.isolatie-gids .head .sub{margin-top:8px;font-size:14.5px;color:var(--muted);font-weight:500;line-height:1.5;}
.isolatie-row.head{background:var(--paper-2);font-size:11.5px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);}
.isolatie-row .db{display:flex;align-items:center;justify-content:center;}
.isolatie-row .db .pill{
    display:inline-flex;align-items:center;gap:5px;
    padding:5px 11px;border-radius:999px;background:var(--blue);color:#fff;
    font-family:ui-monospace,monospace;font-weight:900;font-size:12.5px;
  }
.isolatie-row .db .pill.high{background:var(--blue-ink);}
.isolatie-row .db .pill.low{background:var(--muted);}
@media (max-width:720px){
.isolatie-row.head{display:none;}
}
.intro-isolatie .container{padding-top:36px;padding-bottom:36px;}
.intro-bullets li .ico{
    flex-shrink:0;width:18px;height:18px;border-radius:50%;
    background:var(--green-soft);color:var(--green-deep);
    display:flex;align-items:center;justify-content:center;
    margin-top:1px;
  }
.intro-bullets li .ico svg{width:11px;height:11px;}
.hw-header .lead{margin:8px 0 0;font-size:15px;line-height:1.55;color:var(--ink-2);font-weight:500;}
.hw-header .lead strong{color:var(--ink);font-weight:700;}
.how-works-text .lead{
    margin:2px 0 4px;font-size:14.5px;line-height:1.5;color:var(--ink-2);font-weight:500;
  }
.how-works-text .lead strong{color:var(--ink);font-weight:700;}
.oplossingen{background:oklch(0.97 0.013 220);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.oplossingen .container{padding-top:64px;padding-bottom:72px;}
.opl-head .sub{margin:8px 0 0;font-size:15px;line-height:1.55;color:var(--muted);font-weight:500;}
.opl-tab{
    display:flex;align-items:center;justify-content:space-between;gap:10px;
    padding:14px 16px;
    background:#fff;border:1.5px solid var(--line);border-radius:11px;
    cursor:pointer;font:inherit;color:var(--ink);text-align:left;
    transition:border-color .2s,background .2s,color .2s,box-shadow .2s,transform .15s;
  }
.opl-tab:hover{border-color:var(--blue);transform:translateX(2px);}
.opl-tab.is-active{
    background:var(--blue-ink);border-color:var(--blue-ink);color:#fff;
    box-shadow:0 10px 22px -10px rgba(15,30,60,.5);
  }
.opl-tab:hover .opl-tab-arrow{color:var(--blue);}
.opl-tab.is-active .opl-tab-arrow{color:#fff;transform:translateX(2px);}
.opl-panel{display:none;grid-template-columns:1fr 1fr;gap:32px;align-items:start;}
.opl-panel.is-active{display:grid;animation:opl-fade-in .3s ease;}
.opl-panel[hidden]{display:none;}
.opl-panel.is-active[hidden]{display:grid;}
@media (max-width:980px){
.opl-tab{flex:1 1 calc(50% - 6px);}
}
@media (max-width:680px){
.opl-panel.is-active{grid-template-columns:1fr;}
.opl-tab{flex:1 1 100%;}
}
.use-cases .container{padding-top:56px;padding-bottom:56px;}
.usecases-head .sub{
    margin:8px 0 0;font-size:14.5px;line-height:1.55;color:var(--muted);font-weight:500;
  }
.usecase-card .img{
    position:relative;aspect-ratio:4/3;overflow:hidden;
    background:linear-gradient(135deg,#cad6e5,#7c92b3);
  }
.usecase-card .img img{
    width:100%;height:100%;object-fit:cover;display:block;
    transition:transform .5s;
  }
.usecase-card:hover .img img{transform:scale(1.05);}
.usecase-card .body{
    padding:14px 16px 14px;
    display:flex;flex-direction:column;gap:3px;flex:1;
  }
.usecase-card .desc{
    margin:2px 0 0;font-size:12.5px;line-height:1.45;
    color:var(--ink-2);font-weight:500;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  }
.product-specs .container{padding-top:56px;padding-bottom:56px;}
.product-specs .head{max-width:780px;margin-bottom:28px;}
.product-specs .head h2{margin:0;font-size:28px;font-weight:900;letter-spacing:-.028em;line-height:1.15;color:var(--ink);}
.product-specs .head h2 em{font-style:normal;color:var(--blue);position:relative;}
.product-specs .head h2 em::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:5px;background:var(--green);opacity:.35;border-radius:3px;z-index:-1;}
.product-specs .head .sub{margin-top:8px;font-size:14.5px;color:var(--muted);font-weight:500;line-height:1.5;}
.specs-table .row{display:grid;grid-template-columns:1.3fr 1fr;padding:12px 18px;border-bottom:1px solid var(--line);font-size:13.5px;}
.specs-table .row:last-child{border-bottom:0;}
.specs-table .row .lbl{font-weight:700;color:var(--ink);}
.specs-table .row .val{font-weight:600;color:var(--ink-2);text-align:right;}
.specs-table .row .val strong{color:var(--ink);font-weight:800;}
.specs-evidence h3 .ico{width:30px;height:30px;border-radius:8px;background:var(--blue-soft);color:var(--blue-ink);display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.specs-evidence h3 .ico svg{width:16px;height:16px;}
.spec-card .img{
    position:relative;width:100%;
    aspect-ratio:16/10;
    background:linear-gradient(180deg,#fbfcfe 0%,#eef2f7 100%);
    overflow:hidden;border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    flex:0 0 auto;
  }
.spec-card .img svg{
    width:100%;height:100%;display:block;
    transition:transform .35s ease;
  }
.spec-card:hover .img svg{transform:scale(1.04);}
.spec-card .img::after{display:none;}
.spec-card .text{
    flex:1;padding:0;
    display:flex;flex-direction:column;gap:6px;min-width:0;
  }
.tech-specs .container{padding-top:56px;padding-bottom:64px;}
.ts-head .sub{margin-top:8px;font-size:14.5px;color:var(--muted);font-weight:500;line-height:1.55;}
.ts-spec .head{display:flex;align-items:center;gap:14px;}
.ts-spec .preview{
    margin:0;font-size:14px;line-height:1.65;color:var(--ink-2);font-weight:500;
  }
.ts-spec .preview strong{color:var(--ink);font-weight:700;}
.ts-spec details summary .label.open{display:none;}
.ts-spec details[open] summary .label.closed{display:none;}
.ts-spec details[open] summary .label.open{display:inline;}
.ts-spec details summary .chev{display:inline-flex;transition:transform .25s;}
.ts-spec details summary .chev svg{width:13px;height:13px;}
.ts-spec details[open] summary .chev{transform:rotate(180deg);}
.ts-spec details .content{
    margin-top:10px;
    font-size:14px;line-height:1.7;color:var(--ink-2);font-weight:500;
  }
.product-finishes .container{padding-top:48px;padding-bottom:56px;}
.product-finishes .head{max-width:780px;margin-bottom:24px;}
.product-finishes .head h2{margin:0;font-size:28px;font-weight:900;letter-spacing:-.028em;line-height:1.15;color:var(--ink);}
.product-finishes .head h2 em{font-style:normal;color:var(--blue);position:relative;}
.product-finishes .head h2 em::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:5px;background:var(--green);opacity:.35;border-radius:3px;z-index:-1;}
.product-finishes .head .sub{margin-top:8px;font-size:14.5px;color:var(--muted);font-weight:500;line-height:1.5;}
.finish-card .swatch{height:90px;background-size:cover;background-position:center;}
.finish-card .swatch.fineer-eiken{background:linear-gradient(135deg, #d4a574 0%, #b3854b 100%);}
.finish-card .swatch.fineer-walnoot{background:linear-gradient(135deg, #6e4b32 0%, #4a3220 100%);}
.finish-card .swatch.fineer-essen{background:linear-gradient(135deg, #e2cda4 0%, #c0a87f 100%);}
.finish-card .swatch.fineer-kers{background:linear-gradient(135deg, #a3623f 0%, #7d4828 100%);}
.finish-card .swatch.hpl-wit{background:#f8f9fb;border-bottom:1px solid var(--line);}
.finish-card .swatch.hpl-antraciet{background:linear-gradient(135deg, #3d4147 0%, #232529 100%);}
.finish-card .swatch.textiel-grijs{background:linear-gradient(135deg, #8b929c 0%, #5d6470 100%);}
.finish-card .swatch.textiel-blauw{background:linear-gradient(135deg, #4a6b8a 0%, #2f4a68 100%);}
.finish-card .info{padding:10px 13px 12px;}
.finish-card .info .name{display:block;font-size:13px;font-weight:800;color:var(--ink);letter-spacing:-.005em;}
.finish-card .info .sub{display:block;font-size:11px;color:var(--muted);font-weight:600;margin-top:2px;}
.finishes-footer .text{color:var(--ink-2);font-weight:600;line-height:1.5;}
.finishes-footer .text strong{color:var(--ink);font-weight:800;}
.leaf-why .container{padding-top:64px;padding-bottom:64px;max-width:880px;}
.leaf-why .head{margin-bottom:28px;}
.leaf-why .head h2{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.028em;font-weight:900;color:var(--ink);}
.leaf-why .head h2 em{font-style:normal;color:var(--blue);}
.leaf-why .head .sub{margin-top:8px;font-size:14.5px;color:var(--muted);font-weight:500;line-height:1.5;}
.leaf-why-block .ico{
    width:36px;height:36px;border-radius:50%;flex:0 0 auto;
    background:var(--green-soft);color:var(--green-deep);
    display:flex;align-items:center;justify-content:center;
  }
.leaf-why-block .ico svg{width:18px;height:18px;}
.leaf-why-block .txt{flex:1;}
.leaf-faq .container{padding-top:64px;padding-bottom:64px;max-width:880px;}
.leaf-faq .head{margin-bottom:32px;}
.leaf-faq .head h2{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.028em;font-weight:900;color:var(--ink);}
.leaf-faq .head h2 em{font-style:normal;color:var(--blue);}
.leaf-faq .head .sub{margin-top:8px;font-size:14.5px;color:var(--muted);font-weight:500;line-height:1.5;}
.leaf-faq details .toggle{
    width:28px;height:28px;border-radius:50%;flex:0 0 auto;
    background:#fff;border:1px solid var(--line);color:var(--ink-2);
    display:inline-flex;align-items:center;justify-content:center;
    transition:transform .25s, background .15s;
  }
.leaf-faq details[open] .toggle{transform:rotate(45deg);background:var(--blue-soft);color:var(--blue-ink);}
.leaf-faq details .toggle svg{width:12px;height:12px;}
.leaf-crosssell .container{padding-top:56px;padding-bottom:56px;}
.leaf-crosssell .head{margin-bottom:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;}
.leaf-crosssell .head h2{margin:0;font-size:24px;font-weight:900;letter-spacing:-.025em;color:var(--ink);line-height:1.15;}
.leaf-crosssell .head .sub{margin-top:5px;font-size:14px;color:var(--muted);font-weight:500;}
.leaf-sibling .ico{
    width:32px;height:32px;border-radius:8px;
    background:var(--blue-soft);color:var(--blue-ink);
    display:flex;align-items:center;justify-content:center;
  }
.leaf-sibling .ico svg{width:18px;height:18px;}
.leaf-sibling .lead{font-size:12px;color:var(--muted);font-weight:500;line-height:1.4;}
.leaf-sibling .arrow{display:inline-flex;align-items:center;gap:5px;margin-top:6px;font-size:11.5px;font-weight:800;color:var(--blue-ink);}
.leaf-sibling .arrow svg{width:11px;height:11px;transition:transform .2s;}
.leaf-sibling:hover .arrow svg{transform:translateX(3px);}
.sticky-cta{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);z-index:100;padding:10px 0;transform:translateY(-100%);transition:transform .35s;box-shadow:0 4px 16px -6px rgba(15,30,60,.1);}
.sticky-cta.show{transform:translateY(0);}
.sticky-cta .container{display:flex;align-items:center;justify-content:space-between;gap:14px;}
.sticky-cta .info{font-size:13.5px;font-weight:700;color:var(--ink-2);}
.sticky-cta .info strong{color:var(--ink);font-weight:900;}
.config-section .container{padding-top:56px;padding-bottom:64px;}
.config-head .sub{font-size:15px;line-height:1.55;color:var(--muted);font-weight:500;}
.usp-bar{background:var(--blue);color:#fff;}
.usp-bar .container{
    display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
    padding-top:16px;padding-bottom:16px;
  }
.usp-bar .usp{display:inline-flex;align-items:center;gap:11px;font-size:14.5px;font-weight:700;color:#fff;letter-spacing:-.005em;}
.usp-bar .usp .check{
    width:24px;height:24px;border-radius:50%;
    background:var(--green);color:#fff;
    display:flex;align-items:center;justify-content:center;flex:0 0 auto;
  }
.usp-bar .usp .check svg{width:13px;height:13px;}
@media (max-width:900px){
.usp-bar .container{grid-template-columns:repeat(2,1fr);}
}
.page-intro .container{padding-top:48px;padding-bottom:32px;text-align:center;max-width:920px;}
.page-intro .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--green);}
.page-intro .lead{
    margin:0 auto;max-width:680px;
    font-size:17px;line-height:1.5;color:var(--ink-2);font-weight:500;
  }
.product-bar .container{
    display:grid;grid-template-columns:repeat(6,1fr);gap:0;
    padding-top:22px;padding-bottom:22px;
  }
.product-bar .item{
    display:flex;flex-direction:column;align-items:flex-start;gap:6px;
    padding:0 18px;
    border-right:1px solid #e5eaf2;
  }
.product-bar .item:first-child{padding-left:0;}
.product-bar .item:last-child{border-right:0;padding-right:0;}
.product-bar .item .ico{
    width:30px;height:30px;border-radius:8px;
    background:rgba(13,77,156,0.08);color:var(--blue-ink);
    display:flex;align-items:center;justify-content:center;
  }
.product-bar .item .ico svg{width:16px;height:16px;}
.product-bar .item .label{font-size:13.5px;font-weight:800;color:var(--ink);letter-spacing:-.012em;line-height:1.2;}
.product-bar .item .sub{font-size:11.5px;color:var(--ink-2);font-weight:500;line-height:1.3;}
@media (max-width:900px){
.product-bar .container{grid-template-columns:repeat(2,1fr);gap:14px 0;}
.product-bar .item{border-right:0;border-bottom:1px solid #e5eaf2;padding:0 12px 14px;}
.product-bar .item:first-child{padding-left:12px;}
.product-bar .item:last-child{border-bottom:0;padding-right:12px;}
}
.usps .container{padding-top:56px;padding-bottom:56px;}
.usps-head .sub{margin-top:8px;font-size:15px;color:var(--muted);font-weight:500;line-height:1.55;}
.usp-item .ico{width:38px;height:38px;border-radius:10px;background:var(--blue-soft);color:var(--blue-ink);display:flex;align-items:center;justify-content:center;}
.usp-item .ico svg{width:20px;height:20px;}
.gallery{background:var(--paper-2);border-bottom:1px solid var(--line);}
.gallery .container{padding-top:56px;padding-bottom:64px;}
.gallery-head .sub{margin-top:6px;font-size:14.5px;color:var(--muted);font-weight:500;}
.gallery-head .all{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:var(--blue-ink);font-weight:700;font-size:14px;}
.gallery-head .all svg{width:14px;height:14px;}
.specs .container{padding-top:56px;padding-bottom:64px;}
.specs-head .sub{font-size:15px;color:var(--muted);font-weight:500;line-height:1.55;}
.specs-row .key{font-size:13px;font-weight:800;color:var(--ink);letter-spacing:-.005em;}
.specs-row .val{font-size:13.5px;color:var(--ink-2);font-weight:600;}
.specs-row .val strong{color:var(--ink);font-weight:800;}
.steps .container{padding-top:44px;padding-bottom:52px;}
.steps-head .sub{margin-top:5px;font-size:14px;color:var(--muted);font-weight:500;}
.steps-actions .all{
    display:inline-flex;align-items:center;gap:6px;text-decoration:none;
    font-weight:700;font-size:14.5px;color:var(--blue-ink);
  }
.steps-actions .all:hover{color:var(--green-deep);}
.steps-actions .all svg{width:14px;height:14px;transition:transform .18s;}
.steps-actions .all:hover svg{transform:translateX(3px);}
.step{
    position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;
    overflow:hidden;display:flex;flex-direction:column;
    box-shadow:0 2px 8px -2px rgba(15,30,60,.06), 0 1px 2px rgba(15,30,60,.04);
    transition:transform .25s, border-color .25s, box-shadow .25s;
  }
.step:hover{transform:translateY(-4px);border-color:var(--blue);box-shadow:0 24px 48px -28px rgba(15,30,60,.30);}
.step .img{
    position:relative;aspect-ratio:16 / 9;overflow:hidden;
    background:linear-gradient(180deg,#f9fafc 0%,#eef1f5 100%);
  }
.step .img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;}
.step:hover .img img{transform:scale(1.05);}
.step .img::after{
    content:"";position:absolute;inset:0;pointer-events:none;
    background:linear-gradient(180deg, rgba(15,18,22,0) 60%, rgba(15,18,22,.18) 100%);
  }
.step .step-badge{
    position:absolute;top:12px;left:12px;z-index:2;
    display:inline-flex;align-items:center;
    background:transparent;border:0;padding:0;
  }
.step .step-badge .ico-circle{
    width:46px;height:46px;border-radius:50%;flex-shrink:0;
    background:var(--blue);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 4px 12px -2px rgba(30,80,160,.4);
    z-index:2;position:relative;
  }
.step .step-badge.tone-1 .ico-circle{
    background:var(--blue);
    box-shadow:0 4px 12px -2px rgba(30,80,160,.4);
  }
.step .step-badge.tone-2 .ico-circle{
    background:oklch(0.55 0.10 190);
    box-shadow:0 4px 12px -2px rgba(30,140,160,.4);
  }
.step .step-badge.tone-3 .ico-circle{
    background:var(--green-deep);
    box-shadow:0 4px 12px -2px rgba(60,160,120,.4);
  }
.step .step-badge .ico{width:26px;height:26px;color:#fff;}
.step .step-badge .label-text{
    height:26px;display:inline-flex;align-items:center;
    margin-left:-8px;padding:0 14px 0 16px;
    background:rgba(255,255,255,.96);border-radius:0 999px 999px 0;
    color:var(--ink);
    font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
    box-shadow:0 4px 10px -2px rgba(15,30,60,.18);
    backdrop-filter:blur(8px);
    z-index:1;
  }
.step .body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;}
.step .label{
    margin:0;font-weight:900;font-size:16px;letter-spacing:-.022em;color:var(--ink);line-height:1.2;
  }
.step .timing{
    display:inline-flex;align-items:center;gap:5px;align-self:flex-start;
    padding:3px 10px;border-radius:999px;background:var(--blue-soft);color:var(--blue-ink);
    font-size:11px;font-weight:800;letter-spacing:.01em;
  }
.step .timing svg{width:11px;height:11px;}
.step .body p{
    margin:0;font-size:12.5px;line-height:1.5;color:var(--ink-2);font-weight:500;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  }
.step .body p strong{color:var(--ink);font-weight:700;}
.sectors .container{padding-top:48px;padding-bottom:56px;}
.sector-pill .ico{width:36px;height:36px;border-radius:10px;background:var(--blue-soft);color:var(--blue-ink);display:flex;align-items:center;justify-content:center;}
.sector-pill .ico svg{width:18px;height:18px;}
.sector-pill .name{font-size:12.5px;font-weight:800;letter-spacing:-.005em;text-align:center;}
.cases{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.cases.cases--white{background:var(--paper-2);}
.cases .container{padding-top:36px;padding-bottom:32px;}
.cases-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px;}
.cases-head .left{display:flex;flex-direction:column;gap:4px;max-width:680px;}
.cases-head .eb{
    display:inline-flex;align-items:center;gap:8px;align-self:flex-start;
    padding:6px 12px 6px 8px;border-radius:999px;
    background:var(--green-soft);color:var(--green-deep);
    font-size:12.5px;font-weight:700;letter-spacing:.02em;
  }
.cases-head .eb .pulse{width:7px;height:7px;border-radius:50%;background:var(--green);}
.cases-head h2{margin:0;font-size:28px;line-height:1.1;letter-spacing:-.028em;font-weight:900;color:var(--ink);white-space:nowrap;}
@media (max-width:560px){
.cases-head h2{white-space:normal;}
}
.cases-head h2 em{font-style:normal;color:var(--blue);position:relative;}
.cases-head h2 em::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:5px;background:var(--green);opacity:.35;border-radius:3px;z-index:-1;}
.cases-head .sub{margin-top:4px;font-size:14px;color:var(--muted);font-weight:500;max-width:560px;line-height:1.5;}
.cases-head .all{
    display:inline-flex;align-items:center;gap:8px;
    font-weight:700;font-size:14.5px;color:var(--blue-ink);text-decoration:none;
    padding:10px 0;white-space:nowrap;
  }
.cases-head .all svg{width:14px;height:14px;transition:transform .2s;}
.cases-head .all:hover svg{transform:translateX(3px);}
.cases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start;}
.case-card{
    position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;
    overflow:hidden;display:flex;flex-direction:column;
    text-decoration:none;color:inherit;
    box-shadow:0 2px 8px -2px rgba(15,30,60,.06), 0 1px 2px rgba(15,30,60,.04);
    transition:transform .25s, border-color .25s, box-shadow .25s;
  }
.case-card:hover{transform:translateY(-4px);border-color:var(--blue);box-shadow:0 24px 48px -20px rgba(15,30,60,.18), 0 4px 12px -4px rgba(15,30,60,.08);}
.case-card .img{position:relative;aspect-ratio:16/9;overflow:hidden;background:#eef1f5;}
.case-card .img img,
  .case-card .img > svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;}
.case-card:hover .img img,
  .case-card:hover .img > svg{transform:scale(1.04);}
.case-card .img::after{
    content:"";position:absolute;left:0;right:0;bottom:0;height:55%;pointer-events:none;
    background:linear-gradient(180deg, transparent 0%, rgba(15,18,22,.6) 100%);
  }
.case-card .variant-tag{
    position:absolute;top:12px;left:12px;z-index:2;
    display:inline-flex;align-items:center;gap:6px;
    padding:5px 11px 5px 8px;border-radius:999px;
    background:rgba(255,255,255,.96);color:var(--ink);
    font-size:11.5px;font-weight:800;letter-spacing:-.005em;
    backdrop-filter:blur(8px);
    box-shadow:0 4px 12px -6px rgba(15,30,60,.25);
  }
.case-card .variant-tag .dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto;}
.case-card .variant-tag.gesloten .dot{background:var(--blue);}
.case-card .variant-tag.brand .dot{background:#e07642;}
.case-card .variant-tag.design .dot{background:var(--green);}
.case-card .variant-tag.basic .dot{background:#9aa3ad;}
.case-card .city{
    position:absolute;bottom:12px;left:14px;z-index:2;
    display:inline-flex;align-items:center;gap:6px;
    font-size:12px;font-weight:800;color:#fff;letter-spacing:.02em;
    text-shadow:0 1px 3px rgba(0,0,0,.5);
  }
.case-card .city svg{width:13px;height:13px;opacity:.85;}
.case-card .body{padding:11px 16px 11px;display:flex;flex-direction:column;gap:3px;flex:1;}
.case-card .client{margin:0;font-size:16px;font-weight:900;letter-spacing:-.02em;line-height:1.15;color:var(--ink);}
.case-card:hover .client{color:var(--blue-ink);}
.case-card .desc{
    margin:2px 0 0;font-size:13px;line-height:1.5;color:var(--ink-2);font-weight:500;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  }
.case-card .footer{
    display:flex;align-items:center;justify-content:space-between;gap:10px;
    margin-top:12px;padding-top:14px;border-top:1px dashed var(--line);
  }
.case-card .sector-tag{
    display:inline-flex;align-items:center;gap:5px;
    padding:4px 9px;border-radius:6px;background:var(--paper-2);
    font-size:11px;font-weight:800;color:var(--ink-2);letter-spacing:.005em;
  }
.case-card .scale{font-size:10.5px;color:var(--muted);font-weight:700;letter-spacing:.06em;text-transform:uppercase;}
.case-card .arrow{
    width:32px;height:32px;border-radius:50%;
    background:var(--blue-soft);color:var(--blue-ink);
    display:inline-flex;align-items:center;justify-content:center;
    transition:background .2s, color .2s, transform .2s;
    flex:0 0 auto;
  }
.case-card:hover .arrow{background:var(--blue);color:#fff;transform:translateX(2px);}
.case-card .arrow svg{width:14px;height:14px;}
@media (max-width:1080px){
.cases-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:560px){
.cases-grid{grid-template-columns:1fr;}
}
.why-spijker .container{padding-top:72px;padding-bottom:72px;}
.why-photo .stat-overlay .item{display:flex;flex-direction:column;gap:2px;flex:1;}
.why-photo .stat-overlay .lbl{font-size:10.5px;color:var(--muted);font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.why-photo .badge-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--green);}
.why-content .eb .pulse{width:7px;height:7px;border-radius:50%;background:var(--green);}
.why-content .lead{margin:10px 0 26px;font-size:15px;line-height:1.5;color:var(--muted);font-weight:500;max-width:520px;}
.why-reasons .row{display:flex;gap:14px;align-items:flex-start;}
.why-reasons .ico{
    width:38px;height:38px;border-radius:10px;flex:0 0 auto;
    background:var(--green-soft);color:var(--green-deep);
    display:flex;align-items:center;justify-content:center;
  }
.why-reasons .ico svg{width:18px;height:18px;}
.why-reasons .txt{display:flex;flex-direction:column;gap:4px;}
.why-reasons .txt h3{margin:0;font-size:15.5px;font-weight:900;letter-spacing:-.018em;line-height:1.25;color:var(--ink);}
.why-reasons .txt p{margin:0;font-size:13px;line-height:1.5;color:var(--ink-2);font-weight:500;}
.why-reasons .txt p strong{color:var(--ink);font-weight:700;}
.faq .container{padding-top:56px;padding-bottom:64px;display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:start;}
.faq-head .sub{font-size:14.5px;color:var(--muted);font-weight:500;line-height:1.55;}
.faq-head .contact-prompt .lbl{font-size:11.5px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;}
.faq-item summary .toggle{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--paper-2);color:var(--ink-2);display:flex;align-items:center;justify-content:center;transition:transform .25s, background .15s, color .15s;}
.faq-item summary .toggle svg{width:13px;height:13px;}
.faq-item[open] summary .toggle{transform:rotate(45deg);background:var(--blue);color:#fff;}
@media (max-width:900px){
.faq .container{grid-template-columns:1fr;gap:24px;}
}
.compare .container{padding-top:56px;padding-bottom:64px;}
.compare-head .sub{margin-top:8px;font-size:15px;color:var(--muted);font-weight:500;}
.final-cta{background:#0f1216;color:#fff;}
.final-cta .container{padding-top:36px;padding-bottom:40px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;}
.final-cta h2{margin:0;font-size:22px;font-weight:900;letter-spacing:-.022em;line-height:1.2;}
.final-cta .sub{margin-top:5px;font-size:13.5px;color:#9aa1ac;font-weight:500;max-width:520px;line-height:1.5;}
.final-cta .ctas{display:flex;flex-direction:row;gap:14px;align-items:center;flex-wrap:wrap;justify-content:flex-end;}
.final-cta .btn-green{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;padding:11px 20px;border-radius:9px;font-weight:800;font-size:14px;text-decoration:none;box-shadow:0 8px 22px -8px rgba(60,160,120,.55);}
.final-cta .btn-green:hover{background:var(--green-deep);}
.final-cta .btn-green svg{width:13px;height:13px;}
.final-cta .alt{color:#cdd2d9;font-size:13px;font-weight:700;text-decoration:none;}
.final-cta .alt:hover{color:#fff;}
@media (max-width:900px){
.final-cta .container{grid-template-columns:1fr;}
.final-cta .ctas{align-items:flex-start;justify-content:flex-start;}
}
footer h4{margin:0 0 14px;font-size:13px;font-weight:900;color:#fff;letter-spacing:.1em;text-transform:uppercase;}
footer ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px;}
footer a{color:#cdd2d9;text-decoration:none;font-size:14px;font-weight:500;}
footer a:hover{color:#fff;}
@media (max-width:1000px){
.hero .container{grid-template-columns:1fr;gap:24px;}
.hero h1{font-size:36px;}
}
.wat-is{background:#fff;}
.wat-is .container{padding-top:32px;padding-bottom:32px;}
.wat-is-grid{
    display:grid;grid-template-columns:1.1fr 1fr;gap:36px;
    align-items:stretch;
  }
.wat-is-text{display:flex;flex-direction:column;gap:10px;max-width:540px;}
.wat-is-visual{display:flex;flex-direction:column;}
.wat-is-visual .ba-slider-wrap{flex:1;display:flex;flex-direction:column;margin:0;}
.wat-is-visual .ba-slider{flex:1;aspect-ratio:auto;min-height:300px;}
.wat-is-text .lead{
    margin:4px 0 0;font-size:14.5px;line-height:1.55;color:var(--ink-2);font-weight:500;
  }
.wat-is-text p{margin:0;font-size:13.5px;line-height:1.5;color:var(--ink-2);font-weight:500;}
.wat-is-text p strong{color:var(--ink);font-weight:700;}
.wat-is-text .lead strong{color:var(--ink);font-weight:700;}
.wat-is-visual{margin:0;}
.wat-is-bullets{
    list-style:none;margin:6px 0 4px;padding:0;
    display:flex;flex-direction:column;gap:7px;
  }
.wat-is-bullets li{
    display:flex;align-items:flex-start;gap:9px;
    font-size:13px;line-height:1.4;color:var(--ink);font-weight:600;
  }
.wat-is-bullets .check{
    width:16px;height:16px;flex:0 0 auto;
    color:var(--green-deep);
    padding:2px;background:rgba(91,155,63,.14);border-radius:50%;
    box-sizing:border-box;margin-top:1px;
  }
.wat-is-bullets strong{color:var(--ink);font-weight:800;}
.hv-pill{
    margin:10px 0 0;
    display:flex;align-items:center;gap:14px;
    padding:12px 14px;
    background:var(--blue-soft);
    border:1px solid oklch(0.92 0.025 220);
    border-radius:12px;
  }
.hv-play{
    width:48px;height:48px;border-radius:50%;
    background:var(--green);color:#fff;border:0;
    display:flex;align-items:center;justify-content:center;
    flex:0 0 auto;cursor:pointer;outline:0;
    box-shadow:0 6px 14px -6px rgba(91,155,63,.55), 0 2px 6px -2px rgba(15,30,60,.15);
    transition:background .2s, transform .15s, box-shadow .2s;
  }
.hv-play:hover{background:var(--green-deep);transform:scale(1.05);}
.hv-play:active{transform:scale(0.95);}
.hv-play:focus-visible{box-shadow:0 6px 14px -6px rgba(91,155,63,.55), 0 0 0 3px rgba(91,155,63,.35);}
.hv-play .dba-icon{width:18px;height:18px;}
.hv-play .dba-icon-play{margin-left:2px;}
.hv-content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0;}
.hv-title{
    margin:0;font-size:12.5px;font-weight:800;color:var(--ink);
    letter-spacing:-.008em;line-height:1.2;
  }
.dba-playing .hv-title::after{
    content:" · spelend";color:var(--green-deep);font-weight:700;
  }
.demo-vid{background:var(--paper-2);}
.demo-vid .container{padding-top:48px;padding-bottom:48px;}
.dv-tabs-header{margin:0 0 32px;}
.dv-tabs-title{
    margin:0 0 16px;font-size:30px;font-weight:900;letter-spacing:-.028em;
    line-height:1.1;color:var(--ink);
  }
.dv-tabs-title em{font-style:normal;color:var(--blue);position:relative;}
.dv-tabs-title em::after{
    content:"";position:absolute;left:0;right:0;bottom:-1px;height:5px;
    background:var(--green);opacity:.35;border-radius:3px;z-index:-1;
  }
.dv-tab:hover{border-color:var(--blue);transform:translateY(-1px);}
.dv-tab-icon svg{width:100%;height:100%;display:block;}
.dv-tab-text{display:flex;flex-direction:column;gap:1px;min-width:0;}
.dv-tab.is-active{
    background:var(--blue-ink);border-color:var(--blue-ink);
    box-shadow:0 10px 22px -10px rgba(15,30,60,.5);
  }
.dv-tab.is-active .dv-tab-icon,
  .dv-tab.is-active .dv-tab-title{color:#fff;}
.dv-tab.is-active .dv-tab-sub{color:rgba(255,255,255,.7);}
@media (max-width:780px){
.dv-tabs-title{font-size:24px;}
}
@media (max-width:480px){
.dv-tab{flex:1 1 100%;}
}
.dv-panel{display:none;}
.dv-panel.is-active{display:block;}
.dv-panel + .dv-panel{margin-top:0;}
.dv-text{display:flex;flex-direction:column;gap:14px;max-width:560px;}
.dv-text h2{
    margin:0;font-size:23px;line-height:1.15;letter-spacing:-.028em;
    font-weight:900;color:var(--ink);
    white-space:nowrap;
  }
.dv-text h2 em{font-style:normal;color:var(--blue);position:relative;}
.dv-text h2 em::after{
    content:"";position:absolute;left:0;right:0;bottom:-1px;height:5px;
    background:var(--green);opacity:.35;border-radius:3px;z-index:-1;
  }
.dv-text .lead{
    margin:6px 0 0;font-size:14.5px;line-height:1.6;color:var(--ink-2);font-weight:500;
  }
.dv-text .lead strong{color:var(--ink);font-weight:700;}
.dv-text p{
    margin:0;font-size:13.5px;line-height:1.6;color:var(--ink-2);font-weight:500;
  }
.dv-text p strong{color:var(--ink);font-weight:700;}
.dv-bullets{
    list-style:none;margin:6px 0 0;padding:0;
    display:flex;flex-direction:column;gap:9px;
  }
.dv-bullets li{
    display:flex;align-items:flex-start;gap:10px;
    font-size:13.5px;line-height:1.5;color:var(--ink);font-weight:500;
  }
.dv-bullets .check{
    width:20px;height:20px;flex:0 0 auto;color:var(--green-deep);
    padding:3px;background:rgba(91,155,63,.12);border-radius:50%;box-sizing:border-box;
    margin-top:1px;
  }
.dv-bullets strong{color:var(--ink);font-weight:700;}
.dv-cta{
    align-self:flex-start;
    display:inline-flex;align-items:center;gap:8px;
    background:var(--green);color:#fff;
    padding:11px 20px;border-radius:9px;
    font-weight:800;font-size:13.5px;letter-spacing:.005em;
    text-decoration:none;
    margin-top:auto;        
    box-shadow:0 8px 18px -10px rgba(54,138,57,.5);
    transition:background .2s, transform .2s;
  }
.dv-cta:hover{background:var(--green-deep);transform:translateY(-1px);}
.dv-cta svg{width:14px;height:14px;}
.dv-gallery{
    display:flex;flex-direction:column;gap:12px;
  }
.dv-hero{
    width:100%;aspect-ratio:16/10;
    object-fit:cover;display:block;
    border-radius:14px;
    background:#eef1f5;
    box-shadow:0 24px 60px -28px rgba(15,30,60,.45), 0 4px 14px -8px rgba(15,30,60,.15);
    transition:opacity .25s;
  }
.dv-thumbs{
    display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
  }
.dv-thumb{
    aspect-ratio:1/1;overflow:hidden;border-radius:8px;
    background:#eef1f5;border:0;padding:0;cursor:pointer;outline:0;
    position:relative;
    transition:transform .15s;
  }
.dv-thumb img{
    width:100%;height:100%;object-fit:cover;display:block;
    transition:opacity .2s, transform .35s;
    opacity:.78;
  }
.dv-thumb:hover img{opacity:1;transform:scale(1.06);}
.dv-thumb.is-active{
    box-shadow:0 0 0 2px var(--green), 0 6px 14px -6px rgba(54,138,57,.45);
  }
.dv-thumb.is-active img{opacity:1;}
.dv-thumb:focus-visible{box-shadow:0 0 0 3px var(--blue);}
@media (max-width:900px){
.dv-grid{grid-template-columns:1fr;gap:24px;}
.dv-text h2{font-size:22px;white-space:normal;}
.dv-cta{margin-top:6px;}
}
@media (max-width:560px){
.dv-thumbs{grid-template-columns:repeat(4,1fr);gap:6px;}
}
.sector-tabs{background:#fff;border-bottom:1px solid var(--line);}
.sector-tabs .container{padding-top:48px;padding-bottom:56px;}
.st-logos{
    display:flex;align-items:center;gap:28px;
    margin-top:36px;padding-top:28px;border-top:1px solid var(--line);
  }
.st-logos-label{
    font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;
    color:var(--muted);white-space:nowrap;flex:none;
  }
.st-logos-viewport{
    position:relative;flex:1 1 auto;min-width:0;overflow:hidden;
    -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
            mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  }
.st-logos-track{
    list-style:none;margin:0;padding:0;width:max-content;
    display:flex;align-items:center;
    animation:st-marquee 36s linear infinite;
  }
.st-logos-viewport:hover .st-logos-track{animation-play-state:paused;}
.st-logo{
    flex:none;margin:0 22px;
    opacity:.7;transition:opacity .2s;
  }
.st-logo:hover{opacity:1;}
.st-logo img{display:block;width:190px;height:auto;}
@media (max-width:760px){
.st-logos{flex-direction:column;align-items:flex-start;gap:16px;}
.st-logos-viewport{width:100%;flex:none;}
}
@media (max-width:560px){
.st-logos{margin-top:28px;padding-top:22px;}
.st-logo{margin:0 16px;}
.st-logo img{width:150px;}
}
@media (prefers-reduced-motion:reduce){
.st-logos-track{animation:none;flex-wrap:wrap;width:auto;gap:14px 36px;}
.st-logos-viewport{overflow:visible;-webkit-mask-image:none;mask-image:none;}
.st-logo{margin:0;}
.st-logo--dup{display:none;}
}
.st-section-head{max-width:720px;margin:0 0 4px;}
.st-section-head h2{
    margin:0;font-size:30px;font-weight:900;letter-spacing:-.028em;
    line-height:1.1;color:var(--ink);
  }
.st-section-head h2 em{font-style:normal;color:var(--blue);position:relative;}
.st-section-head h2 em::after{
    content:"";position:absolute;left:0;right:0;bottom:-1px;height:5px;
    background:var(--green);opacity:.35;border-radius:3px;z-index:-1;
  }
.st-section-head .sub{margin:9px 0 0;font-size:14.5px;line-height:1.55;color:var(--ink-2);font-weight:500;}
@media (max-width:780px){
.st-section-head h2{font-size:23px;}
}
.st-bar{
    display:flex;align-items:center;gap:24px;
    margin-bottom:20px;
  }
.st-label-block{
    flex:0 0 160px;
    display:flex;flex-direction:column;justify-content:center;gap:8px;
    padding:8px 0 14px;
  }
.st-eyebrow{
    display:inline-block;font-size:10.5px;font-weight:800;color:var(--green-deep);
    letter-spacing:.14em;text-transform:uppercase;
  }
.st-doodle{
    display:block;width:108px;height:auto;
    color:var(--green-deep);
    margin-top:-4px;
    opacity:.92;
  }
.st-tabs::-webkit-scrollbar{display:none;}
.st-icon{
    width:30px;height:30px;
    display:flex;align-items:center;justify-content:center;
    color:inherit;
    transition:transform .2s;
  }
.st-icon svg{width:100%;height:100%;display:block;}
.st-tab:hover{
    background:var(--paper-2);
    border-color:oklch(0.86 0.018 220);
    color:var(--ink);
    transform:translateY(-2px);
    box-shadow:0 6px 14px -8px rgba(15,30,60,.18);
  }
.st-tab.is-active{
    background:var(--green);
    border-color:var(--green);
    color:#fff;
    box-shadow:0 10px 22px -8px rgba(54,138,57,.55), 0 2px 6px -2px rgba(15,30,60,.12);
  }
.st-tab.is-active .st-label{font-weight:800;color:#fff;}
.st-tab.is-active:hover{
    background:var(--green-deep);border-color:var(--green-deep);
    transform:translateY(-2px);
  }
.st-tab:focus-visible{outline:3px solid rgba(91,155,63,.4);outline-offset:2px;}
.st-panel[hidden]{display:none;}
.st-panel{display:block;}
.st-grid{
    display:grid;grid-template-columns:1fr 1.1fr;gap:40px;
    align-items:stretch;
  }
.st-text{display:flex;flex-direction:column;gap:14px;max-width:520px;}
.st-text h3{
    margin:0;font-size:22px;font-weight:900;letter-spacing:-.018em;
    line-height:1.2;color:var(--ink);
  }
.st-text .st-sub{
    margin:-8px 0 0;font-size:15px;font-weight:600;letter-spacing:-.005em;
    line-height:1.35;color:var(--muted);
  }
.st-text p{
    margin:0;font-size:14px;line-height:1.6;color:var(--ink-2);font-weight:500;
  }
.st-text p strong{color:var(--ink);font-weight:700;}
.st-usps{
    list-style:none;margin:6px 0 4px;padding:0;
    display:flex;flex-direction:column;gap:8px;
  }
.st-usps li{
    display:flex;align-items:flex-start;gap:10px;
    font-size:13.5px;line-height:1.5;color:var(--ink);font-weight:600;
  }
.st-usps .dot{
    width:8px;height:8px;flex:0 0 auto;border-radius:50%;
    background:var(--green);margin-top:8px;
    box-shadow:0 0 0 3px rgba(91,155,63,.15);
  }
.st-cta{
    align-self:flex-start;
    display:inline-flex;align-items:center;gap:8px;
    background:var(--green);color:#fff;
    padding:11px 20px;border-radius:9px;
    font-weight:800;font-size:13.5px;letter-spacing:.005em;
    text-decoration:none;
    margin-top:auto;                
    box-shadow:0 8px 18px -10px rgba(54,138,57,.5);
    transition:background .2s, transform .2s;
  }
.st-cta:hover{background:var(--green-deep);transform:translateY(-1px);}
.st-cta svg{width:14px;height:14px;}
.st-gallery{display:flex;flex-direction:column;gap:12px;}
.st-hero{
    width:100%;aspect-ratio:16/10;object-fit:cover;display:block;
    border-radius:12px;
    background:#eef1f5;
    box-shadow:0 12px 32px -16px rgba(15,30,60,.25), 0 2px 6px -2px rgba(15,30,60,.10);
    transition:opacity .25s;
  }
.st-thumbs{
    display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
  }
.st-thumb{
    aspect-ratio:1/1;overflow:hidden;border-radius:6px;
    background:#eef1f5;border:0;padding:0;cursor:pointer;outline:0;
    position:relative;
    transition:transform .15s;
  }
.st-thumb img{
    width:100%;height:100%;object-fit:cover;display:block;
    transition:opacity .2s, transform .35s;
    opacity:.78;
  }
.st-thumb:hover img{opacity:1;transform:scale(1.06);}
.st-thumb.is-active{
    box-shadow:0 0 0 2px var(--green), 0 6px 14px -6px rgba(54,138,57,.45);
  }
.st-thumb.is-active img{opacity:1;}
.st-thumb:focus-visible{box-shadow:0 0 0 3px var(--blue);}
@media (max-width:900px){
.st-grid{grid-template-columns:1fr;gap:28px;}
.st-text h3{font-size:19px;}
.st-bar{flex-direction:column;align-items:stretch;gap:14px;}
.st-label-block{flex:none;padding:0;flex-direction:row;align-items:center;gap:12px;}
.st-eyebrow{display:none;}
.st-doodle{display:none;}
}
@media (max-width:560px){
.st-tabs{gap:0;}
.st-tab{padding:12px 12px;min-width:80px;gap:6px;}
.st-icon{width:24px;height:24px;}
.st-label{font-size:11.5px;}
.st-thumbs{grid-template-columns:repeat(4,1fr);gap:6px;}
}
.diepte-content{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.diepte-content .container{padding-top:56px;padding-bottom:72px;}
.diepte-head{max-width:780px;margin-bottom:36px;}
.diepte-head h2{margin:0;font-size:28px;font-weight:900;letter-spacing:-.028em;color:var(--ink);line-height:1.15;}
.diepte-head h2 em{font-style:normal;color:var(--blue);}
.diepte-head .sub{margin-top:8px;font-size:15px;line-height:1.55;color:var(--muted);font-weight:500;}
.diepte-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 56px;}
.diepte-card{display:flex;flex-direction:column;gap:10px;background:transparent;border:0;padding:0;}
.diepte-card .head{display:flex;align-items:center;gap:12px;}
.diepte-card .ico{
    width:34px;height:34px;flex-shrink:0;
    color:var(--blue);
    display:flex;align-items:center;justify-content:center;
    background:transparent;border-radius:0;
  }
.diepte-card .ico svg{width:30px;height:30px;}
.diepte-card h3{margin:0;font-size:17px;font-weight:900;letter-spacing:-.022em;color:var(--ink);line-height:1.25;}
.diepte-card .preview{margin:0;font-size:14px;line-height:1.65;color:var(--ink-2);font-weight:500;}
.diepte-card .preview strong{color:var(--ink);font-weight:700;}
.diepte-card .preview a{
    color:var(--blue-ink);text-decoration:underline;
    text-decoration-color:oklch(0.80 0.06 220);text-underline-offset:3px;font-weight:600;
  }
.diepte-card details{margin-top:0;}
.diepte-card details summary{
    list-style:none;cursor:pointer;
    display:inline-flex;align-items:center;gap:6px;
    font-size:13.5px;font-weight:700;letter-spacing:-.005em;color:var(--blue-ink);
    padding:2px 0;user-select:none;
    transition:color .15s;
  }
.diepte-card details summary::-webkit-details-marker{display:none;}
.diepte-card details summary:hover{color:var(--green-deep);}
.diepte-card details summary .label.open{display:none;}
.diepte-card details[open] summary .label.closed{display:none;}
.diepte-card details[open] summary .label.open{display:inline;}
.diepte-card details summary .chev{display:inline-flex;transition:transform .25s;}
.diepte-card details summary .chev svg{width:13px;height:13px;}
.diepte-card details[open] summary .chev{transform:rotate(180deg);}
.diepte-card details .content{
    margin-top:10px;
    font-size:14px;line-height:1.7;color:var(--ink-2);font-weight:500;
  }
.diepte-card details .content p{margin:0 0 10px;}
.diepte-card details .content p:last-child{margin-bottom:0;}
.diepte-card details .content strong{color:var(--ink);font-weight:700;}
.diepte-card details .content a{
    color:var(--blue-ink);text-decoration:underline;
    text-decoration-color:oklch(0.80 0.06 220);text-underline-offset:3px;font-weight:600;
    transition:color .15s, text-decoration-color .15s;
  }
.diepte-card details .content a:hover{color:var(--green-deep);text-decoration-color:var(--green);}
.diepte-card details .content ul{margin:6px 0 10px;padding-left:18px;}
.diepte-card details .content ul li{margin-bottom:4px;}
.diepte-card details .content .mini-table{
    margin:6px 0 12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  }
.diepte-card details .content .mini-table .row{
    display:grid;grid-template-columns:1fr 1.4fr;gap:0;border-bottom:1px solid var(--line);
  }
.diepte-card details .content .mini-table .row:last-child{border-bottom:0;}
.diepte-card details .content .mini-table .row > div{padding:7px 0;font-size:13px;}
.diepte-card details .content .mini-table .row > div:first-child{font-weight:700;color:var(--ink);padding-right:14px;}
@media (max-width:800px){
.diepte-grid{grid-template-columns:1fr;gap:28px;}
.diepte-content .container{padding-top:48px;padding-bottom:56px;}
}
.photo-strip{
    background:#fff;
    padding:8px 0 36px;
    overflow:hidden; 
  }
.ps-inner{
    position:relative;
    display:flex;
    align-items:stretch;
    gap:10px;
    
    padding-left:max(32px, calc((100vw - 1265px) / 2));
  }
.ps-label{
    flex:0 0 148px;
    display:flex;flex-direction:column;justify-content:center;gap:10px;
    padding:6px 0;
  }
.ps-eyebrow{
    display:inline-block;font-size:10.5px;font-weight:800;color:var(--green-deep);
    letter-spacing:.14em;text-transform:uppercase;
  }
.ps-title{
    margin:0;font-size:22px;font-weight:900;letter-spacing:-.02em;
    line-height:1.05;color:var(--ink);
  }
.ps-doodle{
    display:block;width:118px;height:auto;
    color:var(--green-deep);
    margin-top:-4px;
    opacity:.92;
  }
.ps-scroller{
    flex:1;min-width:0;
    display:flex;gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    
    scrollbar-width:none;       
    -ms-overflow-style:none;    
  }
.ps-scroller::-webkit-scrollbar{display:none;width:0;height:0;}
.ps-next{
    position:absolute;
    top:50%;right:18px;
    transform:translateY(-50%);
    width:44px;height:44px;border-radius:50%;
    background:var(--green);color:#fff;
    border:0;cursor:pointer;outline:0;
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 10px 24px -6px rgba(54,138,57,.55), 0 2px 6px -2px rgba(15,30,60,.15);
    transition:background .2s, transform .15s, opacity .25s, box-shadow .2s;
    z-index:2;
  }
.ps-next:hover{background:var(--green-deep);transform:translateY(-50%) scale(1.08);}
.ps-next:focus-visible{box-shadow:0 10px 24px -6px rgba(54,138,57,.55), 0 0 0 4px rgba(91,155,63,.4);}
.ps-next:active{transform:translateY(-50%) scale(.95);}
.ps-next svg{width:18px;height:18px;}
.ps-inner.ps-end .ps-next{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.85);}
.ps-item{
    flex:0 0 230px;
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
    border-radius:8px;
    background:#eef1f5;
    scroll-snap-align:start;
  }
.ps-item img{
    width:100%;height:100%;
    object-fit:cover;display:block;
    transition:transform .55s ease, filter .3s;
    filter:saturate(.96);
  }
.ps-item:hover img{transform:scale(1.06);filter:saturate(1.05);}
@media (max-width:980px){
.ps-inner{gap:14px;padding-left:max(24px, calc((100vw - 980px) / 2));}
.ps-label{flex:0 0 150px;}
.ps-title{font-size:18px;}
.ps-item{flex:0 0 200px;}
}
@media (max-width:640px){
.ps-inner{flex-direction:column;gap:14px;padding:0 20px 0 20px;}
.ps-label{flex:none;flex-direction:row;align-items:center;gap:12px;padding:0;}
.ps-title{margin:0;font-size:16px;}
.ps-eyebrow{display:none;}
.ps-scroller{margin:0 -20px;padding:0 20px 8px;}
.ps-item{flex:0 0 180px;aspect-ratio:16/10;}
}
.dba-demo .container{padding-top:52px;padding-bottom:52px;position:relative;}
.dba-head .sub{
    margin:12px auto 0;font-size:14px;line-height:1.55;color:#b8c0cc;
    font-weight:500;max-width:560px;
  }
.dba-player{
    max-width:780px;margin:0 auto;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:28px 30px 22px;
    display:flex;flex-direction:column;gap:22px;
    -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
  }
.dba-play .dba-icon-play{margin-left:2px;}
.dba-playing .dba-waveform span{
    animation:dba-wave 1.1s ease-in-out infinite;
    opacity:1;
  }
.dba-playing .dba-waveform span:nth-child(2n){animation-delay:-.55s;}
.dba-playing .dba-waveform span:nth-child(3n){animation-delay:-.32s;}
.dba-playing .dba-waveform span:nth-child(5n){animation-delay:-.75s;}
.dba-playing .dba-waveform span:nth-child(7n){animation-delay:-.18s;}
.dba-slider{
    -webkit-appearance:none;appearance:none;
    width:100%;height:6px;
    background:linear-gradient(to right,
      var(--green) 0%,
      var(--green) var(--pct, 0%),
      rgba(255,255,255,.13) var(--pct, 0%),
      rgba(255,255,255,.13) 100%);
    border-radius:3px;outline:0;cursor:pointer;
    margin:0;
  }
.dba-slider::-webkit-slider-thumb{
    -webkit-appearance:none;appearance:none;
    width:24px;height:24px;border-radius:50%;
    background:#fff;border:3px solid var(--green);
    box-shadow:0 4px 14px rgba(0,0,0,.45), 0 0 0 0 rgba(91,155,63,.3);
    cursor:grab;
    transition:transform .15s, box-shadow .2s;
  }
.dba-slider::-webkit-slider-thumb:hover{transform:scale(1.1);}
.dba-slider::-webkit-slider-thumb:active{cursor:grabbing;}
.dba-slider:focus-visible::-webkit-slider-thumb{box-shadow:0 4px 14px rgba(0,0,0,.45), 0 0 0 5px rgba(91,155,63,.35);}
.dba-slider::-moz-range-thumb{
    width:24px;height:24px;border-radius:50%;
    background:#fff;border:3px solid var(--green);
    box-shadow:0 4px 14px rgba(0,0,0,.45);
    cursor:grab;
  }
.dba-ticks .db{font-weight:800;color:#fff;letter-spacing:.01em;}
.dba-ticks .lbl{font-size:10px;color:rgba(255,255,255,.5);text-transform:lowercase;letter-spacing:.02em;}
.dba-val{
    font-size:34px;font-weight:900;color:var(--green);
    letter-spacing:-.025em;line-height:1;font-variant-numeric:tabular-nums;
    min-width:48px;display:inline-block;text-align:right;
  }
.dba-desc{
    margin:0;font-size:13.5px;line-height:1.5;color:#dee3ea;font-weight:500;
  }
@media (max-width:680px){
.dba-player{padding:22px 18px 18px;gap:18px;}
.dba-ticks .lbl{display:none;}
.dba-ticks .db{font-size:10px;}
}
.ba-slider{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:14px;
    cursor:ew-resize;
    user-select:none;-webkit-user-select:none;
    touch-action:none;
    background:#0f1216;
    box-shadow:0 24px 60px -28px rgba(15,30,60,.45), 0 4px 14px -8px rgba(15,30,60,.15);
    outline:0;
  }
.ba-slider:focus-visible{box-shadow:0 24px 60px -28px rgba(15,30,60,.45), 0 0 0 3px var(--blue);}
.ba-before-clip{
    position:absolute;inset:0;
    clip-path:inset(0 50% 0 0);
    -webkit-clip-path:inset(0 50% 0 0);
    will-change:clip-path;
    pointer-events:none;
  }
.ba-handle{
    position:absolute;top:0;bottom:0;
    left:50%;width:0;
    will-change:left;
    pointer-events:none;
  }
.ba-slider:hover .ba-knob{transform:translate(-50%,-50%) scale(1.06);transition:transform .15s ease;}
.ba-caption{
    margin:18px 0 0;text-align:center;
    font-size:13.5px;font-weight:600;color:var(--muted);font-style:italic;
  }
@media (max-width:980px){
.wat-is-grid{grid-template-columns:1fr;gap:32px;}
.wat-is-text{max-width:none;}
}
@media (max-width:780px){
.wat-is-text .lead{font-size:14.5px;}
}
.final-cta--big{background:var(--paper-2);color:var(--ink);}
.final-cta--big .container{padding-top:48px;padding-bottom:48px;}
.contact-panel{
    display:grid;grid-template-columns:1fr 1.05fr;
    border-radius:16px;overflow:hidden;
    border:1px solid var(--line);
    box-shadow:0 24px 60px -30px rgba(15,18,22,.32);
  }
.cta-eyebrow{font-size:11px;font-weight:800;color:var(--green);letter-spacing:.12em;text-transform:uppercase;}
.contact-info{
    background:linear-gradient(162deg, var(--blue-ink) 0%, oklch(0.23 0.06 228) 100%);
    padding:34px 32px;display:flex;flex-direction:column;gap:7px;
  }
.contact-info h2{margin:5px 0 0;font-size:26px;line-height:1.08;letter-spacing:-.03em;font-weight:900;color:#fff;}
.contact-info h2 em{font-style:normal;color:var(--green);}
.contact-info .sub{margin-top:8px;font-size:14px;color:#c4ccd6;font-weight:500;line-height:1.5;}
.contact-tiles{list-style:none;margin:20px 0 0;padding:0;display:flex;flex-direction:column;gap:10px;}
.contact-tile{
    display:flex;align-items:center;gap:13px;
    padding:10px 13px;border-radius:10px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.09);
    text-decoration:none;
    transition:background .2s, border-color .2s, transform .2s;
  }
a.contact-tile:hover{background:rgba(91,155,63,.14);border-color:rgba(91,155,63,.4);transform:translateY(-1px);}
.contact-tile .ico{
    flex:0 0 auto;width:36px;height:36px;border-radius:9px;
    display:flex;align-items:center;justify-content:center;
    background:rgba(91,155,63,.16);color:var(--green);
  }
.contact-tile .ico svg{width:18px;height:18px;}
.contact-tile .meta{display:flex;flex-direction:column;gap:1px;min-width:0;}
.contact-tile .meta .lbl{font-size:10px;font-weight:800;color:#9aa1ac;letter-spacing:.09em;text-transform:uppercase;}
.contact-tile .meta .val{font-size:14.5px;font-weight:800;color:#fff;letter-spacing:-.01em;}
.contact-info .advisor-card{
    display:flex;align-items:center;gap:13px;
    margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);
  }
.contact-info .advisor-card img{
    width:46px;height:46px;border-radius:50%;
    border:2px solid var(--green);object-fit:cover;background:#1a2030;flex:0 0 auto;
  }
.advisor-meta{display:flex;flex-direction:column;gap:1px;}
.advisor-meta strong{font-size:14.5px;font-weight:900;color:#fff;letter-spacing:-.012em;}
.advisor-meta span{font-size:12px;color:#9aa1ac;font-weight:600;}
.contact-form{background:#fff;padding:32px 30px;}
.contact-form .form-head{font-size:12.5px;font-weight:800;color:var(--ink);letter-spacing:-.01em;margin:0 0 14px;}
.cf-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 14px;}
.cf-field{display:flex;flex-direction:column;gap:4px;}
.cf-field.cf-full{grid-column:1 / -1;}
.cf-field label{font-size:11.5px;font-weight:700;color:var(--ink-2);letter-spacing:-.005em;}
.cf-field label .opt{color:var(--muted);font-weight:500;}
.cf-field input,
  .cf-field select,
  .cf-field textarea{
    font:inherit;font-size:14px;color:var(--ink);width:100%;
    padding:9px 12px;border:1.5px solid var(--line);border-radius:9px;
    background:var(--paper-2);transition:border-color .15s, background .15s, box-shadow .15s;
  }
.cf-field textarea{resize:vertical;min-height:70px;}
.cf-field input:focus,
  .cf-field select:focus,
  .cf-field textarea:focus{
    outline:none;border-color:var(--green);background:#fff;
    box-shadow:0 0 0 3px rgba(91,155,63,.13);
  }
.cf-submit{
    grid-column:1 / -1;margin-top:2px;
    display:inline-flex;align-items:center;justify-content:center;gap:9px;
    background:var(--green);color:#fff;border:none;cursor:pointer;
    padding:13px 22px;border-radius:10px;
    font:inherit;font-weight:800;font-size:14.5px;letter-spacing:-.01em;
    box-shadow:0 12px 24px -12px rgba(91,155,63,.6);
    transition:background .2s, transform .2s;
  }
.cf-submit:hover{background:var(--green-deep);transform:translateY(-1px);}
.cf-submit svg{width:16px;height:16px;}
.cf-note{
    grid-column:1 / -1;margin:10px 0 0;
    display:flex;align-items:center;gap:7px;
    font-size:11.5px;color:var(--muted);font-weight:500;line-height:1.4;
  }
.cf-note svg{width:14px;height:14px;flex:0 0 auto;color:var(--green);}
@media (max-width:900px){
.final-cta--big .container{padding-top:48px;padding-bottom:48px;}
.contact-panel{grid-template-columns:1fr;}
.contact-info{padding:36px 28px;}
.contact-info h2{font-size:26px;}
.contact-form{padding:32px 26px;}
}
@media (max-width:560px){
.cf-grid{grid-template-columns:1fr;}
.contact-info .advisor-card{margin-top:26px;}
}
.usp-track{display:contents;}
.usp-bar .usp--clone{display:none;}
@media (max-width:768px){
.usp-bar{overflow:hidden;}
.usp-bar .container{display:block;padding-top:0;padding-bottom:0;}
.usp-track{display:flex;}
.usp-track.animate{transition:transform .5s ease;}
.usp-bar .usp{flex:0 0 100%;justify-content:center;min-height:48px;}
.usp-bar .usp--clone{display:inline-flex;}
}
.wat-is-visual-m{display:none;}
@media (max-width:768px){
.wat-is .wat-is-visual{display:none;}
.wat-is-text .wat-is-visual-m{display:block;margin:6px 0 4px;}
.wat-is-text .wat-is-visual-m .ba-slider{
      aspect-ratio:3/2;min-height:0;border-radius:12px;
    }
}
.dv-swipe-hint{display:none;}
@media (max-width:768px){
.demo-vid .dv-tabs{
      flex-wrap:nowrap;gap:8px;margin:0;padding:2px 0 8px;
      overflow-x:auto;-webkit-overflow-scrolling:touch;
      scrollbar-width:none;-ms-overflow-style:none;
    }
.demo-vid .dv-tabs::-webkit-scrollbar{display:none;}
.demo-vid .dv-tabs-header{margin-bottom:14px;}
.demo-vid .dv-eyebrow{text-align:center;}
.demo-vid .dv-tabs-title{text-align:center;}
.demo-vid .dv-tab{
      flex:0 0 auto;flex-direction:row;align-items:center;gap:9px;
      padding:6px 15px 6px 6px;min-width:auto;
      background:var(--blue-soft);border:0;border-radius:999px;
      box-shadow:none;color:var(--blue-ink);
      transform:none;transition:background .2s,color .2s,box-shadow .2s;
    }
.demo-vid .dv-tab-icon{
      width:30px;height:30px;flex:0 0 30px;border-radius:50%;
      display:flex;align-items:center;justify-content:center;
      background:#fff;color:var(--blue-ink);
      box-shadow:0 1px 3px rgba(15,40,90,.18);transition:background .2s,color .2s;
    }
.demo-vid .dv-tab-icon svg{width:17px;height:17px;}
.demo-vid .dv-tab-sub{display:none;}
.demo-vid .dv-tab-title{font-size:13px;font-weight:800;color:inherit;letter-spacing:-.005em;}
.demo-vid .dv-tab:hover{
      background:var(--blue-soft);border-color:transparent;color:var(--blue-ink);
      transform:none;box-shadow:none;
    }
.demo-vid .dv-tab.is-active{
      background:var(--blue-ink);border-color:transparent;color:#fff;
      transform:none;box-shadow:0 10px 20px -10px rgba(15,40,90,.6);
    }
.demo-vid .dv-tab.is-active .dv-tab-title{color:#fff;}
.demo-vid .dv-tab.is-active .dv-tab-icon{background:rgba(255,255,255,.18);color:#fff;box-shadow:none;}
.demo-vid .dv-gallery{order:-1;}
.demo-vid .dv-text{order:1;}
.demo-vid .dv-cta{align-self:stretch;justify-content:center;width:100%;}
.demo-vid .dv-text h2{font-size:19px;}
.demo-vid .dv-swipe-hint{
      display:flex;align-items:center;justify-content:flex-start;gap:7px;
      margin:9px 0 2px;font-size:12px;font-weight:600;color:var(--muted);
      transition:opacity .35s;
    }
.demo-vid .dv-swipe-hint svg{
      width:17px;height:17px;color:var(--blue);
      animation:st-swipe-nudge 1.6s ease-in-out infinite;
    }
.demo-vid .dv-swipe-hint.is-hidden{opacity:0;pointer-events:none;}
}
@media (prefers-reduced-motion:reduce){
.demo-vid .dv-swipe-hint svg{animation:none;opacity:1;}
}
@media (max-width:768px){
.sticky-cta{display:none;}
.sector-tabs .st-tabs{gap:8px;padding:2px 0 8px;-webkit-overflow-scrolling:touch;}
.sector-tabs .st-icon{
      width:30px;height:30px;flex:0 0 auto;border-radius:50%;
      background:#fff;color:var(--blue-ink);
      box-shadow:0 1px 3px rgba(15,40,90,.18);transition:background .2s,color .2s;
    }
.sector-tabs .st-icon svg{width:17px;height:17px;}
.sector-tabs .st-label{font-size:13px;font-weight:800;color:inherit;}
.sector-tabs .st-tab:hover{
      background:var(--blue-soft);border-color:transparent;color:var(--blue-ink);
      transform:none;box-shadow:none;
    }
.sector-tabs .st-tab.is-active,
    .sector-tabs .st-tab.is-active:hover{
      background:var(--blue-ink);color:#fff;border-color:transparent;
      transform:none;box-shadow:0 10px 20px -10px rgba(15,40,90,.6);
    }
.sector-tabs .st-tab.is-active .st-label{color:#fff;}
.sector-tabs .st-tab.is-active .st-icon{background:rgba(255,255,255,.18);color:#fff;box-shadow:none;}
.sector-tabs .st-grid{grid-template-columns:1fr;gap:22px;}
.sector-tabs .st-gallery{order:-1;}
.sector-tabs .st-text{order:1;}
.sector-tabs .st-cta{align-self:stretch;justify-content:center;}
.sector-tabs .st-label-block{display:none;}
.sector-tabs .st-section-head{text-align:center;margin-left:auto;margin-right:auto;}
.sector-tabs .st-section-head h2{font-size:18px;}
.sector-tabs .st-bar{margin:18px 0 0;}
.sector-tabs .st-swipe-hint{
      display:flex;align-items:center;justify-content:flex-start;gap:7px;
      margin:9px 0 2px;font-size:12px;font-weight:600;color:var(--muted);
      transition:opacity .35s;
    }
.sector-tabs .st-swipe-hint svg{
      width:17px;height:17px;color:var(--blue);
      animation:st-swipe-nudge 1.6s ease-in-out infinite;
    }
.sector-tabs .st-swipe-hint.is-hidden{opacity:0;pointer-events:none;}
}
@media (prefers-reduced-motion:reduce){
.sector-tabs .st-swipe-hint svg{animation:none;opacity:1;}
}
@media (max-width:768px){
.demo-vid .container{padding-bottom:24px;}
.wandkiezer-section .wandkiezer{margin-top:10px;}
.wandkiezer-section .container{padding-bottom:20px;}
.sector-tabs .container{padding-top:24px;}
.wat-is-text #wat-is-title{text-align:center;}
}
.adv-sticky-m{display:none;}
@media (max-width:768px){
.wandkiezer-section{display:none;}
.adv-sticky-m{
      display:flex;align-items:center;gap:11px;
      position:fixed;left:0;right:0;bottom:0;z-index:90;
      padding:11px 14px calc(11px + env(safe-area-inset-bottom,0px));
      background:#fff;border-top:1px solid var(--line);
      box-shadow:0 -8px 24px -12px rgba(15,30,60,.30);
    }
.asm-av{
      width:44px;height:44px;border-radius:50%;flex:0 0 auto;position:relative;
      background-image:url('https://i.pravatar.cc/120?img=12');background-size:cover;background-position:center;
      border:2px solid #fff;box-shadow:0 2px 8px -2px rgba(15,30,60,.25);
    }
.asm-av::after{
      content:"";position:absolute;right:0;bottom:0;width:11px;height:11px;border-radius:50%;
      background:var(--green);border:2px solid #fff;
    }
.asm-tx{display:flex;flex-direction:column;min-width:0;flex:1;line-height:1.18;}
.asm-q{font-size:13px;font-weight:800;color:var(--ink);letter-spacing:-.01em;
      white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.asm-by{font-size:12px;color:var(--ink-2);font-weight:600;
      white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.asm-by strong{color:var(--ink);font-weight:800;}
.asm-role{font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.01em;
      white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.asm-btns{display:flex;gap:5px;flex:0 0 auto;}
.asm-btn{
      display:inline-flex;align-items:center;justify-content:center;gap:5px;
      font-size:12px;font-weight:800;text-decoration:none;
      border-radius:10px;padding:9px 9px;line-height:1;transition:filter .15s,background .15s;
    }
.asm-btn svg{width:16px;height:16px;flex:0 0 auto;}
.asm-call{background:var(--green);color:#fff;}
.asm-call:active{filter:brightness(.94);}
.asm-mail{background:var(--blue-soft);color:var(--blue-ink);}
.asm-mail:active{background:oklch(0.92 0.03 220);}
.photo-strip{display:none;}
}
.cases-eb-m{
    display:block;color:var(--green-deep);
    font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;
    line-height:1;margin:0 0 10px;
  }
.cases-eb-m .pulse{display:none;}
.cases-ed{display:none;}
.cases-dots{display:none;}
.cases-cta-m{display:none;}
@media (max-width:768px){
.cases .cases-grid{display:none;}
.cases-head .all{display:none;}
.cases-eb-m{
      display:block;color:var(--green-deep);
      font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;
      line-height:1;margin:0 0 10px;
    }
.cases-eb-m .pulse{display:none;}
.cases .cases-head{flex-direction:column;align-items:center;text-align:center;}
.cases .cases-head .left{align-items:center;}
.cases .cases-head .sub{max-width:none;}
.cases-ed{
      display:flex;gap:12px;margin-top:6px;
      overflow-x:auto;overflow-y:hidden;
      scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
      scrollbar-width:none;-ms-overflow-style:none;
    }
.cases-ed::-webkit-scrollbar{display:none;width:0;height:0;}
.cases-ed .ed-card{
      flex:0 0 56%;scroll-snap-align:center;
      position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/5;
      text-decoration:none;color:inherit;display:block;
      box-shadow:0 10px 24px -12px rgba(15,30,60,.28);
    }
.cases-ed .ed-card img{width:100%;height:100%;object-fit:cover;display:block;}
.cases-ed .ed-card::after{
      content:"";position:absolute;inset:0;pointer-events:none;
      background:linear-gradient(180deg,rgba(15,18,22,.05) 25%,rgba(15,18,22,.82) 100%);
    }
.cases-ed .vtag{
      position:absolute;top:11px;left:11px;z-index:2;
      display:inline-flex;align-items:center;gap:6px;
      padding:5px 10px 5px 8px;border-radius:999px;
      background:rgba(255,255,255,.95);color:var(--ink);
      font-size:11px;font-weight:800;
    }
.cases-ed .vtag .dot{width:7px;height:7px;border-radius:50%;background:var(--blue);}
.cases-ed .txt{position:absolute;left:14px;right:14px;bottom:13px;z-index:2;color:#fff;}
.cases-ed .txt .client{margin:0;font-size:19px;font-weight:900;letter-spacing:-.02em;line-height:1.06;text-shadow:0 2px 6px rgba(0,0,0,.4);color:#fff;}
.cases-ed .txt .row{display:flex;align-items:center;flex-wrap:nowrap;gap:7px;margin-top:5px;font-size:11.5px;font-weight:700;white-space:nowrap;}
.cases-ed .txt .row .city{display:inline-flex;align-items:center;gap:4px;min-width:0;}
.cases-ed .txt .row .city svg{width:12px;height:12px;flex:0 0 auto;}
.cases-ed .txt .row .sep{opacity:.5;}
.cases-ed .txt .row .ed-scale{font-weight:800;letter-spacing:.02em;opacity:.95;}
.cases-dots{display:flex;justify-content:center;gap:7px;margin-top:14px;}
.cases-dots .cd{width:7px;height:7px;border-radius:50%;background:var(--line);border:0;padding:0;cursor:pointer;transition:width .25s, background .25s;}
.cases-dots .cd.is-active{width:22px;background:var(--blue-ink);border-radius:4px;}
.cases-cta-m{
      display:inline-flex;align-items:center;gap:7px;margin-top:16px;
      font-weight:800;font-size:13.5px;color:var(--blue-ink);text-decoration:none;
    }
.cases-cta-m svg{width:14px;height:14px;}
}
.diepte-content .diepte-eyebrow{
    display:block;color:var(--green-deep);
    font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;
    line-height:1;margin:0 0 10px;
  }
@media (max-width:768px){
.diepte-content .diepte-head{max-width:none;text-align:center;margin-left:auto;margin-right:auto;}
}
.diepte-card .acc-plus{display:none;}
@media (max-width:768px){
.diepte-content .diepte-grid{gap:11px;}
.diepte-content .diepte-card{
      background:var(--paper);border:1px solid var(--line);border-radius:15px;
      box-shadow:0 8px 20px -16px rgba(15,30,60,.4);
      overflow:hidden;gap:0;
      transition:border-color .2s, box-shadow .2s;
    }
.diepte-content .diepte-card.is-open{border-color:oklch(0.78 0.07 225);}
.diepte-content .diepte-card .head{
      gap:12px;padding:15px 14px;cursor:pointer;align-items:center;
      -webkit-tap-highlight-color:transparent;
    }
.diepte-content .diepte-card .ico{
      width:38px;height:38px;flex:0 0 auto;color:var(--blue);
      background:var(--blue-soft);border-radius:11px;padding:8px;
    }
.diepte-content .diepte-card .ico svg{width:22px;height:22px;}
.diepte-content .diepte-card h3{flex:1;font-size:14.5px;font-weight:800;letter-spacing:-.02em;line-height:1.3;}
.diepte-content .diepte-card .acc-plus{
      display:flex;width:28px;height:28px;flex:0 0 auto;border-radius:50%;
      background:var(--paper-2);align-items:center;justify-content:center;
      position:relative;transition:background .2s, transform .3s ease;
    }
.diepte-content .diepte-card .acc-plus::before,
    .diepte-content .diepte-card .acc-plus::after{
      content:"";position:absolute;background:var(--blue-ink);border-radius:2px;
      transition:transform .3s ease, background .2s;
    }
.diepte-content .diepte-card .acc-plus::before{width:12px;height:2.4px;}
.diepte-content .diepte-card .acc-plus::after{width:2.4px;height:12px;}
.diepte-content .diepte-card.is-open .acc-plus{background:var(--blue);transform:rotate(135deg);}
.diepte-content .diepte-card.is-open .acc-plus::before,
    .diepte-content .diepte-card.is-open .acc-plus::after{background:#fff;}
.diepte-content .diepte-card .preview,
    .diepte-content .diepte-card > details{display:none;}
.diepte-content .diepte-card.is-open .preview{display:block;margin:0;padding:2px 16px 6px;}
.diepte-content .diepte-card.is-open > details{display:block;padding:0 16px 16px;}
}
