
/* WEZABO CRITICAL CSS - prevents first-load raw HTML flash */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #071326 !important;
  overflow-x: hidden !important;
}

body {
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

main {
  background: #071326 !important;
  min-height: 100vh;
}

.brandFixed,
.brandLogoOnly {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}

.logoBadge {
  width: 168px !important;
  height: 82px !important;
  min-width: 168px !important;
  min-height: 82px !important;
  max-width: 168px !important;
  max-height: 82px !important;
  padding: 6px 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(236,203,105,.38) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.20) !important;
  overflow: hidden !important;
}

.siteLogoFixed,
.siteLogo {
  width: 146px !important;
  height: 68px !important;
  min-width: 146px !important;
  min-height: 68px !important;
  max-width: 146px !important;
  max-height: 68px !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 1 !important;
  filter: none !important;
}

@media (max-width: 800px) {
  .logoBadge {
    width: 138px !important;
    height: 68px !important;
    min-width: 138px !important;
    min-height: 68px !important;
    max-width: 138px !important;
    max-height: 68px !important;
  }

  .siteLogoFixed,
  .siteLogo {
    width: 120px !important;
    height: 56px !important;
    min-width: 120px !important;
    min-height: 56px !important;
    max-width: 120px !important;
    max-height: 56px !important;
  }
}


/* Existing homepage CSS copied from page.tsx */

