:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 7rem;
}

body.mozox-landing-body {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 24rem),
    linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  color: #0f172a;
}

.mozox-shell-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.mozox-shell-header.is-scrolled .mozox-nav-shell {
  background: rgba(15, 23, 42, 0.985);
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.34);
  margin-top: 0.65rem;
}

.mozox-nav-shell {
  align-items: center;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 1.25rem;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.28);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
}

.mozox-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.85rem;
  min-width: 0;
}

.mozox-brand-logo {
  display: block;
  height: 2.2rem;
  width: auto;
}

.mozox-brand-name {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.mozox-nav-menu {
  align-items: center;
  gap: 1.5rem;
}

.mozox-nav-link,
.mozox-mobile-link {
  color: rgba(226, 232, 240, 0.9);
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

.mozox-nav-link:hover,
.mozox-mobile-link:hover,
.mozox-nav-link:focus,
.mozox-mobile-link:focus {
  color: #fff;
}

.mozox-nav-toggle {
  align-items: center;
  flex-direction: column;
  gap: 0.28rem;
  justify-content: center;
  min-height: 2.75rem;
  min-width: 2.75rem;
}

.mozox-nav-toggle span {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 0.14rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 1.35rem;
}

.mozox-mobile-panel {
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1rem;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.22);
  margin-top: 0.8rem;
  padding: 1rem;
}

.mozox-mobile-links {
  display: grid;
  gap: 0.85rem;
}

.mozox-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  line-height: 1;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.mozox-btn:hover,
.mozox-btn:focus {
  transform: translateY(-1px);
}

.mozox-btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.26);
  color: #fff;
}

.mozox-btn-light {
  background: #fff;
  color: #0f172a;
}

.mozox-btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.mozox-btn-soft {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(148, 163, 184, 0.24);
  color: #fff;
}

.mozox-hero {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.mozox-hero-slides,
.mozox-hero-overlay {
  inset: 0;
  position: absolute;
}

.mozox-hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.04);
  transition: opacity 0.9s ease;
}

.mozox-hero-slide.is-active {
  opacity: 1;
}

.mozox-hero-overlay {
  background:
    linear-gradient(115deg, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.62) 44%, rgba(2, 6, 23, 0.76) 100%),
    radial-gradient(circle at center, rgba(249, 115, 22, 0.2), transparent 30%);
}

.mozox-hero-copy {
  max-width: 40rem;
  position: relative;
  z-index: 2;
}

.mozox-hero-copy::before {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.75rem;
  content: "";
  inset: -1.75rem -1.5rem;
  position: absolute;
  transform: rotate(-7deg);
  z-index: -1;
}

.mozox-eyebrow,
.mozox-kicker {
  color: #2563eb;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.mozox-eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.mozox-kicker-light {
  color: #93c5fd;
}

