/* Index layout utilities — must exist before Tailwind CDN (defer) runs */

.framer-vTz6U .framer-19b29fg-container,
.framer-vTz6U .framer-19b29fg-container .ssr-variant,
.framer-vTz6U .framer-19b29fg-container nav,
.framer-vTz6U .framer-19b29fg-container header,
.framer-vTz6U .framer-19b29fg-container [data-framer-name="Desktop"],
.framer-vTz6U .framer-19b29fg-container [data-framer-name="Tablet"],
.framer-vTz6U .framer-19b29fg-container [data-framer-name="Mobile (Closed)"],
.framer-vTz6U .framer-19b29fg-container [data-framer-name="Mobile (Open)"] {
  z-index: 2147483000 !important;
  isolation: isolate !important;
  transform: translateZ(0) !important;
}

.framer-vTz6U .framer-19b29fg-container {
  position: sticky !important;
  top: 0 !important;
  z-index: 2147483000 !important;
}

.framer-Bx2Fn,
.framer-Bx2Fn.framer-72rtr7,
.framer-Bx2Fn.framer-419f7c,
.framer-Bx2Fn.framer-1jgxl8m,
.framer-Bx2Fn .framer-1e8i6tz,
.framer-Bx2Fn .framer-1cfeb4q,
.framer-ESpA3,
.framer-ESpA3 .framer-1e8i6tz,
.framer-ESpA3 .framer-1cfeb4q {
  z-index: 0 !important;
}

.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl {
  max-width: 80rem;
  width: 100%;
  box-sizing: border-box;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.block { display: block; }
.inline-block { display: inline-block; }

.text-left { text-align: left; }
.text-center { text-align: center; }

.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }

.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }

.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.landing-hero__inner {
  margin-left: auto;
  margin-right: auto;
}

/* Centered section shells used across the landing page */
.landing-hero .max-w-7xl,
#features-platform .max-w-7xl,
#pricing .max-w-7xl,
.data-trust-section .max-w-7xl,
footer .max-w-7xl {
  margin-left: auto;
  margin-right: auto;
}

/* Framer nav/footer logo — /images/1.png at 22px (image mark only; wordmark is sibling). */
.framer-14uxone,
.framer-szvo4a {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  flex: none !important;
  overflow: hidden !important;
}

.framer-14uxone [data-framer-background-image-wrapper],
.framer-szvo4a [data-framer-background-image-wrapper] {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 22px !important;
  height: 22px !important;
}

.framer-14uxone img,
.framer-szvo4a img,
[data-framer-name="Logo"] img {
  height: 22px !important;
  width: auto !important;
  max-width: 22px !important;
  max-height: 22px !important;
  object-fit: contain !important;
  display: block !important;
}

.apexys-powered-by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.95rem;
  margin: 10px 0;
  font-family: "Host Grotesk", "Host Grotesk Placeholder", Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #fffc;
}

.apexys-powered-by__label {
  color: inherit;
}

.apexys-powered-by__brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  background: transparent;
}

.apexys-powered-by__brand img {
  display: block;
  width: auto;
  object-fit: contain;
  opacity: 0.92;
}

.apexys-powered-by__brand--snaptrade,
.apexys-powered-by__brand--stripe {
  transform: translateY(2px);
}

.apexys-powered-by__brand--snaptrade img {
  height: 18px;
  max-width: 96px;
}

.apexys-powered-by__brand--stripe img {
  height: 19px;
  max-width: 58px;
}

.apexys-powered-by__brand:hover img {
  opacity: 1;
}
