/* iTECH unified top navigation */
.has-auth-header header nav{gap:16px}
.has-auth-header header nav .links,.has-auth-header header .site-switch,.has-auth-header header .store-entry{display:none!important}
.itech-header-actions{margin-left:auto;display:flex;align-items:center;gap:10px;flex-shrink:0}
.itech-account-btn,.itech-phone-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border-radius:999px;font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}
.itech-account-btn{color:#fff;background:#8b5cf6;border:1px solid #a56eff;box-shadow:0 8px 24px rgba(139,92,246,.22)}
.itech-account-btn:hover,.itech-account-btn:focus-visible{transform:translateY(-1px);background:#9a6cff}
.itech-phone-link{color:#e7eeff;background:rgba(11,24,51,.72);border:1px solid #2b416e}
.has-auth-header .itech-auth-widget{display:none!important}
.project-switcher{position:sticky;top:72px;z-index:19;background:rgba(7,17,38,.94)!important;backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)!important}
.project-switcher .switch-wrap{width:min(1180px,92%);margin:auto;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;padding:7px 0!important;overflow-x:auto!important;scrollbar-width:none}
.project-switcher .switch-wrap::-webkit-scrollbar{display:none}
.project-switcher .switch-core{display:flex;align-items:center;gap:8px;min-width:max-content}
.project-switcher a{display:inline-flex!important;align-items:center;justify-content:center;padding:7px 12px!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;color:#aebbd4!important;font-size:12px!important;font-weight:800!important;white-space:nowrap;text-decoration:none;box-shadow:none!important}
.project-switcher a:hover,.project-switcher a:focus-visible{color:#fff!important;background:rgba(139,92,246,.12)!important;border-color:rgba(165,110,255,.28)!important}
.project-switcher a.active{color:#fff!important;background:#8b5cf6!important;border-color:#a56eff!important}
.project-switcher .store-nav-link{margin-left:0!important;color:#aebbd4!important;background:transparent!important;border-color:transparent!important}
.project-switcher .store-nav-link.active{color:#fff!important;background:#8b5cf6!important;border-color:#a56eff!important}
@media(max-width:720px){
  .has-auth-header header nav{height:auto;min-height:68px;flex-wrap:wrap;padding:10px 0}
  .itech-header-actions{gap:7px}
  .itech-account-btn,.itech-phone-link{min-height:40px;padding:0 11px;font-size:12px}
  .project-switcher{top:68px}
  .project-switcher .switch-wrap{width:94%}
}
@media(max-width:500px){
  .has-auth-header header nav .logo{font-size:18px}
  .itech-phone-link{width:42px;font-size:0;padding:0}
  .itech-phone-link::after{content:"☎";font-size:17px}
}
.itech-header-address{margin-left:auto;max-width:300px;color:#93a3bf;font-size:11px;line-height:1.35;text-align:right}
.itech-header-address+.itech-header-actions{margin-left:0}
@media(max-width:980px){.itech-header-address{display:none}.itech-header-address+.itech-header-actions{margin-left:auto}}

/* Unified account icon */
.itech-account-btn{display:inline-flex!important;align-items:center;gap:7px}
.itech-account-btn::before{content:"👤";font-size:16px;line-height:1;flex:0 0 auto}

/* Address lives in the same row as the site switcher */
.project-switcher .switch-wrap>.itech-header-address-inline{display:block!important;margin-left:auto!important;max-width:none!important;flex:0 0 auto!important;white-space:nowrap!important;text-align:right!important;color:#93a3bf!important;font-size:11px!important;line-height:1.35!important;padding-left:18px!important}
@media(max-width:720px){.project-switcher .switch-wrap>.itech-header-address-inline{font-size:10px!important;padding-left:12px!important}}

/* Transparent request form submit buttons */
.repair-request-form button[type="submit"],
.cooperation-form button[type="submit"],
.parts-request-form button[type="submit"],
.preorder-form button[type="submit"]{
  background:transparent!important;
  color:#fff!important;
  border:1px solid #a56eff!important;
  box-shadow:none!important;
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .14s ease!important;
}
.repair-request-form button[type="submit"]:hover,
.repair-request-form button[type="submit"]:focus-visible,
.cooperation-form button[type="submit"]:hover,
.cooperation-form button[type="submit"]:focus-visible,
.parts-request-form button[type="submit"]:hover,
.parts-request-form button[type="submit"]:focus-visible,
.preorder-form button[type="submit"]:hover,
.preorder-form button[type="submit"]:focus-visible{
  background:#8b5cf6!important;
  border-color:#a56eff!important;
  box-shadow:0 12px 28px rgba(139,92,246,.28)!important;
  transform:translateY(-1px) scale(1.01);
}
.repair-request-form button[type="submit"]:active,
.cooperation-form button[type="submit"]:active,
.parts-request-form button[type="submit"]:active,
.preorder-form button[type="submit"]:active{
  background:#8b5cf6!important;
  border-color:#a56eff!important;
  box-shadow:0 6px 16px rgba(139,92,246,.24)!important;
  transform:scale(.985);
}

/* Registration gate note */
.itech-registration-gate-note{margin:16px 0 20px;padding:16px 18px;border:1px solid rgba(165,110,255,.38);border-radius:16px;background:rgba(139,92,246,.08);color:#e8e1ff}
.itech-registration-gate-note strong{display:block;margin-bottom:6px;font-size:15px;color:#fff}
.itech-registration-gate-note p{margin:0 0 12px;line-height:1.55;color:#b8c3dc;font-size:13px}
.itech-registration-gate-note .itech-gate-login{margin-left:0!important}
@media(max-width:560px){.itech-registration-gate-note{padding:14px}.itech-registration-gate-note .itech-gate-login{width:100%;justify-content:center}}

/* Registration gate: same dimensions, CTA on the right */
.itech-registration-gate-note{width:100%;max-width:none;margin:16px 0 20px;padding:17px 18px;border-radius:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:18px;align-items:center}
.itech-registration-gate-note>strong{grid-column:1;grid-row:1;margin:0 0 5px;font-size:17px}
.itech-registration-gate-note>p{grid-column:1;grid-row:2;margin:0;min-width:0}
.itech-registration-gate-note>.itech-gate-login{grid-column:2;grid-row:1 / 3;align-self:center;margin-left:0!important;white-space:nowrap}
@media(max-width:700px){.itech-registration-gate-note{display:flex;flex-direction:column;align-items:stretch;gap:10px}.itech-registration-gate-note>strong{margin:0}.itech-registration-gate-note>.itech-gate-login{width:100%;justify-content:center;white-space:normal}}

/* Filled registration CTA + hover */
.repair-account-bonus .itech-open-auth,
.itech-registration-gate-note .itech-gate-login{
  background:linear-gradient(135deg,#6f45e8,#1789e8)!important;
  color:#fff!important;
  border:1px solid #a56eff!important;
  box-shadow:0 10px 26px rgba(108,72,232,.28)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,border-color .18s ease!important;
}
.repair-account-bonus .itech-open-auth:hover,
.repair-account-bonus .itech-open-auth:focus-visible,
.itech-registration-gate-note .itech-gate-login:hover,
.itech-registration-gate-note .itech-gate-login:focus-visible{
  transform:translateY(-2px) scale(1.045)!important;
  filter:brightness(1.12) saturate(1.08);
  border-color:#c8b4ff!important;
  box-shadow:0 14px 34px rgba(139,92,246,.38),0 0 0 3px rgba(139,92,246,.12)!important;
  outline:none!important;
}
.repair-account-bonus .itech-open-auth:active,
.itech-registration-gate-note .itech-gate-login:active{
  transform:scale(.985)!important;
}
