@charset "UTF-8";
/* line 13, app/assets/stylesheets/marketing.scss */
:root {
  --mz-primary: #0082d4;
  --mz-glow: rgba(0, 130, 212, 0.45);
}

/* line 18, app/assets/stylesheets/marketing.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 24, app/assets/stylesheets/marketing.scss */
html {
  scroll-behavior: smooth;
}

/* line 28, app/assets/stylesheets/marketing.scss */
body.mz-marketing {
  margin: 0;
  font-family: "DM Sans", "Segoe UI", system-ui, sans-serif;
  background: #07080c;
  color: #f4f6fb;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* line 37, app/assets/stylesheets/marketing.scss */
.mz-marketing-main {
  outline: none;
}

/* line 41, app/assets/stylesheets/marketing.scss */
.mz-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.65rem 1.1rem;
  background: linear-gradient(135deg, #00a6ff, #0082d4);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  border-radius: 0.35rem;
  box-shadow: 0 4px 20px rgba(0, 130, 212, 0.45);
}

/* line 55, app/assets/stylesheets/marketing.scss */
.mz-skip-link:focus {
  left: 1rem;
  top: 1rem;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* line 63, app/assets/stylesheets/marketing.scss */
.mz-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* line 71, app/assets/stylesheets/marketing.scss */
.mz-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0.75rem 0;
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}

/* line 81, app/assets/stylesheets/marketing.scss */
.mz-nav--scrolled {
  background: rgba(7, 8, 12, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

/* line 89, app/assets/stylesheets/marketing.scss */
.mz-nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* line 99, app/assets/stylesheets/marketing.scss */
.mz-nav__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #f4f6fb;
  line-height: 0;
  border-radius: 0.35rem;
}

/* line 107, app/assets/stylesheets/marketing.scss */
.mz-nav__brand:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 3px;
}

/* line 112, app/assets/stylesheets/marketing.scss */
.mz-nav__brand img {
  height: 32px;
  width: auto;
  display: block;
}

/* line 119, app/assets/stylesheets/marketing.scss */
.mz-nav__links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 127, app/assets/stylesheets/marketing.scss */
.mz-nav__link {
  color: #8b93a7;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  transition: color 0.2s, background 0.2s;
}

/* line 136, app/assets/stylesheets/marketing.scss */
.mz-nav__link:hover {
  color: #f4f6fb;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 720px) {
  /* line 143, app/assets/stylesheets/marketing.scss */
  .mz-nav__links {
    gap: 0.15rem;
  }
  /* line 147, app/assets/stylesheets/marketing.scss */
  .mz-nav__link {
    padding: 0.4rem 0.5rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 560px) {
  /* line 154, app/assets/stylesheets/marketing.scss */
  .mz-nav__inner {
    flex-wrap: wrap;
  }
  /* line 158, app/assets/stylesheets/marketing.scss */
  .mz-nav__links {
    width: 100%;
    justify-content: flex-start;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  /* line 165, app/assets/stylesheets/marketing.scss */
  .mz-nav .mz-btn--primary {
    font-size: 0.8rem;
    padding: 0.5rem 0.9rem;
  }
}

/* line 173, app/assets/stylesheets/marketing.scss */
.mz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.25rem;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

/* line 188, app/assets/stylesheets/marketing.scss */
.mz-btn:active {
  transform: scale(0.97);
}

/* line 192, app/assets/stylesheets/marketing.scss */
.mz-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #00a6ff 0%, #0082d4 55%, #0069ab 100%);
  box-shadow: 0 4px 20px var(--mz-glow), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 197, app/assets/stylesheets/marketing.scss */
.mz-btn--primary:hover {
  filter: brightness(1.06);
  box-shadow: 0 6px 28px var(--mz-glow);
}

/* line 203, app/assets/stylesheets/marketing.scss */
.mz-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #f4f6fb;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 208, app/assets/stylesheets/marketing.scss */
.mz-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* line 213, app/assets/stylesheets/marketing.scss */
.mz-btn--light {
  background: #fff;
  color: #0072bb;
}

/* line 217, app/assets/stylesheets/marketing.scss */
.mz-btn--light:hover {
  filter: brightness(1.05);
}

/* line 222, app/assets/stylesheets/marketing.scss */
.mz-btn--block {
  width: 100%;
}

@keyframes mz-shine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

/* line 237, app/assets/stylesheets/marketing.scss */
.mz-shiny-border {
  position: relative;
  border-radius: 1.25rem;
  padding: 1px;
  background: linear-gradient(120deg, rgba(0, 130, 212, 0.15), rgba(0, 166, 255, 0.6), rgba(255, 255, 255, 0.15), rgba(0, 130, 212, 0.35));
  background-size: 200% 200%;
  animation: mz-shine 8s linear infinite;
}

/* line 251, app/assets/stylesheets/marketing.scss */
.mz-shiny-border__inner {
  border-radius: 1.2rem;
  background: #161a24;
  height: 100%;
}

/* line 259, app/assets/stylesheets/marketing.scss */
.mz-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

/* line 264, app/assets/stylesheets/marketing.scss */
.mz-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 271, app/assets/stylesheets/marketing.scss */
.mz-hero {
  position: relative;
  padding: 7.5rem 0 4rem;
  overflow: hidden;
}

/* line 276, app/assets/stylesheets/marketing.scss */
.mz-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 130, 212, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 130, 212, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, black 20%, transparent 75%);
  pointer-events: none;
}

/* line 287, app/assets/stylesheets/marketing.scss */
.mz-hero__glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: min(90vw, 720px);
  height: 420px;
  background: radial-gradient(ellipse, rgba(0, 130, 212, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

/* line 298, app/assets/stylesheets/marketing.scss */
.mz-hero__content {
  position: relative;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

/* line 305, app/assets/stylesheets/marketing.scss */
.mz-hero__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00a6ff;
  margin-bottom: 1rem;
}

/* line 315, app/assets/stylesheets/marketing.scss */
.mz-hero h1 {
  font-size: clamp(2rem, 5vw, 3.15rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
}

/* line 323, app/assets/stylesheets/marketing.scss */
.mz-hero__lead {
  font-size: 1.15rem;
  color: #8b93a7;
  max-width: 640px;
  margin: 0 auto 2rem;
}

/* line 330, app/assets/stylesheets/marketing.scss */
.mz-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

/* line 338, app/assets/stylesheets/marketing.scss */
.mz-hero__data-viz {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.35rem;
  background: linear-gradient(145deg, rgba(22, 26, 36, 0.9), rgba(15, 17, 24, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  text-align: left;
}

/* line 352, app/assets/stylesheets/marketing.scss */
.mz-hero-proof__kicker {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #00a6ff;
}

/* line 361, app/assets/stylesheets/marketing.scss */
.mz-hero-proof__headline {
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(232, 236, 245, 0.92);
  font-weight: 500;
}

/* line 369, app/assets/stylesheets/marketing.scss */
.mz-hero-proof__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* line 378, app/assets/stylesheets/marketing.scss */
.mz-hero-proof__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  padding: 0.65rem 0.85rem;
  border-radius: 0.65rem;
  background: rgba(0, 130, 212, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 389, app/assets/stylesheets/marketing.scss */
.mz-hero-proof__icon {
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a6ff, #0082d4);
  box-shadow: 0 0 12px rgba(0, 166, 255, 0.55);
}

/* line 399, app/assets/stylesheets/marketing.scss */
.mz-hero-proof__text {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #8b93a7;
}

/* line 404, app/assets/stylesheets/marketing.scss */
.mz-hero-proof__text strong {
  color: rgba(245, 247, 252, 0.95);
  font-weight: 600;
}

/* line 412, app/assets/stylesheets/marketing.scss */
.mz-logos {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

/* line 418, app/assets/stylesheets/marketing.scss */
.mz-logos__label {
  text-align: center;
  font-size: 0.8rem;
  color: #8b93a7;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}

/* line 427, app/assets/stylesheets/marketing.scss */
.mz-logos__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1.5rem;
}

/* line 435, app/assets/stylesheets/marketing.scss */
.mz-logos__item {
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #6a7285;
  font-weight: 600;
  font-size: 0.85rem;
  transition: color 0.25s, border-color 0.25s, background 0.25s, transform 0.2s;
}

/* line 445, app/assets/stylesheets/marketing.scss */
.mz-logos__item:hover {
  color: #f4f6fb;
  border-color: rgba(0, 130, 212, 0.45);
  background: rgba(0, 130, 212, 0.08);
  transform: translateY(-2px);
}

/* line 455, app/assets/stylesheets/marketing.scss */
.mz-strip-proof {
  padding: 2rem 0 0.5rem;
}

/* line 458, app/assets/stylesheets/marketing.scss */
.mz-strip-proof__card {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.35rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 130, 212, 0.22);
  background: linear-gradient(135deg, rgba(0, 130, 212, 0.09), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.35);
}

/* line 468, app/assets/stylesheets/marketing.scss */
.mz-strip-proof__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00a6ff;
}

/* line 477, app/assets/stylesheets/marketing.scss */
.mz-strip-proof__line {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(232, 236, 245, 0.94);
}

/* line 483, app/assets/stylesheets/marketing.scss */
.mz-strip-proof__line strong {
  color: #fff;
  font-weight: 700;
}

/* line 488, app/assets/stylesheets/marketing.scss */
.mz-strip-proof__line em {
  font-style: normal;
  color: #8b93a7;
}

/* line 496, app/assets/stylesheets/marketing.scss */
.mz-section {
  padding: 4.5rem 0;
}

/* line 499, app/assets/stylesheets/marketing.scss */
.mz-section--light {
  background: #f0f4fa;
  color: #1a1f2e;
}

/* line 503, app/assets/stylesheets/marketing.scss */
.mz-section--light .mz-section__title,
.mz-section--light h2 {
  color: #0d1117;
}

/* line 508, app/assets/stylesheets/marketing.scss */
.mz-section--light .mz-section__lead {
  color: #4a5568;
}

/* line 513, app/assets/stylesheets/marketing.scss */
.mz-section__title {
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  text-align: center;
}

/* line 521, app/assets/stylesheets/marketing.scss */
.mz-section__lead {
  text-align: center;
  color: #8b93a7;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
}

/* line 530, app/assets/stylesheets/marketing.scss */
.mz-scan {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 530, app/assets/stylesheets/marketing.scss */
  .mz-scan {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

/* line 542, app/assets/stylesheets/marketing.scss */
.mz-scan__visual {
  position: relative;
  min-height: 260px;
  border-radius: 1rem;
  background: #161a24;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

/* line 551, app/assets/stylesheets/marketing.scss */
.mz-scan__pulse {
  position: absolute;
  inset: 20%;
  border: 2px solid rgba(0, 130, 212, 0.35);
  border-radius: 50%;
  animation: mz-pulse 2.8s ease-out infinite;
}

/* line 559, app/assets/stylesheets/marketing.scss */
.mz-scan__dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0082d4;
  border-radius: 50%;
  box-shadow: 0 0 20px var(--mz-glow);
  animation: mz-orbit 6s linear infinite;
}

/* line 569, app/assets/stylesheets/marketing.scss */
.mz-scan__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 574, app/assets/stylesheets/marketing.scss */
.mz-scan__list li {
  padding: 0.85rem 1rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

/* line 585, app/assets/stylesheets/marketing.scss */
.mz-scan__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0082d4;
  flex-shrink: 0;
}

@keyframes mz-pulse {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mz-orbit {
  0% {
    top: 10%;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 85%;
  }
  50% {
    top: 85%;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 10%;
  }
  100% {
    top: 10%;
    left: 50%;
  }
}

/* line 635, app/assets/stylesheets/marketing.scss */
.mz-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 900px) {
  /* line 635, app/assets/stylesheets/marketing.scss */
  .mz-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 644, app/assets/stylesheets/marketing.scss */
.mz-stats__card {
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, transform 0.2s;
}

/* line 651, app/assets/stylesheets/marketing.scss */
.mz-stats__card:hover {
  border-color: rgba(0, 130, 212, 0.35);
  transform: translateY(-3px);
}

/* line 657, app/assets/stylesheets/marketing.scss */
.mz-stats__value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #00a6ff;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

/* line 665, app/assets/stylesheets/marketing.scss */
.mz-stats__label {
  font-size: 0.88rem;
  color: #8b93a7;
  line-height: 1.35;
}

/* line 673, app/assets/stylesheets/marketing.scss */
.mz-testimonials {
  padding: 4.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 45%);
}

@media (max-width: 767px) {
  /* line 673, app/assets/stylesheets/marketing.scss */
  .mz-testimonials {
    padding: 3.25rem 0;
  }
}

/* line 682, app/assets/stylesheets/marketing.scss */
.mz-testimonials__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  margin: 0 auto;
}

@media (min-width: 900px) {
  /* line 682, app/assets/stylesheets/marketing.scss */
  .mz-testimonials__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    align-items: stretch;
  }
}

/* line 696, app/assets/stylesheets/marketing.scss */
.mz-testimonial {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.35rem;
  padding: 1.35rem 1.35rem 1.35rem 1.25rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

@media (max-width: 640px) {
  /* line 696, app/assets/stylesheets/marketing.scss */
  .mz-testimonial {
    flex-direction: column;
    padding: 1.25rem;
    gap: 1.1rem;
  }
}

/* line 715, app/assets/stylesheets/marketing.scss */
.mz-testimonial:hover {
  border-color: rgba(0, 130, 212, 0.28);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* line 721, app/assets/stylesheets/marketing.scss */
.mz-testimonial__media {
  flex-shrink: 0;
  width: 200px;
  min-height: 220px;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
  align-self: stretch;
}

@media (min-width: 900px) and (max-width: 1099px) {
  /* line 721, app/assets/stylesheets/marketing.scss */
  .mz-testimonial__media {
    width: 150px;
    min-height: 200px;
  }
}

@media (max-width: 640px) {
  /* line 721, app/assets/stylesheets/marketing.scss */
  .mz-testimonial__media {
    width: 100%;
    max-width: 260px;
    min-height: 200px;
    margin: 0 auto;
  }
}

/* line 744, app/assets/stylesheets/marketing.scss */
.mz-testimonial__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 900px) and (max-width: 1099px) {
  /* line 744, app/assets/stylesheets/marketing.scss */
  .mz-testimonial__photo {
    min-height: 200px;
  }
}

@media (max-width: 640px) {
  /* line 744, app/assets/stylesheets/marketing.scss */
  .mz-testimonial__photo {
    min-height: 200px;
  }
}

/* line 761, app/assets/stylesheets/marketing.scss */
.mz-testimonial__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(244, 246, 251, 0.35);
  background: linear-gradient(165deg, rgba(22, 26, 36, 0.95) 0%, rgba(7, 8, 12, 0.98) 100%);
}

@media (min-width: 900px) and (max-width: 1099px) {
  /* line 761, app/assets/stylesheets/marketing.scss */
  .mz-testimonial__fallback {
    min-height: 200px;
    font-size: 1.45rem;
  }
}

@media (max-width: 640px) {
  /* line 761, app/assets/stylesheets/marketing.scss */
  .mz-testimonial__fallback {
    min-height: 200px;
  }
}

/* line 784, app/assets/stylesheets/marketing.scss */
.mz-testimonial__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.15rem 0;
}

/* line 793, app/assets/stylesheets/marketing.scss */
.mz-testimonial__quote {
  margin: 0 0 1.1rem;
  padding: 0;
  border: 0;
  flex: 0 1 auto;
  position: relative;
}

/* line 800, app/assets/stylesheets/marketing.scss */
.mz-testimonial__quote p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(244, 246, 251, 0.92);
  font-style: normal;
}

/* line 807, app/assets/stylesheets/marketing.scss */
.mz-testimonial__quote p::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 3px;
  border-radius: 999px;
  margin-bottom: 0.85rem;
  background: linear-gradient(90deg, #00a6ff, transparent);
  opacity: 0.85;
}

/* line 820, app/assets/stylesheets/marketing.scss */
.mz-testimonial__meta {
  display: block;
  margin-top: auto;
  padding-top: 0.15rem;
}

/* line 826, app/assets/stylesheets/marketing.scss */
.mz-testimonial__name {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  font-style: normal;
  color: #f4f6fb;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

/* line 836, app/assets/stylesheets/marketing.scss */
.mz-testimonial__role {
  display: block;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #8b93a7;
}

/* line 845, app/assets/stylesheets/marketing.scss */
.mz-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  /* line 845, app/assets/stylesheets/marketing.scss */
  .mz-bento {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
}

/* line 855, app/assets/stylesheets/marketing.scss */
.mz-bento__card {
  padding: 1.5rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* line 862, app/assets/stylesheets/marketing.scss */
.mz-bento__card:hover {
  border-color: rgba(0, 130, 212, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* line 867, app/assets/stylesheets/marketing.scss */
.mz-bento__card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

/* line 872, app/assets/stylesheets/marketing.scss */
.mz-bento__card p {
  margin: 0;
  font-size: 0.92rem;
  color: #8b93a7;
}

@media (min-width: 768px) {
  /* line 878, app/assets/stylesheets/marketing.scss */
  .mz-bento__card--wide {
    grid-column: span 2;
  }
}

@media (min-width: 768px) {
  /* line 884, app/assets/stylesheets/marketing.scss */
  .mz-bento__card--tall {
    grid-row: span 2;
  }
}

/* line 891, app/assets/stylesheets/marketing.scss */
.mz-bento__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #00a6ff;
  margin-bottom: 0.75rem;
}

/* line 903, app/assets/stylesheets/marketing.scss */
.mz-int-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  /* line 903, app/assets/stylesheets/marketing.scss */
  .mz-int-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  /* line 903, app/assets/stylesheets/marketing.scss */
  .mz-int-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 916, app/assets/stylesheets/marketing.scss */
.mz-int-card {
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.2s;
}

/* line 923, app/assets/stylesheets/marketing.scss */
.mz-int-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

/* line 928, app/assets/stylesheets/marketing.scss */
.mz-int-card--clinicorp:hover {
  border-color: rgba(0, 168, 89, 0.45);
  box-shadow: 0 0 40px rgba(0, 168, 89, 0.12);
}

/* line 933, app/assets/stylesheets/marketing.scss */
.mz-int-card--simples:hover {
  border-color: rgba(230, 57, 70, 0.45);
}

/* line 937, app/assets/stylesheets/marketing.scss */
.mz-int-card--serodonto:hover {
  border-color: rgba(0, 102, 204, 0.45);
}

/* line 941, app/assets/stylesheets/marketing.scss */
.mz-int-card--sante:hover {
  border-color: rgba(0, 130, 212, 0.5);
}

/* line 945, app/assets/stylesheets/marketing.scss */
.mz-int-card--amigo:hover {
  border-color: rgba(255, 140, 0, 0.45);
}

/* line 949, app/assets/stylesheets/marketing.scss */
.mz-int-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

/* line 954, app/assets/stylesheets/marketing.scss */
.mz-int-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #8b93a7;
  line-height: 1.5;
}

/* line 963, app/assets/stylesheets/marketing.scss */
.mz-pricing {
  display: grid;
  gap: 1.35rem;
  max-width: 860px;
  margin: 0 auto 2rem;
}

@media (min-width: 800px) {
  /* line 963, app/assets/stylesheets/marketing.scss */
  .mz-pricing {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

/* line 975, app/assets/stylesheets/marketing.scss */
.mz-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.85rem 1.5rem;
  border-radius: 1.15rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.22);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 986, app/assets/stylesheets/marketing.scss */
.mz-pricing-card:hover {
  border-color: rgba(0, 130, 212, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.32);
}

/* line 992, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__name {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f4f6fb;
  letter-spacing: -0.02em;
}

/* line 1000, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__price {
  margin: 0 0 0.35rem;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap;
}

/* line 1009, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__currency {
  font-size: 1.15rem;
  font-weight: 600;
  color: #00a6ff;
}

/* line 1014, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__currency--was {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(139, 147, 167, 0.65);
}

/* line 1021, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__amount {
  font-size: clamp(2.25rem, 5vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f4f6fb;
  text-shadow: 0 0 48px rgba(0, 166, 255, 0.15);
}

/* line 1029, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__period {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: #8b93a7;
}

/* line 1035, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__note {
  margin: -0.65rem 0 1.1rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #8b93a7;
}

/* line 1041, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__note strong {
  color: #00a6ff;
  font-weight: 600;
}

/* line 1047, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  flex: 1 1 auto;
}

/* line 1053, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__features li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.35rem;
  font-size: 0.92rem;
  color: rgba(244, 246, 251, 0.88);
  line-height: 1.45;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 1061, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__features li:last-child {
  border-bottom: 0;
}

/* line 1065, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00a6ff;
  box-shadow: 0 0 12px var(--mz-glow);
}

/* line 1079, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__cta {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

/* line 1085, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__promo-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: -0.25rem 0 1.1rem;
}

/* line 1093, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__promo-tags__save {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0a0c12;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5eead4 0%, #00a6ff 40%, #0082d4 100%);
  box-shadow: 0 4px 20px rgba(0, 166, 255, 0.35);
}

/* line 1105, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__promo-tags__hint {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(139, 147, 167, 0.95);
}

/* line 1111, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__was-block {
  margin: 0 0 1.15rem;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px dashed rgba(0, 130, 212, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* line 1120, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__was-caption {
  margin: 0 0 0.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(139, 147, 167, 0.9);
  line-height: 1.3;
}

/* line 1130, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__was-line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

/* line 1139, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__was-detail {
  font-size: 0.88rem;
  color: rgba(244, 246, 251, 0.55);
  font-weight: 500;
}

/* line 1145, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__was-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  flex-wrap: wrap;
}

/* line 1152, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__strike {
  font-size: clamp(1.35rem, 3.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(139, 147, 167, 0.55);
  text-decoration: line-through;
  text-decoration-color: rgba(0, 166, 255, 0.85);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
}

/* line 1163, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__was-term {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(139, 147, 167, 0.65);
}

/* line 1169, app/assets/stylesheets/marketing.scss */
.mz-pricing-card__now-caption {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00a6ff;
}

/* line 1178, app/assets/stylesheets/marketing.scss */
.mz-pricing-card--featured {
  border-color: rgba(0, 130, 212, 0.35);
  background: linear-gradient(165deg, rgba(0, 130, 212, 0.12) 0%, rgba(15, 17, 24, 0.95) 45%, rgba(7, 8, 12, 0.98) 100%);
}

/* line 1187, app/assets/stylesheets/marketing.scss */
.mz-pricing-card--featured:hover {
  border-color: rgba(0, 166, 255, 0.5);
}

/* line 1191, app/assets/stylesheets/marketing.scss */
.mz-pricing-card--featured .mz-pricing-card__period {
  margin-top: 0;
}

/* line 1197, app/assets/stylesheets/marketing.scss */
.mz-pricing-footnote {
  text-align: center;
  font-size: 0.82rem;
  color: rgba(139, 147, 167, 0.85);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
}

/* line 1207, app/assets/stylesheets/marketing.scss */
.mz-page-hero {
  padding: 6.5rem 0 2.5rem;
  text-align: center;
}

/* line 1211, app/assets/stylesheets/marketing.scss */
.mz-page-hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

/* line 1217, app/assets/stylesheets/marketing.scss */
.mz-page-hero p {
  color: #8b93a7;
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.05rem;
}

/* line 1226, app/assets/stylesheets/marketing.scss */
.mz-finance-stats {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 130, 212, 0.22);
  border-bottom: 1px solid rgba(0, 130, 212, 0.1);
  background: linear-gradient(180deg, #080a10 0%, #07080c 42%, #05060a 100%);
}

/* line 1234, app/assets/stylesheets/marketing.scss */
.mz-finance-stats__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 130, 212, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 130, 212, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 95% 70% at 50% -5%, black 20%, transparent 72%);
  pointer-events: none;
}

/* line 1245, app/assets/stylesheets/marketing.scss */
.mz-finance-stats__glow {
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 760px);
  height: 380px;
  background: radial-gradient(ellipse, rgba(0, 166, 255, 0.14) 0%, rgba(0, 130, 212, 0.06) 42%, transparent 70%);
  pointer-events: none;
}

/* line 1256, app/assets/stylesheets/marketing.scss */
.mz-finance-stats__inner {
  position: relative;
  z-index: 1;
}

/* line 1261, app/assets/stylesheets/marketing.scss */
.mz-finance-stats__title {
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  text-align: center;
  color: #f4f6fb;
  line-height: 1.15;
}

/* line 1271, app/assets/stylesheets/marketing.scss */
.mz-finance-stats__lead {
  text-align: center;
  color: #8b93a7;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

/* line 1281, app/assets/stylesheets/marketing.scss */
.mz-finance-stats .mz-stats--finance .mz-stats__card {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(0, 130, 212, 0.18);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.28);
  transition: border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

/* line 1287, app/assets/stylesheets/marketing.scss */
.mz-finance-stats .mz-stats--finance .mz-stats__card:hover {
  border-color: rgba(0, 166, 255, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 166, 255, 0.12);
}

/* line 1296, app/assets/stylesheets/marketing.scss */
.mz-finance-stats .mz-stats--finance .mz-stats__value {
  font-size: clamp(1.55rem, 3.8vw, 2.05rem);
  text-shadow: 0 0 40px rgba(0, 166, 255, 0.12);
}

/* line 1301, app/assets/stylesheets/marketing.scss */
.mz-finance-stats .mz-stats--finance .mz-stats__label {
  color: rgba(139, 147, 167, 0.95);
}

@media (max-width: 767px) {
  /* line 1226, app/assets/stylesheets/marketing.scss */
  .mz-finance-stats {
    padding: 3.25rem 0;
  }
  /* line 1309, app/assets/stylesheets/marketing.scss */
  .mz-finance-stats__lead {
    margin-bottom: 2rem;
  }
}

/* line 1316, app/assets/stylesheets/marketing.scss */
.mz-why-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #00a6ff;
}

/* line 1325, app/assets/stylesheets/marketing.scss */
.mz-why-pillars {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 1330, app/assets/stylesheets/marketing.scss */
.mz-why-pillars .mz-section__title {
  text-align: center;
  margin-bottom: 1.75rem;
}

/* line 1335, app/assets/stylesheets/marketing.scss */
.mz-why-pillars__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1347, app/assets/stylesheets/marketing.scss */
.mz-why-pillars__list li {
  margin: 0;
  padding: 1.15rem 1.25rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #8b93a7;
}

/* line 1357, app/assets/stylesheets/marketing.scss */
.mz-why-pillars__list li strong {
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(245, 247, 252, 0.96);
  font-weight: 600;
  font-size: 1rem;
}

/* line 1367, app/assets/stylesheets/marketing.scss */
.mz-why-highlight {
  margin-top: 3rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1373, app/assets/stylesheets/marketing.scss */
.mz-why-highlight__border {
  border-radius: 1.2rem;
}

/* line 1377, app/assets/stylesheets/marketing.scss */
.mz-why-highlight__inner {
  position: relative;
  padding: 2.5rem 1.5rem;
  text-align: center;
  overflow: hidden;
  height: auto;
  min-height: 0;
  background: linear-gradient(155deg, rgba(0, 130, 212, 0.1) 0%, rgba(15, 17, 24, 0.97) 38%, #07080c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (min-width: 768px) {
  /* line 1377, app/assets/stylesheets/marketing.scss */
  .mz-why-highlight__inner {
    padding: 2.85rem 2.5rem;
  }
}

/* line 1397, app/assets/stylesheets/marketing.scss */
.mz-why-highlight__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 130, 212, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 130, 212, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 0%, black 0%, transparent 72%);
  pointer-events: none;
  opacity: 0.9;
}

/* line 1409, app/assets/stylesheets/marketing.scss */
.mz-why-highlight__glow {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 520px);
  height: 280px;
  background: radial-gradient(ellipse, rgba(0, 166, 255, 0.22) 0%, rgba(0, 130, 212, 0.08) 40%, transparent 70%);
  pointer-events: none;
}

/* line 1420, app/assets/stylesheets/marketing.scss */
.mz-why-highlight__title {
  position: relative;
  z-index: 1;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: #f4f6fb;
  line-height: 1.2;
}

/* line 1431, app/assets/stylesheets/marketing.scss */
.mz-why-highlight__lead {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #8b93a7;
}

/* line 1440, app/assets/stylesheets/marketing.scss */
.mz-why-highlight__lead strong {
  color: #f4f6fb;
  font-weight: 600;
}

/* line 1446, app/assets/stylesheets/marketing.scss */
.mz-why-highlight__cta {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* line 1458, app/assets/stylesheets/marketing.scss */
.mz-callout {
  margin: 2.5rem 0;
  padding: 1.75rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(0, 130, 212, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(0, 130, 212, 0.25);
}

/* line 1465, app/assets/stylesheets/marketing.scss */
.mz-callout h2 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

/* line 1470, app/assets/stylesheets/marketing.scss */
.mz-callout p {
  margin: 0;
  color: #8b93a7;
  font-size: 0.95rem;
}

/* line 1478, app/assets/stylesheets/marketing.scss */
.mz-case {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  /* line 1478, app/assets/stylesheets/marketing.scss */
  .mz-case {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }
}

/* line 1487, app/assets/stylesheets/marketing.scss */
.mz-case__stat {
  font-size: 2.5rem;
  font-weight: 800;
  color: #00a6ff;
  line-height: 1;
  margin-bottom: 0.5rem;
}

/* line 1497, app/assets/stylesheets/marketing.scss */
.mz-footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #05060a;
}

/* line 1502, app/assets/stylesheets/marketing.scss */
.mz-footer__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  /* line 1502, app/assets/stylesheets/marketing.scss */
  .mz-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

/* line 1511, app/assets/stylesheets/marketing.scss */
.mz-footer a {
  color: #8b93a7;
  text-decoration: none;
  font-size: 0.9rem;
}

/* line 1516, app/assets/stylesheets/marketing.scss */
.mz-footer a:hover {
  color: #00a6ff;
}

/* line 1521, app/assets/stylesheets/marketing.scss */
.mz-footer__brand {
  font-weight: 700;
  color: #f4f6fb;
  margin-bottom: 0.5rem;
  display: block;
}

/* line 1528, app/assets/stylesheets/marketing.scss */
.mz-footer__muted {
  font-size: 0.85rem;
  color: #8b93a7;
  margin: 0;
}

/* line 1534, app/assets/stylesheets/marketing.scss */
.mz-footer__bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  color: #8b93a7;
  text-align: center;
}

/* line 1545, app/assets/stylesheets/marketing.scss */
body.mz-auth-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 1551, app/assets/stylesheets/marketing.scss */
.mz-auth-shell {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  /* fallback: se a cadeia flex do body quebrar após navegação híbrida (Turbo/Turbolinks), o split ainda ocupa a viewport */
  min-height: 100vh;
  min-height: 100dvh;
}

/* line 1560, app/assets/stylesheets/marketing.scss */
.mz-auth-page .auth-split-layout {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: min(100vh, 900px);
  min-width: 0;
}

/* line 1572, app/assets/stylesheets/marketing.scss */
.mz-auth-left {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  background: #07080c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  overflow: hidden;
}

/* line 1583, app/assets/stylesheets/marketing.scss */
.mz-auth-left__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 130, 212, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 130, 212, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 20%, black 15%, transparent 70%);
  pointer-events: none;
}

/* line 1594, app/assets/stylesheets/marketing.scss */
.mz-auth-left__glow {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: min(90vw, 560px);
  height: 380px;
  background: radial-gradient(ellipse, rgba(0, 130, 212, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

/* line 1605, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-left-content {
  position: relative;
  z-index: 1;
  text-align: left;
  color: #f4f6fb;
  max-width: 560px;
  width: 100%;
}

/* line 1614, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-marketing-content {
  animation: mz-auth-fade-up 0.75s ease-out;
}

/* line 1618, app/assets/stylesheets/marketing.scss */
.mz-auth-left .mz-auth-left__logo-row {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* line 1623, app/assets/stylesheets/marketing.scss */
.mz-auth-left .mz-auth-left__logo-row .mz-auth-left__brand {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  border-radius: 0.35rem;
  transition: opacity 0.2s ease;
}

/* line 1630, app/assets/stylesheets/marketing.scss */
.mz-auth-left .mz-auth-left__logo-row .mz-auth-left__brand:hover {
  opacity: 0.9;
}

/* line 1634, app/assets/stylesheets/marketing.scss */
.mz-auth-left .mz-auth-left__logo-row .mz-auth-left__brand:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 3px;
}

/* line 1640, app/assets/stylesheets/marketing.scss */
.mz-auth-left .mz-auth-left__logo-row img {
  height: 40px;
  width: auto;
  display: block;
  filter: none;
}

/* line 1648, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-hero-message {
  margin-bottom: 1.5rem;
  text-align: center;
}

/* line 1652, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-hero-message .auth-hero-title {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  color: #f4f6fb;
  letter-spacing: -0.02em;
  text-shadow: none;
}

/* line 1664, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-steps-container .auth-steps-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #8b93a7;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 1675, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 0.85rem;
}

/* line 1683, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.1rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  text-align: center;
  position: relative;
}

/* line 1697, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card:hover {
  border-color: rgba(0, 130, 212, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

/* line 1703, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card .auth-step-icon {
  margin-bottom: 0.5rem;
  color: #00a6ff;
  opacity: 1;
}

/* line 1708, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card .auth-step-icon .fa {
  line-height: 1;
}

/* line 1713, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card .auth-step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  background: rgba(0, 130, 212, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 1730, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card .auth-step-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0.35rem 0 0.25rem;
  color: #f4f6fb;
}

/* line 1737, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card .auth-step-description {
  font-size: 0.82rem;
  line-height: 1.35;
  color: #8b93a7;
  margin: 0;
  font-weight: 400;
}

/* line 1745, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card .auth-system-tag {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  margin: 0.15rem;
  background: rgba(0, 130, 212, 0.12);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #00a6ff;
  border: 1px solid rgba(0, 130, 212, 0.25);
}

/* line 1757, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card.auth-step-4 {
  background: linear-gradient(145deg, rgba(0, 130, 212, 0.15), rgba(255, 255, 255, 0.05));
  border-color: rgba(0, 130, 212, 0.35);
  animation: mz-auth-pulse-glow 2.5s ease-in-out infinite;
}

/* line 1762, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card.auth-step-4 .auth-step-title {
  font-size: 1rem;
}

/* line 1766, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card.auth-step-4 .auth-step-description {
  color: #f4f6fb;
  font-weight: 500;
}

/* line 1771, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-card.auth-step-4 .auth-step-icon .fa {
  animation: mz-auth-bounce 2s ease-in-out infinite;
}

/* line 1777, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.15rem;
}

/* line 1784, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-arrow.auth-arrow-right {
  padding: 0 0.35rem;
}

/* line 1788, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-arrow.auth-arrow-down {
  padding: 0.35rem 0;
}

/* line 1792, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-arrow.auth-arrow-left {
  padding: 0 0.35rem;
}

/* line 1797, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-1 {
  grid-column: 1;
  grid-row: 1;
}

/* line 1802, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-arrow-right {
  grid-column: 2;
  grid-row: 1;
}

/* line 1807, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-2 {
  grid-column: 3;
  grid-row: 1;
}

/* line 1812, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-arrow-down {
  grid-column: 3;
  grid-row: 2;
}

/* line 1817, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-3 {
  grid-column: 3;
  grid-row: 3;
}

/* line 1822, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-arrow-left {
  grid-column: 2;
  grid-row: 3;
}

/* line 1827, app/assets/stylesheets/marketing.scss */
.mz-auth-left .auth-step-4 {
  grid-column: 1;
  grid-row: 3;
}

/* line 1833, app/assets/stylesheets/marketing.scss */
.mz-auth-right {
  flex: 1 1 50%;
  min-width: 0;
  background: linear-gradient(180deg, #0a0c12 0%, #07080c 45%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1845, app/assets/stylesheets/marketing.scss */
.mz-auth-form-wrap {
  width: 100%;
  max-width: 420px;
  min-width: 0;
  flex: 0 1 auto;
  padding: 0.5rem 1rem;
}

/* line 1852, app/assets/stylesheets/marketing.scss */
.mz-auth-form-wrap--signup {
  max-width: 440px;
}

/* line 1857, app/assets/stylesheets/marketing.scss */
.mz-auth-page .auth-form-container {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

/* line 1864, app/assets/stylesheets/marketing.scss */
.mz-auth-card {
  width: 100%;
  min-width: 0;
  display: block;
}

/* line 1869, app/assets/stylesheets/marketing.scss */
.mz-auth-card.mz-shiny-border {
  border-radius: 1.2rem;
}

/* line 1873, app/assets/stylesheets/marketing.scss */
.mz-auth-card .mz-shiny-border__inner {
  padding: 20px;
  height: auto;
  min-height: 0;
}

/* line 1879, app/assets/stylesheets/marketing.scss */
.mz-auth-card__head {
  text-align: center;
  margin-bottom: 1.25rem;
}

/* line 1884, app/assets/stylesheets/marketing.scss */
.mz-auth-card__logo-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 0.65rem;
  line-height: 0;
  text-decoration: none;
  border-radius: 0.35rem;
  transition: opacity 0.2s ease;
}

/* line 1894, app/assets/stylesheets/marketing.scss */
.mz-auth-card__logo-link:hover {
  opacity: 0.92;
}

/* line 1898, app/assets/stylesheets/marketing.scss */
.mz-auth-card__logo-link:focus-visible {
  outline: 2px solid #00a6ff;
  outline-offset: 3px;
}

/* line 1904, app/assets/stylesheets/marketing.scss */
.mz-auth-card__logo {
  display: block;
  margin: 0;
  height: 48px;
  width: auto;
}

/* line 1911, app/assets/stylesheets/marketing.scss */
.mz-auth-card__tagline {
  margin: 0;
  font-size: 0.92rem;
  color: #8b93a7;
  font-weight: 500;
  line-height: 1.35;
}

/* line 1920, app/assets/stylesheets/marketing.scss */
.mz-auth-alert {
  position: relative;
  padding: 0.75rem 2.25rem 0.75rem 0.9rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  line-height: 1.4;
  border: 1px solid transparent;
}

/* line 1929, app/assets/stylesheets/marketing.scss */
.mz-auth-alert--success {
  background: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}

/* line 1935, app/assets/stylesheets/marketing.scss */
.mz-auth-alert--danger {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

/* line 1941, app/assets/stylesheets/marketing.scss */
.mz-auth-alert__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem;
  background: transparent;
  border: 0;
  color: inherit;
  opacity: 0.75;
  cursor: pointer;
  line-height: 1;
}

/* line 1953, app/assets/stylesheets/marketing.scss */
.mz-auth-alert__close:hover {
  opacity: 1;
}

/* line 1959, app/assets/stylesheets/marketing.scss */
.mz-auth-form {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* line 1969, app/assets/stylesheets/marketing.scss */
.mz-auth-field {
  margin-bottom: 1rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* line 1975, app/assets/stylesheets/marketing.scss */
.mz-auth-field--submit {
  margin-bottom: 0;
  margin-top: 0.25rem;
}

/* line 1980, app/assets/stylesheets/marketing.scss */
.mz-auth-field--check {
  margin-bottom: 0.75rem;
}

/* line 1985, app/assets/stylesheets/marketing.scss */
.mz-auth-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #8b93a7;
  margin-bottom: 0.35rem;
}

/* line 1993, app/assets/stylesheets/marketing.scss */
.mz-auth-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #f4f6fb;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.65rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
}

/* line 2013, app/assets/stylesheets/marketing.scss */
.mz-auth-input::placeholder {
  color: rgba(139, 147, 167, 0.65);
}

/* line 2017, app/assets/stylesheets/marketing.scss */
.mz-auth-input:focus {
  outline: none;
  border-color: rgba(0, 130, 212, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 130, 212, 0.15);
}

/* line 2025, app/assets/stylesheets/marketing.scss */
.mz-auth-page input.mz-btn[type="submit"] {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  line-height: 1.35;
  -webkit-appearance: none;
  appearance: none;
}

/* line 2037, app/assets/stylesheets/marketing.scss */
.mz-auth-divider {
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 2043, app/assets/stylesheets/marketing.scss */
.mz-auth-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: #8b93a7;
  cursor: pointer;
  line-height: 1.4;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* line 2055, app/assets/stylesheets/marketing.scss */
.mz-auth-check input[type="checkbox"] {
  margin-top: 0.2rem;
  accent-color: #0082d4;
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
}

/* line 2063, app/assets/stylesheets/marketing.scss */
.mz-auth-check span {
  color: #8b93a7;
  flex: 1;
  min-width: 0;
}

/* line 2070, app/assets/stylesheets/marketing.scss */
.mz-auth-switch {
  margin: 1.35rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: #8b93a7;
}

/* line 2076, app/assets/stylesheets/marketing.scss */
.mz-auth-switch a {
  color: #00a6ff;
  font-weight: 600;
  text-decoration: none;
}

/* line 2081, app/assets/stylesheets/marketing.scss */
.mz-auth-switch a:hover {
  text-decoration: underline;
}

/* line 2086, app/assets/stylesheets/marketing.scss */
.mz-auth-switch--links {
  text-align: left;
}

/* line 2089, app/assets/stylesheets/marketing.scss */
.mz-auth-switch--links a {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-weight: 500;
}

/* line 2097, app/assets/stylesheets/marketing.scss */
.mz-auth-hint {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  color: #8b93a7;
}

/* line 2103, app/assets/stylesheets/marketing.scss */
.mz-auth-page #error_explanation {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

/* line 2111, app/assets/stylesheets/marketing.scss */
.mz-auth-page #error_explanation h2 {
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: inherit;
}

/* line 2118, app/assets/stylesheets/marketing.scss */
.mz-auth-page #error_explanation ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.82rem;
  line-height: 1.45;
}

@keyframes mz-auth-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mz-auth-pulse-glow {
  0%,
100% {
    box-shadow: 0 4px 24px rgba(0, 130, 212, 0.12);
  }
  50% {
    box-shadow: 0 8px 36px rgba(0, 130, 212, 0.28);
  }
}

@keyframes mz-auth-bounce {
  0%,
100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 768px) {
  /* line 2158, app/assets/stylesheets/marketing.scss */
  .mz-auth-page .auth-split-layout {
    flex-direction: column;
    min-height: 0;
  }
  /* line 2163, app/assets/stylesheets/marketing.scss */
  .mz-auth-left,
.mz-auth-right {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
  /* line 2170, app/assets/stylesheets/marketing.scss */
  .mz-auth-left {
    padding: 1.5rem 1rem 1.75rem;
    min-height: auto;
    order: 2;
  }
  /* line 2175, app/assets/stylesheets/marketing.scss */
  .mz-auth-left .auth-steps-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.75rem;
  }
  /* line 2181, app/assets/stylesheets/marketing.scss */
  .mz-auth-left .auth-step-arrow {
    display: none !important;
  }
  /* line 2185, app/assets/stylesheets/marketing.scss */
  .mz-auth-left .auth-step-1,
.mz-auth-left .auth-step-2,
.mz-auth-left .auth-step-3,
.mz-auth-left .auth-step-4,
.mz-auth-left .auth-arrow-right,
.mz-auth-left .auth-arrow-down,
.mz-auth-left .auth-arrow-left {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  /* line 2196, app/assets/stylesheets/marketing.scss */
  .mz-auth-left .auth-hero-message .auth-hero-title {
    font-size: 1.2rem;
  }
  /* line 2201, app/assets/stylesheets/marketing.scss */
  .mz-auth-right {
    order: 1;
    padding: 1.5rem 1rem 1.25rem;
    align-items: flex-start;
  }
  /* line 2207, app/assets/stylesheets/marketing.scss */
  .mz-auth-card .mz-shiny-border__inner {
    padding: 20px 18px;
  }
  /* line 2211, app/assets/stylesheets/marketing.scss */
  .mz-auth-form-wrap {
    padding: 0.35rem 0.75rem;
  }
  /* line 2215, app/assets/stylesheets/marketing.scss */
  .mz-auth-switch {
    text-align: center;
  }
}
