@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap");

/* Hostinger-inspired sticky chrome — ZeOrbit brand tokens */

.zo-host-header.zo-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: #ffffff;
  border: 0;
  box-shadow: none;
  transition:
    background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s ease,
    backdrop-filter 0.32s ease;
}

.zo-host-header .zo-topbar {
  background: #000000 !important;
  color: #ffffff;
  border-bottom: 0;
}

.zo-host-header .zo-topbar-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  min-height: 34px;
  padding: 8px max(24px, env(safe-area-inset-right)) 4px max(24px, env(safe-area-inset-left));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.zo-host-header .zo-topbar-email {
  margin: 0;
  margin-right: auto;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #ffffff !important;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  transition: color 0.16s ease;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.zo-host-header .zo-topbar-phone {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b0b0d !important;
  -webkit-text-fill-color: #0b0b0d !important;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.zo-host-header .zo-topbar-phone:hover,
.zo-host-header .zo-topbar-phone:visited,
.zo-host-header .zo-topbar-phone:active {
  color: #0b0b0d !important;
  -webkit-text-fill-color: #0b0b0d !important;
  opacity: 1;
}

.zo-host-header .zo-topbar-spacer {
  display: none;
}

.zo-host-header .zo-topbar-email:hover {
  color: #ffffff !important;
  opacity: 0.92;
}

/* White chrome over the dark hero — logo + nav stay readable */
.zo-host-header.is-top {
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.zo-host-header.is-top .zo-host-bar {
  background: #ffffff;
  border-bottom: 0;
}

.zo-host-header.is-scrolled,
.zo-host-header.is-mega-open,
.zo-host-header.is-menu-open {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.zo-host-header.is-scrolled .zo-host-bar,
.zo-host-header.is-mega-open .zo-host-bar,
.zo-host-header.is-menu-open .zo-host-bar {
  background: transparent;
  border-bottom: 0;
}

/* Email strip stays black with white text for contrast */
.zo-host-header.is-scrolled .zo-topbar,
.zo-host-header.is-mega-open .zo-topbar,
.zo-host-header.is-menu-open .zo-topbar,
.zo-host-header.is-top .zo-topbar {
  background: #000000 !important;
  border-bottom: 0;
}

.zo-host-header.is-scrolled .zo-topbar-email,
.zo-host-header.is-mega-open .zo-topbar-email,
.zo-host-header.is-menu-open .zo-topbar-email,
.zo-host-header.is-top .zo-topbar-email {
  color: #ffffff !important;
}

.zo-host-header.is-scrolled .zo-topbar-phone,
.zo-host-header.is-mega-open .zo-topbar-phone,
.zo-host-header.is-menu-open .zo-topbar-phone,
.zo-host-header.is-top .zo-topbar-phone {
  background: #ffffff;
  color: #0b0b0d !important;
  -webkit-text-fill-color: #0b0b0d !important;
}

.zo-host-header .zo-nav a,
.zo-host-header .zo-nav-trigger,
.zo-host-header .zo-host-email,
.zo-host-header .zo-ask-btn,
.zo-host-header .zo-util-trigger,
.zo-host-header .zo-nav-icon-btn,
.zo-host-header .zo-mobile-toggle {
  transition:
    color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.16s ease;
}

.zo-host-bar-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  height: 64px;
  min-height: 64px;
  padding: 0 max(24px, env(safe-area-inset-right)) 0 max(24px, env(safe-area-inset-left));
  /* Flex: nav owns the gap between logo and Chat, then centers inside it */
  display: flex;
  align-items: center;
  gap: 16px;
}

.zo-host-header .zo-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
  height: 100%;
  width: auto;
  margin: 0;
}

.zo-host-header .zo-logo {
  display: inline-flex;
  align-items: center;
  height: 40px;
  line-height: 0;
}

.zo-host-header .zo-logo img {
  height: 36px !important;
  width: auto !important;
  max-width: 180px !important;
  min-height: 28px;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.zo-host-email {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.16s ease;
}

.zo-host-header.is-scrolled .zo-host-email,
.zo-host-header.is-mega-open .zo-host-email,
.zo-host-header.is-menu-open .zo-host-email {
  color: #374151;
}

.zo-host-email:hover {
  color: #ffffff;
}

.zo-host-header.is-scrolled .zo-host-email:hover,
.zo-host-header.is-mega-open .zo-host-email:hover {
  color: #111111;
}

.zo-host-header .zo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  min-width: 0;
  align-self: stretch;
  height: auto;
  margin: 0;
  padding: 0;
}

.zo-host-header .zo-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  height: 40px;
  margin: 0;
}