.mozox-hero-title {
  color: #fff;
  font-size: clamp(3.75rem, 9vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.92;
  margin: 0;
  text-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.mozox-hero-subtitle {
  color: #f8fafc;
  font-size: clamp(1.55rem, 2.5vw, 3.1rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 1rem 0 0;
}

.mozox-hero-text,
.mozox-section-text {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-top: 1.25rem;
}

.mozox-hero-text {
  color: rgba(241, 245, 249, 0.92);
  max-width: 33rem;
}

.mozox-hero-card {
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.5rem;
  box-shadow: 0 24px 64px rgba(2, 6, 23, 0.3);
  display: grid;
  gap: 1rem;
  margin-left: auto;
  max-width: 23rem;
  padding: 1.25rem;
}

.mozox-hero-dots {
  bottom: 2.25rem;
  display: flex;
  gap: 0.55rem;
  left: 1rem;
  position: absolute;
  z-index: 3;
}

.mozox-hero-dot {
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  height: 0.75rem;
  transition: width 0.25s ease, background-color 0.25s ease;
  width: 0.75rem;
}

.mozox-hero-dot.is-active {
  background: #fff;
  width: 2rem;
}

.mozox-hero-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1rem;
}

.mozox-hero-stat-label {
  color: #bfdbfe;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mozox-hero-stat strong {
  color: #fff;
  display: block;
  font-size: 1.05rem;
  margin-top: 0.35rem;
}

.mozox-section {
  padding: 5rem 0;
}

.mozox-section-soft {
  background: rgba(255, 255, 255, 0.72);
}

.mozox-section-dark {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 20rem),
    linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

.mozox-section-title {
  color: #0f172a;
  font-size: clamp(2rem, 2.7vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
}

.mozox-section-dark .mozox-section-title,
.mozox-contact-shell .mozox-section-title {
  color: #fff;
}

.mozox-feature-card,
.mozox-mini-card,
.mozox-plan-card,
.mozox-faq-card,
.mozox-business-card,
.mozox-client-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.mozox-feature-card {
  padding: 2rem 1.75rem;
  text-align: center;
}

.mozox-feature-icon-shell {
  display: grid;
  place-items: center;
  position: relative;
}

.mozox-feature-hexagon {
  background: rgba(37, 99, 235, 0.12);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  display: block;
  height: 5.75rem;
  width: 5.25rem;
}

.mozox-feature-icon {
  align-items: center;
  color: #2563eb;
  display: inline-flex;
  font-size: 2rem;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.mozox-feature-title {
  color: #0f172a;
  font-size: 1.75rem;
  font-weight: 800;
  margin: 1.25rem 0 0;
}

.mozox-feature-text {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0.9rem auto 0;
  max-width: 20rem;
}

.mozox-media-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 1.75rem;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
  padding: 1rem;
  position: relative;
}

.mozox-detail-row {
  column-gap: clamp(2.5rem, 4vw, 5.5rem);
}

.mozox-detail-media-col,
.mozox-detail-copy-col {
  min-width: 0;
}

.mozox-media-stage {
  position: relative;
}

.mozox-detail-media-col .mozox-media-stage.has-callout {
  margin-right: clamp(1.75rem, 3vw, 3.25rem);
}

.mozox-detail-media-col.is-flipped .mozox-media-stage.has-callout {
  margin-left: clamp(1.75rem, 3vw, 3.25rem);
  margin-right: 0;
}

.mozox-media-image {
  border-radius: 1.1rem;
  display: block;
  width: 100%;
}

.mozox-media-callout {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1rem;
  bottom: 1.4rem;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
  max-width: 18rem;
  padding: 1rem;
  position: absolute;
  right: 0.4rem;
  width: min(18rem, calc(100% - 1.25rem));
}

.mozox-detail-copy-col {
  padding-left: clamp(0.25rem, 1vw, 0.75rem);
}

.mozox-detail-copy-col.is-flipped {
  padding-left: 0;
  padding-right: clamp(0.25rem, 1vw, 0.75rem);
}

.mozox-media-badge {
  color: #2563eb;
  font-size: 0.86rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.mozox-media-callout h4 {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  margin: 0.45rem 0 0;
}

.mozox-progress-meta {
  color: #64748b;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 0.9rem;
}

.mozox-progress-track {
  background: #e2e8f0;
  border-radius: 999px;
  height: 0.45rem;
  margin-top: 0.55rem;
  overflow: hidden;
}

.mozox-progress-bar {
  background: linear-gradient(90deg, #2563eb, #22c55e);
  display: block;
  height: 100%;
}

.mozox-check-list,
.mozox-plan-list,
.mozox-footer-links {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.mozox-check-list li,
.mozox-plan-list li {
  align-items: flex-start;
  color: #334155;
  display: flex;
  gap: 0.75rem;
  line-height: 1.6;
  margin-top: 0.85rem;
}

.mozox-check-list i,
.mozox-plan-list i {
  color: #2563eb;
  flex-shrink: 0;
  font-size: 1.15rem;
  line-height: 1.4;
}

.mozox-inline-link {
  align-items: center;
  color: #2563eb;
  display: inline-flex;
  font-weight: 800;
  gap: 0.35rem;
}

.mozox-mini-card {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding: 1.2rem;
  width: 100%;
}

.mozox-mini-card-right {
  text-align: right;
}

.mozox-mini-card-right .mozox-mini-icon {
  order: 2;
}

.mozox-mini-card h3 {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.mozox-mini-card p {
  color: #64748b;
  line-height: 1.65;
  margin: 0.45rem 0 0;
}

.mozox-mini-icon {
  background: rgba(37, 99, 235, 0.08);
  border-radius: 999px;
  flex-shrink: 0;
  height: 3.6rem;
  object-fit: contain;
  padding: 0.85rem;
  width: 3.6rem;
}

.mozox-smartphone-image {
  filter: drop-shadow(0 20px 50px rgba(15, 23, 42, 0.22));
  max-height: 40rem;
  width: auto;
}

.mozox-mobility-grid {
  align-items: center;
}

.mozox-mobility-center {
  display: flex;
  justify-content: center;
}

.mozox-mobility-side-left {
  justify-items: end;
}

.mozox-mobility-side-right {
  justify-items: start;
}

.mozox-carousel {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
}

.mozox-carousel-viewport {
  overflow: hidden;
}

.mozox-carousel-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.4s ease;
  will-change: transform;
}

.mozox-carousel-slide {
  flex: 0 0 auto;
}

.mozox-carousel-control {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  display: inline-flex;
  font-size: 1.3rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.mozox-carousel-control:disabled {
  cursor: default;
  opacity: 0.45;
}

.mozox-business-card {
  height: 100%;
  min-height: 12rem;
  padding: 1.6rem 1.2rem;
  text-align: center;
}

.mozox-business-icon-shell {
  align-items: center;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 1.25rem;
  display: inline-flex;
  height: 5.5rem;
  justify-content: center;
  width: 5.5rem;
}

.mozox-business-icon {
  height: 2.8rem;
  object-fit: contain;
  width: 2.8rem;
}

.mozox-business-card h3 {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  margin: 1rem 0 0;
}

.mozox-pricing-toggle {
  align-items: center;
  background: rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  display: flex;
  gap: 0.4rem;
  margin: 2.25rem auto 0;
  padding: 0.35rem;
  width: fit-content;
}

.mozox-pricing-toggle-btn {
  align-items: center;
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.45rem;
  justify-content: center;
  min-width: 7rem;
  padding: 0.65rem 1rem;
}

.mozox-pricing-toggle-btn.is-active {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.mozox-pricing-save-badge {
  background: #f59e0b;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.32rem 0.55rem;
}

.mozox-plan-card {
  height: 100%;
  overflow: hidden;
  padding: 1.6rem;
  position: relative;
}

.mozox-plan-card.is-featured {
  background: linear-gradient(180deg, #1d4ed8, #1e40af);
  border-color: rgba(37, 99, 235, 0.28);
  color: #fff;
  transform: translateY(-0.4rem);
}

.mozox-plan-card.is-featured .mozox-plan-name,
.mozox-plan-card.is-featured .mozox-plan-price,
.mozox-plan-card.is-featured .mozox-plan-list li,
.mozox-plan-card.is-featured .mozox-plan-list i {
  color: #fff;
}

.mozox-plan-list li.is-unavailable {
  color: #94a3b8;
}

.mozox-plan-list li.is-unavailable i {
  color: #cbd5e1;
}

.mozox-plan-card.is-featured .mozox-plan-list li.is-unavailable,
.mozox-plan-card.is-featured .mozox-plan-list li.is-unavailable i {
  color: rgba(255, 255, 255, 0.72);
}

.mozox-plan-ribbon {
  align-items: center;
  background: #f59e0b;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 900;
  height: 3.8rem;
  justify-content: center;
  letter-spacing: -0.01em;
  padding: 0.25rem 0.75rem 0;
  position: absolute;
  right: -2.8rem;
  top: -0.45rem;
  text-transform: uppercase;
  transform: rotate(45deg);
  width: 9.5rem;
  z-index: 2;
}

.mozox-plan-card.is-featured .mozox-plan-ribbon {
  background: #f59e0b;
  color: #fff;
}

.mozox-plan-name {
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
}

.mozox-plan-price {
  align-items: flex-end;
  color: #0f172a;
  display: flex;
  gap: 0.2rem;
  margin-top: 1rem;
}

.mozox-plan-currency {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.mozox-plan-price strong {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.mozox-plan-period {
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.mozox-plan-action {
  justify-content: center;
  margin-top: 1.5rem;
  width: 100%;
}

.mozox-plan-card .mozox-btn-primary {
  background: #2563eb;
}

.mozox-plan-card .mozox-btn-primary:hover {
  background: #1d4ed8;
}

.mozox-pricing-setup-fee {
  color: #64748b;
  font-size: 1rem;
  font-weight: 700;
  margin: 1.5rem 0 0;
  text-transform: uppercase;
}

.mozox-pricing-footnotes {
  margin-top: 2rem;
  text-align: center;
}

.mozox-pricing-note {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.mozox-pricing-note + .mozox-pricing-note {
  margin-top: 0.5rem;
}

.mozox-pricing-note span {
  font-weight: 900;
}

.mozox-pricing-note-danger {
  color: #0f172a;
}

.mozox-pricing-note-danger span {
  color: #dc2626;
}

.mozox-pricing-note-accent {
  color: rgb(63, 111, 167);
}

.mozox-pricing-note-accent span {
  color: rgb(224, 10, 174);
}

.mozox-pricing-footnotes .mozox-inline-link {
  margin-top: 1rem;
}

.mozox-faq-card {
  padding: 0;
}

.mozox-faq-card summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding: 1.25rem 1.35rem;
}

.mozox-faq-card summary::-webkit-details-marker {
  display: none;
}

.mozox-faq-card i {
  color: #2563eb;
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.mozox-faq-card[open] i {
  transform: rotate(180deg);
}

.mozox-faq-card p {
  color: #64748b;
  line-height: 1.8;
  margin: 0;
  padding: 0 1.35rem 1.25rem;
}

.mozox-client-card {
  padding: 0.8rem;
}

.mozox-client-media {
  align-items: center;
  aspect-ratio: 7 / 3;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.mozox-client-image {
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  width: 100%;
}

.mozox-contact-shell {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.24), transparent 20rem),
    linear-gradient(135deg, #0f172a, #1e3a8a);
  border-radius: 2rem;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.22);
  padding: 3rem 1.5rem;
  text-align: center;
}

.mozox-contact-text {
  color: #e2e8f0;
}

.mozox-contact-shell-rich {
  padding: 3rem 1.5rem;
}

.mozox-contact-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 2rem;
  text-align: left;
}

.mozox-contact-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.35rem;
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
}

.mozox-contact-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  color: #fff;
  display: inline-flex;
  flex: 0 0 3rem;
  font-size: 1.4rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.mozox-contact-card-copy {
  min-width: 0;
}

.mozox-contact-card-label {
  color: rgba(191, 219, 254, 0.92);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.mozox-contact-card-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.mozox-contact-card-text {
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.7;
  margin: 0.55rem 0 0;
}

.mozox-contact-link {
  color: #93c5fd;
  display: inline-flex;
  font-weight: 700;
  margin-top: 0.75rem;
}

.mozox-contact-detail-grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  margin-top: 2rem;
  text-align: left;
}

.mozox-contact-illustration-shell,
.mozox-contact-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.6rem;
}

.mozox-contact-illustration-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 1.5rem;
}

.mozox-contact-illustration {
  display: block;
  height: auto;
  max-width: 100%;
}

.mozox-contact-panel {
  padding: 1.6rem;
}

.mozox-contact-panel-kicker {
  color: rgba(191, 219, 254, 0.92);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.mozox-contact-panel-title {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.mozox-contact-panel-text {
  color: rgba(226, 232, 240, 0.84);
  line-height: 1.8;
  margin: 1rem 0 0;
}

.mozox-contact-highlights {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.mozox-contact-highlights li {
  align-items: flex-start;
  color: rgba(248, 250, 252, 0.94);
  display: flex;
  gap: 0.7rem;
}

.mozox-contact-highlights i {
  color: #60a5fa;
  flex: 0 0 auto;
  font-size: 1.1rem;
  margin-top: 0.1rem;
}

.mozox-contact-actions {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.mozox-contact-actions .mozox-btn {
  width: 100%;
}

.mozox-contact-detail-grid-contact {
  align-items: stretch;
}

.mozox-contact-panel-form {
  display: flex;
  flex-direction: column;
}

.mozox-contact-form {
  margin-top: 1.5rem;
}

.mozox-contact-form-grid {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mozox-contact-form > .mozox-contact-field,
.mozox-contact-form-grid + .mozox-contact-field {
  margin-top: 1rem;
}

.mozox-contact-form-grid > .mozox-contact-field {
  align-self: start;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.mozox-contact-form-grid > .mozox-contact-field:nth-child(2) {
  margin-top: 0 !important;
}

.mozox-contact-label {
  color: #fff;
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.mozox-contact-input-wrap {
  align-items: center;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 0.95rem;
  display: flex;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
}

.mozox-contact-input-wrap.is-textarea {
  align-items: flex-start;
}

.mozox-contact-input-wrap i {
  color: #93c5fd;
  flex: 0 0 auto;
  font-size: 1.1rem;
  margin-top: 0.1rem;
}

.mozox-contact-input {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1 1 auto;
  font-size: 0.98rem;
  min-width: 0;
  outline: none;
}

.mozox-contact-input::placeholder {
  color: rgba(226, 232, 240, 0.5);
}

.mozox-contact-textarea {
  min-height: 8rem;
  resize: vertical;
}

.mozox-contact-submit {
  flex: 1 1 auto;
}

.mozox-contact-form-note {
  color: rgba(191, 219, 254, 0.94);
  font-size: 0.92rem;
  margin-top: 1rem;
}

.mozox-contact-form-note.is-error {
  color: #fda4af;
}

.mozox-contact-form-note.is-success {
  color: #86efac;
}

.mozox-contact-map-trigger {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.mozox-map-embed-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.75rem;
  margin-top: 2rem;
  overflow: hidden;
}

.mozox-map-embed {
  border: 0;
  display: block;
  height: 28rem;
  width: 100%;
}

body.mozox-no-scroll {
  overflow: hidden;
}

.mozox-map-modal {
  inset: 0;
  position: fixed;
  z-index: 80;
}

.mozox-map-modal-backdrop {
  background: rgba(2, 6, 23, 0.8);
  inset: 0;
  position: absolute;
}

.mozox-map-modal-dialog {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.35);
  inset: 50% auto auto 50%;
  max-width: min(90vw, 72rem);
  padding: 1.25rem;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mozox-map-modal-close {
  align-items: center;
  background: #0f172a;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.15rem;
  height: 2.5rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.5rem;
}

.mozox-map-modal-header {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-right: 3.5rem;
}

.mozox-map-modal-title {
  color: #0f172a;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
  margin: 0;
}

.mozox-map-modal-frame {
  border-radius: 1rem;
  overflow: hidden;
}

.mozox-map-modal-frame iframe {
  border: 0;
  display: block;
  height: min(68vh, 40rem);
  width: 100%;
}

.mozox-footer {
  background: #0f172a;
  padding: 4rem 0;
}

.mozox-footer-logo {
  display: block;
  height: 2.25rem;
  width: auto;
}

.mozox-footer-copy {
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.8;
  margin: 1.5rem 0 0;
  max-width: 32rem;
}

.mozox-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mozox-social-link {
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.mozox-footer-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.mozox-footer-links li + li {
  margin-top: 0.9rem;
}

.mozox-footer-links a {
  align-items: center;
  color: rgba(226, 232, 240, 0.82);
  display: inline-flex;
  gap: 0.35rem;
  line-height: 1.5;
}

.mozox-footer-links i {
  color: #60a5fa;
  font-size: 1rem;
}

.mozox-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  color: rgba(226, 232, 240, 0.72);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.mozox-footer-bottom p {
  display: none;
  margin: 0;
}

.mozox-footer-legal {
  color: rgba(226, 232, 240, 0.72);
}

.mozox-footer-bottom a {
  color: #93c5fd;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .mozox-nav-shell {
    padding: 0.85rem 0.9rem;
  }

  .mozox-hero-copy::before {
    inset: -1.35rem -0.75rem;
    transform: rotate(-5deg);
  }

  .mozox-hero-card {
    margin-left: 0;
    max-width: 100%;
  }

  .mozox-mini-card-right {
    text-align: left;
  }

  .mozox-mini-card-right .mozox-mini-icon {
    order: 0;
  }

  .mozox-mobility-side-left,
  .mozox-mobility-side-right {
    justify-items: stretch;
  }

  .mozox-contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .mozox-contact-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .mozox-shell-header .max-w-7xl,
  .mozox-section .max-w-7xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mozox-brand-name {
    font-size: 1rem;
  }

  .mozox-brand-logo {
    height: 1.95rem;
  }

  .mozox-hero-copy::before {
    display: none;
  }

  .mozox-section {
    padding: 4rem 0;
  }

  .mozox-feature-card,
  .mozox-plan-card {
    padding: 1.35rem;
  }

  .mozox-media-card {
    padding: 0.75rem;
  }

  .mozox-detail-row {
    column-gap: 2.5rem;
  }

  .mozox-detail-media-col .mozox-media-stage.has-callout,
  .mozox-detail-media-col.is-flipped .mozox-media-stage.has-callout {
    margin-right: 1.5rem;
    margin-left: 0;
  }

  .mozox-media-callout {
    margin-top: 1rem;
    max-width: none;
    position: static;
    width: auto;
  }

  .mozox-detail-copy-col,
  .mozox-detail-copy-col.is-flipped {
    padding-left: 0;
    padding-right: 0;
  }

  .mozox-carousel {
    grid-template-columns: 1fr;
  }

  .mozox-carousel-control {
    display: none;
  }

  .mozox-contact-shell {
    padding: 2.35rem 1.15rem;
  }

  .mozox-contact-card {
    flex-direction: column;
  }

  .mozox-contact-icon {
    flex-basis: auto;
  }

  .mozox-map-embed {
    height: 20rem;
  }

  .mozox-map-modal-dialog {
    max-width: calc(100vw - 1.5rem);
    padding: 1rem;
  }

  .mozox-map-modal-header {
    align-items: stretch;
    flex-direction: column;
    padding-right: 2.75rem;
  }

  .mozox-map-modal-frame iframe {
    height: 55vh;
  }

  .mozox-hero-dots {
    bottom: 1.35rem;
  }

  .mozox-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
