:root{
  --uz-black:#090909;
  --uz-black-2:#111111;
  --uz-white:#ffffff;
  --uz-off:#f4f4f1;
  --uz-line:#d9d9d5;
  --uz-muted:#6f7275;
  --uz-red:#ff3b30;
  --uz-red-dark:#d92f27;
  --uz-max:1440px;
  --uz-font:"Archivo",Arial,Helvetica,sans-serif;
  --uz-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace;
}

.uz-global,.uz-global *{box-sizing:border-box}
.uz-global{font-family:var(--uz-font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.uz-global a{text-decoration:none;color:inherit}
.uz-global svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.uz-shell{width:min(calc(100% - 72px),var(--uz-max));margin:0 auto}

/* Full bleed: shortcode + Divi Theme Builder / Code Module */
.uz-global--header,.uz-global--footer,.uz-home{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
.et-l--header .et_pb_section,
.et-l--header .et_pb_row,
.et-l--header .et_pb_column,
.et-l--header .et_pb_code,
.et-l--header .et_pb_code_inner,
.et-l--footer .et_pb_section,
.et-l--footer .et_pb_row,
.et-l--footer .et_pb_column,
.et-l--footer .et_pb_code,
.et-l--footer .et_pb_code_inner{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow:visible!important;
}
.et_pb_section:has([data-uz-home]),
.et_pb_row:has([data-uz-home]),
.et_pb_column:has([data-uz-home]),
.et_pb_code:has([data-uz-home]),
.et_pb_code_inner:has([data-uz-home]),
.et_pb_section:has([data-uz-global-header]),
.et_pb_row:has([data-uz-global-header]),
.et_pb_column:has([data-uz-global-header]),
.et_pb_code:has([data-uz-global-header]),
.et_pb_code_inner:has([data-uz-global-header]),
.et_pb_section:has([data-uz-global-footer]),
.et_pb_row:has([data-uz-global-footer]),
.et_pb_column:has([data-uz-global-footer]),
.et_pb_code:has([data-uz-global-footer]),
.et_pb_code_inner:has([data-uz-global-footer]){
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow:visible!important;
}
.uz-divi-fullbleed{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow:visible!important;
}

.uz-brand{display:inline-flex;align-items:center;font-size:25px;line-height:1;font-weight:760;letter-spacing:-.05em;white-space:nowrap}
.uz-brand i{color:var(--uz-red);font-style:normal;margin:0 2px;font-weight:800}
.uz-btn{min-height:46px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid currentColor;font-size:11px;line-height:1;font-weight:720;text-transform:uppercase;letter-spacing:.07em;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.uz-btn:hover{transform:translateY(-1px)}
.uz-btn svg{width:16px;height:16px}
.uz-btn--primary{background:var(--uz-red);border-color:var(--uz-red);color:#fff!important}
.uz-btn--primary:hover{background:var(--uz-red-dark);border-color:var(--uz-red-dark)}
.uz-btn--footer{background:transparent;border-color:rgba(255,255,255,.35);color:#fff!important}
.uz-btn--footer:hover{background:#fff;border-color:#fff;color:#090909!important}
.uz-skip-link{position:absolute;left:18px;top:-100px;z-index:9999;padding:10px 14px;background:#fff;color:#111;border:2px solid var(--uz-red);font-weight:700}
.uz-skip-link:focus{top:10px}

/* Header */
.uz-global--header{position:relative;z-index:1000;background:var(--uz-black);color:#fff}
.uz-nav{position:relative;background:var(--uz-black);border-bottom:1px solid rgba(255,255,255,.14)}
.uz-nav__inner{height:72px;display:flex;align-items:center;gap:30px}
.uz-nav__links{margin-left:auto;display:flex;align-items:center;gap:31px;font-size:13px;font-weight:560}
.uz-nav__links a{position:relative;padding:27px 0;white-space:nowrap;color:#d8d8d8}
.uz-nav__links a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:1px;background:var(--uz-red);transition:right .2s ease}
.uz-nav__links a:hover,.uz-nav__links a:focus-visible{color:#fff}
.uz-nav__links a:hover:after,.uz-nav__links a:focus-visible:after{right:0}
.uz-nav__cta{margin-left:8px;min-height:42px;padding-inline:17px;white-space:nowrap}
.uz-nav__toggle,.uz-nav__mobile{display:none}

/* Footer */
.uz-footer{background:var(--uz-black);color:#d5d5d5;border-top:1px solid rgba(255,255,255,.12)}
.uz-footer__top{display:grid;grid-template-columns:1.35fr 1fr 1fr .9fr;gap:52px;padding:60px 0 44px}
.uz-brand--light{color:#fff}
.uz-footer__brand-col{display:flex;flex-direction:column;align-items:flex-start;gap:19px}
.uz-footer__intro{max-width:390px;margin:0;font-size:14px;line-height:1.65;color:#a9a9a9}
.uz-footer__col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.uz-footer__col strong{margin-bottom:7px;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.11em}
.uz-footer__col a{font-size:14px;line-height:1.4;color:#c4c4c4;transition:color .18s ease}
.uz-footer__col a:hover,.uz-footer__col a:focus-visible{color:#fff}
.uz-footer__legal{display:flex;justify-content:space-between;gap:42px;padding:24px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.uz-footer__legal p{max-width:860px;margin:0;font-size:12px;line-height:1.65;color:#929292}
.uz-footer__legal p strong{color:#dcdcdc}
.uz-footer__legal-links{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap;font-size:12px;white-space:nowrap}
.uz-footer__legal-links a:hover{text-decoration:underline}
.uz-footer__bottom{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;color:#7f7f7f}
.uz-footer__bottom a{color:#cfcfcf}

@media (max-width:1180px){
  .uz-shell{width:min(calc(100% - 40px),var(--uz-max))}
  .uz-nav__links{gap:20px}
  .uz-footer__top{grid-template-columns:1.2fr 1fr 1fr;gap:36px}
  .uz-footer__top .uz-footer__col:last-child{grid-column:2 / 4}
}
@media (max-width:980px){
  .uz-global--header .uz-nav__links,.uz-global--header .uz-nav__cta{display:none}
  .uz-nav__toggle{margin-left:auto;width:44px;height:44px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:10px;cursor:pointer}
  .uz-nav__toggle span{height:2px;background:#fff;width:100%;transition:transform .2s ease,opacity .2s ease}
  .uz-nav__toggle[aria-expanded="true"] span:first-child{transform:translateY(4.5px) rotate(45deg)}
  .uz-nav__toggle[aria-expanded="true"] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
  .uz-nav__mobile{position:absolute;top:72px;left:0;right:0;background:#0d0d0d;border-bottom:1px solid rgba(255,255,255,.15);padding:14px 20px 20px;display:none;flex-direction:column;box-shadow:0 18px 34px rgba(0,0,0,.24)}
  .uz-nav__mobile.is-open{display:flex}
  .uz-nav__mobile a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.13);font-weight:600;color:#fff}
  .uz-nav__mobile .uz-nav__mobile-cta{margin-top:14px;padding:15px 16px;border:0;background:var(--uz-red);color:#fff;display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;font-size:11px;letter-spacing:.06em}
  .uz-footer__top{grid-template-columns:1fr 1fr}
  .uz-footer__top .uz-footer__brand-col{grid-column:1 / -1}
  .uz-footer__top .uz-footer__col:last-child{grid-column:auto}
}
@media (max-width:640px){
  .uz-shell{width:calc(100% - 30px)}
  .uz-nav__inner{height:66px}
  .uz-nav__mobile{top:66px}
  .uz-brand{font-size:22px}
  .uz-footer__top{grid-template-columns:1fr;padding:44px 0 32px;gap:30px}
  .uz-footer__top .uz-footer__brand-col,.uz-footer__top .uz-footer__col:last-child{grid-column:auto}
  .uz-footer__brand-col .uz-btn{width:100%}
  .uz-footer__legal{flex-direction:column;gap:18px}
  .uz-footer__legal-links{white-space:normal}
  .uz-footer__bottom{padding:18px 0;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px}
}
