/* Responsive behavior belongs to the production site; visual tokens remain from the supplied ZODO UI. */
html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

[data-form-status] {
  width: 100%;
}

.zodo-coming-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 3px 7px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.zodo-link-disabled,
.is-coming-soon {
  cursor: not-allowed !important;
}

.zodo-link-disabled {
  opacity: 0.55;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .navbar {
    width: 100%;
    max-width: 100%;
  }

  .industries-mega-menu {
    display: none !important;
  }

  .hero-content,
  .section-solutions,
  .section-features,
  .section-integrations,
  .section-testimonials,
  .section-pricing,
  .section-footer {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar-container {
    width: 100%;
  }

  .navbar {
    min-height: 64px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .nav-logo img {
    width: 112px !important;
    height: auto !important;
  }

  .nav-links,
  .nav-actions > .nav-signin {
    display: none !important;
  }

  .nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
  }

  .mobile-nav-overlay {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .hero-title,
  .pp-hero-title,
  .cp-title,
  .about-title,
  .pricing-hero-title,
  .wn-hero-title {
    overflow-wrap: anywhere;
  }

  .hero-content,
  .pp-hero-inner,
  .cp-hero-inner,
  .about-container,
  .pricing-hero-container,
  .wn-hero-inner {
    width: 100%;
    max-width: 100%;
  }

  .cp-form-row,
  .bd-grid-2 {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cp-form-card,
  .bd-form-card,
  .login-card {
    width: 100%;
    max-width: 100%;
  }

  .footer-top,
  .footer-bottom {
    width: auto;
    max-width: 100%;
  }

  .footer-nav {
    min-width: 0;
  }

  .blog-main-grid,
  .blog-details-layout,
  .privacy-layout,
  .terms-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .blog-sidebar,
  .privacy-sidebar,
  .terms-sidebar {
    position: static !important;
    width: 100%;
  }
}

.zodo-menu-open {
  overflow: hidden !important;
}

.zodo-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  justify-content: flex-end;
  background: rgba(17, 24, 39, 0.4);
  backdrop-filter: blur(2px);
}

.zodo-mobile-menu.active {
  display: flex;
}

.zodo-mobile-menu__panel {
  width: min(88vw, 360px);
  min-height: 100%;
  padding: 20px;
  overflow-y: auto;
  background: #fff;
  box-shadow: -16px 0 40px rgba(15, 23, 42, 0.16);
}

.zodo-mobile-menu__top,
.zodo-mobile-menu__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zodo-mobile-menu__actions {
  justify-content: flex-end;
}

.zodo-mobile-menu__brand img {
  display: block;
  width: 126px;
  height: 34px;
  object-fit: contain;
}

.zodo-mobile-menu__close {
  width: 42px;
  height: 42px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font: 400 30px/1 Inter, sans-serif;
  cursor: pointer;
}

.zodo-mobile-menu__links {
  display: grid;
  gap: 0;
  margin: 30px 0;
  border-block: 1px solid #eef0f4;
}

.zodo-mobile-menu__links a {
  padding: 16px 2px;
  border-bottom: 1px solid #eef0f4;
  color: #111827;
  font: 600 16px/1.25 Inter, sans-serif;
  text-decoration: none;
}

.zodo-mobile-menu__signin,
.zodo-mobile-menu__demo {
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 8px;
  font: 600 14px/1.2 Inter, sans-serif;
  text-align: center;
  text-decoration: none;
}

.zodo-mobile-menu__signin {
  color: #111827;
  border: 1px solid #d1d5db;
}

.zodo-mobile-menu__demo {
  width: 100%;
  color: #fff;
  background: #3f6ce1;
}

@media (max-width: 480px) {
  .navbar .btn-getdemo {
    min-height: 40px;
    padding: 9px 12px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }

  .hero-content,
  .section-solutions,
  .section-features,
  .section-integrations,
  .section-testimonials,
  .section-pricing,
  .pp-hero,
  .cp-hero,
  .about-hero,
  .pricing-hero-sec,
  .wn-hero {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  .footer-top {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}
