/**
 * Ikunix frontend.
 */
:root{--primary-dark:#005b97;--primary:#1e6cfc;--primary-light:#0d86fd;--cyan:#039cfd;--bg:#f6faff;--surface:#fff;--surface-2:#eef7ff;--text:#101828;--muted:#667085;--border:#d9e7f5;--shadow:0 18px 50px rgba(0,91,151,.14);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Geist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{text-decoration:none;color:inherit}


.hero{min-height:720px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:60px;padding:clamp(64px,8vw,120px) clamp(18px,5vw,80px);background:radial-gradient(circle at 10% 10%,rgba(3,156,253,.17),transparent 28%),radial-gradient(circle at 82% 24%,rgba(30,108,252,.18),transparent 28%),linear-gradient(180deg,#fff 0%,#f6faff 100%)}
.eyebrow{color:var(--primary);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.82rem;margin:0 0 14px}.hero h1{margin:0;max-width:920px;font-size:clamp(2.7rem,6vw,5.7rem);line-height:.96;letter-spacing:-.075em}.hero-text{max-width:720px;color:var(--muted);font-size:clamp(1.08rem,1.5vw,1.25rem);margin:28px 0}.hero-actions,.product-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:900;border:1px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;box-shadow:0 14px 28px rgba(30,108,252,.25)}.btn-secondary{background:#fff;color:var(--primary-dark);border-color:var(--border)}.btn-small{min-height:42px;padding-inline:16px;font-size:.92rem}
.hero-panel{min-height:480px;display:grid;place-items:center}.panel-window{width:min(100%,560px);border-radius:30px;padding:26px;background:#061b33;box-shadow:var(--shadow);transform:rotate(1.5deg)}.panel-dots{display:flex;gap:8px;margin-bottom:24px}.panel-dots span{width:12px;height:12px;border-radius:50%;background:var(--cyan)}.code-line,.code-box,.code-grid span{background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(3,156,253,.34));border-radius:999px;height:16px;margin-bottom:16px}.code-line.w80{width:80%}.code-line.w60{width:60%}.code-box{height:160px;border-radius:22px;background:linear-gradient(135deg,rgba(30,108,252,.72),rgba(3,156,253,.28))}.code-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.code-grid span{height:70px;margin:0;border-radius:18px}
.section{padding:clamp(64px,8vw,108px) clamp(18px,5vw,80px)}.section.alt{background:#fff}.section-head{max-width:780px;margin:0 auto 42px;text-align:center}.section h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;letter-spacing:-.045em}.section-head p:not(.eyebrow){color:var(--muted);font-size:1.08rem}
.cards,.product-grid{display:grid;gap:24px;max-width:1180px;margin:0 auto}.cards.four{grid-template-columns:repeat(4,minmax(0,1fr))}.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.price-card,.product-card,.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:0 10px 30px rgba(0,91,151,.06)}.card h3,.price-card h3,.product-card h3{margin:12px 0 10px;font-size:1.28rem}.card p,.price-card p,.product-card p{color:var(--muted);margin:0}.icon{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:var(--surface-2);color:var(--primary);font-weight:900}
.price-card{position:relative}.price-card strong{display:block;margin:14px 0;font-size:2rem;color:var(--primary-dark)}.price-card.featured{border-color:rgba(30,108,252,.4);box-shadow:var(--shadow)}.badge{position:absolute;right:22px;top:22px;padding:6px 10px;border-radius:999px;background:var(--surface-2);color:var(--primary);font-weight:900;font-size:.78rem}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{display:flex;flex-direction:column;min-height:300px}.product-type{width:fit-content;padding:5px 9px;border-radius:999px;background:var(--surface-2);color:var(--primary-dark);font-weight:900;font-size:.76rem}.product-price{margin-top:auto;padding-top:20px}.product-price span,.product-price small{color:var(--muted)}.product-price strong{display:inline-block;margin-inline:4px;color:var(--text);font-size:1.22rem}.product-actions{margin-top:18px}
.contact-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:42px;max-width:1220px;margin:0 auto}.contact-copy{align-self:start;position:sticky;top:120px}.contact-copy h2{text-align:left}.contact-copy p:not(.eyebrow){color:var(--muted);font-size:1.1rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}label{display:grid;gap:8px;font-weight:750}input,textarea,select{width:100%;border:1px solid var(--border);border-radius:14px;min-height:48px;padding:12px 14px;font:inherit;background:#fbfdff}textarea{resize:vertical}.checkbox{display:flex;align-items:flex-start;gap:10px;margin:18px 0;color:var(--muted);font-weight:600}.checkbox input{width:18px;min-height:auto;margin-top:4px}.hp{display:none}.form-feedback{padding:14px 16px;border-radius:16px;margin-bottom:18px;font-weight:800}.form-feedback.success{background:#e9fbf1;color:#087443}.form-feedback.error{background:#fff1f0;color:#b42318}
.site-footer{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:30px;padding:48px clamp(18px,5vw,80px);background:#061b33;color:#fff}.site-footer p{color:rgba(255,255,255,.72);max-width:460px}.site-footer nav{display:grid;gap:10px;color:rgba(255,255,255,.78)}
@media(max-width:1100px){.cards.four,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr;min-height:auto}.hero-panel{min-height:auto}}@media(max-width:820px){.cards.four,.cards.three,.product-grid,.contact-section,.site-footer{grid-template-columns:1fr}.contact-copy{position:static}.form-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(2.4rem,12vw,4rem)}}

/* SEO v1.2 */
.cards.five{grid-template-columns:repeat(5,minmax(0,1fr))}.seo-link-grid{max-width:1280px}.seo-link-card{display:grid;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:0 10px 30px rgba(0,91,151,.06);transition:transform .18s ease,box-shadow .18s ease}.seo-link-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.seo-link-card strong{color:var(--primary-dark);font-size:1.08rem;line-height:1.2}.seo-link-card span{color:var(--muted);font-size:.94rem;line-height:1.45}.seo-hero{padding:clamp(76px,8vw,128px) clamp(18px,5vw,80px);background:radial-gradient(circle at 12% 16%,rgba(3,156,253,.16),transparent 28%),linear-gradient(180deg,#fff 0%,#f6faff 100%)}.seo-hero-inner{max-width:980px;margin:0 auto;text-align:center}.seo-hero h1{margin:0;font-size:clamp(2.5rem,5.4vw,5rem);line-height:.98;letter-spacing:-.065em}.page-content-section{padding-top:54px}.page-content{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:clamp(24px,4vw,48px);box-shadow:0 10px 30px rgba(0,91,151,.06)}.page-content h2{font-size:clamp(1.7rem,3vw,2.5rem);margin-top:0}.page-content h3{font-size:1.35rem;margin-top:34px}.page-content p,.page-content li{color:var(--muted);font-size:1.04rem}.page-content ul{padding-left:22px}.page-content .cta-box{margin-top:32px;padding:24px;border-radius:20px;background:var(--surface-2);border:1px solid var(--border)}.faq-list{max-width:920px;margin:0 auto;display:grid;gap:14px}.faq-list details{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px 22px;box-shadow:0 8px 24px rgba(0,91,151,.05)}.faq-list summary{cursor:pointer;font-weight:900;color:var(--primary-dark)}.faq-list p{color:var(--muted);margin-bottom:0}@media(max-width:1100px){.cards.five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cards.five{grid-template-columns:1fr}}


/* v1.3 editable page blocks */
.page-block{margin-bottom:clamp(34px,5vw,64px)}
.page-block:last-child{margin-bottom:0}
.page-block h2{font-size:clamp(1.8rem,3.2vw,3rem);line-height:1.05;letter-spacing:-.045em}
.page-block .block-subtitle{color:var(--muted);font-size:1.12rem;max-width:760px}
.page-block .block-body{margin-top:18px}
.page-block .block-body p,.page-block .block-body li{font-size:1.05rem}
.page-block-cta{padding:28px;border-radius:22px;background:var(--surface-2);border:1px solid var(--border)}
.block-cta{margin-top:22px}


/* v1.3.2 stronger logo */


/* v1.3.3 enhanced footer + cookie banner */
.enhanced-footer{
    grid-template-columns:1.2fr repeat(3,minmax(150px,.75fr)) .7fr;
    align-items:start;
}
.footer-brand-block p{
    color:rgba(255,255,255,.72);
}
.footer-link-group,.footer-social{
    display:grid;
    gap:10px;
}
.footer-link-group span,.footer-social span{
    color:#fff;
    font-weight:900;
    margin-bottom:4px;
}
.footer-link-group a,.footer-social a{
    color:rgba(255,255,255,.72);
}
.footer-link-group a:hover,.footer-social a:hover{
    color:#fff;
}
.footer-withdrawal-btn{
    display:inline-flex;
    width:max-content;
    margin-top:18px;
    padding:10px 15px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--primary),var(--cyan));
    color:#fff;
    font-weight:900;
}
.footer-bottom{
    grid-column:1/-1;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    padding-top:24px;
    margin-top:16px;
    border-top:1px solid rgba(255,255,255,.14);
    color:rgba(255,255,255,.6);
}
.footer-bottom button{
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.08);
    color:#fff;
    border-radius:999px;
    padding:9px 13px;
    cursor:pointer;
}
.cookie-banner{
    position:fixed;
    inset:auto 18px 18px 18px;
    z-index:9999;
    display:grid;
    place-items:center;
}
.cookie-banner[hidden]{
    display:none;
}
.cookie-card{
    width:min(100%,980px);
    background:#fff;
    border:1px solid var(--border);
    border-radius:24px;
    box-shadow:0 24px 80px rgba(0,35,80,.25);
    padding:24px;
}
.cookie-card h2{
    margin:0 0 8px;
    letter-spacing:-.035em;
}
.cookie-card p{
    color:var(--muted);
    margin:0 0 16px;
}
.cookie-options{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:18px;
}
.cookie-options label{
    display:flex;
    align-items:center;
    gap:8px;
    width:max-content;
    margin:0;
    padding:9px 12px;
    background:var(--surface-2);
    border-radius:999px;
}
.cookie-options input{
    width:auto;
    min-height:auto;
}
.cookie-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
}
.legal-hero{
    padding-bottom:60px;
}
@media(max-width:1100px){
    .enhanced-footer{
        grid-template-columns:1fr 1fr;
    }
}
@media(max-width:820px){
    .enhanced-footer{
        grid-template-columns:1fr;
    }
    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
    .cookie-banner{
        inset:auto 10px 10px 10px;
    }
    .cookie-card{
        padding:18px;
        border-radius:18px;
    }
    .cookie-actions{
        justify-content:stretch;
    }
    .cookie-actions .btn{
        width:100%;
    }
}


/* IKUNIX v1.6.2 contact service select */
.service-select{
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
}
.service-select option{
  padding: 8px 10px;
}
.contact-form label.wide{
  grid-column: 1 / -1;
}


/* IKUNIX v1.6.3 services page + hidden request cart */
.section-actions{
  margin-top:28px;
  display:flex;
  justify-content:center;
}
.product-card h3 a{
  color:inherit;
  text-decoration:none;
}
.product-card h3 a:hover{
  color:var(--primary);
}
.cart-section.auto-open-cart{
  scroll-margin-top:110px;
}
.service-list-section{
  padding-top:24px;
}
.services-hero{
  padding-bottom:24px;
}
.service-detail-list{
  display:grid;
  gap:22px;
}
.service-detail-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  padding:30px;
  border:1px solid var(--border);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 34px rgba(13,134,253,.08);
  scroll-margin-top:110px;
}
.service-detail-card h2{
  margin:8px 0 12px;
  font-size:clamp(1.45rem,2.4vw,2.2rem);
}
.service-detail-card p{
  max-width:880px;
  color:var(--muted);
}
.service-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:20px 0 0;
}
.service-meta div{
  min-width:160px;
  padding:12px 14px;
  border-radius:16px;
  background:#f3f8ff;
  border:1px solid #dcecff;
}
.service-meta dt{
  font-size:.75rem;
  font-weight:900;
  color:var(--primary);
  text-transform:uppercase;
  letter-spacing:.08em;
}
.service-meta dd{
  margin:4px 0 0;
  font-weight:800;
}
.service-detail-action{
  display:flex;
  justify-content:flex-end;
}
@media(max-width:820px){
  .service-detail-card{
    grid-template-columns:1fr;
  }
  .service-detail-action{
    justify-content:flex-start;
  }
}


