/* Wasmachine-Outlet.nl – Premium UI (e-commerce style)
   - Mobile first
   - Fast: system fonts, no external dependencies
*/
:root{
  --brand:#0b5cff;
  --brand-2:#ffb703;
  --brand-3:#ff3b30;
  --text:#0f172a;
  --muted:#475569;
  --bg:#f5f7fb;
  --card:#ffffff;
  --border:#e5e7eb;
  --shadow: 0 10px 30px rgba(15, 23, 42, .08);
  --shadow-sm: 0 6px 16px rgba(15, 23, 42, .10);
  --radius:14px;
  --radius-sm:12px;
  --maxw:1200px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}

.container{max-width:var(--maxw);margin:0 auto;padding:0 16px}
@media(min-width:768px){.container{padding:0 20px}}
@media(min-width:1024px){.container{padding:0 24px}}

.skip-link{
  position:absolute;left:-9999px;top:auto;
  width:1px;height:1px;overflow:hidden;
}
.skip-link:focus{
  left:16px;top:16px;width:auto;height:auto;
  background:#fff;color:#000;
  border:2px solid var(--brand);
  padding:10px 12px;border-radius:10px;z-index:9999;
  box-shadow:var(--shadow);
}

/* Topbar */
.topbar{
  background:linear-gradient(90deg, rgba(11,92,255,.12), rgba(255,183,3,.16));
  border-bottom:1px solid rgba(0,0,0,.04);
  font-size:13px;
}
.topbar .row{
  display:flex;gap:10px;align-items:center;justify-content:space-between;
  padding:8px 0;
  color:var(--muted);
}
.topbar .badges{display:flex;gap:10px;flex-wrap:wrap}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius:999px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(0,0,0,.06);
}
.badge svg{width:16px;height:16px;opacity:.9}

/* Header */
.header{
  position:sticky;top:0;z-index:1000;
  background:rgba(245,247,251,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.header .inner{
  display:grid;
  grid-template-columns: 1fr auto;
  gap:12px;
  align-items:center;
  padding:12px 0;
}
@media(min-width:900px){
  .header .inner{grid-template-columns: 240px 1fr auto}
}
.brand{
  display:flex;align-items:center;gap:10px;font-weight:800;
  letter-spacing:-.2px;
}
.brand .logo{
  width:40px;height:40px;border-radius:12px;
  background: radial-gradient(circle at 30% 30%, rgba(255,183,3,.95), rgba(11,92,255,.95));
  box-shadow: 0 10px 26px rgba(11,92,255,.20);
}
.brand .logo-img{
  width:40px;height:40px;
  border-radius:12px;
  object-fit:contain;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .10);
}
.brand span{font-size:16px}
.brand small{display:block;font-weight:600;color:var(--muted);font-size:12px;margin-top:1px}
@media(min-width:768px){
  .brand span{font-size:18px}
}

.searchbar{
  display:none;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:999px;
  padding:10px 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}
@media(min-width:900px){.searchbar{display:flex}}
.searchbar input{
  width:100%;
  border:0;outline:0;
  font-size:14px;
}
.searchbar button{
  border:0;outline:0;
  background:var(--brand);
  color:#fff;
  border-radius:999px;
  padding:9px 12px;
  cursor:pointer;
  font-weight:700;
}
.searchbar button:hover{filter:brightness(.95)}

.nav{
  display:none;
  gap:14px;
  align-items:center;
  justify-content:flex-end;
}
@media(min-width:900px){.nav{display:flex}}
.nav a{
  padding:10px 10px;border-radius:12px;
  color:var(--text);
  font-weight:700;
  font-size:14px;
}
.nav a[aria-current="page"]{background:rgba(11,92,255,.10);border:1px solid rgba(11,92,255,.20)}
.nav .cta{
  background:var(--brand);
  color:#fff;
  padding:10px 14px;
  box-shadow: 0 12px 30px rgba(11,92,255,.20);
}
.nav .cta:hover{filter:brightness(.96);text-decoration:none}

/* Mobile menu */
.burger{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  cursor:pointer;
}
@media(min-width:900px){.burger{display:none}}
.mobile-nav{
  display:none;
  border-top:1px solid rgba(0,0,0,.06);
  background:#fff;
}
.mobile-nav.open{display:block}
.mobile-nav a{
  display:block;
  padding:14px 16px;
  border-bottom:1px solid rgba(0,0,0,.05);
  font-weight:800;
}
.mobile-nav a.small{font-weight:700;color:var(--muted);font-size:14px}
.mobile-nav a.cta{
  background:linear-gradient(90deg, rgba(11,92,255,.15), rgba(255,183,3,.20));
}

/* Hero */
.hero{
  margin:16px 0 18px;
}
.hero .box{
  background: radial-gradient(1100px 380px at 10% 20%, rgba(11,92,255,.18), transparent),
              radial-gradient(900px 380px at 90% 10%, rgba(255,183,3,.26), transparent),
              #fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:24px;
  box-shadow: var(--shadow);
  padding:18px;
  overflow:hidden;
}
@media(min-width:768px){.hero .box{padding:28px}}
@media(min-width:1024px){.hero .box{padding:34px}}
.hero-grid{
  display:grid;gap:16px;
}
@media(min-width:1024px){.hero-grid{grid-template-columns: 1.2fr .8fr;align-items:center;gap:22px}}
.kicker{
  display:inline-flex;gap:8px;align-items:center;
  font-weight:900;
  color:rgba(11,92,255,.95);
  background:rgba(11,92,255,.10);
  border:1px solid rgba(11,92,255,.18);
  padding:6px 10px;border-radius:999px;
  font-size:12px;
}
h1{font-size:26px;line-height:1.15;margin:10px 0 10px;letter-spacing:-.6px}
@media(min-width:768px){h1{font-size:34px}}
@media(min-width:1024px){h1{font-size:40px}}
.lead{color:var(--muted);font-size:15px;margin:0 0 14px}
@media(min-width:768px){.lead{font-size:16px}}

.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:14px;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  font-weight:900;
  cursor:pointer;
  text-decoration:none;
}
.btn:hover{text-decoration:none;filter:brightness(.98)}
.btn.primary{
  background:var(--brand);
  color:#fff;
  border-color:rgba(11,92,255,.2);
  box-shadow: 0 12px 30px rgba(11,92,255,.18);
}
.btn.primary:hover{filter:brightness(.96)}
.btn.accent{
  background:var(--brand-2);
  border-color:rgba(255,183,3,.35);
}
.btn.ghost{
  background:#fff;
}
.btn.block{width:100%}
@media(max-width:420px){
  .btn{width:100%}
}

