.hub-site-header,
.hub-site-footer {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hub-site-header {
  display: block;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 0;
  text-align: left;
  width: 100%;
}

.hub-site-header-inner {
  width: 100%;
  max-width: 1200px;
  height: 68px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.hub-site-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.hub-site-logo img {
  height: 42px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
}

.hub-site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  width: auto;
}

.hub-site-nav a,
.hub-site-dropdown-button {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hub-site-nav a:hover,
.hub-site-dropdown-button:hover {
  color: #f97316;
}

.hub-site-dropdown {
  position: relative;
}

.hub-site-dropdown-button {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.hub-site-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  padding: 18px 10px 10px;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.hub-site-dropdown:hover .hub-site-dropdown-menu,
.hub-site-dropdown:focus-within .hub-site-dropdown-menu {
  display: block;
}

.hub-site-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
}

.hub-site-dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hub-site-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.hub-site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.hub-site-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
}

.hub-site-btn-primary {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.hub-site-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
}

.hub-site-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.hub-site-mobile-panel {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(2, 6, 23, 0.99), rgba(15, 23, 42, 0.99));
  overflow-y: auto;
}

.hub-site-mobile-panel.is-open {
  display: block;
}

.hub-site-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 6px 2px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hub-site-mobile-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.hub-site-mobile-links {
  display: grid;
  gap: 8px;
}

.hub-site-mobile-links a {
  color: #fff;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.hub-site-mobile-submenu {
  display: grid;
  gap: 6px;
}

.hub-site-mobile-submenu-toggle {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-family: inherit;
  line-height: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}

.hub-site-mobile-submenu-icon {
  width: auto;
  height: auto;
  display: inline-grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: #fdba74;
  font-size: 1.15rem;
  line-height: 1;
  flex: 0 0 auto;
}

.hub-site-mobile-submenu-list {
  display: grid;
  gap: 0;
  margin: 0 0 2px 14px;
  padding: 2px 0 2px 14px;
  border-left: 1px solid rgba(249, 115, 22, 0.35);
}

.hub-site-mobile-submenu-list[hidden] {
  display: none;
}

.hub-site-mobile-submenu-list a {
  color: rgba(255, 255, 255, 0.78);
  padding: 9px 0;
  font-size: 0.94rem;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hub-site-mobile-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hub-site-mobile-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.hub-site-footer {
  background: #030711;
  color: #aeb8ca;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 0;
  text-align: left;
  line-height: 1.5;
}

.hub-site-footer-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 52px 20px 42px;
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 0.95fr 0.8fr;
  gap: 56px;
  align-items: start;
}

.hub-site-footer-brand img {
  height: 26px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  margin-bottom: 36px;
}

.hub-site-footer-brand p {
  max-width: 340px;
  margin: 0 0 24px;
  color: #aeb8ca;
  font-size: 0.95rem;
  line-height: 1.55;
}

.hub-site-footer h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
}

.hub-site-footer-links,
.hub-site-footer-contacts {
  display: grid;
  gap: 13px;
}

.hub-site-footer a {
  color: #aeb8ca;
  font-size: 0.95rem;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.18s ease;
}

.hub-site-footer a:hover {
  color: #ffffff;
}

.hub-site-footer-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hub-site-footer-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hub-site-footer-icon-phone {
  color: #86efac;
}

.hub-site-footer-icon-whatsapp {
  color: #22c55e;
}

.hub-site-footer-icon-email {
  color: #a5b4fc;
}

.hub-site-footer-social {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px 18px;
  display: flex;
  justify-content: center;
}

.hub-site-footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
}

.hub-site-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.36);
  transition: transform 0.2s ease;
}

.hub-site-whatsapp:hover {
  transform: scale(1.07);
}

@media (max-width: 920px) {
  .hub-site-nav,
  .hub-site-actions {
    display: none;
  }

  .hub-site-menu-toggle {
    display: block;
  }

  .hub-site-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hub-site-header-inner {
    height: 62px;
    padding: 0 16px;
  }

  .hub-site-logo img {
    height: 36px;
  }

  .hub-site-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}