.zo-host-header.is-top .zo-nav a,
.zo-host-header.is-top .zo-nav-trigger,
.zo-host-header.is-top .zo-nav a span,
.zo-host-header.is-top .zo-nav-trigger span,
.zo-host-header:not(.is-scrolled):not(.is-mega-open):not(.is-menu-open) .zo-nav a,
.zo-host-header:not(.is-scrolled):not(.is-mega-open):not(.is-menu-open) .zo-nav-trigger {
  font-family: 'Poppins', system-ui, sans-serif !important;
  font-size: 14px;
  font-weight: 800 !important;
  letter-spacing: 0.005em;
  text-transform: none;
  color: #0a0a0a !important;
  -webkit-text-fill-color: #0a0a0a !important;
  height: 40px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.zo-host-header.is-top .zo-nav-caret,
.zo-host-header:not(.is-scrolled):not(.is-mega-open):not(.is-menu-open) .zo-nav-caret {
  color: #0b1220 !important;
}

.zo-host-header .zo-nav a,
.zo-host-header .zo-nav-trigger {
  font-family: 'Poppins', system-ui, sans-serif !important;
  font-size: 14px;
  font-weight: 800 !important;
  letter-spacing: 0.005em;
  text-transform: none;
  color: #0a0a0a !important;
  -webkit-text-fill-color: #0a0a0a !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: transparent;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  line-height: 1 !important;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.zo-host-header .zo-nav a span,
.zo-host-header .zo-nav-trigger span {
  font-weight: 700 !important;
  color: inherit !important;
}

.zo-host-header.is-scrolled .zo-nav a,
.zo-host-header.is-scrolled .zo-nav-trigger,
.zo-host-header.is-mega-open .zo-nav a,
.zo-host-header.is-mega-open .zo-nav-trigger,
.zo-host-header.is-menu-open .zo-nav a,
.zo-host-header.is-menu-open .zo-nav-trigger {
  color: #0b1220 !important;
  font-weight: 700 !important;
}

.zo-host-header.is-scrolled .zo-nav-caret,
.zo-host-header.is-mega-open .zo-nav-caret,
.zo-host-header.is-menu-open .zo-nav-caret {
  color: #111111;
}

.zo-host-header .zo-nav a:hover,
.zo-host-header .zo-nav a.active,
.zo-host-header .zo-nav-trigger:hover,
.zo-host-header .zo-nav-trigger.active,
.zo-host-header .zo-nav-item.is-open .zo-nav-trigger {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.zo-host-header.is-scrolled .zo-nav a:hover,
.zo-host-header.is-scrolled .zo-nav a.active,
.zo-host-header.is-scrolled .zo-nav-trigger:hover,
.zo-host-header.is-scrolled .zo-nav-trigger.active,
.zo-host-header.is-scrolled .zo-nav-item.is-open .zo-nav-trigger,
.zo-host-header.is-mega-open .zo-nav a:hover,
.zo-host-header.is-mega-open .zo-nav-trigger:hover,
.zo-host-header.is-mega-open .zo-nav-item.is-open .zo-nav-trigger {
  background: rgba(15, 23, 42, 0.06);
  color: #000000;
}

.zo-host-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  margin: 0;
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: visible;
}

.zo-ask-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 36px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: transparent;
  color: #111111 !important;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  line-height: 1;
  transition: background-color 0.14s ease, border-color 0.14s ease, transform 0.14s ease, color 0.32s ease;
}

.zo-ask-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.zo-ask-btn:active {
  transform: scale(0.97);
}

.zo-host-header.is-scrolled .zo-ask-btn,
.zo-host-header.is-mega-open .zo-ask-btn,
.zo-host-header.is-menu-open .zo-ask-btn {
  border-color: rgba(15, 23, 42, 0.18);
  color: #111111 !important;
}

.zo-host-header.is-scrolled .zo-ask-btn:hover,
.zo-host-header.is-mega-open .zo-ask-btn:hover {
  background: rgba(15, 23, 42, 0.05);
}

.zo-host-header .zo-util-trigger {
  color: #111111 !important;
  border-color: transparent;
  height: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
}

.zo-host-header.is-scrolled .zo-util-trigger,
.zo-host-header.is-mega-open .zo-util-trigger,
.zo-host-header.is-menu-open .zo-util-trigger {
  color: #111111 !important;
}

.zo-host-header .zo-nav-icon-btn {
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: #111111 !important;
  width: 36px;
  height: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zo-host-header.is-scrolled .zo-nav-icon-btn,
.zo-host-header.is-mega-open .zo-nav-icon-btn,
.zo-host-header.is-menu-open .zo-nav-icon-btn {
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: #111111 !important;
}

.zo-host-header .zo-mobile-toggle {
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(15, 23, 42, 0.04);
  color: #0b1220;
}

.zo-host-header.is-scrolled .zo-mobile-toggle,
.zo-host-header.is-mega-open .zo-mobile-toggle,
.zo-host-header.is-menu-open .zo-mobile-toggle {
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(15, 23, 42, 0.04);
  color: #0b1220;
}

.zo-host-mega.zo-mega {
  width: auto;
  margin: 0 24px 14px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f5f5f6;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.zo-host-header .zo-util-item {
  position: relative;
  z-index: 70;
  overflow: visible;
}

.zo-host-header .zo-contact-dropdown {
  right: 0;
  top: calc(100% + 10px);
}

.zo-host-header .zo-country-dropdown {
  right: 0;
  top: calc(100% + 10px);
  z-index: 90;
}

.zo-host-header .zo-mobile-nav {
  margin: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
  background: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .zo-host-header.zo-site-header,
  .zo-host-header .zo-nav a,
  .zo-host-header .zo-nav-trigger,
  .zo-host-header .zo-host-email,
  .zo-host-header .zo-ask-btn,
  .zo-host-header .zo-util-trigger,
  .zo-host-header .zo-nav-icon-btn,
  .zo-host-header .zo-mobile-toggle {
    transition: none !important;
  }
}

@media (max-width: 1100px) {
  .zo-host-header .zo-topbar-inner {
    justify-content: space-between;
  }

  .zo-host-header .zo-topbar-email {
    margin-right: 8px;
    min-width: 0;
  }

  .zo-host-header .zo-topbar-inner,
  .zo-host-bar-inner {
    width: 100%;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }

  .zo-host-bar-inner {
    display: flex;
    grid-template-columns: none;
    justify-content: space-between;
    align-items: center;
    column-gap: 0;
    gap: 12px;
  }

  .zo-host-header .zo-brand {
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
    z-index: 2;
  }

  .zo-host-header .zo-logo {
    max-width: min(168px, 48vw);
  }

  .zo-host-header .zo-logo img {
    max-width: 100%;
    height: auto;
  }

  /* Must beat any leftover display:flex !important from older builds */
  .zo-host-header .zo-nav,
  header.zo-host-header nav.zo-nav,
  .cz-page header.zo-host-header .zo-nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    flex: 0 0 0 !important;
  }

  .zo-host-header .zo-host-actions {
    margin-left: auto;
    flex: 0 0 auto;
    z-index: 3;
  }

  .zo-host-header .zo-mobile-toggle {
    display: inline-flex !important;
  }

  .zo-ask-btn span {
    display: none;
  }

  .zo-ask-btn {
    width: 40px;
    padding: 0;
    justify-content: center;
  }

  .zo-host-mega.zo-mega {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .zo-host-header .zo-topbar-email {
    max-width: 46%;
  }

  .zo-host-header .zo-topbar-phone {
    font-size: 12px;
    padding: 5px 9px;
  }

  .zo-host-bar-inner {
    width: 100%;
    min-height: 60px;
    height: 60px;
    gap: 16px;
  }

  .zo-host-header .zo-nav-icon-btn {
    display: none;
  }

  .zo-util-label {
    display: none;
  }
}

/* ── Footer (Hostinger-style columns) ── */
.zo-host-footer.zo-site-footer {
  background: #ffffff;
  color: #111111;
  margin-top: 0;
}

.zo-host-footer-accent {
  height: 10px;
  width: 100%;
  /* ZeOrbit logo blues: light mark cyan → wordmark navy → deep navy */
  background: linear-gradient(90deg, #58b0e8 0%, #2a6db0 38%, #184078 72%, #0f2d5c 100%);
}

.zo-host-footer-main {
  padding: 48px 0 36px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.zo-host-footer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 20px;
}

.zo-host-footer-col h4 {
  margin: 0 0 14px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
}

.zo-host-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zo-host-footer-col a {
  color: #4b5563;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  transition: color 0.14s ease;
}

.zo-host-footer-col a:hover {
  color: #111111;
}

.zo-host-footer-brand {
  padding: 36px 0 28px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.zo-host-footer-brand-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.zo-host-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
  flex: 0 0 auto;
}

.zo-host-footer-tagline {
  margin: 0;
  max-width: 520px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  font-family: var(--font-sans);
}

/* Socials under link columns, above legal bar — left-aligned with content */
.zo-host-footer-socials-block {
  padding: 28px 0 24px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.zo-host-footer-social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 12px;
  width: 100%;
}

.zo-host-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.zo-host-footer-social-left,
.zo-host-footer-social-right {
  justify-content: flex-start;
}

.zo-host-social {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  background: #ffffff;
  transition: transform 0.14s ease, border-color 0.14s ease;
}

.zo-host-social:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 23, 42, 0.28);
}

.zo-host-social svg {
  width: 15px;
  height: 15px;
}

.zo-host-social.is-facebook { color: #1877f2; }
.zo-host-social.is-instagram { color: #e1306c; }
.zo-host-social.is-linkedin { color: #0a66c2; }
.zo-host-social.is-youtube { color: #ff0000; }
.zo-host-social.is-x { color: #111111; }
.zo-host-social.is-pinterest { color: #e60023; }
.zo-host-social.is-behance { color: #1769ff; }
.zo-host-social.is-apple-maps { color: #111111; }
.zo-host-social.is-yelp { color: #d32323; }

/* legacy mid block removed — brand leads the footer */
.zo-host-footer-mid {
  display: none;
}

.zo-host-footer-ai-block {
  padding: 0 0 22px;
}

.zo-host-footer-ai {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.zo-host-ai-link {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex: 0 0 auto;
  transition: transform 0.14s ease;
}

.zo-host-ai-link:hover {
  transform: translateY(-1px);
}

.zo-host-ai-link:active {
  transform: scale(0.97);
}

.zo-host-ai-link img,
.zo-host-ai-link svg {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

.zo-host-footer-legal {
  padding: 18px 0 28px;
}

.zo-host-footer-legal-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.zo-host-footer-legal p {
  margin: 0;
  max-width: 520px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b7280;
  font-family: var(--font-sans);
}

.zo-host-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.zo-host-footer-legal-links a {
  color: #4b5563;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-sans);
}

.zo-host-footer-legal-links a:hover {
  color: #111111;
}

@media (max-width: 1100px) {
  .zo-host-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .zo-host-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .zo-host-footer-main {
    padding: 36px 0 28px;
  }

  .zo-host-footer-brand {
    padding: 28px 0 22px;
  }

  .zo-host-footer-socials-block {
    padding: 22px 0 20px;
  }
}

@media (max-width: 480px) {
  .zo-host-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Extra primitives so FastAPI article pages match the React site without the Vite bundle */

:root {
  --font-sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --zo-page-gutter: clamp(12px, 2vw, 24px);
  --font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rv-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* Match homepage: footer starts at the left gutter, not a centered 1180px island */
.zo-site-footer .rv-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: var(--zo-page-gutter);
  padding-right: var(--zo-page-gutter);
  box-sizing: border-box;
}

.zo-nav-trigger {
  border: 0;
  cursor: pointer;
  background: transparent;
  font: inherit;
}

.zo-nav-caret {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

.zo-simple-drop {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 220px;
  padding: 10px 0;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  z-index: 90;
}

.zo-nav-item.has-children:hover .zo-simple-drop,
.zo-nav-item.has-children:focus-within .zo-simple-drop {
  display: block;
}

.zo-simple-drop a {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 8px 16px !important;
  justify-content: flex-start !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.zo-nav-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.zo-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.04);
  color: #0b1220;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.zo-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.zo-host-header.is-menu-open .zo-mobile-nav {
  display: flex;
}

.zo-mobile-nav a {
  padding: 12px 4px;
  color: #0b1220;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-family: var(--font-sans);
}

.zo-mobile-call {
  margin-top: 10px;
  text-align: center;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  border-bottom: 0 !important;
}

@media (min-width: 1101px) {
  .zo-mobile-toggle,
  .zo-mobile-nav {
    display: none !important;
  }
}

.zo-util-label {
  font-size: 12px;
  font-weight: 700;
}

.zo-util-flag-img {
  width: 20px;
  height: 15px;
  display: block;
  border-radius: 2px;
}
/* Last-loaded chrome fixes — win over route CSS */

header.zo-host-header .zo-topbar a.zo-topbar-email,
header.zo-site-header .zo-topbar a.zo-topbar-email,
.zo-topbar a.zo-topbar-email,
a.zo-topbar-email {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  filter: none !important;
}

header.zo-host-header .zo-topbar a.zo-topbar-phone,
.zo-topbar a.zo-topbar-phone,
a.zo-topbar-phone {
  color: #0b0b0d !important;
  -webkit-text-fill-color: #0b0b0d !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

header.zo-host-header .zo-topbar a.zo-topbar-email:hover,
header.zo-host-header .zo-topbar a.zo-topbar-email:visited,
header.zo-host-header .zo-topbar a.zo-topbar-email:active,
a.zo-topbar-email:hover,
a.zo-topbar-email:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

header.zo-host-header nav.zo-nav a,
header.zo-host-header nav.zo-nav button.zo-nav-trigger,
header.zo-host-header .zo-nav a,
header.zo-host-header .zo-nav-trigger,
.cz-page header.zo-host-header .zo-nav a,
.cz-page header.zo-host-header .zo-nav-trigger,
.cz-page header.zo-host-header .zo-nav a span,
.cz-page header.zo-host-header .zo-nav-trigger span {
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  font-weight: 800 !important;
  font-variation-settings: 'wght' 800 !important;
  color: #0a0a0a !important;
  -webkit-text-fill-color: #0a0a0a !important;
  opacity: 1 !important;
  letter-spacing: 0.01em !important;
}

/* Mobile: never show desktop mega-nav over the logo / hamburger */
@media (max-width: 1100px) {
  header.zo-host-header nav.zo-nav,
  header.zo-site-header nav.zo-nav,
  .cz-page header.zo-host-header .zo-nav,
  .zo-host-header .zo-nav {
    display: none !important;
  }

  header.zo-host-header .zo-mobile-toggle,
  .zo-host-header .zo-mobile-toggle {
    display: inline-flex !important;
  }
}

/* Prevent horizontal page scroll on phones */
@media (max-width: 720px) {
  html,
  body,
  .cz-page {
    overflow-x: clip;
    max-width: 100vw;
  }
}

/* Homepage contact finale + form (published articles) */
.cz-finale {
  position: relative;
  background: #0b0b0d;
  color: #f5f5f7;
  padding: 28px 0 32px;
  overflow: hidden;
  text-align: left;
}

.cz-finale-inner {
  width: 100%;
  margin: 0;
  padding: 0 var(--zo-page-gutter);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
}

.cz-finale-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.cz-finale-copy h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
}

.cz-finale-copy .cz-whisper {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  font-weight: 500;
  margin: 0 0 16px;
}

.cz-finale-quick {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.cz-finale-maps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.cz-finale-map-card {
  border-radius: 16px;
  overflow: hidden;
  background: #16161a;
}

.cz-finale-map-stage {
  height: 210px;
  min-height: 210px;
}

.cz-finale-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cz-finale-map-pin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 14px;
}

.cz-finale-map-callout {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
}

.cz-finale-map-callout strong {
  font-size: 14px;
}

.cz-finale-map-marker {
  color: #ff5a4e;
}

.cz-finale .cz-finale-form-card {
  background: #fff;
  color: #0b0b0d;
  border-radius: 24px;
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  text-align: left;
}

.cz-finale-form-head p {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff5a4e;
}

.cz-finale-form-head h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.8vw, 30px);
  letter-spacing: -0.03em;
  color: #0b0b0d;
}

.cz-finale-form-card .rv-contact-card {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  text-align: left;
}

.rv-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.rv-form-grid {
  display: grid;
  gap: 14px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rv-label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  text-align: left;
}

.rv-label-full { width: 100%; }
.rv-req { color: #dc2626; font-style: normal; font-weight: 800; }

.rv-input,
.rv-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  padding: 13px 14px;
  background: #f8fafc;
  color: #0f172a;
  font: inherit;
  font-size: 15px;
  text-align: left;
}

.rv-textarea { min-height: 110px; resize: vertical; }

.rv-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rv-captcha {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 16px;
  align-items: end;
}

.rv-captcha-image {
  position: relative;
  width: 188px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  background: #0b1220;
}

.rv-captcha-image img { width: 100%; height: 100%; object-fit: contain; }

.rv-captcha-refresh {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
}

.rv-contact-actions {
  display: flex;
  align-items: center;
  gap: 14px 18px;
  flex-wrap: wrap;
}

.rv-submit-btn {
  border: 0;
  border-radius: 10px;
  background: #ff5a4e;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 22px;
  min-width: 168px;
  cursor: pointer;
}

.rv-contact-privacy {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  max-width: 28ch;
}

.rv-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
}

.rv-status.success {
  background: rgba(23, 128, 61, 0.1);
  border: 1px solid rgba(23, 128, 61, 0.25);
  color: #0a6b32;
}

.rv-status.error {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.22);
  color: #991b1b;
}

@media (max-width: 1024px) {
  .cz-finale-inner,
  .rv-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rv-captcha { grid-template-columns: 1fr; }
  .rv-submit-btn { width: 100%; }
}
