:root{--primary:#1768ff;--accent:#ff8a18;--dark:#081a35;--deep:#061126;--cyan:#18d5ff;--violet:#7c4dff;--muted:#6e7d95;--bg:#f6f9ff;--card:#fff;--line:#e3ebf7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:#10213f}a{text-decoration:none;color:inherit}img{max-width:100%}.site-header{position:sticky;top:0;z-index:50;min-height:78px;display:flex;align-items:center;gap:30px;padding:0 48px;background:rgba(255,255,255,.86);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,235,248,.9);box-shadow:0 14px 38px rgba(11,29,66,.07)}.brand{display:flex;align-items:center;gap:12px;color:var(--dark);font-weight:1000}.brand-dot{display:none}.brand:before{content:"";width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--cyan));box-shadow:0 14px 30px rgba(23,104,255,.25)}.brand span:last-child{font-size:28px;letter-spacing:-.04em}.brand span:last-child:after{content:"Development Studio";display:block;margin-top:1px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#7d8da6;font-weight:900}.topnav{display:flex;gap:9px;flex:1;justify-content:center}.topnav a{font-size:15px;font-weight:900;color:#203556;padding:12px 14px;border-radius:14px}.topnav a:hover{background:#edf5ff;color:var(--primary)}.header-actions{display:flex;gap:10px;align-items:center}.btn,.cart-btn{border:0;border-radius:16px;padding:12px 17px;font-weight:1000;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background;white-space:nowrap}.btn:hover,.cart-btn:hover{transform:translateY(-2px)}.btn.primary{background:linear-gradient(135deg,var(--accent),#ffc247);color:#fff;box-shadow:0 14px 26px rgba(255,138,24,.24)}.btn.ghost,.cart-btn{background:#edf5ff;color:var(--dark)}.hero{position:relative;overflow:hidden;padding:74px 42px 54px;background:linear-gradient(135deg,#07162d 0%,#082b47 48%,#18203d 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 18%,rgba(24,213,255,.24),transparent 28%),radial-gradient(circle at 88% 20%,rgba(255,138,24,.22),transparent 26%),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,auto,64px 64px,64px 64px;opacity:1}.hero:after{content:"";position:absolute;right:-160px;bottom:-160px;width:460px;height:460px;border-radius:50%;background:linear-gradient(135deg,rgba(24,213,255,.22),rgba(255,138,24,.18));filter:blur(8px)}.hero-inner{position:relative;max-width:1200px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:54px;align-items:center}.hero h1{max-width:760px;font-size:clamp(38px,4.8vw,62px);line-height:1.03;margin:0 0 18px;font-weight:1000;letter-spacing:-.055em;text-wrap:balance}.hero p{max-width:660px;font-size:19px;line-height:1.65;color:#d9eaff;margin:0 0 24px}.hero .pill{margin-bottom:18px}.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:28px;padding:26px;box-shadow:0 26px 70px rgba(0,0,0,.22);backdrop-filter:blur(18px)}.hero-card h2{font-size:24px;margin:0 0 18px;color:#fff;letter-spacing:-.03em}.searchbar{display:flex;align-items:center;background:#fff;border:1px solid #d9e8ff;border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(4,14,34,.16)}.searchbar input{flex:1;border:0;padding:18px 20px;font-size:17px;margin:0;outline:0}.searchbar button{border:0;background:linear-gradient(135deg,var(--accent),#ff6b10);color:#fff;font-weight:1000;padding:0 24px;align-self:stretch}.section{max-width:1240px;margin:0 auto;padding:58px 24px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px;gap:18px}.section h2{font-size:clamp(30px,3vw,42px);line-height:1.08;margin:0;color:#17223a;letter-spacing:-.04em}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 16px 42px rgba(10,31,68,.08);transition:.22s transform,.22s box-shadow,.22s border-color}.card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(10,31,68,.14);border-color:#cfe0f6}.card-img{height:190px;background:linear-gradient(135deg,#eaf5ff,#cbe8ff);display:grid;place-items:center;font-weight:1000;color:#1768ff;font-size:36px}.card-body{padding:24px}.card-body h3{margin:8px 0 10px;font-size:22px;letter-spacing:-.03em}.card-body p{color:#5e6f88;line-height:1.55}.meta{color:var(--muted);font-weight:800}.price{font-size:24px;font-weight:1000;color:var(--primary)}.pill{display:inline-flex;border-radius:999px;padding:7px 13px;background:rgba(232,244,255,.95);color:#064082;font-weight:1000;font-size:13px}.product-label{position:absolute;top:16px;left:16px;background:linear-gradient(135deg,var(--accent),#ffce35);color:#fff}.product-card{position:relative}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 34px rgba(16,33,63,.07)}.feature b{font-size:20px;letter-spacing:-.03em}.feature p{color:#60718a;line-height:1.55}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px}.form-card{background:#fff;padding:28px;border-radius:26px;border:1px solid var(--line);box-shadow:0 15px 45px rgba(10,31,68,.09)}input,select,textarea{width:100%;border:1px solid #d8e2f1;border-radius:14px;padding:14px 16px;font:inherit;margin:7px 0 16px;background:#fff}textarea{min-height:130px}.site-footer{display:grid;grid-template-columns:1fr 1fr;gap:28px;background:#071733;color:#d8eaff;padding:44px}.site-footer nav{display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap}.notice{padding:16px 18px;border-radius:18px;background:#eaf6ff;margin:16px 0;color:#24435f}.notice.danger{background:#fff1ee;color:#9d220b}.chat{background:#fff;border-radius:24px;padding:18px;box-shadow:0 12px 34px rgba(10,31,68,.08)}.bubble{max-width:75%;padding:14px 17px;border-radius:18px;margin:10px 0;background:#edf5ff}.bubble.me{margin-left:auto;background:linear-gradient(135deg,#0b5cff,#00c2ff);color:#fff}@media(max-width:1000px){.site-header{height:auto;align-items:flex-start;padding:18px;flex-wrap:wrap}.topnav{order:3;overflow:auto;width:100%;justify-content:flex-start}.hero-inner,.split{grid-template-columns:1fr}.grid,.features{grid-template-columns:1fr}.hero{padding:52px 18px}.header-actions{margin-left:auto}.hero-card{max-width:560px}.brand span:last-child{font-size:25px}}@media(max-width:560px){.header-actions{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}.cart-btn,.btn{padding:11px 10px}.hero h1{font-size:36px}.hero p{font-size:17px}.searchbar{display:grid}.searchbar button{padding:16px}.section{padding:42px 18px}.site-footer{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start}}

/* Keure 2026 refinement pass */
.site-header{min-height:72px;padding:0 42px}.brand:before{width:38px;height:38px;border-radius:12px}.brand span:last-child{font-size:24px}.hero{padding:54px 36px 46px}.hero-inner{grid-template-columns:minmax(0,1fr) 390px;gap:38px}.hero h1{font-size:clamp(34px,4.2vw,54px);max-width:680px}.hero p{font-size:18px}.hero-card{border-radius:24px;padding:22px}.hero-card h2{font-size:22px}.searchbar{border-radius:17px;position:relative}.searchbar input{min-height:62px;padding:16px 18px}.searchbar button{min-height:62px;padding:0 28px;position:relative;z-index:3;cursor:pointer}.grid{gap:20px}.card{border-radius:20px}.card-img{height:160px}.card-body{padding:22px}.card-body h3{font-size:20px}.price{font-size:21px;line-height:1.35}.script-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:28px;align-items:start}.script-showcase.card{overflow:hidden}.script-media{height:240px;background:linear-gradient(135deg,#eaf7ff,#cdeaff);display:grid;place-items:center;color:var(--primary);font-size:44px;font-weight:1000}.script-showcase .card-body h1{font-size:clamp(28px,3vw,42px);line-height:1.08;margin:0 0 12px;letter-spacing:-.04em}.script-showcase .card-body p{font-size:17px;line-height:1.55}.tech-pills{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.order-panel{position:sticky;top:98px}.buy-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 18px 48px rgba(10,31,68,.08);margin-bottom:18px}.buy-box h2{font-size:30px;line-height:1;margin:0 0 18px;letter-spacing:-.04em}.buy-choice{display:grid;gap:12px}.buy-option{width:100%;border:1px solid #dce7f6;border-radius:18px;padding:16px 18px;background:#fff;color:#10213f;display:flex;justify-content:space-between;align-items:center;text-align:left;box-shadow:none;font-weight:900}.buy-option:hover{transform:translateY(-2px);border-color:#b9d7ff;box-shadow:0 16px 34px rgba(10,31,68,.08)}.buy-option strong{font-size:17px}.buy-option span{color:var(--primary);font-size:18px}.buy-option.primary-buy{background:linear-gradient(135deg,#fef7ee,#fff);border-color:#ffd3a7}.buy-option.primary-buy span{color:#f26d11}.rent-form{margin-top:14px}.rent-form label{font-weight:900}.rent-form select{margin-bottom:12px}.content-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 16px 42px rgba(10,31,68,.07)}.section.compact-section{padding-top:28px}.is-hidden{display:none!important}@media(max-width:1000px){.script-detail{grid-template-columns:1fr}.order-panel{position:relative;top:auto}.script-media{height:220px}.site-header{padding:16px 18px}.hero-inner{grid-template-columns:1fr}}@media(max-width:560px){.script-media{height:190px}.buy-box{padding:18px}.hero h1{font-size:34px}.site-header{min-height:auto}}


/* Keure dynamic style system */
.front-body{--surface:#ffffff;--soft:#edf6ff;--shadow:0 18px 54px rgba(10,31,68,.10)}
.brand:before{display:none}
.brand-mark{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;font-size:22px;font-weight:1000;box-shadow:0 14px 28px rgba(23,104,255,.22)}
.brand span:last-child:after{content:""}
.eyebrow{display:inline-flex;margin-bottom:9px;padding:7px 12px;border-radius:999px;background:var(--soft);color:var(--primary);font-weight:1000;font-size:13px}
.product-image img{width:100%;height:100%;object-fit:cover;display:block}
.code-mark{font-size:42px;letter-spacing:-.08em;color:var(--primary)}
.tech-pills{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}
.price-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.price-row span{border:1px solid var(--line);background:#f8fbff;border-radius:16px;padding:12px 13px;font-weight:1000;color:var(--dark)}
.price-row small{display:block;color:var(--muted);font-size:12px;margin-bottom:3px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.scripts-grid .card-img{height:148px}.scripts-grid .card-body h3{font-size:20px}.scripts-grid .card-body p{font-size:15px}
.script-layout-cards-wide .scripts-grid{grid-template-columns:repeat(2,1fr)}
.script-layout-cards-wide .product-card{display:grid;grid-template-columns:220px 1fr}
.script-layout-cards-wide .product-card .card-img{height:100%;min-height:220px}
.script-layout-compact-list .scripts-grid{grid-template-columns:1fr}
.script-layout-compact-list .product-card{display:grid;grid-template-columns:170px 1fr;align-items:stretch}
.script-layout-compact-list .product-card .card-img{height:100%;min-height:160px}
.portfolio-layout-portfolio-masonry .portfolio-grid{grid-template-columns:repeat(2,1fr)}
.portfolio-layout-portfolio-showcase .portfolio-grid{grid-template-columns:1fr}
.portfolio-layout-portfolio-showcase .portfolio-card{display:grid;grid-template-columns:minmax(260px,.8fr) 1fr}
.portfolio-layout-portfolio-showcase .portfolio-card .card-img{height:100%;min-height:260px}
.card-style-flat-clean .card{box-shadow:none;border-color:#dbe5f3;border-radius:14px}
.card-style-flat-clean .card-img{border-radius:0}
.card-style-neon-border .card{border:2px solid color-mix(in srgb,var(--primary) 45%,#dbeafe);box-shadow:0 0 0 6px color-mix(in srgb,var(--primary) 7%,transparent),0 20px 60px rgba(11,92,255,.10)}
.card-style-neon-border .pill{background:color-mix(in srgb,var(--primary) 12%,#fff);color:var(--primary)}
.theme-soft-cloud{--bg:#f4f9ff;--dark:#10213f;--deep:#eaf5ff;--cyan:#7bdcff}
.theme-soft-cloud .hero{background:linear-gradient(135deg,#f7fbff,#e8f6ff 55%,#fff3e4);color:#10213f}
.theme-soft-cloud .hero p{color:#506985}.theme-soft-cloud .hero-card{background:rgba(255,255,255,.75);color:#10213f}.theme-soft-cloud .hero-card h2{color:#10213f}
.theme-dark-tech{--bg:#071426;--card:#0d203a;--line:#1d3a61;--dark:#eaf6ff;color:#eaf6ff}
.theme-dark-tech .section h2,.theme-dark-tech .card-body h3,.theme-dark-tech .price-row span{color:#eaf6ff}
.theme-dark-tech .site-header{background:rgba(7,20,38,.86);border-color:#1d3a61}.theme-dark-tech .topnav a,.theme-dark-tech .brand{color:#eaf6ff}
.theme-dark-tech .card,.theme-dark-tech .feature,.theme-dark-tech .form-card{background:#0d203a;border-color:#1d3a61}.theme-dark-tech .card-body p,.theme-dark-tech .meta{color:#b7c8dd}
.theme-colorful-agency{--bg:#fff8f1;--cyan:#00d6ff;--violet:#a35cff}
.theme-colorful-agency .hero{background:linear-gradient(135deg,#04224c 0%,#1147ad 48%,#ff831d 140%)}
.theme-colorful-agency .card-img{background:linear-gradient(135deg,#dff7ff,#fff1ca)}
.script-detail{padding-top:34px}
.script-media{height:210px}
.script-showcase .card-body h1{font-size:clamp(30px,3vw,44px);letter-spacing:-.05em;margin:0 0 12px}
.content-panel{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);line-height:1.7;color:#52657f}
.order-panel{position:sticky;top:96px;display:grid;gap:18px}
.buy-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.buy-box h2{font-size:32px;margin:0 0 16px;letter-spacing:-.05em}.buy-box h3{margin-top:0}
.buy-choice{display:grid;gap:16px}
.buy-option{width:100%;border-radius:18px;padding:16px 18px;background:#f0f6ff;color:#10213f;box-shadow:none;justify-content:space-between;display:flex}
.buy-option strong{font-size:16px}.buy-option span{font-size:17px;color:var(--primary)}
.primary-buy{background:linear-gradient(135deg,var(--primary),#00c2ff);color:#fff;box-shadow:0 18px 35px color-mix(in srgb,var(--primary) 22%,transparent)}
.primary-buy span{color:#fff}
.rent-form label{font-weight:900;color:#31435e}.rent-form select{margin-bottom:10px}
.compact-section{padding-top:30px}
.offline-body{min-height:100vh;background:radial-gradient(circle at 20% 10%, color-mix(in srgb,var(--primary) 26%,transparent), transparent 30%),radial-gradient(circle at 85% 22%, color-mix(in srgb,var(--accent) 26%,transparent), transparent 28%),linear-gradient(135deg,#071733,#0b315b 55%,#111a35);color:#fff}
.offline-screen{min-height:100vh;display:grid;place-items:center;padding:28px}
.offline-card{width:min(680px,100%);text-align:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:34px;padding:48px;box-shadow:0 30px 90px rgba(0,0,0,.26);backdrop-filter:blur(22px)}
.offline-logo{width:74px;height:74px;border-radius:24px;margin:0 auto 18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--accent));font-size:38px;font-weight:1000}
.offline-card h1{font-size:clamp(38px,5vw,66px);line-height:1.02;margin:14px 0;letter-spacing:-.06em}
.offline-card p{font-size:20px;line-height:1.65;color:#e6f3ff;margin:0 auto;max-width:560px}
@media(max-width:1000px){
  .script-layout-cards-wide .scripts-grid,.script-layout-compact-list .scripts-grid,.portfolio-layout-portfolio-masonry .portfolio-grid{grid-template-columns:1fr}
  .script-layout-cards-wide .product-card,.script-layout-compact-list .product-card,.portfolio-layout-portfolio-showcase .portfolio-card{display:block}
  .script-detail{grid-template-columns:1fr}.order-panel{position:relative;top:auto}
}
@media(max-width:560px){.price-row{grid-template-columns:1fr}.offline-card{padding:30px 22px}.script-media{height:170px}}



/* Keure offline maintenance page - calm night version */
.offline-body{
  min-height:100vh;
  color:#fff;
  background:#061126;
  overflow:hidden;
}
.offline-screen{
  position:relative;
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:28px;
  isolation:isolate;
  background:
    linear-gradient(180deg,rgba(5,12,30,.10),rgba(5,12,30,.42)),
    url("../img/offline-night.jpg") center/cover no-repeat;
}
.offline-screen:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 50% 45%,rgba(24,213,255,.18),transparent 30%),
    linear-gradient(180deg,rgba(2,8,22,.14),rgba(2,8,22,.70));
}
.offline-night-overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 50% 48%,rgba(255,255,255,.13),transparent 24%),
    linear-gradient(90deg,rgba(2,8,22,.70),rgba(2,8,22,.30) 48%,rgba(2,8,22,.70));
  backdrop-filter:blur(1px);
}
.offline-card{
  width:min(720px,100%);
  text-align:center;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.095));
  border:1px solid rgba(255,255,255,.28);
  border-radius:34px;
  padding:52px 48px;
  box-shadow:0 38px 120px rgba(0,0,0,.40), inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter:blur(20px);
}
.offline-logo{
  width:78px;
  height:78px;
  border-radius:25px;
  margin:0 auto 18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  font-size:38px;
  font-weight:1000;
  box-shadow:0 20px 46px rgba(0,0,0,.25);
}
.offline-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  border-radius:999px;
  padding:8px 15px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);
  color:#eaf7ff;
  font-weight:1000;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
}
.offline-card h1{
  font-size:clamp(38px,5vw,64px);
  line-height:1.02;
  margin:0 0 18px;
  letter-spacing:-.06em;
  text-shadow:0 5px 24px rgba(0,0,0,.24);
}
.offline-card p{
  max-width:590px;
  margin:0 auto;
  color:#edf7ff;
  font-size:20px;
  line-height:1.7;
  text-shadow:0 2px 12px rgba(0,0,0,.22);
}
.offline-admin-link{
  display:inline-flex;
  margin-top:28px;
  padding:12px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;
  font-weight:900;
}
.offline-admin-link:hover{
  background:rgba(255,255,255,.24);
  transform:translateY(-2px);
}
@media(max-width:560px){
  .offline-screen{padding:18px}
  .offline-card{padding:34px 22px;border-radius:26px}
  .offline-card p{font-size:17px}
}


/* v6 offline page - clean night photo, no admin button, no bordered card */
.offline-body{min-height:100vh;background:#061120;color:#fff;overflow:hidden}.offline-screen{position:relative;min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(180deg,rgba(3,12,28,.28),rgba(3,12,28,.68)),url("https://images.unsplash.com/photo-1475274047050-1d0c0975c63e?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat}.offline-screen:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 48%,rgba(76,139,255,.26),transparent 34%),linear-gradient(90deg,rgba(0,0,0,.28),transparent 35%,rgba(0,0,0,.22));pointer-events:none}.offline-night-overlay{display:none}.offline-message{position:relative;z-index:1;text-align:center;width:min(760px,100%);padding:10px 18px;text-shadow:0 6px 28px rgba(0,0,0,.72)}.offline-message .offline-kicker,.offline-kicker{display:inline-flex;align-items:center;justify-content:center;border:0;background:rgba(255,255,255,.18);box-shadow:none;color:#fff;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:950;letter-spacing:.11em;text-transform:uppercase;backdrop-filter:blur(10px)}.offline-message h1{font-size:clamp(42px,7vw,92px);line-height:.95;margin:24px 0 18px;letter-spacing:-.07em;color:#fff}.offline-message p{font-size:clamp(19px,2.4vw,28px);line-height:1.55;color:#f5fbff;max-width:690px;margin:0 auto}.offline-card,.offline-logo,.offline-admin-link{display:none!important}
@media(max-width:560px){.offline-screen{padding:20px}.offline-message h1{font-size:44px}.offline-message p{font-size:18px}}

/* v7 frontend clarity and modern polish */
.site-header{min-height:68px;padding:0 38px;gap:24px;background:rgba(255,255,255,.92)}.brand:before{width:36px;height:36px}.brand span:last-child{font-size:22px}.brand span:last-child:after{display:none}.topnav a{font-size:14px;padding:10px 12px}.header-actions .btn,.cart-btn{min-height:40px;min-width:auto;padding:10px 15px;border-radius:14px}.btn.ghost,.cart-btn{background:#eaf3ff!important;color:#0a1d3a!important}.btn.primary{color:#fff!important}.hero{padding:56px 34px 48px}.hero h1{font-size:clamp(34px,4.1vw,56px);letter-spacing:-.055em}.hero p{font-size:18px;max-width:720px}.hero-card{max-width:440px}.searchbar button{color:#fff!important;min-width:130px}.section h2{font-size:clamp(30px,3vw,42px)}.eyebrow{display:inline-flex;background:#edf6ff;color:#0758c8;border-radius:999px;padding:8px 14px;font-weight:950}.scripts-grid .product-card{background:#fff;color:#10213f}.product-card .card-body h3,.product-card .price-row span{color:#10213f!important}.price-row span{background:#f7fbff!important;color:#10213f!important}.price-row span,.buy-option{border-color:#d9e8f8}.price-row small{color:#697b94!important}.product-card .card-body p{color:#5f718a!important}.tech-pills .pill{background:#eaf5ff;color:#064082}.script-detail{grid-template-columns:minmax(0,.95fr) minmax(340px,.75fr);gap:28px;max-width:1180px}.script-media{height:330px;max-height:38vh;overflow:hidden}.script-showcase.card{background:#fff;color:#10213f}.script-showcase .card-body h1{color:#10213f!important}.script-showcase .card-body p,.content-panel{color:#5c6f88!important}.script-media img{object-fit:cover}.buy-box{background:#fff!important;color:#10213f!important}.buy-box h2,.buy-box h3{color:#10213f!important}.buy-option{background:#f7fbff!important;color:#10213f!important;border:1px solid #dce8f7!important;box-shadow:none!important}.buy-option strong{color:#10213f!important}.buy-option span{color:var(--primary)!important}.buy-option.primary-buy,.primary-buy{background:linear-gradient(135deg,#fff7ed,#fff)!important;border-color:#ffcf9c!important;color:#10213f!important}.buy-option.primary-buy span,.primary-buy span{color:#f26d11!important}.theme-dark-tech .section h2,.theme-dark-tech .section h1{color:#eaf6ff}.theme-dark-tech .product-card,.theme-dark-tech .script-showcase.card,.theme-dark-tech .buy-box{background:#0d203a!important;border-color:#1d3a61}.theme-dark-tech .product-card .card-body h3,.theme-dark-tech .script-showcase .card-body h1{color:#fff!important}.theme-dark-tech .product-card .card-body p,.theme-dark-tech .script-showcase .card-body p,.theme-dark-tech .content-panel{color:#cfe0f3!important}.theme-dark-tech .price-row span,.theme-dark-tech .buy-option{background:#f7fbff!important;color:#10213f!important}.theme-dark-tech .buy-option strong{color:#10213f!important}.theme-dark-tech .buy-box h2,.theme-dark-tech .buy-box h3{color:#10213f!important}.theme-dark-tech .buy-box{background:#fff!important}.theme-dark-tech .btn.ghost,.theme-dark-tech .cart-btn{background:#eaf3ff!important;color:#081a35!important}.offline-screen{background:linear-gradient(180deg,rgba(5,12,30,.22),rgba(5,12,30,.62)),url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat!important}.offline-message{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important}@media(max-width:1000px){.site-header{padding:14px 18px}.script-detail{grid-template-columns:1fr}.script-media{height:260px;max-height:none}}@media(max-width:560px){.hero h1{font-size:34px}.script-media{height:210px}.header-actions .btn,.cart-btn{padding:9px 10px}}

/* v8 frontpage rebuild - TransIP-inspired structure, Keure.nl identity */
.keure-loader{
  position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:linear-gradient(135deg,#061426,#0b3054 58%,#101a34);color:#fff;transition:.45s opacity,.45s visibility
}
.keure-loader.is-done{opacity:0;visibility:hidden;pointer-events:none}
.loader-core{position:relative;width:118px;height:118px;display:grid;place-items:center;filter:drop-shadow(0 24px 55px rgba(24,104,255,.28))}
.loader-core span,.loader-core i{position:absolute;inset:0;border-radius:34px;border:3px solid rgba(255,255,255,.18)}
.loader-core span{animation:loaderSpin 1.4s linear infinite;border-top-color:var(--accent);border-right-color:var(--primary)}
.loader-core i{inset:16px;border-style:dashed;border-color:rgba(24,213,255,.45);animation:loaderSpin 2.2s linear reverse infinite}
.loader-core b{font-size:26px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--accent));width:68px;height:68px;border-radius:22px;display:grid;place-items:center;box-shadow:0 18px 40px rgba(0,0,0,.22)}
.keure-loader p{position:absolute;margin-top:170px;font-weight:950;letter-spacing:.03em;color:#dff3ff}
@keyframes loaderSpin{to{transform:rotate(360deg)}}

.site-header{background:#fff!important;border-bottom:1px solid #dce8f7!important;box-shadow:0 8px 28px rgba(10,31,68,.07)!important;color:#071a33!important}
.brand{color:#071a33!important}.brand-mark{background:linear-gradient(135deg,#1689ff,#20c8ff)!important;color:#fff!important}
.topnav a{color:#152944!important;position:relative;overflow:hidden;transition:.18s background,.18s color,.18s transform}
.topnav a:hover{background:#eaf4ff!important;color:#064fae!important;transform:translateY(-1px)}
.header-actions .btn.ghost,.cart-btn{background:#eaf4ff!important;color:#071a33!important;border:1px solid #dce8f7!important}
.header-actions .btn.ghost:hover,.cart-btn:hover{background:#dbeeff!important;color:#064fae!important}
.header-actions .btn.primary:hover{color:#fff!important;filter:saturate(1.08) brightness(1.02)}

.keure-hero-v8{position:relative;overflow:hidden;background:#071a33;color:#fff;min-height:560px;padding:76px 36px 70px;border-bottom:1px solid rgba(255,255,255,.08)}
.keure-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,43,.94),rgba(6,52,84,.88) 47%,rgba(26,27,52,.84)),radial-gradient(circle at 82% 32%,rgba(255,122,24,.32),transparent 28%),radial-gradient(circle at 24% 18%,rgba(24,213,255,.22),transparent 30%)}
.keure-hero-bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(180deg,#000,transparent 88%)}
.keure-hero-bg:after{content:"</>  PHP  HTML5  JS  MYSQL  HOSTING  {}  API  </>";position:absolute;left:-3%;right:-3%;bottom:18px;font-weight:1000;font-size:54px;letter-spacing:.08em;color:rgba(255,255,255,.035);white-space:nowrap;animation:codeSlide 26s linear infinite}
@keyframes codeSlide{from{transform:translateX(0)}to{transform:translateX(-260px)}}
.keure-hero-shell{position:relative;max-width:1280px;margin:auto;display:grid;grid-template-columns:minmax(0,1.1fr) 430px;gap:56px;align-items:center}.keure-hero-copy h1{font-size:clamp(44px,5.5vw,82px);line-height:.98;margin:20px 0 20px;font-weight:1000;letter-spacing:-.07em;max-width:820px;text-wrap:balance}.keure-hero-copy p{font-size:clamp(18px,1.5vw,23px);line-height:1.55;color:#e1f2ff;max-width:720px;margin:0 0 28px}.keure-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:10px 16px;background:#eaf6ff;color:#064082;font-size:14px;font-weight:1000;box-shadow:0 10px 30px rgba(3,20,43,.08)}.keure-kicker.light{background:#eaf6ff;color:#0752b0}.keure-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.keure-domain-panel{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 80px rgba(0,0,0,.23);border-radius:30px;padding:26px;backdrop-filter:blur(18px)}.domain-panel-head{display:flex;gap:14px;align-items:center;margin-bottom:18px}.domain-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--accent));font-size:30px;font-weight:1000}.domain-panel-head h2{margin:0;color:#fff;font-size:26px;letter-spacing:-.04em}.domain-panel-head p{margin:3px 0 0;color:#d9edff}.keure-domain-search{display:grid;grid-template-columns:1fr 132px;background:#fff;border-radius:20px;overflow:hidden;border:7px solid rgba(214,234,255,.95);box-shadow:0 16px 36px rgba(0,0,0,.18)}.keure-domain-search input{border:0;margin:0;border-radius:0;min-height:62px;padding:0 19px;font-size:18px;outline:none}.keure-domain-search button{border:0;margin:0;border-radius:0;background:linear-gradient(135deg,var(--accent),#ff6b00);color:#fff;font-weight:1000;font-size:16px;cursor:pointer}.keure-domain-search button:hover{filter:brightness(1.04)}.domain-result{margin-top:18px;border-radius:18px;background:rgba(234,247,255,.96);color:#26445e;padding:16px 18px;font-weight:850}

.keure-products-section{background:#e9fbfb;padding:64px 36px}.keure-section-title{max-width:760px;margin:0 auto 34px}.keure-section-title.centered{text-align:center}.keure-section-title h2{font-size:clamp(36px,4vw,58px);line-height:1.02;margin:16px 0 12px;color:#14213a;letter-spacing:-.06em}.keure-section-title p{font-size:18px;line-height:1.6;color:#556b83;margin:0}.keure-service-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.keure-service-card{display:flex;flex-direction:column;background:#fff;border:1px solid #d8e9f7;border-radius:10px;overflow:hidden;box-shadow:0 18px 44px rgba(10,31,68,.08);transition:.22s transform,.22s box-shadow}.keure-service-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(10,31,68,.14)}.service-visual{height:168px;background-size:cover;background-position:center;position:relative}.service-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.02),rgba(0,0,0,.14))}.service-visual.code{background-image:linear-gradient(135deg,rgba(15,39,70,.14),rgba(23,104,255,.12)),url('https://images.unsplash.com/photo-1555066931-4365d14bab8c?auto=format&fit=crop&w=900&q=80')}.service-visual.hosting{background-image:linear-gradient(135deg,rgba(15,39,70,.10),rgba(24,213,255,.14)),url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=900&q=80')}.service-visual.maatwerk{background-image:linear-gradient(135deg,rgba(15,39,70,.10),rgba(255,138,24,.18)),url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=80')}.service-visual.support{background-image:linear-gradient(135deg,rgba(15,39,70,.12),rgba(124,77,255,.14)),url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=900&q=80')}.service-body{padding:26px 26px 28px;display:flex;flex-direction:column;min-height:330px}.service-body span{font-size:18px;font-weight:1000;color:#063b7d}.service-body h3{font-size:26px;line-height:1.2;color:#1a2234;margin:24px 0 18px;letter-spacing:-.035em}.service-body ul{list-style:none;padding:0;margin:0 0 auto}.service-body li{position:relative;padding-left:28px;margin:12px 0;color:#26364b;font-size:16px;line-height:1.35}.service-body li:before{content:"✓";position:absolute;left:0;top:-1px;color:#168d42;font-weight:1000}.service-body strong{margin-top:28px;display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:10px;background:linear-gradient(135deg,var(--accent),#ff6d00);color:#fff;font-size:17px}

.keure-featured-dark{background:#071426;color:#fff;padding:70px 36px}.keure-featured-dark .keure-section-title{margin-left:auto;margin-right:auto;text-align:center}.keure-featured-dark .keure-section-title h2{color:#fff}.keure-featured-dark .keure-section-title p{color:#cfe3f8}.keure-script-strip{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.keure-script-card{position:relative;overflow:hidden;border-radius:22px;background:#10233f;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(0,0,0,.22);transition:.22s transform,.22s border-color}.keure-script-card:hover{transform:translateY(-6px);border-color:rgba(24,213,255,.45)}.script-badge{position:absolute;z-index:2;top:14px;left:14px;border-radius:999px;padding:7px 12px;background:linear-gradient(135deg,var(--accent),#ffc045);color:#fff;font-weight:1000;font-size:13px}.script-thumb{height:170px;background:linear-gradient(135deg,#dff2ff,#bfe4ff);display:grid;place-items:center;color:var(--primary);font-size:34px;font-weight:1000}.script-thumb img{width:100%;height:100%;object-fit:cover}.script-info{padding:22px}.script-info h3{margin:0 0 10px;font-size:22px;line-height:1.16;color:#fff;letter-spacing:-.03em}.script-info p{margin:0 0 16px;color:#cfe1f7;line-height:1.5}.mini-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.mini-tech em{font-style:normal;background:#eaf6ff;color:#064082;border-radius:999px;padding:7px 10px;font-weight:1000;font-size:12px}.script-price{font-size:21px;font-weight:1000;color:#fff}.keure-more-row{text-align:center;margin-top:30px}

.keure-custom-section{padding:70px 36px;background:linear-gradient(135deg,#f7fbff,#eef7ff)}.custom-card{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;background:#fff;border:1px solid #dbe8f6;border-radius:30px;padding:44px;box-shadow:0 28px 80px rgba(10,31,68,.10)}.custom-card h2{font-size:clamp(34px,4vw,56px);line-height:1.02;margin:16px 0 14px;color:#13213b;letter-spacing:-.06em}.custom-card p{font-size:18px;line-height:1.65;color:#566b84;max-width:760px}.custom-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

.keure-portfolio-grid,.keure-news-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.portfolio-tile,.news-card{display:block;background:#fff;border:1px solid #dbe8f6;border-radius:22px;overflow:hidden;box-shadow:0 18px 45px rgba(10,31,68,.09);transition:.22s transform,.22s box-shadow}.portfolio-tile:hover,.news-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(10,31,68,.15)}.portfolio-image,.news-image{height:190px;background:#dff1ff;display:grid;place-items:center;color:#1768ff;font-weight:1000}.portfolio-image img,.news-image img{width:100%;height:100%;object-fit:cover}.portfolio-content,.news-card>div:last-child{padding:22px}.portfolio-content span,.news-card small{font-weight:950;color:#0752b0}.portfolio-content h3,.news-card h3{font-size:23px;line-height:1.18;margin:10px 0;color:#14213a;letter-spacing:-.035em}.portfolio-content p,.news-card p{color:#60738c;line-height:1.55}.keure-news-section{background:#f7fbff;padding:64px 36px}

@media(max-width:1100px){.keure-hero-shell{grid-template-columns:1fr}.keure-domain-panel{max-width:620px}.keure-service-grid,.keure-script-strip{grid-template-columns:repeat(2,1fr)}.custom-card{grid-template-columns:1fr}.custom-actions{justify-content:flex-start}}
@media(max-width:760px){.keure-hero-v8,.keure-products-section,.keure-featured-dark,.keure-custom-section,.keure-news-section{padding-left:18px;padding-right:18px}.keure-hero-copy h1{font-size:42px}.keure-domain-search{grid-template-columns:1fr}.keure-domain-search button{min-height:54px}.keure-service-grid,.keure-script-strip,.keure-portfolio-grid,.keure-news-grid{grid-template-columns:1fr}.service-body{min-height:auto}.custom-card{padding:28px}.site-header{gap:12px}.topnav a:hover{color:#064fae!important}}

/* v9 homepage/product/news refinements */
.site-header{background:#071426!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.10)!important;box-shadow:none!important}.brand,.brand span:last-child{color:#fff!important}.brand span:last-child:after{color:#a8c4df!important}.topnav a{color:#eef7ff!important}.topnav a:hover{background:rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);transform:translateY(-1px)}.header-actions .btn.ghost,.cart-btn{background:#eaf4ff!important;color:#081a35!important}.header-actions .btn.ghost:hover,.cart-btn:hover{background:#fff!important;color:#064fae!important}.keure-products-section{background:#e8fbfb}.keure-section-title h2{text-wrap:balance}.keure-service-grid{align-items:stretch}.keure-service-card{height:100%;min-height:440px;border-radius:12px}.service-body{min-height:auto;flex:1;padding:22px 24px 24px}.service-body span{font-size:16px}.service-body h3{font-size:23px;margin:16px 0 12px}.service-body li{font-size:15px;margin:9px 0}.service-body strong{min-height:44px;margin-top:20px}.service-visual{height:145px}.service-visual.software{background-image:linear-gradient(135deg,rgba(15,39,70,.10),rgba(23,104,255,.20)),url('https://images.unsplash.com/photo-1515879218367-8466d910aaa4?auto=format&fit=crop&w=900&q=80')}.script-price{font-size:18px}.keure-script-card{display:flex;flex-direction:column}.script-info{display:flex;flex-direction:column;flex:1}.script-info p{min-height:48px}.product-addon-option{display:flex;align-items:center;gap:11px;margin:12px 0 14px;padding:13px 14px;border:1px solid #d9e7f7;border-radius:16px;background:#f4f9ff;color:#10213f;font-weight:850}.product-addon-option input{width:18px;height:18px;margin:0;flex:0 0 auto}.product-addon-option b{color:var(--primary)}.buy-option span{color:#075ce5}.price-row span small{display:block;color:#62738d}.price-row span{background:#f4f9ff;color:#13213b}.cart-modern small{color:#65748c}.news-hero-magazine{position:relative;background:linear-gradient(135deg,#071426,#0b335d 60%,#11203e);color:#fff;padding:70px 32px 76px;overflow:hidden}.news-hero-magazine:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 10%,rgba(24,213,255,.22),transparent 28%),radial-gradient(circle at 82% 30%,rgba(255,138,24,.18),transparent 25%)}.news-hero-magazine>div{position:relative;max-width:1080px;margin:auto}.news-hero-magazine h1{font-size:clamp(42px,5vw,74px);line-height:1.02;margin:18px 0 16px;letter-spacing:-.065em;max-width:900px}.news-hero-magazine p{font-size:20px;line-height:1.6;color:#d9ebff;max-width:740px}.news-magazine-section{max-width:1220px;margin:auto;padding:46px 24px 72px}.news-lead-card{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid #dce8f5;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(10,31,68,.12);margin-bottom:28px}.news-lead-image{min-height:360px;background:#dff1ff;display:grid;place-items:center;color:#1768ff;font-weight:1000}.news-lead-image img,.news-mini-image img,.article-image img{width:100%;height:100%;object-fit:cover}.news-lead-content{padding:42px;align-self:center}.news-lead-content small,.news-mini-card small,.article-copy small{color:#0b5cff;font-weight:950}.news-lead-content h2{font-size:clamp(30px,3vw,46px);line-height:1.05;margin:12px 0;color:#14213a;letter-spacing:-.05em}.news-lead-content p{color:#5d6f86;font-size:18px;line-height:1.6}.news-lead-content strong{display:inline-flex;margin-top:10px;border-radius:999px;background:linear-gradient(135deg,var(--accent),#ffbd43);color:#fff;padding:12px 18px}.news-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.news-mini-card{background:#fff;border:1px solid #dce8f5;border-radius:22px;overflow:hidden;box-shadow:0 18px 44px rgba(10,31,68,.08)}.news-mini-image{height:170px;background:#eaf6ff;display:grid;place-items:center;font-weight:1000;color:#1768ff}.news-mini-card>div:last-child{padding:22px}.news-mini-card h3{font-size:22px;line-height:1.15;margin:9px 0;color:#14213a}.news-mini-card p{color:#60738c;line-height:1.5}.article-page{background:#f6f9ff}.article-hero{max-width:1220px;margin:auto;padding:48px 24px;display:grid;grid-template-columns:1fr 470px;gap:34px;align-items:center}.article-copy h1{font-size:clamp(40px,5vw,70px);line-height:1.02;margin:12px 0 16px;letter-spacing:-.06em;color:#13213b}.article-copy p{font-size:20px;line-height:1.6;color:#5d6f86}.article-back{display:inline-flex;margin-bottom:18px;color:#0b5cff;font-weight:950}.article-image{height:360px;border-radius:28px;overflow:hidden;background:#dff1ff;display:grid;place-items:center;color:#1768ff;font-weight:1000;box-shadow:0 24px 70px rgba(10,31,68,.12)}.article-content{max-width:860px;margin:0 auto 80px;background:#fff;border:1px solid #dce8f5;border-radius:28px;padding:44px;box-shadow:0 18px 48px rgba(10,31,68,.08);font-size:18px;line-height:1.8;color:#26364b}.article-content h2,.article-content h3{color:#13213b;letter-spacing:-.03em}@media(max-width:1000px){.news-lead-card,.article-hero{grid-template-columns:1fr}.news-list-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.news-list-grid{grid-template-columns:1fr}.news-lead-content,.article-content{padding:28px}.keure-service-card{min-height:auto}}

/* v11 professional product page + Keure.nl wordmark refinements */
.site-header .brand.keure-wordmark{gap:0;font-weight:1000;letter-spacing:-.055em;color:#fff!important;font-size:31px;line-height:1;align-items:baseline}.site-header .brand.keure-wordmark:before{display:none!important}.keure-wordmark .wordmark-k{color:#1689ff!important;font-size:1.06em}.keure-wordmark .wordmark-rest{color:inherit!important}.keure-wordmark .wordmark-rest:after{display:none!important}.brand-mark{display:none!important}.topnav a{transition:.22s ease}.topnav a:hover{background:rgba(255,255,255,.14)!important;color:#fff!important;box-shadow:0 10px 28px rgba(0,0,0,.14), inset 0 0 0 1px rgba(255,255,255,.14);transform:translateY(-2px)}

.keure-capabilities-section{padding:72px 36px;background:linear-gradient(180deg,#f7fbff,#fff)}.keure-capability-grid{max-width:1240px;margin:34px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.capability-card{position:relative;overflow:hidden;background:#fff;border:1px solid #dce9f7;border-radius:24px;padding:26px;min-height:230px;box-shadow:0 18px 48px rgba(10,31,68,.08);transition:.22s transform,.22s box-shadow}.capability-card:hover{transform:translateY(-5px);box-shadow:0 26px 70px rgba(10,31,68,.13)}.capability-card span{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;background:linear-gradient(135deg,#eaf6ff,#fff4df);color:#0752b0;font-weight:1000}.capability-card h3{font-size:24px;line-height:1.12;margin:22px 0 10px;color:#14213a;letter-spacing:-.035em}.capability-card p{margin:0;color:#5f718a;line-height:1.6;font-size:16px}.capability-card:after{content:"";position:absolute;right:-40px;bottom:-45px;width:120px;height:120px;border-radius:38px;background:linear-gradient(135deg,rgba(24,213,255,.12),rgba(255,138,24,.14));transform:rotate(18deg)}

.product-page-v11{background:#071426;color:#fff;min-height:100vh}.product-hero-v11{max-width:1320px;margin:0 auto;padding:42px 34px 30px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.82fr);gap:30px;align-items:start}.product-visual-panel{position:relative;background:#0e2542;border:1px solid rgba(132,183,245,.24);border-radius:30px;padding:18px;box-shadow:0 26px 90px rgba(0,0,0,.26)}.product-floating-label{position:absolute;z-index:3;left:30px;top:30px;border-radius:999px;background:linear-gradient(135deg,var(--accent),#ffc24a);padding:9px 16px;color:#fff;font-weight:1000;box-shadow:0 12px 28px rgba(255,138,24,.25)}.product-main-image{height:430px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#dff3ff,#c9e8ff);display:grid;place-items:center;color:var(--primary);font-size:64px;font-weight:1000}.product-main-image img{width:100%;height:100%;object-fit:cover;display:block}.product-code-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,#dff3ff,#c9e8ff)}.product-thumb-row{display:flex;gap:12px;overflow-x:auto;padding:14px 2px 2px;scrollbar-width:thin}.product-thumb{width:118px;height:76px;flex:0 0 auto;border:2px solid transparent;border-radius:16px;overflow:hidden;background:#fff;padding:0;cursor:pointer;opacity:.72;transition:.2s ease}.product-thumb:hover,.product-thumb.is-active{opacity:1;border-color:var(--accent);transform:translateY(-2px)}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info-panel{background:#0e2542;border:1px solid rgba(132,183,245,.24);border-radius:30px;padding:34px;box-shadow:0 26px 90px rgba(0,0,0,.20)}.product-info-panel h1{font-size:clamp(42px,4.4vw,68px);line-height:1.01;margin:14px 0 16px;color:#fff;letter-spacing:-.065em}.product-lead{font-size:20px;line-height:1.55;color:#d8e8fb;margin:0 0 20px}.product-tech-pills{margin:18px 0 22px}.product-tech-pills .pill{background:#eaf6ff!important;color:#064082!important;border:0!important;padding:10px 15px;font-weight:1000}.product-description-card{background:#fff;color:#20324d;border-radius:22px;padding:24px 26px;line-height:1.72;font-size:17px;box-shadow:0 18px 48px rgba(0,0,0,.10);max-height:310px;overflow:auto}.product-description-card *:first-child{margin-top:0}.product-description-card *:last-child{margin-bottom:0}.product-order-card{grid-column:2;grid-row:1 / span 2;background:#fff;color:#10213f;border:1px solid #dce8f7;border-radius:30px;padding:30px;box-shadow:0 26px 80px rgba(0,0,0,.22);position:sticky;top:96px}.order-card-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.order-card-head span{font-size:44px;font-weight:1000;letter-spacing:-.055em;color:#10213f}.order-card-head strong{border-radius:999px;background:#eaf6ff;color:#0752b0;padding:8px 12px;font-size:13px}.order-divider{height:1px;background:#e4edf8;margin:22px 0}.order-form-block{display:block;margin:0 0 22px}.order-form-block:last-child{margin-bottom:0}.order-label{display:block;margin:0 0 8px;color:#273957;font-weight:950}.order-select{width:100%;min-height:58px;border:1px solid #d8e6f6;border-radius:16px;background:#fff;color:#10213f;padding:0 16px;font-size:18px;margin-bottom:14px}.order-action{width:100%;min-height:70px;border-radius:20px;border:1px solid #dce8f7;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;font-weight:1000;cursor:pointer;transition:.22s ease}.order-action:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(11,92,255,.12)}.order-action.primary{background:linear-gradient(135deg,#fff7ed,#fff);border-color:#ffcf9c;color:#10213f}.order-action.primary strong{color:#f26d11;font-size:22px}.order-action.secondary{background:#f4f9ff;color:#10213f}.order-action.secondary strong{color:#075ce5;font-size:20px}.product-addon-option{margin:0 0 14px!important}.product-screenshots-section,.product-updates-section{max-width:1320px;margin:0 auto;padding:28px 34px 70px}.product-section-title{margin-bottom:22px}.product-section-title h2{font-size:clamp(34px,4vw,54px);line-height:1.04;margin:12px 0 0;color:#fff;letter-spacing:-.055em}.screenshot-carousel-v11{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(310px,430px);gap:18px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.screenshot-slide{height:245px;border:1px solid rgba(132,183,245,.24);border-radius:22px;overflow:hidden;background:#0e2542;padding:0;cursor:pointer;scroll-snap-align:start;transition:.22s transform,.22s border-color;box-shadow:0 20px 55px rgba(0,0,0,.18)}.screenshot-slide:hover{transform:translateY(-4px);border-color:rgba(255,138,24,.55)}.screenshot-slide img{width:100%;height:100%;object-fit:cover;display:block}.product-update-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-update-card{background:#0e2542;border:1px solid rgba(132,183,245,.24);border-radius:22px;padding:22px;color:#d8e8fb}.product-update-card b{color:#fff}.product-update-card p{line-height:1.55;color:#cfe0f3}

@media(max-width:1120px){.product-hero-v11{grid-template-columns:1fr}.product-order-card{grid-column:auto;grid-row:auto;position:relative;top:auto}.product-main-image{height:360px}.keure-capability-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.product-hero-v11,.product-screenshots-section,.product-updates-section,.keure-capabilities-section{padding-left:18px;padding-right:18px}.product-info-panel,.product-order-card,.product-visual-panel{border-radius:22px;padding:20px}.product-main-image{height:250px}.order-card-head span{font-size:34px}.order-action{flex-direction:column;align-items:flex-start;min-height:auto}.screenshot-carousel-v11{grid-auto-columns:minmax(260px,86vw)}.screenshot-slide{height:185px}.keure-capability-grid{grid-template-columns:1fr}.site-header .brand.keure-wordmark{font-size:25px}}

/* v12: strakkere Keure.nl UI - subtiele hoeken, geen grote pill/rondingen */
:root{--keure-radius-xs:4px;--keure-radius-sm:6px;--keure-radius-md:8px;--keure-radius-lg:10px}
.site-header,.hero-card,.domain-box,.card,.panel,.form-card,.news-lead-card,.news-mini-card,.article-image,.article-content,.keure-service-card,.product-visual-panel,.product-info-panel,.product-order-card,.capability-card,.product-update-card{border-radius:var(--keure-radius-lg)!important}
.btn,.cart-btn,.pill,.keure-kicker,.product-floating-label,.order-card-head strong,.news-lead-content strong,.product-tech-pills .pill,.tech-pills .pill{border-radius:var(--keure-radius-sm)!important}
.topnav a,.order-select,.order-action,.product-addon-option,.product-thumb,.screenshot-slide,input,select,textarea{border-radius:var(--keure-radius-md)!important}
.brand:before{border-radius:var(--keure-radius-sm)!important}.hero:after{border-radius:var(--keure-radius-lg)!important}

.product-page-v11{background:#071426;color:#fff}.product-hero-v11{grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:28px;padding-top:34px}.product-visual-panel{padding:12px;background:#0b213c}.product-main-image{height:360px;border-radius:var(--keure-radius-md)!important}.product-thumb-row{gap:10px;padding:12px 0 0}.product-thumb{width:104px;height:64px}.product-info-panel{padding:28px;background:#0b213c}.product-info-panel h1{font-size:clamp(38px,4vw,58px);margin:10px 0 12px}.product-lead{font-size:18px;margin-bottom:16px}.product-description-card{background:transparent!important;color:#dcecff;border:0!important;border-radius:0!important;padding:16px 0 0!important;box-shadow:none!important;max-height:260px;line-height:1.65;border-top:1px solid rgba(176,205,242,.24)!important}.product-description-card a{color:#86c7ff}.product-order-card{padding:26px}.order-card-head span{font-size:38px}.order-divider{margin:18px 0}.product-addon-option{display:flex;align-items:flex-start;gap:12px;border:1px solid #d8e6f6;background:#f4f9ff;padding:13px 14px;color:#10213f;font-weight:950;line-height:1.25}.product-addon-option input{width:18px;height:18px;margin-top:1px;flex:0 0 auto}.product-addon-option span{display:grid;gap:5px}.product-addon-option small{font-size:13px;color:#536983;font-weight:800}.order-action{min-height:60px;padding:15px 18px}.order-action.primary strong,.order-action.secondary strong{font-size:20px}.order-note{margin:9px 2px 0;color:#637690;font-size:13px;font-weight:800}.order-select{min-height:54px}.product-screenshots-section,.product-updates-section{padding-top:18px}.screenshot-carousel-v11{grid-auto-columns:minmax(250px,330px);gap:12px}.screenshot-slide{height:186px;border-radius:var(--keure-radius-md)!important}.product-section-title h2{font-size:clamp(30px,3.2vw,44px)}
@media(max-width:720px){.product-info-panel,.product-order-card,.product-visual-panel{border-radius:var(--keure-radius-lg)!important}.product-main-image{height:230px}.order-card-head span{font-size:30px}.screenshot-slide{height:160px}}


/* v14: professionele portfolio detailpagina in dezelfde lijn als productpagina */
.portfolio-detail-v14{background:#071426;color:#fff;min-height:100vh}
.portfolio-hero-v14{max-width:1320px;margin:0 auto;padding:34px 34px 26px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:28px;align-items:start}
.portfolio-visual-panel{padding:12px;background:#0b213c;border-radius:var(--keure-radius-lg)!important}
.portfolio-main-image{height:390px;border-radius:var(--keure-radius-md)!important}
.portfolio-thumb-row{gap:10px;padding:12px 0 0}
.portfolio-info-panel{padding:28px;background:#0b213c;border-radius:var(--keure-radius-lg)!important}
.portfolio-info-panel h1{font-size:clamp(38px,4vw,58px);line-height:1.02;margin:12px 0 14px;color:#fff;letter-spacing:-.055em}
.portfolio-kicker{display:inline-flex;align-items:center;background:#eaf6ff;color:#0752b0;font-weight:1000;padding:8px 12px;border-radius:var(--keure-radius-sm)!important}
.portfolio-client{font-size:17px;line-height:1.45;color:#d8e8fb;margin:0 0 15px}
.portfolio-client strong{color:#fff}
.portfolio-description-card{background:transparent!important;color:#dcecff;border:0!important;border-radius:0!important;padding:16px 0 0!important;box-shadow:none!important;max-height:320px;line-height:1.65;border-top:1px solid rgba(176,205,242,.24)!important}
.portfolio-description-card a{color:#86c7ff}
.portfolio-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.portfolio-screenshots-section{padding-top:18px}
.portfolio-screenshot-carousel{grid-auto-columns:minmax(250px,330px);gap:12px}
.portfolio-screenshot-carousel .screenshot-slide{height:186px;border-radius:var(--keure-radius-md)!important}
@media(max-width:1120px){.portfolio-hero-v14{grid-template-columns:1fr}.portfolio-main-image{height:360px}}
@media(max-width:720px){.portfolio-hero-v14,.portfolio-screenshots-section{padding-left:18px;padding-right:18px}.portfolio-main-image{height:230px}.portfolio-info-panel,.portfolio-visual-panel{border-radius:var(--keure-radius-lg)!important}.portfolio-info-panel h1{font-size:34px}.portfolio-screenshot-carousel .screenshot-slide{height:160px}}

/* v15 domeinflow productpagina + homepage zonder domeinchecker */
.keure-hero-shell:not(:has(.keure-domain-panel)){grid-template-columns:minmax(0,900px);justify-content:flex-start}.order-domain-flow{background:#f7fbff;border:1px solid #dce8f7;border-radius:6px;padding:14px;margin:0 0 14px}.domain-choice-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.domain-choice-row label{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #dce8f7;border-radius:6px;padding:9px 11px;font-weight:800;color:#10213f}.domain-choice-row input{width:auto}.domain-extra{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.domain-extra input{margin:0}.domain-extra [data-transfer-code]{grid-column:1/-1}.domain-inline-result{grid-column:1/-1;font-size:13px;font-weight:800;color:#5f718a}.domain-inline-result.is-ok{color:#138445}.domain-inline-result.is-error{color:#b53719}@media(max-width:720px){.domain-extra{grid-template-columns:1fr}.domain-extra .btn{width:100%;justify-content:center}}

/* v17 product-order wizard and cleaner order actions */
.order-action.primary,.order-action.secondary{position:relative;overflow:hidden}.order-action.primary:after,.order-action.secondary:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:translateX(-120%);transition:.45s}.order-action.primary:hover:after,.order-action.secondary:hover:after{transform:translateX(120%)}
.product-addon-fixed-rent{background:#eef6ff;border-style:dashed}.order-wizard-open{overflow:hidden}.order-wizard-modal[hidden]{display:none}.order-wizard-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:22px}.order-wizard-backdrop{position:absolute;inset:0;background:rgba(2,10,25,.72);backdrop-filter:blur(10px)}.order-wizard-card{position:relative;width:min(720px,96vw);background:#fff;color:#10213f;border:1px solid #dbe7f7;border-radius:10px;box-shadow:0 34px 100px rgba(0,0,0,.34);padding:30px}.wizard-close{position:absolute;right:16px;top:14px;border:0;background:#edf5ff;color:#10213f;width:34px;height:34px;border-radius:7px;font-size:24px;line-height:1;cursor:pointer}.wizard-progress{display:flex;gap:8px;margin-bottom:22px}.wizard-progress span{height:5px;flex:1;background:#dbe7f7;border-radius:4px}.wizard-progress span.active{background:linear-gradient(90deg,var(--primary),var(--accent))}.wizard-step{display:none}.wizard-step.active{display:block}.wizard-step h2{font-size:clamp(30px,4vw,44px);line-height:1.05;margin:12px 0;color:#10213f;letter-spacing:-.045em}.wizard-help{color:#64748b;line-height:1.6;margin:0 0 20px}.wizard-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.wizard-choice{display:flex;gap:10px;align-items:flex-start;border:1px solid #dbe7f7;background:#f7fbff;border-radius:8px;padding:14px;cursor:pointer}.wizard-choice:hover{border-color:#9bc5ff}.wizard-choice input{margin-top:3px}.wizard-choice span{display:grid;gap:4px}.wizard-choice b{font-size:17px}.wizard-choice small{color:#64748b;font-weight:700;line-height:1.35}.wizard-domain-fields{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}.wizard-domain-fields input,.wizard-step textarea{border:1px solid #dbe7f7;border-radius:8px;padding:14px 15px;font:inherit}.wizard-domain-fields [data-wizard-transfer-code]{grid-column:1/-1}.wizard-domain-result{grid-column:1/-1;color:#64748b;font-weight:800}.wizard-domain-result.is-ok{color:#15803d}.wizard-domain-result.is-error{color:#b91c1c}.wizard-step textarea{width:100%;min-height:140px;resize:vertical}.wizard-summary{margin:16px 0 0;border:1px solid #dbe7f7;background:#f7fbff;border-radius:8px;padding:14px;display:grid;gap:6px;color:#203556;font-weight:800}.wizard-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.client-alert-list{display:grid;gap:10px;margin-bottom:18px}.client-alert{border:1px solid #fed7aa;background:#fff7ed;color:#7c2d12;border-radius:8px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.client-alert strong{display:block;color:#9a3412}.client-alert span{color:#7c2d12}.client-alert .btn{padding:9px 12px;border-radius:7px}
@media(max-width:720px){.wizard-choice-grid{grid-template-columns:1fr}.wizard-domain-fields{grid-template-columns:1fr}.order-wizard-card{padding:22px}.client-alert{align-items:flex-start;flex-direction:column}}


/* v18 - strakker product bestellen + compacte hero */
.keure-hero-v8{
  min-height:430px;
  padding:58px 24px 54px;
  display:grid;
  place-items:center;
}
.keure-hero-shell{
  display:block;
  max-width:980px;
  text-align:center;
}
.keure-hero-copy{
  margin:0 auto;
}
.keure-hero-copy h1{
  max-width:900px;
  margin:18px auto 16px;
  font-size:clamp(34px,4.7vw,64px);
  line-height:1.02;
}
.keure-hero-copy p{
  max-width:760px;
  margin:0 auto 24px;
  font-size:clamp(17px,1.5vw,21px);
  line-height:1.55;
}
.keure-kicker{
  border-radius:8px;
  padding:9px 14px;
}
.keure-hero-actions{
  justify-content:center;
}
.keure-hero-actions .btn{
  border-radius:8px;
  min-width:190px;
  box-shadow:0 14px 34px rgba(0,0,0,.15);
}
.keure-hero-v8:after{
  content:"";
  position:absolute;
  inset:auto 8% 0 8%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(24,213,255,.65),transparent);
}
@media(max-width:720px){
  .keure-hero-v8{min-height:auto;padding:42px 18px}
  .keure-hero-actions .btn{width:100%}
}

.product-addon-fixed-rent{display:none!important}
.order-card-head strong{border-radius:7px}
.order-action{
  border-radius:8px!important;
  min-height:64px;
  position:relative;
  overflow:hidden;
}
.order-action span{
  font-size:17px;
  letter-spacing:.01em;
}
.order-action.primary{
  background:linear-gradient(135deg,#ff8a18,#ffc247)!important;
  border-color:#ff9c36!important;
  color:#fff!important;
}
.order-action.primary strong{color:#fff!important}
.order-action.secondary{
  background:linear-gradient(135deg,#075ce5,#2d7dff)!important;
  border-color:#1768ff!important;
  color:#fff!important;
}
.order-action.secondary strong{color:#fff!important}
.order-note{
  color:#63748d!important;
  font-size:14px;
  line-height:1.45;
}
.product-order-card,
.product-info-panel,
.product-visual-panel,
.product-description-card,
.screenshot-slide,
.product-thumb,
.form-card,
.card,
.feature,
.notice,
.searchbar,
.hero-card{
  border-radius:8px!important;
}
.pill,
.btn,
.cart-btn{
  border-radius:7px!important;
}


/* v19 - compacte nieuwspagina, nette wizard en productflow */
.news-page-v19{background:#f5f8fc;min-height:70vh;padding:0 24px 70px;color:#10213f}
.news-heading-v19{max-width:1220px;margin:0 auto;padding:34px 0 22px;display:flex;align-items:end;justify-content:space-between;gap:22px;border-bottom:1px solid #dde8f6}
.news-heading-v19 h1{margin:0 0 6px;font-size:clamp(30px,3.2vw,48px);line-height:1.04;letter-spacing:-.045em;color:#10213f}
.news-heading-v19 p{margin:0;color:#63748d;font-size:17px;line-height:1.45;max-width:620px}
.news-grid-v19{max-width:1220px;margin:24px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.news-card-v19{display:grid;grid-template-rows:170px 1fr;background:#fff;border:1px solid #dbe7f7;border-radius:8px!important;overflow:hidden;box-shadow:0 16px 40px rgba(16,33,63,.08);transition:.18s ease;color:inherit;text-decoration:none}
.news-card-v19:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(16,33,63,.12);border-color:#b8d5ff}
.news-card-image-v19{background:#eaf6ff;display:grid;place-items:center;color:#075ce5;font-weight:1000}
.news-card-image-v19 img{width:100%;height:100%;object-fit:cover;display:block}
.news-card-content-v19{padding:18px;display:flex;flex-direction:column;gap:8px}
.news-card-content-v19 small{color:#075ce5;font-weight:950}
.news-card-content-v19 h2{font-size:21px;line-height:1.18;margin:0;color:#10213f;letter-spacing:-.025em}
.news-card-content-v19 p{margin:0;color:#63748d;line-height:1.48;font-size:15px;flex:1}
.news-card-content-v19 strong{color:#f26d11;font-weight:950;margin-top:4px}
.wizard-step h2{font-size:clamp(24px,3vw,34px)!important;letter-spacing:-.035em!important}
.wizard-help{font-size:15px!important;margin-bottom:16px!important}.order-wizard-card{padding:24px!important}.wizard-choice b{font-size:16px!important}.wizard-choice small{font-size:13px!important}.wizard-step textarea{min-height:110px!important}
.order-card-head span{font-size:34px!important}.order-card-head strong{font-size:12px!important}.order-divider{margin:14px 0!important}.product-order-card{padding:24px!important}
@media(max-width:950px){.news-grid-v19{grid-template-columns:repeat(2,minmax(0,1fr))}.news-heading-v19{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.news-grid-v19{grid-template-columns:1fr}.news-page-v19{padding-left:16px;padding-right:16px}.news-heading-v19{padding-top:24px}.news-card-v19{grid-template-rows:150px 1fr}}


/* v27 - klanten mail popup */
.keure-admin-modal[hidden]{display:none!important}
.keure-admin-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:22px}
.keure-admin-modal-backdrop{position:absolute;inset:0;background:rgba(4,13,28,.62);backdrop-filter:blur(6px)}
.keure-admin-modal-card{position:relative;width:min(920px,100%);max-height:92vh;overflow:auto;background:#fff;border:1px solid #dbe7f7;border-radius:8px;box-shadow:0 28px 80px rgba(5,18,40,.28);padding:22px}
.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px;border-bottom:1px solid #e2ebf7;padding-bottom:14px}
.modal-head h2{margin:0 0 5px;font-size:26px;letter-spacing:-.035em;color:#10213f}
.modal-head p{margin:0;color:#63748d;line-height:1.45;max-width:680px}
.customer-mail-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.mini-html-editor{border:1px solid #d7e4f5;border-radius:7px;overflow:hidden;background:#fff}
.mini-editor-toolbar{display:flex;gap:7px;flex-wrap:wrap;padding:10px;background:#f3f7fd;border-bottom:1px solid #d7e4f5}
.mini-editor-toolbar button{border:1px solid #cfdff2;background:#fff;color:#10213f;font-weight:900;border-radius:5px;padding:7px 10px;cursor:pointer}
.mini-editor-toolbar button:hover{background:#e8f2ff;border-color:#9fc6ff}
.mini-editor-area{min-height:230px;max-height:360px;overflow:auto;padding:15px;font-size:16px;line-height:1.6;color:#10213f;outline:none}
.mini-editor-area:empty:before{content:'Schrijf hier je bericht...';color:#96a6bb}
.admin-modal-open{overflow:hidden}
@media(max-width:720px){.keure-admin-modal{padding:12px}.modal-head{flex-direction:column}.customer-mail-card .form-grid{grid-template-columns:1fr}.keure-admin-modal-card{padding:16px}.mini-editor-area{min-height:190px}}


/* v30: productoverzicht strak uitlijnen + productgalerij volledig zichtbaar */
.scripts-listing-section .scripts-grid{align-items:stretch}
.scripts-grid .product-card{height:100%;display:flex!important;flex-direction:column;background:#0e2542;color:#fff;border-color:rgba(132,183,245,.28);overflow:hidden}
.scripts-grid .product-image{height:230px;min-height:230px;background:#071426;display:grid;place-items:center;border-bottom:1px solid rgba(132,183,245,.20)}
.scripts-grid .product-image img{width:100%;height:100%;object-fit:contain;background:#061126;display:block}
.scripts-grid .product-card .card-body,.product-card-body{flex:1;display:flex;flex-direction:column;padding:22px;gap:14px}
.product-card-copy{min-height:168px;display:block}
.scripts-grid .product-card .card-body h3{margin:0 0 10px;font-size:22px;line-height:1.15;color:#fff!important;letter-spacing:-.035em}
.scripts-grid .product-card .card-body p{margin:0;color:#dbeaff;font-size:16px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.product-card-tech{min-height:86px;display:flex;align-content:flex-start;align-items:flex-start;gap:10px;flex-wrap:wrap;margin-top:auto}
.product-card-tech .pill{background:#eaf6ff!important;color:#064082!important;border:0!important;padding:8px 12px}
.product-card-prices{margin-top:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-card-prices.single-price-mode{grid-template-columns:1fr}
.product-card-prices span{min-height:70px;background:#f7fbff!important;color:#10213f!important;border-radius:var(--keure-radius-md)!important;display:flex;flex-direction:column;justify-content:center}
.product-card-cta{margin-top:auto;display:flex;align-items:center;justify-content:center;min-height:44px;background:linear-gradient(135deg,var(--accent),#ffc247);color:#fff;font-weight:1000;border-radius:var(--keure-radius-sm);box-shadow:0 14px 28px rgba(255,138,24,.18)}
.scripts-grid .product-card:hover .product-card-cta{transform:translateY(-1px)}
.product-main-image img,.product-thumb img,.screenshot-slide img{object-fit:contain!important;background:#071426}
.product-main-image{background:#071426!important}
.product-thumb,.screenshot-slide{background:#071426!important}
.product-order-card-unavailable p{line-height:1.6;color:#536983;font-weight:800}
@media(max-width:1000px){.product-card-copy{min-height:0}.product-card-tech{min-height:0}.scripts-grid .product-image{height:210px;min-height:210px}}



/* v31: compactere productkaarten + orders bewerken/verwijderen */
.scripts-grid .product-image{
    height:165px!important;
    min-height:165px!important;
}
.scripts-grid .product-card .card-body,
.product-card-body{
    padding:16px!important;
    gap:10px!important;
}
.product-card-copy{
    min-height:108px!important;
}
.scripts-grid .product-card .card-body h3{
    font-size:19px!important;
    margin-bottom:7px!important;
}
.scripts-grid .product-card .card-body p{
    font-size:14px!important;
    line-height:1.42!important;
    -webkit-line-clamp:3!important;
}
.product-card-tech{
    min-height:45px!important;
    gap:7px!important;
}
.product-card-tech .pill{
    padding:6px 10px!important;
    font-size:12px!important;
}
.product-card-prices{
    gap:8px!important;
}
.product-card-prices span{
    min-height:54px!important;
    padding:9px 10px!important;
}
.product-card-prices small{
    font-size:10px!important;
    margin-bottom:2px!important;
}
.product-card-cta{
    min-height:38px!important;
    font-size:14px!important;
}
@media(max-width:1000px){
    .scripts-grid .product-image{
        height:150px!important;
        min-height:150px!important;
    }
    .product-card-copy,
    .product-card-tech{
        min-height:0!important;
    }
}

.table-actions{
    display:flex;
    gap:6px;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
}
.inline-delete-form{display:inline-flex;margin:0}
.btn.danger,
.btn.small.danger{
    background:#ffe9e9!important;
    color:#b42318!important;
    border:1px solid #ffcaca!important;
    box-shadow:none!important;
}
.btn.danger:hover,
.btn.small.danger:hover{
    background:#ffdada!important;
}
.admin-order-edit .panel-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
}
.order-items-editor{
    display:grid;
    gap:8px;
    margin:12px 0;
}
.order-item-row{
    display:grid;
    grid-template-columns:minmax(220px,1.5fr) minmax(120px,.7fr) 80px 80px 130px 110px;
    gap:8px;
    align-items:center;
}
.order-item-head{
    font-weight:1000;
    color:#52657e;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.order-item-row input{
    padding:10px 11px;
    border-radius:6px;
}
.inline-check{
    display:flex;
    gap:7px;
    align-items:center;
    font-weight:900;
    font-size:13px;
}
.inline-check input{
    width:auto;
}
.danger-check{color:#b42318}
.order-total-box{
    margin-top:14px;
    padding:14px 16px;
    border:1px solid #dbe7f7;
    background:#f7fbff;
    border-radius:7px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    font-weight:900;
}
.order-total-box strong{
    font-size:22px;
    color:#0b5cff;
}
@media(max-width:980px){
    .order-item-row{
        grid-template-columns:1fr 1fr;
    }
    .order-item-head{display:none}
}

/* v32: productoverzicht professioneel gelijkzetten zonder tekst-overlap */
.scripts-grid .product-card{
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
    min-height:0!important;
    background:#0e2542!important;
    overflow:hidden!important;
}
.scripts-grid .product-image{
    position:relative!important;
    height:178px!important;
    min-height:178px!important;
    max-height:178px!important;
    overflow:hidden!important;
    flex:0 0 178px!important;
    background:#071426!important;
    border-bottom:1px solid rgba(132,183,245,.22)!important;
}
.scripts-grid .product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:top center!important;
    display:block!important;
    background:#071426!important;
}
.scripts-grid .product-card .card-body,
.scripts-grid .product-card-body{
    position:relative!important;
    z-index:2!important;
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
    padding:16px!important;
    gap:10px!important;
    background:#0e2542!important;
}
.scripts-grid .product-card-copy{
    min-height:92px!important;
    max-height:92px!important;
    overflow:hidden!important;
    display:block!important;
    flex:0 0 92px!important;
}
.scripts-grid .product-card .card-body h3{
    min-height:24px!important;
    max-height:48px!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    margin:0 0 6px!important;
    font-size:19px!important;
    line-height:1.18!important;
    color:#fff!important;
}
.scripts-grid .product-card .card-body p{
    margin:0!important;
    color:#dbeaff!important;
    font-size:14px!important;
    line-height:1.45!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}
.scripts-grid .product-card-tech{
    min-height:74px!important;
    max-height:74px!important;
    overflow:hidden!important;
    margin-top:0!important;
    display:flex!important;
    align-content:flex-start!important;
    align-items:flex-start!important;
    gap:7px!important;
    flex-wrap:wrap!important;
    flex:0 0 74px!important;
}
.scripts-grid .product-card-tech .pill{
    padding:6px 10px!important;
    font-size:12px!important;
    line-height:1.15!important;
    border-radius:7px!important;
}
.scripts-grid .product-card-prices{
    margin-top:auto!important;
    flex:0 0 auto!important;
    gap:8px!important;
}
.scripts-grid .product-card-prices span{
    min-height:56px!important;
    padding:9px 10px!important;
    border-radius:8px!important;
}
.scripts-grid .product-card-cta{
    flex:0 0 auto!important;
    min-height:38px!important;
    border-radius:8px!important;
}
@media(max-width:1000px){
    .scripts-grid .product-image{height:170px!important;min-height:170px!important;max-height:170px!important;flex-basis:170px!important}
    .scripts-grid .product-card-copy,.scripts-grid .product-card-tech{min-height:auto!important;max-height:none!important;flex-basis:auto!important}
}

/* v36: mobiele frontend + productpagina netjes schaalbaar */
.front-nav-toggle,.front-nav-backdrop,.front-nav-mobile-head{display:none}
@media(max-width:900px){
  body.front-nav-open{overflow:hidden}
  .site-header{min-height:62px;padding:10px 14px;gap:10px;align-items:center;flex-wrap:nowrap}
  .site-header .brand{min-width:0;flex:1}
  .keure-wordmark .wordmark-k{font-size:30px!important}
  .keure-wordmark .wordmark-rest{font-size:22px!important}
  .front-nav-toggle{display:inline-flex;width:42px;height:42px;min-width:42px;padding:0;border:1px solid rgba(226,235,248,.32);border-radius:7px;background:rgba(237,245,255,.95);color:#081a35;align-items:center;justify-content:center;flex-direction:column;gap:5px;box-shadow:none;order:3}
  .front-nav-toggle span{width:20px;height:2px;border-radius:2px;background:#081a35;display:block}
  .front-nav-backdrop{position:fixed;inset:0;background:rgba(4,14,34,.58);z-index:90;backdrop-filter:blur(3px)}
  body.front-nav-open .front-nav-backdrop{display:block}
  .front-nav-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff;border-bottom:1px solid rgba(255,255,255,.14);padding:0 0 12px;margin:0 0 10px}
  .front-nav-mobile-head b{font-size:18px}
  .front-nav-mobile-head button{width:36px;height:36px;min-height:36px;padding:0;border-radius:7px;background:rgba(255,255,255,.12);color:#fff;font-size:26px;line-height:1;box-shadow:none}
  .topnav{position:fixed;top:0;left:0;bottom:0;z-index:100;width:min(320px,86vw);display:block!important;overflow:auto;background:linear-gradient(180deg,#071733,#0b315b);padding:20px;box-shadow:24px 0 70px rgba(5,16,38,.34);transform:translateX(-105%);transition:transform .22s ease;order:initial;justify-content:flex-start}
  body.front-nav-open .topnav{transform:translateX(0)}
  .topnav a{display:block;color:#eaf6ff!important;border-radius:7px!important;padding:12px 10px!important;margin:0 0 6px;background:rgba(255,255,255,.045)}
  .topnav a:hover{background:rgba(255,255,255,.13)!important;color:#fff!important}
  .header-actions{margin-left:0;gap:7px;order:2;flex:0 0 auto;display:flex;width:auto}
  .header-actions .btn,.header-actions .cart-btn{min-height:40px;padding:9px 11px;font-size:14px;border-radius:7px!important}
  .header-actions .header-user{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}
@media(max-width:560px){
  .site-header{padding:8px 10px}
  .header-actions{gap:5px}
  .header-actions .btn,.header-actions .cart-btn{font-size:0;width:40px;min-width:40px;padding:0}
  .header-actions .cart-btn{font-size:16px}
  .header-actions .cart-btn b{font-size:13px}
  .header-actions a[href$="login.php"]:before{content:'👤';font-size:17px}
  .header-actions a[href$="offerte.php"]{font-size:12px;width:auto;min-width:72px;padding:0 10px}
  .header-actions a[href$="logout.php"]:before{content:'⎋';font-size:18px}
  .header-actions .header-user:before{content:'👤';font-size:17px}
  .header-actions .header-user{max-width:40px}
}
@media(max-width:820px){
  .product-page-v11{padding:14px!important;overflow:hidden}
  .product-hero-v11{display:block!important;gap:0!important}
  .product-visual-panel,.product-info-panel,.product-order-card{width:100%;margin:0 0 14px;padding:14px!important;border-radius:7px!important}
  .product-main-image{height:auto!important;min-height:0!important;aspect-ratio:16/10;border-radius:7px!important}
  .product-main-image img{width:100%;height:100%;object-fit:contain!important;background:#081a35;border-radius:7px!important}
  .product-thumb-row{display:flex;gap:8px;overflow-x:auto;padding:8px 2px 2px;scroll-snap-type:x mandatory}
  .product-thumb{flex:0 0 74px;height:52px;border-radius:6px!important;scroll-snap-align:start}
  .product-thumb img{object-fit:contain!important;background:#081a35}
  .product-info-panel h1{font-size:clamp(30px,9vw,44px)!important;line-height:1.05;margin:10px 0}
  .product-lead{font-size:17px!important;line-height:1.45!important}
  .product-description-card{max-height:260px;overflow:auto;padding:14px!important;font-size:16px;line-height:1.5;border-radius:7px!important}
  .product-tech-pills{gap:7px;margin:12px 0}.product-tech-pills .pill{font-size:12px;padding:7px 10px;border-radius:6px!important}
  .product-order-card{position:relative!important;top:auto!important;background:#fff!important;color:#10213f!important}
  .order-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.order-card-head span{font-size:28px!important;color:#10213f!important}.order-card-head strong{font-size:12px!important;padding:8px 10px!important}
  .order-action{min-height:54px!important;padding:12px!important}.order-action span{font-size:15px!important}.order-action strong{font-size:20px!important}
  .product-addon-option{padding:11px!important;border-radius:7px!important;align-items:flex-start}.product-addon-option b{font-size:15px!important}.product-addon-option small{font-size:12px!important}
  .rent-form select{min-height:48px!important}.order-note{font-size:13px!important}
  .screenshot-carousel-v11{display:flex!important;overflow-x:auto;gap:10px;padding-bottom:6px}.screenshot-slide{flex:0 0 78%;height:auto!important;aspect-ratio:16/9;border-radius:7px!important}.screenshot-slide img{object-fit:contain!important;background:#081a35}
}
@media(max-width:520px){
  .product-page-v11{padding:10px!important}.product-visual-panel,.product-info-panel,.product-order-card{padding:12px!important}.product-info-panel h1{font-size:32px!important}.order-card-head span{font-size:24px!important}.order-action{display:grid!important;grid-template-columns:1fr;justify-items:start;gap:4px}.screenshot-slide{flex-basis:88%}
}

/* v37: professioneel mobiel frontend menu - geen half overlay/vak of zichtbare products onder menu */
@media (max-width: 900px){
  body.front-nav-open{
    overflow:hidden!important;
    touch-action:none;
  }
  .front-nav-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:9998!important;
    background:rgba(2,10,24,.74)!important;
    backdrop-filter:blur(6px)!important;
  }
  .topnav{
    position:fixed!important;
    top:0!important;
    left:0!important;
    bottom:auto!important;
    width:min(340px,88vw)!important;
    height:100vh!important;
    height:100dvh!important;
    max-height:100vh!important;
    max-height:100dvh!important;
    z-index:9999!important;
    display:block!important;
    padding:22px 18px!important;
    margin:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    background:#071426!important;
    background-image:linear-gradient(180deg,#071426 0%,#0a2342 55%,#071426 100%)!important;
    box-shadow:28px 0 80px rgba(0,0,0,.42)!important;
    border-right:1px solid rgba(255,255,255,.12)!important;
    transform:translate3d(-110%,0,0)!important;
    transition:transform .24s ease!important;
    contain:layout paint!important;
    isolation:isolate!important;
    scrollbar-width:none!important;
  }
  .topnav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
  body.front-nav-open .topnav{transform:translate3d(0,0,0)!important}
  .front-nav-mobile-head{
    display:flex!important;
    position:sticky!important;
    top:0!important;
    z-index:2!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin:-22px -18px 14px!important;
    padding:18px!important;
    background:#0a2342!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
    color:#fff!important;
  }
  .front-nav-mobile-head b{font-size:20px!important;letter-spacing:-.02em!important;color:#fff!important}
  .front-nav-mobile-head button{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    padding:0!important;
    border:1px solid rgba(255,255,255,.28)!important;
    border-radius:7px!important;
    background:rgba(255,255,255,.10)!important;
    color:#fff!important;
    font-size:28px!important;
    line-height:1!important;
    box-shadow:none!important;
  }
  .topnav a{
    display:flex!important;
    align-items:center!important;
    min-height:44px!important;
    width:100%!important;
    margin:0 0 8px!important;
    padding:12px 13px!important;
    border-radius:7px!important;
    background:rgba(255,255,255,.06)!important;
    color:#edf7ff!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1.2!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)!important;
    transform:none!important;
  }
  .topnav a:hover,
  .topnav a:focus{
    background:rgba(23,104,255,.24)!important;
    color:#fff!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)!important;
    transform:none!important;
  }
  .site-header{z-index:100!important;overflow:visible!important}
  body.front-nav-open .site-header{z-index:10000!important}
}


/* v38: mobiele header blijft schoon: actieknoppen staan in hamburger menu */
.front-mobile-actions{display:none}
@media(max-width:900px){
  .site-header{justify-content:space-between}
  .site-header .brand{flex:0 1 auto}
  .site-header .header-actions{display:none!important}
  .front-nav-toggle{order:4;margin-left:auto}
  .front-mobile-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.14)}
  .front-mobile-actions .btn,
  .front-mobile-actions .cart-btn{
    display:flex!important;
    width:100%;
    min-height:44px;
    padding:11px 12px!important;
    border-radius:7px!important;
    font-size:15px!important;
    justify-content:center;
    text-align:center;
    box-shadow:none!important;
    transform:none!important;
  }
  .front-mobile-actions .cart-btn{
    background:rgba(237,245,255,.96)!important;
    color:#081a35!important;
  }
  .front-mobile-actions .btn.ghost{
    background:rgba(237,245,255,.96)!important;
    color:#081a35!important;
  }
  .front-mobile-actions .btn.primary{
    background:linear-gradient(135deg,var(--accent),#ffc247)!important;
    color:#fff!important;
  }
  .front-mobile-actions .header-user{
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
  }
}
@media(max-width:560px){
  .front-mobile-actions .btn:before,
  .front-mobile-actions .header-user:before,
  .front-mobile-actions a[href$="login.php"]:before,
  .front-mobile-actions a[href$="logout.php"]:before{content:none!important}
}
