#zorkon-main-nav{display:flex;align-items:center;justify-content:center;gap:.15rem;flex:1;min-width:0;flex-wrap:nowrap}
#zorkon-main-nav a{
  display:inline-flex;align-items:center;justify-content:center;
  height:36px;padding:8px 12px;border-radius:6px;
  font-size:14px;line-height:20px;font-weight:500;
  color:#0f1729;text-decoration:none;white-space:nowrap;
  background:transparent;
  transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
}
#zorkon-main-nav a:hover,
#zorkon-main-nav a:focus-visible,
#zorkon-main-nav a.is-active{
  background:#e7f9fd;
  color:#036c81;
}
#zorkon-burger{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;padding:0;
  border:1px solid #d9dfe8;border-radius:6px;
  background:#f9fafb;color:#0f1729;cursor:pointer;
  box-shadow:0 1px 3px rgba(15,23,41,.05);
  transition:background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);
}
#zorkon-burger:hover,#zorkon-burger[aria-expanded="true"]{background:#e7f9fd;color:#036c81}
#zorkon-drawer{position:fixed;inset:0;z-index:80;display:none}
#zorkon-drawer.is-open{display:block}
#zorkon-drawer-bg{position:absolute;inset:0;background:rgba(15,23,41,.4)}
#zorkon-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(22rem,92vw);background:#fff;box-shadow:-8px 0 30px rgba(0,0,0,.08);padding:1.25rem 1.25rem 2rem;overflow:auto}
#zorkon-drawer-panel h2{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin:0 0 .75rem}
#zorkon-drawer-panel a.item{
  display:block;padding:.7rem .75rem;margin:0 -.75rem;border-radius:6px;
  color:#0f1729;text-decoration:none;font-weight:500;
  transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
}
#zorkon-drawer-panel a.item:hover{background:#e7f9fd;color:#036c81}
#zorkon-drawer-panel .meta{margin-top:1.25rem;font-size:.85rem;color:#64748b}
#zorkon-drawer-panel .meta a{color:inherit;font-weight:600}
#zorkon-drawer-cta{display:inline-flex;margin-top:1rem;padding:.7rem 1rem;border-radius:.5rem;background:#0f1729;color:#fff;text-decoration:none;font-weight:600}
[data-wvc-dynamic="MenuProvider"] .animate-pulse,
#header .animate-pulse{display:none !important}
@media (max-width:1023px){
  #zorkon-main-nav{display:none}
}
@media (min-width:1024px){
  #zorkon-burger{display:none}
}
/* Top contacts bar: black bg, white text, icons to strip height */
#header > div.hidden.lg\:block{
  background:#0f1729 !important;
  border-bottom-color:#0f1729 !important;
  color:#fff !important;
}
#header > div.hidden.lg\:block .text-muted-foreground,
#header > div.hidden.lg\:block .text-foreground,
#header > div.hidden.lg\:block span,
#header > div.hidden.lg\:block a{
  color:#fff !important;
}
#header > div.hidden.lg\:block a:hover{
  color:#e2e8f0 !important;
}
#header > div.hidden.lg\:block .text-border{
  color:rgba(255,255,255,.35) !important;
}
#header > div.hidden.lg\:block .bg-primary{
  background:#fff !important;
}
#header > div.hidden.lg\:block .flex.items-center.gap-5 a{
  font-size:18.2px !important;
  line-height:1.2;
}
#header > div.hidden.lg\:block svg{
  width:22px !important;
  height:22px !important;
}
#header > div.hidden.lg\:block svg.lucide,
#header > div.hidden.lg\:block svg.text-primary{
  color:#fff !important;
  stroke:#fff !important;
}