.hero-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:20px;
  box-shadow: var(--shadow-sm);
  padding:14px;
}
.hero-card h3{margin:0 0 8px;font-size:16px}
.hero-card ul{margin:0;padding-left:18px;color:var(--muted)}
.hero-card li{margin:6px 0}
.hero-card .mini{
  margin-top:10px;
  display:flex;gap:8px;flex-wrap:wrap;
}
.pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 10px;border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(245,247,251,.85);
  font-weight:800;
  font-size:13px;
}

/* Sections */
.section{margin:18px 0 26px}
.section .head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap;
  margin-bottom:10px;
}
.section h2{margin:0;font-size:18px;letter-spacing:-.2px}
@media(min-width:768px){.section h2{font-size:22px}}
.section p{margin:8px 0;color:var(--muted)}
.klink{font-weight:900;color:var(--brand)}
.klink:hover{text-decoration:underline}

/* Cards */
.grid{
  display:grid;
  gap:12px;
}
@media(min-width:640px){.grid{grid-template-columns: repeat(2, 1fr)}}
@media(min-width:1024px){.grid{grid-template-columns: repeat(3, 1fr)}}
.card{
  background:var(--card);
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  padding:14px;
  transition: transform .12s ease, box-shadow .12s ease;
}
.card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, .10);
}
.card .title{
  display:flex;gap:10px;align-items:flex-start;
}
.icon{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(11,92,255,.10);
  border:1px solid rgba(11,92,255,.16);
}
.icon svg{width:22px;height:22px}

/* Icons that contain real product images */
.icon.icon-img{
  width:56px;height:56px;border-radius:16px;
  background:#fff;border:1px solid rgba(0,0,0,.06);
  overflow:hidden;flex:0 0 auto;
}
.icon.icon-img img{
  width:100%;height:100%;object-fit:contain;
  padding:6px;box-sizing:border-box;
  background:#fff;
}
.card h3{margin:0 0 6px;font-size:16px;letter-spacing:-.2px}
.card p{margin:0 0 10px;color:var(--muted);font-size:14px}
.card .meta{
  display:flex;gap:8px;flex-wrap:wrap;margin-top:8px
}
.tag{
  display:inline-flex;align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.04);
  border:1px solid rgba(0,0,0,.06);
  font-size:12px;
  font-weight:800;
  color:var(--muted);
}
.tag.blue{background:rgba(11,92,255,.08);border-color:rgba(11,92,255,.16);color:rgba(11,92,255,.95)}
.tag.gold{background:rgba(255,183,3,.18);border-color:rgba(255,183,3,.25);color:rgba(97,62,0,.9)}
.tag.red{background:rgba(255,59,48,.10);border-color:rgba(255,59,48,.20);color:rgba(180,20,16,.95)}

