/* Shared public-site navigation and footer — mirrors the homepage shell. */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 72px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #E5E7EB;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body[data-public-shell] > .header,
body[data-public-shell] > .topbar,
body[data-public-shell] > .login-topbar,
body[data-public-shell] > .mobile-nav { display: none; }
.site-header *,
.site-footer * { box-sizing: border-box; }
.site-header a,
.site-footer a { color: inherit; text-decoration: none; }
.site-header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #111827;
}
.site-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}
.site-logo-name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.site-header-nav {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}
.site-header-nav a {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header-nav a:hover { color: #1A6FE0; }
.site-header-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.site-button-outline,
.site-button-blue,
.site-button-ai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-button-outline {
  padding: 9px 20px;
  color: #111827;
  border: 1.5px solid #E5E7EB;
  border-radius: 9999px;
}
.site-button-outline:hover { background: #F7F9FC; }
.site-button-blue {
  gap: 8px;
  padding: 9px 20px;
  color: #fff !important;
  background: #1A6FE0;
  border-radius: 9999px;
}
.site-button-blue:hover { background: #1358C0; }
.site-button-blue i,
.site-button-blue svg { width: 15px; height: 15px; }
.site-button-ai {
  gap: 6px;
  padding: 9px 18px;
  color: #fff !important;
  background: linear-gradient(135deg, #7C3AED, #1A6FE0);
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.25);
}
.site-button-ai:hover {
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
  transform: translateY(-1px);
}
.site-button-ai i,
.site-button-ai svg { width: 15px; height: 15px; }
.site-ham-btn {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #111827;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.site-ham-btn i,
.site-ham-btn svg { width: 24px; height: 24px; }
.site-mobile-nav {
  position: fixed;
  top: 72px;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
  flex-direction: column;
  padding: 20px 24px 28px;
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}
.site-mobile-nav.open { display: flex; }
.site-mobile-nav a {
  padding: 12px 0;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #E5E7EB;
}
.site-mobile-nav a:last-child { border: 0; }
.site-mobile-call {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 18px !important;
  color: #fff !important;
  background: #1A6FE0;
  border: 0 !important;
  border-radius: 9999px;
}
.site-mobile-call:hover { background: #1358C0; }
.site-mobile-call i,
.site-mobile-call svg { width: 16px; height: 16px; }

.site-footer {
  padding: 60px 24px 32px;
  color: rgba(255, 255, 255, 0.7);
  background: #0F172A;
}
.site-footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1160px;
  margin: 0 auto;
}
.site-footer .site-logo-name {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
}
.site-footer-brand p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.site-footer-brand .site-footer-address {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}
.site-footer-brand .site-footer-legal {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.site-footer-column h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-footer-column > a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer-column > a:hover,
.site-footer-privacy:hover { color: #fff; }
.site-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.site-social-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: -0.2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.site-social-link:hover { color: #fff !important; border-color: #fff; }
.site-social-link i { font-size: 14px; line-height: 1; }
.site-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1160px;
  margin: 40px auto 0;
  padding-top: 24px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer-privacy {
  justify-self: end;
  color: rgba(255, 255, 255, 0.7) !important;
}
.site-footer-maple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  line-height: 1;
}
.site-footer-maple img {
  display: block;
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  opacity: .9;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .site-header-inner { gap: 16px; padding: 0 24px; }
  .site-header-nav { display: none; }
  .site-ham-btn { display: flex; align-items: center; justify-content: center; }
}
@media (max-width: 768px) {
  .site-header-inner { gap: 12px; padding: 0 20px; }
  .site-header-nav,
  .site-header-actions .site-button-outline,
  .site-header-actions .site-button-blue { display: none; }
  .site-header-actions { gap: 0; margin-left: auto; }
  .site-button-ai {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
  }
  .site-button-ai-label { display: none; }
  .site-button-ai i,
  .site-button-ai svg { width: 20px; height: 20px; }
  .site-ham-btn { display: flex; align-items: center; justify-content: center; }
  .site-footer-inner { grid-template-columns: 1fr 1fr; }
  .site-footer-bottom { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .site-footer-privacy { justify-self: center; }
}
@media (max-width: 480px) {
  .site-footer-inner { grid-template-columns: 1fr; }
}