/* IKUNIX v1.6.4 cart/contact/service fixes */
.cart-remove-list.cart-remove-compact{
  margin:16px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-start;
  background:transparent;
  border:0;
  box-shadow:none;
  min-height:0;
}
.remove-icon-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(220,38,38,.18);
  border-radius:999px;
  background:#fff5f5;
  color:#dc2626;
  font-weight:900;
  padding:8px 12px;
  cursor:pointer;
  box-shadow:none;
}
.remove-icon-btn span{
  width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:#dc2626;
  color:#fff;
  font-size:18px;
  line-height:1;
}
.remove-icon-btn:hover{
  background:#fee2e2;
}
.cart-section{
  padding-bottom:48px;
}
.cart-layout{
  align-items:start;
}
.cart-table td:last-child,.cart-table th:last-child{
  width:140px;
  text-align:right;
}
.cart-update-link{
  color:var(--primary);
}
.service-extra-details{
  margin:16px 0 0;
  padding:14px 16px;
  border:1px solid #dcecff;
  border-radius:16px;
  background:#f8fbff;
}
.service-extra-details summary{
  cursor:pointer;
  font-weight:900;
  color:var(--primary-dark);
}
.service-extra-details div{
  margin-top:12px;
  color:var(--muted);
  line-height:1.7;
}
.site-footer{
  position:relative;
  z-index:1;
  margin-top:0;
}


/* IKUNIX v1.6.5 product pages, request cart and local typography */
:root{
  --brand-cyan:#039CFD;
  --brand-blue:#0D86FD;
  --brand-royal:#1E6CFC;
  --brand-indigo:#3253F7;
  --brand-purple:#4A3AF3;
  --brand-gradient:linear-gradient(135deg,var(--brand-cyan),var(--brand-blue) 28%,var(--brand-royal) 52%,var(--brand-indigo) 76%,var(--brand-purple));
}
body{
  font-family:"Geist",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-kerning:normal;
  text-rendering:optimizeLegibility;
}
button,input,select,textarea{
  font:inherit;
}

/* Header request cart */


@keyframes cartHeaderPulse{
  0%,100%{transform:scale(1)}
  30%{transform:scale(1.10) rotate(-1deg)}
  58%{transform:scale(.98)}
  76%{transform:scale(1.04)}
}

/* Request cart */
.request-cart-section{
  scroll-margin-top:110px;
  padding-top:72px;
  padding-bottom:72px;
}
.request-cart-shell{
  max-width:1280px;
  margin:0 auto;
  padding:18px;
  border:1px solid #dbe9f8;
  border-radius:32px;
  background:rgba(255,255,255,.96);
  box-shadow:0 24px 60px rgba(5,91,151,.11);
}
.request-cart-list{
  display:grid;
  gap:12px;
}
.request-cart-item{
  display:grid;
  grid-template-columns:minmax(260px,1fr) minmax(190px,240px) minmax(130px,170px) 48px;
  gap:18px;
  align-items:center;
  padding:20px;
  border:1px solid #e0ecf8;
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#fbfdff);
}
.request-cart-product{
  min-width:0;
  display:grid;
  gap:3px;
}
.request-cart-product>a{
  width:max-content;
  max-width:100%;
  color:#101828;
  font-size:1.08rem;
  line-height:1.25;
  font-weight:900;
}
.request-cart-product>a:hover{
  color:var(--brand-blue);
}
.request-cart-product small{
  color:var(--muted);
}
.request-cart-kicker{
  width:max-content;
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
  color:var(--brand-royal);
}
.request-cart-qty{
  display:flex;
  align-items:end;
  gap:8px;
}
.request-cart-qty label{
  display:grid;
  gap:5px;
  color:var(--muted);
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.request-cart-qty input{
  width:112px;
  min-height:48px;
  padding:8px 14px;
  border:1px solid #cfe0f4;
  border-radius:15px;
  background:#f8fbff;
  color:#101828;
  font-size:1rem;
  font-weight:900;
}
.cart-update-btn{
  width:48px;
  height:48px;
  border:0;
  border-radius:15px;
  color:#fff;
  background:var(--brand-gradient);
  font-size:1.25rem;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(30,108,252,.18);
}
.request-cart-price{
  display:grid;
  gap:3px;
  text-align:right;
}
.request-cart-price span{
  color:var(--muted);
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.request-cart-price strong{
  font-size:1.15rem;
  color:#005b97;
}
.request-cart-remove button{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(220,38,38,.20);
  border-radius:50%;
  background:#fff5f5;
  color:#dc2626;
  font-size:1.45rem;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease;
}
.request-cart-remove button:hover{
  transform:scale(1.08);
  background:#fee2e2;
}
.request-cart-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-top:16px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#edf8ff,#f2f1ff);
  border:1px solid #dbe8fb;
}
.request-cart-total span{
  color:#4a5a70;
  font-weight:900;
}
.request-cart-total strong{
  font-size:clamp(1.45rem,3vw,2.25rem);
  color:#005b97;
}
.request-cart-section.cart-arrived .request-cart-shell{
  animation:cartArrive 1.35s ease;
}
@keyframes cartArrive{
  0%{box-shadow:0 0 0 0 rgba(3,156,253,.34);transform:translateY(6px)}
  45%{box-shadow:0 0 0 12px rgba(3,156,253,.08)}
  100%{box-shadow:0 24px 60px rgba(5,91,151,.11);transform:none}
}
.request-order-form{
  max-width:1280px;
  margin:28px auto 0;
  padding:32px;
  border:1px solid #dbe9f8;
  border-radius:30px;
  background:#fff;
  box-shadow:0 24px 60px rgba(5,91,151,.09);
}
.order-form-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:22px;
}
.order-form-head>span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:var(--brand-gradient);
  color:#fff;
  font-weight:900;
}
.order-form-head h3,.order-form-head p{
  margin:0;
}
.order-form-head p{
  color:var(--muted);
}