/* Expanding consult form */
#zorkon-consult[hidden]{display:none}
#zorkon-consult{position:relative;z-index:90}
#zorkon-consult-backdrop{
  position:fixed;inset:0;z-index:89;
  background:rgba(15,23,41,.28);
  opacity:0;pointer-events:none;
  transition:opacity .2s ease;
}
#zorkon-consult.is-open #zorkon-consult-backdrop{
  opacity:1;pointer-events:auto;
}
#zorkon-consult-panel{
  position:fixed;z-index:91;
  top:76px;right:max(16px, calc((100vw - 1320px) / 2 + 14px));
  width:min(420px, calc(100vw - 32px));
  max-height:min(80vh, 640px);
  overflow:auto;
  padding:1.15rem 1.2rem 1.05rem;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#fff;
  color:#0f1729;
  box-shadow:0 18px 50px rgba(15,23,41,.16);
  transform-origin:top right;
  transform:translateY(-8px) scale(.98);
  opacity:0;
  pointer-events:none;
  transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .2s ease;
}
#zorkon-consult.is-open #zorkon-consult-panel{
  transform:none;opacity:1;pointer-events:auto;
}
.zorkon-consult-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.9rem}
.zorkon-consult-kicker{margin:0 0 .2rem;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#036c81;font-weight:700}
#zorkon-consult-title{margin:0;font-size:1.15rem;line-height:1.25;font-weight:700}
.zorkon-consult-lead{margin:.35rem 0 0;font-size:.82rem;line-height:1.45;color:#64748b}
.zorkon-consult-close{
  flex:0 0 auto;width:36px;height:36px;border:0;border-radius:8px;
  background:#f1f5f9;color:#0f1729;cursor:pointer;
}
.zorkon-consult-close:hover,.zorkon-consult-close:focus-visible{background:#e7f9fd;color:#036c81}
.zorkon-consult-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}
.zorkon-consult-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.7rem}
.zorkon-consult-field label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0f1729}
.zorkon-consult-optional{margin-left:.35rem;text-transform:none;letter-spacing:0;font-weight:500;color:#94a3b8}
.zorkon-consult-field input,
.zorkon-consult-field textarea{
  width:100%;border:1px solid #d9dfe8;border-radius:10px;
  background:#f8fafc;color:#0f1729;
  padding:.75rem .85rem;font:inherit;font-size:.95rem;
  outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;
}
.zorkon-consult-field textarea{min-height:88px;resize:vertical}
.zorkon-consult-field input:focus,
.zorkon-consult-field textarea:focus{
  border-color:#036c81;background:#fff;
  box-shadow:0 0 0 3px rgba(3,108,129,.16);
}
.zorkon-consult-field input[aria-invalid="true"],
.zorkon-consult-field textarea[aria-invalid="true"]{
  border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12);
}
.zorkon-consult-consent{
  display:flex;align-items:flex-start;gap:.55rem;
  margin:.15rem 0 .75rem;font-size:.78rem;line-height:1.4;color:#475569;cursor:pointer;
}
.zorkon-consult-consent input{margin-top:.15rem;accent-color:#036c81}
.zorkon-consult-submit{
  display:flex;width:100%;align-items:center;justify-content:center;
  min-height:48px;border:0;border-radius:10px;cursor:pointer;
  background:#0f1729;color:#fff;font-weight:700;font-size:.95rem;
}
.zorkon-consult-submit:hover{background:#036c81}
.zorkon-consult-submit[aria-busy="true"]{opacity:.7;pointer-events:none}
.zorkon-consult-note{margin:.65rem 0 0;text-align:center;font-size:.72rem;color:#94a3b8}
.zorkon-consult-error{margin:0 0 .7rem;color:#b91c1c;font-size:.8rem}
.zorkon-consult-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.zorkon-consult-success{padding:.4rem 0 .2rem}
.zorkon-consult-success-title{margin:0 0 .4rem;font-size:1.05rem;font-weight:700}
.zorkon-consult-success p{margin:0;color:#475569;font-size:.9rem;line-height:1.5}
.zorkon-consult-success a{color:#036c81;font-weight:600}
#header .flex.h-16 a.inline-flex.items-center img,
#header .flex.h-16 img[alt="Zorkon"]{
  height:52px !important;
  width:auto !important;
  display:block;
}
#header .hidden.lg\:flex.items-center.shrink-0 > button,
#header #zorkon-consult-btn{
  background:#0654A2 !important;
  color:#fff !important;
}
#header .hidden.lg\:flex.items-center.shrink-0 > button:hover,
#header #zorkon-consult-btn:hover,
#header #zorkon-consult-btn[aria-expanded="true"]{
  background:#054489 !important;
  color:#fff !important;
}
@media (max-width:720px){
  .zorkon-consult-grid{grid-template-columns:1fr}
  #zorkon-consult-panel{
    top:auto;right:0;left:0;bottom:0;
    width:100%;max-height:90vh;
    border-radius:16px 16px 0 0;
    transform:translateY(16px);
  }
}
@media (prefers-reduced-motion:reduce){
  #zorkon-consult-backdrop,#zorkon-consult-panel{transition:none}
}