/* Article */
.article{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:24px;
  box-shadow: var(--shadow);
  padding:16px;
}
@media(min-width:768px){.article{padding:26px}}
.article h1{margin-top:6px}
.article h2{margin-top:22px}
.article h3{margin-top:18px}
.article .toc{
  display:none;
  position:sticky;top:92px;
  align-self:start;
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  background:rgba(245,247,251,.7);
  padding:12px;
}
@media(min-width:1100px){
  .article-layout{
    display:grid;grid-template-columns: 1fr 320px;gap:18px;
  }
  .article .toc{display:block}
}
.toc a{
  display:block;padding:8px 10px;border-radius:12px;
  font-weight:800;font-size:13px;color:var(--muted);
}
.toc a:hover{background:#fff;text-decoration:none;color:var(--text)}
.callout{
  border:1px solid rgba(11,92,255,.18);
  background:rgba(11,92,255,.06);
  border-radius:18px;
  padding:14px;
  margin:14px 0;
}
.callout strong{color:rgba(11,92,255,.98)}
.callout ul{margin:10px 0 0;padding-left:18px}
.callout li{margin:6px 0;color:var(--muted)}
.article p{color:var(--muted)}
.article li{color:var(--muted);margin:6px 0}
.article table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:14px}
.article th,.article td{padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.06);text-align:left}
.article th{background:rgba(245,247,251,.9);font-weight:900}
.table-wrap{
  overflow:auto;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
}
hr.sep{border:0;border-top:1px solid rgba(0,0,0,.06);margin:18px 0}

/* Forms */
.field{
  display:grid;gap:8px;margin:10px 0;
}
.label{font-weight:900;font-size:13px}
input[type="text"], input[type="number"], input[type="url"], input[type="email"], input[type="password"], select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  outline:none;
  background:#fff;
  font-size:14px;
}
textarea{min-height:110px;resize:vertical}
input:focus, select:focus, textarea:focus{
  border-color: rgba(11,92,255,.55);
  box-shadow: 0 0 0 4px rgba(11,92,255,.12);
}
.form-grid{display:grid;gap:12px}
@media(min-width:768px){.form-grid{grid-template-columns: repeat(2, 1fr)}}

/* Compare */
.compare{
  display:grid;gap:12px
}
@media(min-width:1024px){.compare{grid-template-columns: 340px 1fr}}
.panel{
  background:#fff;border:1px solid rgba(0,0,0,.06);
  border-radius:20px;
  box-shadow: var(--shadow-sm);
  padding:14px;
}
.panel h3{margin:0 0 8px;font-size:16px}
.panel p{margin:0 0 10px;color:var(--muted);font-size:14px}

.product-hero-img{
  width:140px;height:140px;border-radius:18px;
  object-fit:contain;
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
  padding:10px;box-sizing:border-box;
}
@media(min-width:768px){
  .product-hero-img{width:160px;height:160px}
}
.products-list{
  display:grid;gap:10px;
}
.product-item{
  display:flex;gap:12px;align-items:flex-start;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;padding:12px;
  background:rgba(245,247,251,.55);
}
.product-item img{width:72px;height:72px;border-radius:14px;object-fit:contain;border:1px solid rgba(0,0,0,.06);background:#fff;padding:6px;box-sizing:border-box}
.product-item .info{flex:1}
.product-item .info b{display:block}
.kv{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.kv .tag{font-size:11px}
.checkbox{margin-top:2px}

.notice{
  background:rgba(255,183,3,.18);
  border:1px solid rgba(255,183,3,.30);
  padding:12px;border-radius:16px;color:rgba(97,62,0,.95);
  font-weight:800;font-size:13px;
}

.faq{
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
.faq-item{border-bottom:1px solid rgba(0,0,0,.06)}
.faq-item:last-child{border-bottom:0}
.faq-q{
  width:100%;
  text-align:left;
  padding:14px 14px;
  background:#fff;border:0;
  font-weight:900;font-size:14px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  cursor:pointer;
}
.faq-q:hover{background:rgba(245,247,251,.65)}
.faq-a{
  display:none;
  padding:0 14px 14px;
  color:var(--muted);
}
.faq-item.open .faq-a{display:block}
.chev{transition: transform .12s ease}
.faq-item.open .chev{transform: rotate(180deg)}

.breadcrumbs{
  font-size:13px;color:var(--muted);
  margin:8px 0 12px;
}
.breadcrumbs a{color:var(--muted);font-weight:800}
.breadcrumbs span{opacity:.7}

/* Footer */
.footer{
  margin-top:30px;
  background:#0b1020;
  color:rgba(255,255,255,.86);
  border-top:1px solid rgba(255,255,255,.08);
}
.footer .inner{padding:22px 0}
.footer a{color:rgba(255,255,255,.88);font-weight:800}
.footer a:hover{text-decoration:underline}
.footer .cols{display:grid;gap:14px}
@media(min-width:900px){.footer .cols{grid-template-columns: 1.5fr 1fr 1fr}}
.footer small{color:rgba(255,255,255,.65)}
.footer .muted{color:rgba(255,255,255,.70)}