/* Puzzle */
.shape-puzzle{
  margin:22px 0;
  padding:20px;
  border:1px solid #dce9f8;
  border-radius:22px;
  background:linear-gradient(145deg,#f8fbff,#f3f1ff);
}
.shape-puzzle-head{
  display:flex;
  align-items:center;
  gap:12px;
}
.shape-puzzle-head strong{
  display:block;
  font-size:1rem;
}
.shape-puzzle-head p{
  margin:2px 0 0;
  color:var(--muted);
  font-size:.9rem;
}
.shape-puzzle-shield{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:13px;
  color:#fff;
  background:var(--brand-gradient);
  font-weight:900;
}
.shape-puzzle-target{
  display:flex;
  align-items:center;
  gap:10px;
  margin:16px 0 12px;
  padding:12px 14px;
  border:1px dashed #b9d8fb;
  border-radius:16px;
  background:#fff;
}
.shape-puzzle-target>span{
  color:var(--muted);
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.shape-puzzle-target>strong{
  margin-left:auto;
  font-size:1.6rem;
  color:var(--brand-indigo);
}
.shape-puzzle-target small{
  min-width:78px;
  color:#344054;
  font-weight:800;
}
.shape-puzzle-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.shape-choice{
  min-height:74px;
  display:grid;
  place-items:center;
  gap:2px;
  padding:10px;
  border:1px solid #d5e4f5;
  border-radius:16px;
  background:#fff;
  color:#344054;
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.shape-choice>span{
  font-size:1.55rem;
}
.shape-choice small{
  font-weight:800;
}
.shape-choice:hover{
  transform:translateY(-2px);
  border-color:var(--brand-blue);
  box-shadow:0 10px 20px rgba(13,134,253,.12);
}
.shape-choice.is-selected{
  border-color:var(--brand-indigo);
  background:linear-gradient(145deg,#eef9ff,#f0edff);
  box-shadow:0 0 0 3px rgba(50,83,247,.12);
}
.puzzle-note{
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-weight:700;
}
.shape-puzzle.has-selection .puzzle-note{
  color:#166534;
}

/* Services and own product pages */
.service-detail-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:16px;
  color:var(--brand-royal);
  font-weight:900;
}
.service-detail-link span{
  transition:transform .18s ease;
}
.service-detail-link:hover span{
  transform:translateX(4px);
}
.product-detail-hero{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:54px;
  align-items:center;
  max-width:1500px;
  margin:0 auto;
  padding:clamp(72px,9vw,130px) clamp(20px,6vw,90px);
}
.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-bottom:24px;
  color:var(--muted);
  font-size:.9rem;
}
.breadcrumbs a:hover{
  color:var(--brand-blue);
}
.product-detail-copy h1{
  max-width:900px;
  margin:10px 0 20px;
  font-size:clamp(2.5rem,6vw,5.8rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.product-detail-lead{
  max-width:760px;
  color:var(--muted);
  font-size:1.15rem;
}
.product-detail-price{
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  max-width:100%;
  margin:24px 0;
  padding:14px 18px;
  border-radius:18px;
  background:#fff;
  border:1px solid #dce9f8;
}
.product-detail-price span{
  color:var(--muted);
  font-size:.8rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.product-detail-price strong{
  color:#005b97;
  font-size:1.25rem;
}
.product-detail-summary{
  padding:28px;
  border-radius:28px;
  color:#fff;
  background:linear-gradient(155deg,#061b33,#102c55 58%,#332b78);
  box-shadow:0 28px 60px rgba(6,27,51,.24);
}
.product-detail-summary>span{
  color:#9bdcff;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}
.product-detail-summary dl{
  display:grid;
  gap:0;
  margin:18px 0 0;
}
.product-detail-summary dl>div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.product-detail-summary dt{
  color:rgba(255,255,255,.65);
}
.product-detail-summary dd{
  margin:0;
  text-align:right;
  font-weight:900;
}
.product-detail-content{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,360px);
  gap:44px;
  align-items:start;
  max-width:1320px;
  margin:0 auto;
}
.product-detail-article{
  padding:36px;
  border-radius:28px;
  background:#fff;
  border:1px solid #dce9f8;
  box-shadow:0 20px 50px rgba(5,91,151,.08);
}
.product-detail-article h2{
  margin-top:4px;
  font-size:clamp(1.8rem,4vw,3rem);
}
.product-rich-text{
  color:#344054;
  font-size:1.05rem;
  line-height:1.8;
}
.product-detail-note{
  position:sticky;
  top:110px;
  padding:26px;
  border-radius:24px;
  background:linear-gradient(145deg,#edf8ff,#f2efff);
  border:1px solid #d9e8fb;
}
.product-detail-note strong{
  color:var(--brand-indigo);
}
.product-detail-note p{
  margin-bottom:0;
  color:var(--muted);
}

/* Loading */
.add-to-cart-form button.is-loading{
  opacity:.78;
  cursor:wait;
}

/* Responsive */
@media(max-width:980px){
  .request-cart-item{
    grid-template-columns:minmax(0,1fr) minmax(170px,220px) 130px 44px;
    gap:12px;
  }
  .product-detail-hero,.product-detail-content{
    grid-template-columns:1fr;
  }
  .product-detail-summary{
    max-width:620px;
  }
  .product-detail-note{
    position:static;
  }
}
@media(max-width:760px){

  
  .request-cart-shell{
    padding:10px;
    border-radius:24px;
  }
  .request-cart-item{
    grid-template-columns:minmax(0,1fr) 42px;
    gap:14px;
    padding:16px;
  }
  .request-cart-product{
    grid-column:1 / 2;
  }
  .request-cart-remove{
    grid-column:2;
    grid-row:1;
  }
  .request-cart-qty{
    grid-column:1 / 2;
  }
  .request-cart-price{
    grid-column:2;
    text-align:right;
    align-self:end;
  }
  .request-cart-total{
    align-items:flex-end;
  }
  .request-order-form{
    padding:22px 18px;
  }
  .shape-puzzle-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .product-detail-hero{
    padding-top:56px;
  }
  .product-detail-copy h1{
    font-size:clamp(2.4rem,14vw,4rem);
  }
}
@media(max-width:480px){
  .request-cart-item{
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }
  .request-cart-remove{
    position:absolute;
    align-self:flex-end;
  }
  .request-cart-item{
    position:relative;
  }
  .request-cart-qty{
    justify-content:space-between;
  }
  .request-cart-price{
    text-align:left;
  }
  .request-cart-total{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
  .shape-puzzle-target{
    flex-wrap:wrap;
  }
  .shape-puzzle-target>strong{
    margin-left:0;
  }
}


/* IKUNIX v1.6.6 navigation, breadcrumbs, categories and media */

.site-breadcrumbs{max-width:1500px;margin:0 auto;padding:18px clamp(18px,5vw,80px) 0}.site-breadcrumbs ol{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:#667085;font-size:.88rem}.site-breadcrumbs li{display:flex;align-items:center;gap:8px}.site-breadcrumbs li:not(:last-child):after{content:"/";color:#a7b4c3}.site-breadcrumbs a:hover{color:var(--primary)}.site-breadcrumbs span[aria-current]{color:#14213d;font-weight:800}
.service-card-icon,.product-card-icon,.service-detail-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(145deg,#e9f8ff,#efedff);color:var(--primary);box-shadow:inset 0 0 0 1px #dceaff}.service-svg-icon,.product-card-icon svg,.service-detail-icon svg{width:25px;height:25px}.product-card-icon{margin-bottom:4px}.service-detail-card{position:relative}.service-detail-icon{position:absolute;right:26px;top:26px}.ui-icon{width:20px;height:20px}
.cart-page-intro{max-width:1050px;margin:0 auto;padding:60px 24px 12px;text-align:center}.cart-page-intro h1{margin:0;font-size:clamp(2.5rem,6vw,5rem);line-height:1}.cart-page-intro p:not(.eyebrow){color:var(--muted);font-size:1.08rem}.request-cart-empty{min-height:52vh;display:grid;place-items:start center;padding-top:40px}.request-cart-empty>div{max-width:720px;text-align:center;padding:44px;border-radius:30px;background:#fff;border:1px solid #dce9f8;box-shadow:0 20px 48px rgba(5,91,151,.09)}.request-cart-empty>div>span{width:76px;height:76px;display:grid;place-items:center;margin:0 auto 20px;border-radius:24px;background:linear-gradient(145deg,#e9f8ff,#efedff);color:var(--primary)}.empty-cart-icon{width:36px;height:36px}
.product-media-section{padding-top:28px}.product-media-grid{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.product-media-item{margin:0;padding:12px;border-radius:24px;background:#fff;border:1px solid #dce9f8;box-shadow:0 16px 38px rgba(5,91,151,.08);overflow:hidden}.product-media-item img,.product-media-item video{display:block;width:100%;max-height:600px;object-fit:contain;border-radius:16px;background:#f5f8fc}.video-frame{position:relative;padding-top:56.25%;overflow:hidden;border-radius:16px;background:#061b33}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.product-media-item figcaption{padding:11px 5px 3px;color:var(--muted);font-weight:700}.admin-category-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#edf6ff;color:#176bff}.admin-category-icon svg{width:20px;height:20px}.admin-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.admin-media-card{padding:13px;border:1px solid #dce9f8;border-radius:18px}.admin-media-card img,.admin-media-card video{width:100%;max-height:180px;object-fit:contain}.danger-btn{border:0;border-radius:10px;padding:8px 12px;background:#fee2e2;color:#b42318;font-weight:800;cursor:pointer}
@media(max-width:1050px){.product-media-grid{grid-template-columns:1fr}.admin-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.site-breadcrumbs{padding-top:13px}.service-detail-icon{position:static;margin-bottom:12px}.admin-media-grid{grid-template-columns:1fr}}


/* IKUNIX v1.6.7 category hierarchy + Geist */
body{font-family:"Geist",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.category-service-card{position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.category-service-card:hover{transform:translateY(-4px);border-color:rgba(30,108,252,.34);box-shadow:var(--shadow)}
.category-card-link{display:inline-flex;margin-top:18px;color:var(--primary);font-weight:900}

.nav-child-category{font-weight:850;color:#30425d!important}
.admin-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
@media(max-width:820px){.category-card-grid{grid-template-columns:1fr}}


/* IKUNIX v1.6.8 unified subpages, catalog and premium dropdown */


/* Unified subpage structure */
.subpage-main{
  min-height:60vh;
}
.subpage-main>.site-breadcrumbs{
  max-width:1340px;
  padding:26px 24px 0;
}
.subpage-main>.site-breadcrumbs ol{
  min-height:28px;
}
.subpage-hero{
  width:min(1340px,calc(100% - 40px));
  margin:0 auto;
  padding:54px 0 58px;
}
.subpage-hero-inner{
  max-width:940px;
}
.subpage-hero h1{
  margin:8px 0 18px;
  font-size:clamp(2.65rem,5.4vw,5.25rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.subpage-hero p:not(.eyebrow){
  max-width:850px;
  margin:0;
  color:#667085;
  font-size:clamp(1rem,1.6vw,1.2rem);
  line-height:1.65;
}
.services-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,390px);
  gap:44px;
  align-items:end;
  text-align:left;
}
.subpage-hero-note{
  padding:24px;
  border:1px solid #d8e8f7;
  border-radius:24px;
  background:linear-gradient(145deg,#f2f9ff,#f5f2ff);
}
.subpage-hero-note strong{
  color:#176bff;
}
.subpage-hero-note p{
  margin-top:8px!important;
  font-size:.92rem!important;
}
.section-head-left{
  max-width:840px;
  margin-left:0;
  text-align:left;
}
.service-category-section,.service-catalog-section{
  max-width:1340px;
  margin:0 auto;
}
.service-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.service-category-card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:14px;
  min-height:170px;
  padding:22px;
  border:1px solid #dbe8f5;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 34px rgba(5,91,151,.06);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.service-category-card:hover{
  transform:translateY(-3px);
  border-color:#bcdafb;
  box-shadow:0 20px 42px rgba(5,91,151,.10);
}
.service-category-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#176bff;
  background:linear-gradient(145deg,#e9f8ff,#efedff);
}
.service-category-icon svg{
  width:24px;
  height:24px;
}
.service-category-card strong{
  display:block;
  color:#101828;
  font-size:1.08rem;
}
.service-category-card p{
  margin:7px 0 0;
  color:#667085;
  font-size:.9rem;
  line-height:1.5;
}
.service-category-card>small{
  grid-column:2;
  align-self:end;
  color:#7b8798;
}
.service-category-arrow{
  position:absolute;
  right:20px;
  bottom:18px;
  color:#176bff;
  font-weight:900;
}
.service-catalog-groups{
  display:grid;
  gap:26px;
}
.service-catalog-group{
  padding:24px;
  border:1px solid #dce8f5;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 42px rgba(5,91,151,.06);
}
.service-catalog-group-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
  padding-bottom:18px;
  border-bottom:1px solid #e4edf6;
}
.service-catalog-group-head>div{
  display:flex;
  align-items:center;
  gap:13px;
}
.service-catalog-group-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#176bff;
  background:#edf7ff;
}
.service-catalog-group-icon svg{
  width:23px;
  height:23px;
}
.service-catalog-group-head h3,.service-catalog-group-head p{
  margin:0;
}
.service-catalog-group-head a{
  color:#176bff;
  font-weight:900;
}
.service-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.service-product-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:330px;
  padding:22px;
  border:1px solid #e1ebf5;
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#fbfdff);
}
.service-product-card .service-detail-icon{
  position:static;
  margin-bottom:16px;
}
.service-product-card h4{
  margin:8px 0 10px;
  font-size:1.18rem;
}
.service-product-card h4 a{
  color:#101828;
}
.service-product-card p{
  margin:0;
  color:#667085;
  line-height:1.55;
}
.service-product-price{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:18px;
  color:#667085;
  font-size:.82rem;
}
.service-product-price strong{
  color:#005b97;
}
.service-product-actions{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:14px;
}
.service-product-actions form{
  margin:0;
}
.empty-catalog{
  padding:30px;
  border:1px dashed #c8dbef;
  border-radius:22px;
  text-align:center;
  background:#f8fbff;
}
.empty-catalog strong{
  display:block;
  margin-bottom:10px;
}

/* Product and SEO subpages aligned to the same rhythm */
.product-detail-hero{
  width:min(1340px,calc(100% - 40px));
  padding-top:48px;
  padding-bottom:54px;
}
.product-detail-copy h1{
  font-size:clamp(2.7rem,5.8vw,5.7rem);
}
.product-detail-content,.product-media-section,.page-content-section,.contact-section{
  max-width:1340px;
  margin-left:auto;
  margin-right:auto;
}
.seo-hero{
  background:transparent;
  text-align:left;
}
.seo-hero-inner{
  margin-left:0;
  text-align:left;
}
.seo-hero .hero-actions{
  justify-content:flex-start;
}
.cart-page-intro{
  text-align:left;
}
.cart-page-intro h1{
  font-size:clamp(2.7rem,5.4vw,5rem);
}

/* Responsive subpages/navigation */
@media(max-width:1050px){

  .services-hero{
    grid-template-columns:1fr;
    align-items:start;
  }
  .subpage-hero-note{
    max-width:680px;
  }
  .service-category-grid,.service-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:820px){

  

  

  

  .subpage-main>.site-breadcrumbs{
    padding-top:18px;
  }
  .subpage-hero{
    width:min(100% - 32px,1340px);
    padding:38px 0 42px;
  }
  .service-category-grid,.service-product-grid{
    grid-template-columns:1fr;
  }
  .service-catalog-group{
    padding:18px;
  }
  .service-catalog-group-head{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:520px){

  
  .service-category-card{
    grid-template-columns:1fr;
  }
  .service-category-card>small{
    grid-column:1;
  }
  .service-category-arrow{
    top:20px;
    bottom:auto;
  }
  .service-product-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .service-product-actions .btn,.service-product-actions form,.service-product-actions button{
    width:100%;
  }
}


/* IKUNIX v1.6.9 responsive header, simplified catalog and JS filters */
html,body{
  max-width:100%;
  overflow-x:hidden;
}


.services-hero{
  grid-template-columns:1fr;
  gap:0;
}
.services-hero .subpage-hero-inner{
  max-width:920px;
}
.product-detail-content{
  grid-template-columns:1fr;
}
.product-detail-article{
  max-width:980px;
}
.product-card-icon,.service-detail-icon{
  display:none!important;
}

/* Catalog controls – no URL/query-string changes */
.catalog-toolbar{
  display:grid;
  grid-template-columns:minmax(240px,1.35fr) minmax(180px,.75fr) minmax(190px,.75fr) auto;
  gap:14px;
  align-items:end;
  margin:24px 0 28px;
  padding:18px;
  border:1px solid #dbe8f5;
  border-radius:22px;
  background:linear-gradient(145deg,#fff,#f8fbff);
  box-shadow:0 12px 28px rgba(5,91,151,.06);
}
.catalog-toolbar label{
  display:grid;
  gap:7px;
  min-width:0;
  color:#526176;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.04em;
}
.catalog-toolbar input,.catalog-toolbar select{
  width:100%;
  min-width:0;
  min-height:48px;
  padding:0 14px;
  border:1px solid #cfe0f2;
  border-radius:14px;
  background:#fff;
  color:#101828;
  outline:none;
}
.catalog-toolbar input:focus,.catalog-toolbar select:focus{
  border-color:#0D86FD;
  box-shadow:0 0 0 4px rgba(13,134,253,.10);
}
.catalog-result-count{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border-radius:14px;
  color:#075b98;
  background:#edf7ff;
  font-weight:900;
  white-space:nowrap;
}
.catalog-no-results{
  padding:28px;
  border:1px dashed #bfd7ef;
  border-radius:20px;
  background:#f8fbff;
  text-align:center;
}
.catalog-no-results p{
  margin:6px 0 0;
  color:#667085;
}
.service-catalog-group[hidden],.service-product-card[hidden]{
  display:none!important;
}

/* Header collapses before any item can be clipped */

@media(max-width:900px){
  .catalog-toolbar{
    grid-template-columns:1fr 1fr;
  }
  .catalog-search-field{
    grid-column:1 / -1;
  }
  .catalog-result-count{
    justify-content:flex-start;
  }
}
@media(max-width:620px){

  

  

  

  

  
  .catalog-toolbar{
    grid-template-columns:1fr;
  }
  .catalog-search-field{
    grid-column:auto;
  }
  .catalog-result-count{
    justify-content:center;
  }
}


/* IKUNIX v1.7.1 dropdown wrapping and SVG chevron */


/* IKUNIX v1.7.2 – template dropdowns and compact service-page spacing */

select,select option{
  font-family:"Geist",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

/* Less empty space below the service H1. */
.services-hero{
  padding-bottom:18px!important;
}
.services-hero + .service-category-section,.services-hero + .service-catalog-section{
  padding-top:18px!important;
}
.service-category-section{
  padding-bottom:44px;
}
.service-category-section + .service-catalog-section{
  padding-top:44px;
}
.service-catalog-group-head{
  justify-content:flex-start;
}

/* Custom template select. */
.ik-select{
  position:relative;
  width:100%;
  min-width:0;
  font-family:"Geist",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.ik-select-native{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  border:0!important;
  white-space:nowrap!important;
}
.ik-select-trigger{
  width:100%;
  min-width:0;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0 16px;
  border:1px solid #cfe0f2;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#fbfdff);
  color:#101828;
  font:inherit;
  font-size:.96rem;
  font-weight:800;
  text-align:left;
  cursor:pointer;
  box-shadow:0 5px 14px rgba(5,91,151,.035);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.ik-select-trigger:hover{
  border-color:#afd2f5;
  background:#fff;
}
.ik-select.is-open .ik-select-trigger,.ik-select-trigger:focus-visible{
  border-color:#0D86FD;
  outline:none;
  box-shadow:0 0 0 4px rgba(13,134,253,.11),0 12px 24px rgba(5,91,151,.07);
}
.ik-select-value{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ik-select-chevron{
  width:18px;
  height:18px;
  flex:0 0 18px;
  color:#526176;
  transition:transform .18s ease,color .18s ease;
}
.ik-select.is-open .ik-select-chevron{
  transform:rotate(180deg);
  color:#176bff;
}
.ik-select-menu{
  position:absolute;
  z-index:500;
  top:calc(100% + 8px);
  left:0;
  width:100%;
  max-height:290px;
  overflow:auto;
  padding:7px;
  border:1px solid #cfe0f2;
  border-radius:17px;
  background:rgba(255,255,255,.985);
  box-shadow:0 22px 54px rgba(6,27,51,.18);
  backdrop-filter:blur(16px);
}
.ik-select:not(.is-open) .ik-select-menu{
  display:none;
}
.ik-select-option{
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  padding:9px 12px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#26364d;
  font:inherit;
  font-size:.94rem;
  font-weight:650;
  text-align:left;
  cursor:pointer;
  transition:background .14s ease,color .14s ease,transform .14s ease;
}
.ik-select-option:hover,.ik-select-option:focus-visible{
  outline:none;
  color:#075b98;
  background:#edf7ff;
}
.ik-select-option.is-selected{
  color:#fff;
  background:linear-gradient(135deg,#0D86FD,#1E6CFC 58%,#3253F7);
  font-weight:850;
  box-shadow:0 7px 16px rgba(30,108,252,.18);
}
.ik-select-option:disabled{
  opacity:.45;
  cursor:not-allowed;
}

/* Search, dropdowns and result counter now form one visual system. */
.catalog-toolbar input[type="search"]{
  min-height:54px;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#fbfdff);
  font-family:"Geist",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:.96rem;
  font-weight:700;
}
.catalog-toolbar label>span{
  color:#526176;
  font-size:.75rem;
  font-weight:850;
  letter-spacing:.045em;
}
.catalog-result-count{
  min-height:54px;
  border:1px solid #d8e9f8;
  border-radius:16px;
  background:linear-gradient(145deg,#edf8ff,#f2f0ff);
}

@media(max-width:820px){
  .services-hero{
    padding-bottom:12px!important;
  }
  .services-hero + .service-category-section,.services-hero + .service-catalog-section{
    padding-top:14px!important;
  }
  .ik-select-menu{
    max-height:250px;
  }
}

/* IKUNIX SEO Suite v1.16 */
.product-seo-page{overflow:clip}
.product-seo-hero{align-items:stretch}
.product-seo-hero .product-detail-copy{max-width:760px}
.product-seo-hero h1{max-width:18ch;text-wrap:balance}
.product-detail-lead{max-width:68ch;font-size:clamp(1.05rem,1.7vw,1.24rem);line-height:1.72}
.product-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:24px}
.product-hero-actions form{margin:0}
.product-seo-main-content{padding-top:28px}
.product-seo-article{max-width:920px;margin:0 auto}
.product-rich-text{font-size:1.03rem;line-height:1.78;color:#26364d}
.product-rich-text>*:first-child{margin-top:0}
.product-rich-text>*:last-child{margin-bottom:0}
.product-seo-rich-text{margin-top:28px}
.product-seo-rich-text h2,.product-seo-rich-text h3{color:#071b33;line-height:1.22;text-wrap:balance}
.product-seo-rich-text h2{margin:38px 0 14px;font-size:clamp(1.55rem,2.5vw,2.15rem)}
.product-seo-rich-text h3{margin:30px 0 12px;font-size:clamp(1.24rem,2vw,1.58rem)}
.product-seo-rich-text p,.product-seo-rich-text ul,.product-seo-rich-text ol{margin:0 0 18px}
.product-seo-rich-text ul,.product-seo-rich-text ol{padding-left:1.3rem}
.product-seo-rich-text li+li{margin-top:8px}
.product-seo-rich-text a{font-weight:800;text-decoration-thickness:2px;text-underline-offset:3px}
.product-seo-section{padding-top:42px;padding-bottom:42px}
.product-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-benefit-card{padding:24px;border:1px solid #d7e8f7;border-radius:20px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 14px 38px rgba(5,43,82,.06)}
.product-benefit-card .benefit-number{display:grid;place-items:center;width:38px;height:38px;margin-bottom:17px;border-radius:12px;background:linear-gradient(135deg,#0d86fd,#3253f7);color:#fff;font-size:.82rem;font-weight:900}
.product-benefit-card h3{margin:0 0 9px;font-size:1.17rem;color:#071b33}
.product-benefit-card p{margin:0;color:#526176;line-height:1.65}
.product-process-list{counter-reset:seo-process;display:grid;gap:14px;max-width:940px}
.product-process-step{counter-increment:seo-process;display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;align-items:start;padding:21px;border:1px solid #d7e8f7;border-radius:18px;background:#fff}
.product-process-step::before{content:counter(seo-process);display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#eaf5ff;color:#075b98;font-weight:900;font-size:1.05rem}
.product-process-step h3{margin:2px 0 7px;color:#071b33;font-size:1.14rem}
.product-process-step p{margin:0;color:#526176;line-height:1.62}
.product-audience-box{padding:clamp(24px,4vw,42px);border:1px solid #cadff3;border-radius:24px;background:linear-gradient(135deg,#edf8ff,#f5f2ff)}
.product-audience-box h2{margin-top:0;text-wrap:balance}
.product-audience-box .product-rich-text{max-width:830px}
.product-faq-list{display:grid;gap:12px;max-width:980px}
.product-faq-list details{border:1px solid #d7e8f7;border-radius:16px;background:#fff;overflow:hidden}
.product-faq-list summary{position:relative;padding:19px 54px 19px 20px;cursor:pointer;color:#071b33;font-weight:850;line-height:1.4;list-style:none}
.product-faq-list summary::-webkit-details-marker{display:none}
.product-faq-list summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#eaf5ff;color:#075b98;font-size:1.1rem;font-weight:900}
.product-faq-list details[open] summary::after{content:"−"}
.product-faq-list details[open] summary{border-bottom:1px solid #e0edf8;background:#f8fbff}
.faq-answer{padding:18px 20px 22px;color:#526176;line-height:1.72}
.product-related-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.product-related-link{display:flex;flex-direction:column;gap:10px;min-height:160px;padding:22px;border:1px solid #d7e8f7;border-radius:18px;background:#fff;color:#071b33;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.product-related-link:hover{transform:translateY(-3px);border-color:#76b9f5;box-shadow:0 16px 34px rgba(5,43,82,.09)}
.product-related-link strong{font-size:1.08rem}
.product-related-link span{color:#526176;line-height:1.55}
.product-related-link em{margin-top:auto;color:#0d72db;font-style:normal;font-weight:850}
.product-closing-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:34px;margin-bottom:54px;padding:clamp(28px,5vw,52px);border:1px solid #b9d9f6;border-radius:28px;background:linear-gradient(135deg,#eaf7ff 0%,#f6f1ff 100%)}
.product-closing-cta>div:first-child{max-width:760px}
.product-closing-cta h2{margin:6px 0 10px;font-size:clamp(1.65rem,3vw,2.45rem);text-wrap:balance}
.product-closing-cta p:last-child{margin-bottom:0;color:#526176;line-height:1.7}
.product-closing-actions{display:flex;flex-wrap:wrap;gap:10px;flex:0 0 auto}
.collection-seo-content .page-content{max-width:980px;margin:0 auto}
.collection-faq-section .section-head{max-width:980px}
.collection-closing-cta{margin-left:auto;margin-right:auto}
.product-media-section{padding-top:24px}
.product-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.product-media-card{margin:0;border:1px solid #d7e8f7;border-radius:20px;overflow:hidden;background:#fff}
.product-media-card img,.product-media-card video{display:block;width:100%;height:auto}
.product-media-card figcaption{padding:14px 17px;color:#526176;font-weight:700}

@media(max-width:900px){
  .product-benefit-grid,.product-related-links{grid-template-columns:1fr 1fr}
  .product-closing-cta{align-items:flex-start;flex-direction:column}
  .product-closing-actions{width:100%}
}
@media(max-width:650px){
  .product-hero-actions,.product-hero-actions form,.product-hero-actions .btn{width:100%}
  .product-benefit-grid,.product-related-links,.product-media-grid{grid-template-columns:1fr}
  .product-process-step{grid-template-columns:44px minmax(0,1fr);gap:13px;padding:17px}
  .product-process-step::before{width:40px;height:40px;border-radius:12px}
  .product-closing-actions,.product-closing-actions .btn{width:100%}
  .product-faq-list summary{padding-left:17px}
}

/* v1.16 selector alignment */
.product-benefit-card .product-benefit-number{display:grid;place-items:center;width:38px;height:38px;margin-bottom:17px;border-radius:12px;background:linear-gradient(135deg,#0d86fd,#3253f7);color:#fff;font-size:.82rem;font-weight:900}
.product-process-list{list-style:none;padding:0;margin:0;counter-reset:none}
.product-process-list>li{display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;align-items:start;padding:21px;border:1px solid #d7e8f7;border-radius:18px;background:#fff}
.product-process-list>li>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#eaf5ff;color:#075b98;font-weight:900;font-size:1.05rem}
.product-process-list>li h3{margin:2px 0 7px;color:#071b33;font-size:1.14rem}
.product-process-list>li p{margin:0;color:#526176;line-height:1.62}
.product-related-links>a{display:flex;flex-direction:column;gap:10px;min-height:160px;padding:22px;border:1px solid #d7e8f7;border-radius:18px;background:#fff;color:#071b33;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.product-related-links>a:hover{transform:translateY(-3px);border-color:#76b9f5;box-shadow:0 16px 34px rgba(5,43,82,.09)}
.product-related-links>a strong{font-size:1.08rem}
.product-related-links>a span{color:#526176;line-height:1.55}
.product-related-links>a em{margin-top:auto;color:#0d72db;font-style:normal;font-weight:850}
.product-media-item{margin:0;border:1px solid #d7e8f7;border-radius:20px;overflow:hidden;background:#fff}
.product-media-item img,.product-media-item video,.product-media-item iframe{display:block;width:100%;height:auto;border:0}
.product-media-item .video-frame{aspect-ratio:16/9}
.product-media-item .video-frame iframe{height:100%}
.product-media-item figcaption{padding:14px 17px;color:#526176;font-weight:700}
@media(max-width:650px){.product-process-list>li{grid-template-columns:44px minmax(0,1fr);gap:13px;padding:17px}.product-process-list>li>span{width:40px;height:40px;border-radius:12px}}

/* --------------------------------------------------------------------------
   IKUNIX Wiki A-Z · v1.20
   -------------------------------------------------------------------------- */
.wiki-main{--wiki-border:#d9e8fb;--wiki-soft:#f5f9ff;--wiki-ink:#0a2342;}
.wiki-hero .seo-hero-inner{max-width:940px;}
.wiki-search{display:block;max-width:720px;margin-top:30px;}
.wiki-search>span{display:block;margin-bottom:9px;font-weight:800;color:#0a2342;}
.wiki-search input{width:100%;min-height:58px;padding:0 20px;border:1px solid #cfe0f5;border-radius:16px;background:#fff;font:inherit;font-size:1rem;color:#0a2342;box-shadow:0 12px 30px rgba(13,134,253,.08);}
.wiki-search input:focus{outline:3px solid rgba(13,134,253,.16);border-color:#0d86fd;}
.wiki-index-section{padding-top:42px;}
.wiki-alphabet{display:grid;grid-template-columns:repeat(13,minmax(38px,1fr));gap:8px;padding:16px;border:1px solid var(--wiki-border);border-radius:22px;background:#fff;box-shadow:0 15px 45px rgba(25,72,126,.07);position:sticky;top:12px;z-index:3;}
.wiki-alphabet a,.wiki-alphabet span{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:11px;font-weight:900;text-decoration:none;}
.wiki-alphabet a{background:#edf6ff;color:#075fb9;transition:.18s ease;}
.wiki-alphabet a:hover,.wiki-alphabet a:focus{background:#0d86fd;color:#fff;transform:translateY(-1px);}
.wiki-alphabet span{background:#f7f8fb;color:#a9b4c2;}
.wiki-groups{display:grid;gap:42px;margin-top:42px;}
.wiki-letter-group{scroll-margin-top:100px;display:grid;grid-template-columns:104px minmax(0,1fr);gap:28px;align-items:start;}
.wiki-letter-heading{position:sticky;top:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:104px;border-radius:24px;background:linear-gradient(145deg,#079cfd,#1e6cfc 65%,#4a3af3);color:#fff;box-shadow:0 16px 35px rgba(13,134,253,.22);}
.wiki-letter-heading span{font-size:2.2rem;font-weight:900;line-height:1;}
.wiki-letter-heading small{margin-top:8px;font-weight:700;color:rgba(255,255,255,.86);}
.wiki-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.wiki-entry-card{min-width:0;}
.wiki-entry-card>a{height:100%;display:grid;grid-template-columns:48px minmax(0,1fr) 28px;gap:16px;align-items:start;padding:22px;border:1px solid var(--wiki-border);border-radius:20px;background:#fff;text-decoration:none;color:var(--wiki-ink);box-shadow:0 12px 30px rgba(25,72,126,.055);transition:.18s ease;}
.wiki-entry-card>a:hover,.wiki-entry-card>a:focus{border-color:#76b9ff;transform:translateY(-2px);box-shadow:0 18px 40px rgba(13,134,253,.12);}
.wiki-entry-letter{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#edf6ff;color:#0d72d9;font-size:1.15rem;font-weight:900;}
.wiki-entry-card h2{margin:1px 0 8px;font-size:1.18rem;line-height:1.25;}
.wiki-entry-card p{margin:0;color:#526176;line-height:1.62;}
.wiki-entry-arrow{padding-top:9px;color:#0d86fd;font-size:1.4rem;font-weight:900;}
.wiki-empty-search{margin-top:32px;padding:28px;border:1px dashed #aac9ea;border-radius:20px;text-align:center;font-weight:800;color:#526176;background:#f8fbff;}
.wiki-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:38px;align-items:start;}
.wiki-article{max-width:none;}
.wiki-article h2{margin-top:1.8em;font-size:1.7rem;}
.wiki-article h3{margin-top:1.55em;font-size:1.3rem;}
.wiki-article p,.wiki-article li{line-height:1.75;}
.wiki-detail-aside{position:sticky;top:28px;display:grid;gap:12px;padding:24px;border:1px solid var(--wiki-border);border-radius:22px;background:var(--wiki-soft);}
.wiki-detail-aside>span{font-weight:900;color:#0a2342;margin-bottom:4px;}
.wiki-detail-aside .btn{width:100%;justify-content:center;text-align:center;}
@media (max-width:980px){
  .wiki-alphabet{grid-template-columns:repeat(9,minmax(36px,1fr));position:static;}
  .wiki-entry-grid{grid-template-columns:1fr;}
  .wiki-detail-layout{grid-template-columns:1fr;}
  .wiki-detail-aside{position:static;}
}
@media (max-width:680px){
  .wiki-alphabet{grid-template-columns:repeat(6,minmax(34px,1fr));padding:12px;gap:6px;}
  .wiki-alphabet a,.wiki-alphabet span{min-height:38px;}
  .wiki-letter-group{grid-template-columns:1fr;gap:16px;}
  .wiki-letter-heading{position:static;min-height:68px;flex-direction:row;gap:10px;border-radius:18px;}
  .wiki-letter-heading span{font-size:1.75rem;}
  .wiki-letter-heading small{margin-top:0;}
  .wiki-entry-card>a{grid-template-columns:42px minmax(0,1fr) 22px;padding:18px;gap:13px;}
  .wiki-entry-letter{width:42px;height:42px;}
}

/* IKUNIX editable footer logo · v1.22 */
.footer-brand-logo-link{display:inline-flex;align-items:center;justify-content:flex-start;width:max-content;max-width:100%;margin-bottom:10px}
.footer-brand-logo{display:block;width:min(180px,100%);max-height:88px;object-fit:contain;object-position:left center}

/* IKUNIX legal pages and embedded documents · v1.23 */
.legal-page-main{min-height:60vh}
.legal-content-section{padding-top:32px}
.legal-content{
  max-width:980px;
  margin:0 auto;
  padding:clamp(24px,4vw,48px);
  border:1px solid #dbe8f6;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 48px rgba(6,27,51,.06);
}
.legal-content h2,.legal-content h3,.legal-content h4{scroll-margin-top:120px;color:#071d3d}
.legal-content h2{margin:1.8em 0 .65em;font-size:clamp(1.45rem,3vw,2rem)}
.legal-content h3{margin:1.5em 0 .55em;font-size:1.25rem}
.legal-content p,.legal-content li{line-height:1.75;color:#334155}
.legal-content a{color:#0d86fd;text-decoration:underline;text-underline-offset:3px}
.legal-content table{width:100%;border-collapse:collapse;margin:22px 0;display:block;overflow-x:auto}
.legal-content th,.legal-content td{padding:11px 13px;border:1px solid #dbe8f6;text-align:left;vertical-align:top}
.legal-documents-section{padding-top:20px}
.legal-document-list{display:grid;gap:20px;max-width:1100px;margin:0 auto}
.legal-document-card{
  display:grid;
  gap:18px;
  padding:24px;
  border:1px solid #dbe8f6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 36px rgba(6,27,51,.05);
}
.legal-document-copy h3{margin:0 0 8px;color:#071d3d}
.legal-document-copy p{margin:0 0 16px;color:#526176;line-height:1.65}
.legal-document-link{width:max-content;max-width:100%}
.legal-document-embed{
  min-height:var(--document-height,720px);
  height:var(--document-height,720px);
  overflow:hidden;
  border:1px solid #d6e5f5;
  border-radius:16px;
  background:#f7fbff;
}
.legal-document-embed object,.legal-document-embed iframe{display:block;width:100%;height:100%;border:0}
.legal-document-embed img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.footer-legal-group{border-left:1px solid rgba(255,255,255,.12);padding-left:22px}
@media(max-width:820px){
  .legal-content{padding:22px;border-radius:18px}
  .legal-document-card{padding:18px}
  .legal-document-embed{height:min(70vh,var(--document-height,720px));min-height:420px}
  .footer-legal-group{border-left:0;padding-left:0}
}

/* IKUNIX v1.24 – mobile header: menu left, logo right, icon shortcuts and scrollable navigation */


/* IKUNIX v1.25 – robustes, vollständig sichtbares Hamburger-Menü */


@media (max-width:1280px){

  

  /* use one common grid for every mobile menu item */

  /* Start should disappear; access remains via logo */


  


  /* only when services open should the panel expand nearly to screen edge */


}


html,body{
  scrollbar-width:thin;
  scrollbar-color:#1e6cfc #edf5ff;
}
html::-webkit-scrollbar,body::-webkit-scrollbar{
  width:10px;
  height:10px;
}
html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{
  background:#edf5ff;
  border-radius:999px;
}
html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{
  min-height:46px;
  border:2px solid #edf5ff;
  border-radius:999px;
  background:linear-gradient(180deg,#039cfd 0%,#0d86fd 42%,#1e6cfc 72%,#4a3af3 100%);
}
html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#0d86fd 0%,#1e6cfc 55%,#4a3af3 100%);
}

@media (max-width:1280px){
  /* one overview grid: home, cart, login, blog, contact and wiki */


  

  

  

  


  /* the home entry is deliberately icon-only */

  

  /* services live below the general overview as a separate horizontal tile */

  

  

  /* one scrollbar only: the complete white menu scrolls, not the inner services box */


}


@media (max-width:1280px){
  /* v1.28 hid the first quick tile. Explicitly restore the real home tile. */


  /* A textual desktop home link must never enter the mobile grid. */


  

}


@media (max-width:1280px){
  /* The white navigation card is the frame; only the inner area scrolls. */

  


  

  

  /* Home uses the same square icon plate and the same tile dimensions as every other item. */

  


  

  

  


  /* Scrollbar sits inside the menu frame and has no native arrow buttons. */

  

  

}


@media (max-width:1280px){
  /* Keep the complete menu card visibly above the viewport edge. */


  /* The language control is a small standalone pill group at the top right. */

  


  /* Extra scrollable space keeps the last expanded item away from the lower edge. */

  
}


@media (max-width:1280px){
  /* Use a top position plus a reserved viewport gap. Never combine top and
     bottom here: on some mobile viewport calculations that compressed the
     navigation frame to only a few pixels. */


}


@media (max-width:1280px){
  /* Never combine top and bottom positioning: that caused the collapsed white bar. */


}


@media (max-width:1280px){


  /* No nested height calculation: it previously clipped the bottom of the card. */


}


/* ==========================================================================
   IKUNIX HEADER & NAVIGATION — BEREINIGTE EINZELVERSION
   Desktop, responsives Menü, kleines Mobilformat und Querformat.
   ========================================================================== */

/* Gemeinsame Header-Grundlage */
.site-header.compact-header{
  position:sticky;
  top:0;
  z-index:500;
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
  min-width:0;
  min-height:72px;
  padding:10px clamp(16px,3vw,52px);
  border-bottom:1px solid rgba(205,224,242,.88);
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.compact-header .brand{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
  min-width:0;
  margin-right:auto;
}
.compact-header .brand-logo{
  display:block;
  width:52px;
  height:52px;
  object-fit:contain;
  border-radius:14px;
  background:#fff;
}
.compact-header .brand>span{display:none}
.compact-header .nav-toggle{display:none}
.compact-header .desktop-language-switch{display:none}
.compact-header .header-actions{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  gap:10px;
}
/* Desktop-Navigation */
.compact-header .site-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex:1 1 auto;
  min-width:0;
  gap:8px;
  margin-left:auto;
  color:#101828;
  font-size:.94rem;
  font-weight:800;
  white-space:nowrap;
}
.compact-header .mobile-nav-scroll{display:contents}
.compact-header .mobile-nav-quick,
.compact-header .mobile-language-switch{display:none}
.compact-header .desktop-nav-home{display:none}
.compact-header .desktop-nav-cart{display:inline-flex}
.compact-header .nav-dropdown{position:relative}
.compact-header .nav-pages-dropdown{display:none}

@media (min-width:1281px){
  /* Sprachwahl direkt rechts neben dem Logo; danach beginnt die Navigation. */
  .compact-header .brand{margin-right:0}
  .compact-header .desktop-language-switch{
    display:inline-flex;
    align-items:center;
    flex:0 0 auto;
    margin-left:2px;
    margin-right:8px;
  }
  .compact-header .desktop-language-options{
    display:inline-flex;
    align-items:center;
    gap:4px;
    padding:4px;
    border:1px solid #d7e7f6;
    border-radius:14px;
    background:linear-gradient(145deg,#fbfdff,#f4f9ff);
    box-shadow:0 8px 20px rgba(20,65,110,.05);
  }
  .compact-header .desktop-language-options a,
  .compact-header .desktop-language-options span{
    display:inline-grid;
    place-items:center;
    min-width:38px;
    height:38px;
    padding:0 9px;
    border-radius:10px;
    color:#31506f;
    font-size:.78rem;
    font-weight:900;
    line-height:1;
    text-decoration:none;
  }
  .compact-header .desktop-language-options a:hover,
  .compact-header .desktop-language-options a:focus-visible{
    color:#075b98;
    background:#edf6ff;
  }
  .compact-header .desktop-language-options .is-active{
    color:#fff;
    background:linear-gradient(135deg,#0d86fd,#1e6cfc);
    box-shadow:0 6px 14px rgba(30,108,252,.18);
  }

  /* Blog und Wiki bleiben im mobilen Hamburger-Menü, sind im Desktop-Header jedoch ausgeblendet. */
  .compact-header .nav-blog-link,
  .compact-header .nav-wiki-link{
    display:none!important;
  }

  /* Der Aktionsbereich beginnt bewusst mit Abstand nach dem Leistungs-Dropdown. */
  .compact-header .desktop-nav-cart{
    margin-left:34px;
  }

  /* Alle sichtbaren Header-Aktionen verwenden dieselbe Hülle. */
  .compact-header .nav-dropdown>summary,
  .compact-header .nav-contact-link,
  .compact-header .header-cart-link,
  .compact-header .login-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:48px;
    padding:6px 12px;
    border:1px solid #d7e7f6;
    border-radius:16px;
    background:linear-gradient(145deg,#fbfdff,#f4f9ff);
    color:#0b1c35;
    font-weight:850;
    line-height:1;
    white-space:nowrap;
    box-shadow:0 8px 20px rgba(20,65,110,.06);
    transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;
  }

  .compact-header .nav-dropdown>summary{
    cursor:pointer;
    list-style:none;
  }
  .compact-header .nav-dropdown>summary::-webkit-details-marker{display:none}

  .compact-header .nav-dropdown>summary:hover,
  .compact-header .nav-dropdown>summary:focus-visible,
  .compact-header .nav-dropdown[open]>summary,
  .compact-header .nav-contact-link:hover,
  .compact-header .nav-contact-link:focus-visible,
  .compact-header .header-cart-link:hover,
  .compact-header .header-cart-link:focus-visible,
  .compact-header .login-link:hover,
  .compact-header .login-link:focus-visible{
    border-color:#84c3ff;
    background:linear-gradient(145deg,#f1f8ff,#edf6ff);
    box-shadow:0 10px 24px rgba(13,134,253,.10);
    transform:translateY(-1px);
  }

  /* Alle Icons haben dieselbe Größe, Rundung und denselben Verlauf. */
  .compact-header .nav-services-dropdown>summary .mobile-nav-row-icon,
  .compact-header .nav-contact-link .mobile-nav-row-icon,
  .compact-header .header-cart-icon,
  .compact-header .header-action-icon{
    display:grid;
    place-items:center;
    flex:0 0 36px;
    width:36px;
    height:36px;
    min-width:36px;
    min-height:36px;
    padding:0;
    border-radius:12px;
    color:#fff;
    background:linear-gradient(135deg,#0d86fd,#1e6cfc);
    box-shadow:0 7px 16px rgba(30,108,252,.20);
  }

  .compact-header .nav-services-dropdown>summary .mobile-nav-row-svg,
  .compact-header .nav-contact-link .mobile-nav-row-svg,
  .compact-header .header-cart-svg,
  .compact-header .header-action-svg{
    width:19px;
    height:19px;
  }

  .compact-header .nav-services-dropdown>summary .mobile-nav-row-label,
  .compact-header .nav-contact-link .mobile-nav-row-label,
  .compact-header .header-cart-label,
  .compact-header .header-action-label{
    display:inline-block;
    min-width:0;
    color:#0b1c35;
    font-size:.94rem;
    font-weight:850;
    line-height:1.15;
  }

  .compact-header .nav-chevron-wrap{
    display:inline-grid;
    place-items:center;
    margin-left:1px;
    color:#71839a;
    transition:transform .2s ease;
  }
  .compact-header .nav-dropdown[open]>summary .nav-chevron-wrap{transform:rotate(180deg)}
  .compact-header .nav-chevron-icon{width:17px;height:17px}

  /* Leer: nur das Warenkorb-Icon. Mit Inhalt: Icon, Text und Anzahl. */
  .compact-header .header-cart-link:not(.has-items){
    width:48px;
    min-width:48px;
    padding:6px;
    gap:0;
  }
  .compact-header .header-cart-link:not(.has-items) .header-cart-label,
  .compact-header .header-cart-link:not(.has-items) .header-cart-count{
    display:none;
  }
  .compact-header .header-cart-link.has-items{
    width:auto;
    padding-right:10px;
  }
  .compact-header .header-cart-count{
    display:grid;
    place-items:center;
    min-width:27px;
    height:27px;
    padding:0 6px;
    border:1px solid #dceaff;
    border-radius:999px;
    background:#fff;
    color:#075b98;
    font-size:.76rem;
    font-weight:900;
  }

  /* Kundenlogin folgt derselben Icon-und-Text-Logik. */
  .compact-header .login-link{
    padding-right:15px;
    background:linear-gradient(145deg,#f6fbff,#f4f2ff);
  }
}

/* Desktop-Leistungsdropdown */
.compact-header .nav-services-dropdown .nav-mega{
  position:fixed;
  top:82px;
  left:50%;
  z-index:510;
  width:min(1080px,calc(100vw - 32px));
  max-height:calc(100dvh - 104px);
  padding:0;
  overflow:auto;
  transform:translateX(-50%);
  border:1px solid #d6e7f8;
  border-radius:28px;
  background:#fff;
  box-shadow:0 30px 80px rgba(6,27,51,.20);
  white-space:normal;
}
.compact-header .nav-mega-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:22px 24px;
  border-bottom:1px solid #dce9f7;
  background:linear-gradient(135deg,#eff9ff,#f5f2ff);
}
.compact-header .nav-mega-kicker{
  color:#176bff;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.compact-header .nav-mega-intro strong{display:block;margin-top:3px;font-size:1.08rem}
.compact-header .nav-mega-intro p{margin:4px 0 0;color:#667085;font-size:.86rem}
.compact-header .nav-mega-all{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,#0d86fd,#3253f7);
  font-weight:900;
}
.compact-header .nav-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0;
  padding:20px 22px;
}
.compact-header .nav-category{
  display:grid;
  align-content:start;
  gap:10px;
  min-width:0;
  padding:16px;
  border:1px solid #e0ebf7;
  border-radius:20px;
  background:#fff;
}
.compact-header .nav-category-title{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.compact-header .nav-category-title>span{
  display:grid;
  place-items:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:13px;
  color:#176bff;
  background:linear-gradient(145deg,#eaf8ff,#efedff);
}
.compact-header .nav-category-title svg{width:20px;height:20px}
.compact-header .nav-category-title strong{display:block;line-height:1.2}
.compact-header .nav-category-title small{display:block;margin-top:3px;color:#7b8798;font-size:.72rem}
.compact-header .nav-category>p{margin:0;color:#667085;font-size:.8rem;line-height:1.45}
.compact-header .nav-category-links{display:grid;gap:3px}
.compact-header .nav-category-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 9px;
  border-radius:10px;
  color:#41516a;
  font-size:.82rem;
}
.compact-header .nav-category-links a:hover{color:#075b98;background:#f1f7ff}
.compact-header .nav-category-links small{color:#176bff}
.compact-header .nav-mega-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 24px;
  border-top:1px solid #e1ebf5;
  background:#fbfdff;
  color:#667085;
  font-size:.84rem;
}
.compact-header .nav-mega-footer a{color:#176bff;font-weight:900}
.compact-header .nav-pages-dropdown{display:none}

/* Responsives Hamburger-Menü */
@media (max-width:1280px){
  body.mobile-nav-open{overflow:hidden}
  body.mobile-nav-open::before{
    content:"";
    position:fixed;
    z-index:480;
    inset:var(--ikunix-mobile-header-height,72px) 0 0;
    background:rgba(9,28,52,.16);
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);
  }
  .site-header.compact-header{
    display:grid;
    grid-template-columns:52px minmax(0,1fr) auto;
    grid-template-rows:52px;
    gap:10px;
    min-height:72px;
    padding:10px 16px;
  }
  .compact-header .nav-toggle{
    display:grid;
    place-items:center;
    grid-column:1;
    grid-row:1;
    width:48px;
    height:48px;
    margin:0;
    padding:0;
    border:1px solid #d7e7f6;
    border-radius:14px;
    background:#f4f9ff;
    color:#075b98;
    cursor:pointer;
  }
  .compact-header .nav-toggle-lines{display:grid;gap:5px;width:22px}
  .compact-header .nav-toggle-lines>span{display:block;height:2px;border-radius:99px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
  .compact-header .nav-toggle[aria-expanded="true"] .nav-toggle-lines>span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .compact-header .nav-toggle[aria-expanded="true"] .nav-toggle-lines>span:nth-child(2){opacity:0}
  .compact-header .nav-toggle[aria-expanded="true"] .nav-toggle-lines>span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .compact-header .brand{
    grid-column:3;
    grid-row:1;
    justify-self:end;
    margin:0;
  }
  .compact-header .brand-logo{width:52px;height:52px}
  .compact-header .header-actions{display:none}

  .compact-header .site-nav,
  .compact-header .site-nav.is-open{
    position:fixed;
    top:calc(var(--ikunix-mobile-header-height,72px) + 6px);
    right:max(12px,env(safe-area-inset-right));
    bottom:auto;
    left:max(12px,env(safe-area-inset-left));
    z-index:490;
    width:auto;
    height:auto;
    min-height:0;
    max-height:calc(100dvh - var(--ikunix-mobile-header-height,72px) - 32px - env(safe-area-inset-bottom));
    margin:0;
    padding:10px;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-gutter:stable;
    border:1px solid #d8e8f7;
    border-radius:26px;
    background:#fff;
    box-shadow:0 24px 70px rgba(8,35,69,.18);
    white-space:normal;
  }
  .compact-header .site-nav{display:none}
  .compact-header .site-nav.is-open{display:block}
  .compact-header .mobile-nav-scroll{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-auto-flow:row;
    align-items:stretch;
    gap:14px;
    width:100%;
    height:auto;
    min-height:0;
    padding:4px 8px calc(30px + env(safe-area-inset-bottom)) 4px;
    overflow:visible;
  }
  .compact-header .mobile-nav-quick{display:contents}
  .compact-header .desktop-nav-cart{display:none}
  .compact-header .mobile-nav-scroll>.mobile-nav-quick>.mobile-nav-quick-link,
  .compact-header .mobile-nav-scroll>a.nav-icon-link{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    width:100%;
    min-width:0;
    min-height:132px;
    padding:20px 16px;
    border:1px solid #dce9f6;
    border-radius:22px;
    background:linear-gradient(145deg,#fbfdff,#f5f9fe);
    color:#0b1c35;
    text-align:center;
    box-shadow:0 10px 26px rgba(20,65,110,.06);
  }
  .compact-header .mobile-nav-scroll>.mobile-nav-quick>.mobile-nav-quick-link:hover,
  .compact-header .mobile-nav-scroll>a.nav-icon-link:hover,
  .compact-header .mobile-nav-scroll>.mobile-nav-quick>.mobile-nav-quick-link:focus-visible,
  .compact-header .mobile-nav-scroll>a.nav-icon-link:focus-visible{
    border-color:#91c9ff;
    background:linear-gradient(145deg,#f1f8ff,#edf6ff);
    transform:translateY(-1px);
  }
  .compact-header .mobile-nav-login-link{background:linear-gradient(145deg,#f6fbff,#f4f2ff)!important}
  .compact-header .mobile-nav-quick-icon,
  .compact-header .mobile-nav-row-icon{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    min-width:52px;
    min-height:52px;
    border-radius:16px;
    color:#fff;
    background:linear-gradient(135deg,#0d86fd,#1e6cfc);
    box-shadow:0 10px 22px rgba(30,108,252,.18);
  }
  .compact-header .mobile-nav-icon,
  .compact-header .mobile-nav-row-svg{width:24px;height:24px}
  .compact-header .mobile-nav-home-label,
  .compact-header .mobile-nav-quick-link>span:not(.mobile-nav-quick-icon),
  .compact-header .nav-icon-link .mobile-nav-row-label{
    display:block;
    max-width:100%;
    color:#0b1c35;
    font-size:1rem;
    font-weight:850;
    line-height:1.24;
    overflow-wrap:anywhere;
    white-space:normal;
  }
  .compact-header .mobile-nav-quick-count{
    position:absolute;
    top:12px;
    right:12px;
    display:grid;
    place-items:center;
    min-width:28px;
    height:28px;
    padding:0 7px;
    border-radius:999px;
    color:#fff;
    background:#8da4bb;
    font-size:.75rem;
  }
  .compact-header .mobile-nav-home-link{order:1}
  .compact-header .mobile-nav-cart-link{order:2}
  .compact-header .mobile-nav-login-link{order:3}
  .compact-header .nav-blog-link{order:4}
  .compact-header .nav-contact-link{order:5}
  .compact-header .nav-wiki-link{order:6}
  .compact-header .nav-additional-link{order:30}

  /* Sprachen nur als Schaltflächen oben rechts */
  .compact-header .mobile-language-switch{
    order:-100;
    display:flex;
    grid-column:1/-1;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    min-height:0;
    padding:0 4px 2px 0;
  }
  .compact-header .mobile-language-options{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:5px;
    border:1px solid #d5e6f5;
    border-radius:15px;
    background:#fff;
    box-shadow:0 7px 18px rgba(20,65,110,.07);
  }
  .compact-header .mobile-language-options a,
  .compact-header .mobile-language-options span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:8px 15px;
    border-radius:11px;
    color:#31506f;
    font-size:.82rem;
    font-weight:850;
    line-height:1;
    white-space:nowrap;
  }
  .compact-header .mobile-language-options a:hover{background:#edf6ff;color:#075b98}
  .compact-header .mobile-language-options .is-active{
    color:#fff;
    background:linear-gradient(135deg,#0d86fd,#1e6cfc);
    box-shadow:0 6px 14px rgba(30,108,252,.20);
  }

  /* Leistungen als einzelne horizontale Kachel */
  .compact-header .nav-services-dropdown{
    order:20;
    grid-column:1/-1;
    width:100%;
    margin-bottom:18px;
  }
  .compact-header .nav-services-dropdown>summary{
    display:flex;
    align-items:center;
    gap:16px;
    width:100%;
    min-height:92px;
    padding:16px 22px;
    border:1px solid #dce9f6;
    border-radius:22px;
    background:linear-gradient(145deg,#fbfdff,#f5f9fe);
    color:#0b1c35;
    box-shadow:0 10px 26px rgba(20,65,110,.06);
  }
  .compact-header .nav-services-dropdown>summary .mobile-nav-row-label{
    display:block;
    flex:1 1 auto;
    text-align:left;
    font-size:1.08rem;
    font-weight:850;
  }
  .compact-header .nav-services-dropdown>summary .nav-chevron-wrap{margin-left:auto}
  .compact-header .nav-services-dropdown .nav-mega{
    position:static;
    width:100%;
    max-width:100%;
    max-height:none;
    margin:12px 0 0;
    padding:0 0 18px;
    overflow:visible;
    transform:none;
    border:1px solid #dce9f6;
    border-radius:22px;
    box-shadow:none;
  }
  .compact-header .nav-mega-intro{grid-template-columns:1fr;padding:18px}
  .compact-header .nav-mega-all{width:100%;justify-content:center;margin-top:8px}
  .compact-header .nav-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px}
  .compact-header .nav-mega-footer{align-items:flex-start;flex-direction:column;padding-bottom:18px}

  /* Schlichter, pfeilloser Scrollbalken innerhalb der weißen Box */
  .compact-header .site-nav{scrollbar-width:thin;scrollbar-color:#1e6cfc #edf5ff}
  .compact-header .site-nav::-webkit-scrollbar{width:10px}
  .compact-header .site-nav::-webkit-scrollbar-track{background:#edf5ff;border-radius:999px}
  .compact-header .site-nav::-webkit-scrollbar-thumb{
    min-height:46px;
    border:2px solid #edf5ff;
    border-radius:999px;
    background:linear-gradient(180deg,#039cfd,#0d86fd 42%,#1e6cfc 72%,#4a3af3);
  }
  .compact-header .site-nav::-webkit-scrollbar-button{display:none;width:0;height:0}
}

/* Kleine Mobilgeräte */
@media (max-width:980px){
  .compact-header .mobile-nav-scroll{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .site-header.compact-header{
    grid-template-columns:48px minmax(0,1fr) auto;
    grid-template-rows:46px;
    min-height:62px;
    padding:8px 10px;
  }
  .compact-header .nav-toggle{width:44px;height:44px}
  .compact-header .brand-logo{width:46px;height:46px}
  .compact-header .site-nav,
  .compact-header .site-nav.is-open{
    top:calc(var(--ikunix-mobile-header-height,62px) + 6px);
    right:max(8px,env(safe-area-inset-right));
    left:max(8px,env(safe-area-inset-left));
    max-height:calc(100dvh - var(--ikunix-mobile-header-height,62px) - 28px - env(safe-area-inset-bottom));
    padding:8px;
    border-radius:22px;
  }
  .compact-header .mobile-nav-scroll{
    gap:10px;
    padding:3px 7px calc(28px + env(safe-area-inset-bottom)) 3px;
  }
  .compact-header .mobile-nav-scroll>.mobile-nav-quick>.mobile-nav-quick-link,
  .compact-header .mobile-nav-scroll>a.nav-icon-link{min-height:116px;padding:16px 12px;border-radius:20px}
  .compact-header .mobile-nav-quick-icon,
  .compact-header .mobile-nav-row-icon{width:46px;height:46px;min-width:46px;min-height:46px;border-radius:14px}
  .compact-header .mobile-nav-icon,
  .compact-header .mobile-nav-row-svg{width:21px;height:21px}
  .compact-header .mobile-language-options a,
  .compact-header .mobile-language-options span{min-height:36px;padding:7px 12px;font-size:.76rem}
  .compact-header .nav-services-dropdown>summary{min-height:82px;padding:14px 16px}
  .compact-header .nav-category-grid{grid-template-columns:1fr;padding:14px}
}

/* Querformat: kompaktere Kacheln, unveränderte Einzelstruktur */
@media (max-width:1280px) and (orientation:landscape){
  .compact-header .mobile-nav-scroll{grid-template-columns:repeat(3,minmax(0,1fr))}
  .compact-header .mobile-nav-scroll>.mobile-nav-quick>.mobile-nav-quick-link,
  .compact-header .mobile-nav-scroll>a.nav-icon-link{min-height:100px;padding:12px}
  .compact-header .nav-services-dropdown>summary{min-height:76px}
}



/* v1.29 - customer-facing gross prices */
.price-tax-note{margin-top:8px!important;font-size:.92rem;font-weight:700;color:#526176}

/* v1.29 - fixed IKUNIX website support panda */
.public-support-trigger{position:fixed;z-index:960;left:12px;bottom:0;width:118px;height:112px;padding:0;border:0;background:transparent;cursor:pointer;filter:drop-shadow(0 8px 16px rgba(7,45,79,.13))}
.public-support-trigger:focus-visible{outline:3px solid rgba(13,134,253,.35);outline-offset:3px;border-radius:28px}
.public-support-panda{position:absolute;inset:0;display:block}
.public-panda-head{position:absolute;left:24px;bottom:-2px;width:78px;height:76px;border:3px solid #0b2747;border-radius:48% 48% 44% 44%;background:#fff}
.public-panda-ear{position:absolute;top:-14px;width:28px;height:28px;border-radius:50%;background:#0b2747;z-index:-1}
.public-panda-ear.left{left:4px}.public-panda-ear.right{right:4px}
.public-panda-eye{position:absolute;top:27px;width:19px;height:24px;border-radius:55% 45% 55% 45%;background:#0b2747}
.public-panda-eye.left{left:16px;transform:rotate(12deg)}.public-panda-eye.right{right:16px;transform:rotate(-12deg)}
.public-panda-eye::after{content:"";position:absolute;left:7px;top:5px;width:5px;height:7px;border-radius:50%;background:#fff}
.public-panda-nose{position:absolute;left:50%;bottom:13px;width:10px;height:8px;border-radius:50%;background:#0b2747;transform:translateX(-50%)}
.public-support-question{position:absolute;font-weight:900;color:#1677ff;text-shadow:0 2px 8px rgba(22,119,255,.18);opacity:0;transition:opacity .16s ease}
.public-support-question.q1{left:5px;top:20px;font-size:20px}.public-support-question.q2{right:1px;top:7px;font-size:26px}.public-support-question.q3{right:3px;top:41px;font-size:17px}
.public-support-trigger:hover .public-support-question,.public-support-trigger:focus-visible .public-support-question{opacity:1}
.public-support-backdrop[hidden]{display:none!important}
.public-support-backdrop{position:fixed;z-index:990;inset:0;display:grid;place-items:center;padding:22px;background:rgba(7,30,55,.38);backdrop-filter:blur(7px)}
.public-support-dialog{position:relative;width:min(100%,600px);max-height:min(90vh,820px);overflow:auto;padding:28px;border:1px solid #d6e7f7;border-radius:24px;background:#fff;box-shadow:0 28px 70px rgba(7,39,70,.24)}
.public-support-dialog h2{margin:3px 44px 8px 0;font-size:1.65rem}.public-support-intro{margin:0 0 20px;color:#607086;line-height:1.6}
.public-support-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:1px solid #d4e3f2;border-radius:11px;background:#f7fbff;color:#10223a;font-size:25px;line-height:1;cursor:pointer}
.public-support-close:hover{background:#edf7ff;color:#0865ca}
.public-support-form label:not(.checkbox):not(.hp){display:grid;gap:7px;margin:0 0 15px;font-weight:750;color:#24344b}
.public-support-form input:not([type="checkbox"]),.public-support-form textarea{width:100%;min-width:0;border:1px solid #c9dcef;border-radius:12px;background:#fff;padding:11px 13px;color:#10223a;font:inherit;outline:none}
.public-support-form input:focus,.public-support-form textarea:focus{border-color:#73b6ff;box-shadow:0 0 0 4px rgba(22,119,255,.08)}
.public-support-form textarea{resize:vertical;min-height:140px}.public-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.public-support-privacy{margin:14px 0 0}.public-support-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:18px}
.public-support-feedback{margin:0 0 16px;padding:12px 14px;border-radius:12px;font-weight:700;line-height:1.5}.public-support-feedback.success{background:#edf9f1;color:#15723b;border:1px solid #bce8ca}.public-support-feedback.error{background:#fff1f1;color:#a42626;border:1px solid #f2caca}
body.public-support-open{overflow:hidden}
@media(max-width:640px){.public-support-trigger{left:4px;width:100px;height:100px}.public-panda-head{left:19px;width:72px;height:70px}.public-support-backdrop{padding:10px;align-items:end}.public-support-dialog{width:100%;max-height:90vh;border-radius:22px 22px 10px 10px;padding:22px 18px}.public-support-grid{grid-template-columns:1fr}.public-support-actions .btn{flex:1 1 140px}}


/* v1.29.1 - Panda im Frontend wie im Kundenportal + weichere Fragezeichen-Einblendung */
.public-support-trigger{
  left:10px;
  bottom:0;
  width:174px;
  height:136px;
  overflow:hidden;
  filter:drop-shadow(0 8px 14px rgba(7,45,79,.12));
  transition:filter .18s ease;
}
.public-support-trigger:hover{filter:drop-shadow(0 10px 18px rgba(7,45,79,.16))}
.public-support-panda{position:absolute;inset:0;display:block}
.public-panda-head{
  left:45px;
  bottom:39px;
  width:86px;
  height:77px;
  border:3px solid #0b2747;
  border-radius:48% 48% 44% 44%;
  background:#fff;
  z-index:4;
}
.public-panda-ear{top:-13px;width:27px;height:27px;z-index:-1}
.public-panda-ear.left{left:5px}.public-panda-ear.right{right:5px}
.public-panda-eye{top:27px;width:19px;height:24px}
.public-panda-eye.left{left:18px}.public-panda-eye.right{right:18px}
.public-panda-nose{bottom:14px}
.public-panda-monitor{
  position:absolute;
  left:31px;
  bottom:-4px;
  width:116px;
  height:52px;
  border:3px solid #0b2747;
  border-radius:9px 9px 7px 7px;
  background:#eaf5ff url('../img/logo.webp') center 13px/38px auto no-repeat;
  box-shadow:0 5px 12px rgba(7,45,79,.12);
  z-index:7;
}
.public-support-question{
  z-index:8;
  opacity:0;
  transform:translateY(7px) scale(.58) rotate(-9deg);
  transition:none;
  animation:none;
  will-change:transform,opacity;
}
.public-support-question.q1{left:17px;top:18px;font-size:21px}
.public-support-question.q2{left:132px;right:auto;top:6px;font-size:27px}
.public-support-question.q3{left:145px;right:auto;top:42px;font-size:18px}
@keyframes ikunixQuestionRevealPublic{
  0%{opacity:0;transform:translateY(8px) scale(.52) rotate(-10deg)}
  58%{opacity:1;transform:translateY(-2px) scale(1.12) rotate(4deg)}
  100%{opacity:1;transform:translateY(0) scale(1) rotate(0)}
}
.public-support-trigger:hover .public-support-question,
.public-support-trigger:focus-visible .public-support-question{
  animation:ikunixQuestionRevealPublic .46s cubic-bezier(.2,.82,.25,1.18) forwards;
}
.public-support-trigger:hover .public-support-question.q2,
.public-support-trigger:focus-visible .public-support-question.q2{animation-delay:.08s}
.public-support-trigger:hover .public-support-question.q3,
.public-support-trigger:focus-visible .public-support-question.q3{animation-delay:.16s}
@media(max-width:640px){
  .public-support-trigger{left:4px;width:154px;height:124px;transform:scale(.92);transform-origin:left bottom}
  .public-support-trigger:hover{transform:scale(.92)}
  .public-panda-head{left:45px;bottom:39px;width:86px;height:77px}
}

/* v1.29.2 - Responsive Frontend-Panda: rechts, dezenter und vollständig sichtbar */
@media (max-width:760px){
  .public-support-trigger{
    left:auto;
    right:8px;
    bottom:10px;
    width:174px;
    height:136px;
    overflow:visible;
    transform:scale(.72);
    transform-origin:right bottom;
  }
  .public-support-trigger:hover,
  .public-support-trigger:focus-visible{
    transform:scale(.72);
  }
  .public-panda-monitor{
    bottom:2px;
  }
  .public-panda-head{
    bottom:45px;
  }
}

@media (max-width:420px){
  .public-support-trigger{
    right:6px;
    bottom:8px;
    transform:scale(.66);
  }
  .public-support-trigger:hover,
  .public-support-trigger:focus-visible{
    transform:scale(.66);
  }
}


/* v1.29.6 footer social icons */
.footer-social-icons{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
}
.footer-social .footer-social-icon{
    position:relative;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    flex:0 0 44px;
    width:44px!important;
    min-width:44px;
    max-width:44px;
    height:44px!important;
    min-height:44px;
    max-height:44px;
    padding:0;
    overflow:hidden;
    border:1.5px solid rgba(255,255,255,.72);
    border-radius:999px;
    background:rgba(255,255,255,.02);
    color:#fff!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
    text-decoration:none;
    font-size:0;
    line-height:0;
    transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
.footer-social .footer-social-icon:hover,
.footer-social .footer-social-icon:focus-visible{
    transform:translateY(-2px);
    border-color:#fff;
    background:rgba(255,255,255,.1);
    color:#fff!important;
    box-shadow:0 10px 22px rgba(3,156,253,.18), inset 0 0 0 1px rgba(255,255,255,.08);
    outline:none;
}
.footer-social-icon svg{
    display:block!important;
    width:18px!important;
    min-width:18px;
    max-width:18px;
    height:18px!important;
    min-height:18px;
    max-height:18px;
    overflow:visible;
    color:currentColor;
    fill:currentColor;
}
.footer-social-icon svg *{
    fill:currentColor;
}
.footer-social-label{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    clip-path:inset(50%)!important;
    white-space:nowrap!important;
    border:0!important;
}
@media(max-width:820px){
    .footer-social-icons{gap:10px}
    .footer-social .footer-social-icon{flex-basis:40px;width:40px!important;min-width:40px;max-width:40px;height:40px!important;min-height:40px;max-height:40px}
    .footer-social-icon svg{width:16px!important;min-width:16px;max-width:16px;height:16px!important;min-height:16px;max-height:16px}
}

/* v1.29.7 compact footer social icons */
.footer-social-icons{
    display:flex !important;
    flex-wrap:wrap;
    align-items:center;
    gap:9px;
    margin-top:4px;
}
.footer-social .footer-social-icon{
    display:inline-flex !important;
    flex:0 0 36px !important;
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    padding:0 !important;
    margin:0 !important;
    box-sizing:border-box !important;
    align-items:center !important;
    justify-content:center !important;
    border:2px solid rgba(255,255,255,.88) !important;
    border-radius:50% !important;
    background:transparent !important;
    color:#fff !important;
    overflow:hidden !important;
    line-height:1 !important;
    transition:transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease !important;
}
.footer-social .footer-social-icon > svg{
    display:block !important;
    flex:0 0 16px !important;
    width:16px !important;
    min-width:16px !important;
    max-width:16px !important;
    height:16px !important;
    min-height:16px !important;
    max-height:16px !important;
    overflow:visible !important;
}
.footer-social .footer-social-icon:hover,
.footer-social .footer-social-icon:focus-visible{
    transform:translateY(-2px) !important;
    background:#fff !important;
    color:#0b2239 !important;
    border-color:#fff !important;
    box-shadow:0 7px 18px rgba(0,0,0,.16) !important;
    outline:none !important;
}
.footer-social .footer-social-label{
    display:none !important;
}
@media(max-width:820px){
    .footer-social-icons{gap:8px}
    .footer-social .footer-social-icon{
        flex-basis:34px !important;
        width:34px !important;
        min-width:34px !important;
        max-width:34px !important;
        height:34px !important;
        min-height:34px !important;
        max-height:34px !important;
    }
    .footer-social .footer-social-icon > svg{
        width:15px !important;
        min-width:15px !important;
        max-width:15px !important;
        height:15px !important;
        min-height:15px !important;
        max-height:15px !important;
        flex-basis:15px !important;
    }
}
