/* Lovify Marketing Site v1.0 - public pages */

/* Navbar - studio icon nav with underline hover */
.has-marketing-shell { padding-top: 84px; }

.mnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 76px;
  padding: 10px 3.5%;
  background: rgba(5, 5, 10, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.mnav-brand {
  order: 1;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-decoration: none;
  line-height: 1.05;
}

.mnav-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.mnav-brand-mark .logo-heart,
.mnav-brand .logo-heart {
  color: #ff2e93;
}

.mnav-brand .brand-logo,
.mfooter-logo .brand-logo {
  display: block;
  height: 30px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.mnav-brand-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  padding-left: 2px;
}

.mnav-divider {
  width: 1px;
  height: 42px;
  flex-shrink: 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
}

.mnav-divider-left { order: 2; }
.mnav-menu { order: 3; }
.mnav-divider-right { order: 4; }
.mnav-end { order: 5; }

.mnav-menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.mnav-end {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.mnav-user {
  position: relative;
}

.mnav-avatar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 999px;
  transition: transform 0.2s ease;
}

.mnav-avatar-btn:hover {
  transform: translateY(-1px);
}

.mnav-avatar-btn:focus-visible {
  outline: 2px solid rgba(255, 46, 147, 0.8);
  outline-offset: 2px;
}

.mnav-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff4d8d, #7c5cff);
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 1px rgba(255, 45, 120, 0.25);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}

.mnav-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mnav-avatar.is-initials {
  letter-spacing: 0.02em;
}

.mnav-user-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(18, 12, 36, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  z-index: 220;
}

.mnav-user-menu[hidden] {
  display: none !important;
}

.mnav-user-email {
  margin: 0 0 8px;
  padding: 6px 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  word-break: break-all;
}

.mnav-user-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  text-decoration: none;
}

.mnav-user-item:hover {
  background: rgba(255, 45, 120, 0.12);
  color: #fff;
}

.mnav-user-signout {
  color: #ffb3cb;
}

.mfooter-brand {
  margin: 0 5% 28px;
  max-width: 280px;
}

.mfooter-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.mfooter-tagline {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  line-height: 1.45;
}

.mnav-links {
  display: flex;
  align-items: stretch;
  gap: 4px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.mnav-link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 64px;
  padding: 6px 12px 10px;
  color: rgba(210, 195, 255, 0.78);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: color 0.2s ease;
}

.mnav-link-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: inherit;
}

.mnav-link-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mnav-link-label {
  line-height: 1;
}

.mnav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: #ff2e93;
  box-shadow: 0 0 12px rgba(255, 46, 147, 0.85);
  transform: translateX(-50%);
  transition: width 0.22s ease, opacity 0.22s ease;
  opacity: 0;
}

.mnav-link:hover,
.mnav-link.is-active {
  color: #ff2e93;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.mnav-link:hover::after,
.mnav-link.is-active::after {
  width: 70%;
  opacity: 1;
}

.mnav-link:focus-visible {
  outline: 2px solid rgba(255, 46, 147, 0.75);
  outline-offset: 3px;
  border-radius: 8px;
}

.mnav-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.mnav-icon-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mnav-icon-btn:hover {
  color: #fff;
  border-color: rgba(255, 46, 147, 0.45);
  background: rgba(255, 46, 147, 0.1);
  box-shadow: 0 0 16px rgba(255, 46, 147, 0.22);
}

.mnav-search-btn,
.mnav-account {
  /* inherits .mnav-icon-btn */
  font-size: 0;
}

.mnav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(105deg, #7c5cff 0%, #ff2e93 100%);
  color: #fff !important;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 8px 28px rgba(255, 46, 147, 0.32),
    0 0 20px rgba(124, 92, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  white-space: nowrap;
}

.mnav-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 12px 32px rgba(255, 46, 147, 0.4),
    0 0 24px rgba(124, 92, 255, 0.28);
}

.mnav-cta-spark {
  display: inline-flex;
  width: 14px;
  height: 14px;
  line-height: 1;
}

.mnav-cta-spark svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: none;
}

.mnav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mnav-toggle:hover {
  background: rgba(255, 46, 147, 0.12);
  border-color: rgba(255, 46, 147, 0.4);
  box-shadow: 0 0 14px rgba(255, 46, 147, 0.2);
}

.mnav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* Breadcrumb */
.mbreadcrumb {
  max-width: 1100px;
  margin: 0 auto 12px;
  padding: 0 5%;
}

.mbreadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.mbreadcrumb li:not(:last-child)::after {
  content: '?';
  margin-left: 8px;
  opacity: 0.6;
}

/* Footer */
.mfooter {
  margin-top: 64px;
  padding: 48px 5% 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.mfooter-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.mfooter-col h3 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.mfooter-col a {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}

.mfooter-col a:hover { color: var(--rose-light); }

.mfooter-hint {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.mfooter-social {
  display: flex;
  gap: 10px;
}

.mfooter-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.72rem;
}

.mfooter-bottom {
  max-width: 1100px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Search overlay */
.msearch-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(5, 3, 15, 0.82);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 16px 16px;
}

.msearch-overlay[hidden] { display: none !important; }

.msearch-dialog {
  width: min(640px, 100%);
  background: #1a1030;
  border: 1px solid rgba(255, 45, 120, 0.25);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.msearch-header {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid var(--border);
}

.msearch-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: #fff;
  padding: 10px 12px;
  font-size: 0.95rem;
}

.msearch-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0 8px;
}

.msearch-results {
  list-style: none;
  max-height: 50vh;
  overflow: auto;
}

.msearch-results a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.msearch-type {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: var(--rose-light);
}

.msearch-title { font-size: 0.92rem; }

.msearch-empty {
  padding: 20px 16px;
  color: var(--text-muted);
}

/* Home sections */
.mhome-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 5% 32px;
  min-height: calc(100vh - 72px);
}

.mhome-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mhome-section {
  padding: 56px 5%;
}

.mhome-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mhome-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.mhome-tab {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  font-size: 0.82rem;
}

.mhome-tab.is-active {
  background: rgba(255, 45, 120, 0.18);
  border-color: rgba(255, 45, 120, 0.4);
  color: #fff;
}

.mhome-theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.mhome-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mhome-stat {
  text-align: center;
  padding: 24px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.mhome-stat strong {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 6px;
}

.mhome-stat span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.mhome-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mhome-benefit {
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.mhome-benefit-icon { font-size: 1.6rem; margin-bottom: 8px; }

.mhome-testimonial-slider {
  position: relative;
  overflow: hidden;
}

.mhome-testimonial-track {
  display: flex;
  transition: transform 0.45s ease;
}

.mhome-testimonial-card {
  min-width: 100%;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.mhome-testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.mhome-testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

.mhome-testimonial-dot.is-active { background: var(--rose); }

.mhome-faq-preview details {
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.02);
}

.mhome-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mhome-category {
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  min-width: 140px;
  text-align: center;
}

/* Pricing */
.mpricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.mpricing-card {
  position: relative;
  padding: 24px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.mpricing-card.is-recommended {
  border-color: rgba(255, 45, 120, 0.45);
  box-shadow: var(--shadow);
}

.mpricing-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.68rem;
  text-transform: uppercase;
  background: var(--rose);
  color: #fff;
  padding: 4px 8px;
  border-radius: 999px;
}

.mpricing-price {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 12px 0;
}

.mpricing-compare {
  overflow-x: auto;
  margin-top: 32px;
}

.mpricing-compare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.mpricing-compare th,
.mpricing-compare td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.mpricing-compare th:first-child,
.mpricing-compare td:first-child {
  text-align: left;
}

/* Theme details */
.mtheme-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.mtheme-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mtheme-gallery img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.05);
}

.mtheme-meta {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.mtheme-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.9rem;
}

/* FAQ */
.mfaq-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 5% 48px;
}

.mfaq-categories {
  position: sticky;
  top: 88px;
  align-self: start;
}

.mfaq-categories a {
  display: block;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.mfaq-categories a.is-active { color: var(--rose-light); }

.mfaq-search {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.mfaq-group { margin-bottom: 28px; }

.mfaq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.mfaq-item summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  list-style: none;
}

.mfaq-item summary::-webkit-details-marker { display: none; }

.mfaq-item p {
  padding: 0 16px 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

/* Legal */
.mlegal-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 5% 64px;
}

.mlegal-toc {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 28px;
}

.mlegal-toc a {
  display: block;
  padding: 6px 0;
  font-size: 0.88rem;
  color: var(--rose-light);
}

.mlegal-section {
  margin-bottom: 28px;
}

.mlegal-section h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
}

.mlegal-updated {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

/* Contact */
.mcontact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 5% 48px;
}

.mcontact-card {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.mcontact-map {
  height: 220px;
  border-radius: 12px;
  border: 1px dashed var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* Error pages */
.merror-wrap {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 5%;
  text-align: center;
}

.merror-code {
  font-size: 4rem;
  font-weight: 900;
  color: var(--rose);
  line-height: 1;
}

.merror-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

/* About */
.mabout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mabout-timeline {
  border-left: 2px solid rgba(255, 45, 120, 0.3);
  padding-left: 20px;
}

.mabout-timeline-item {
  margin-bottom: 20px;
}

.mabout-founder {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px dashed var(--border);
  text-align: center;
  color: var(--text-muted);
}

/* Utilities */
.mpage-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 5% 8px;
}

.mpage-header .page-title { margin-bottom: 8px; }

@media (max-width: 1100px) {
  .mnav-link {
    min-width: 56px;
    padding: 6px 8px 10px;
    font-size: 0.68rem;
  }

  .mnav-cta {
    padding: 10px 14px;
  }

  .mnav-brand-tag {
    letter-spacing: 0.16em;
  }
}

@media (max-width: 900px) {
  .mhome-hero,
  .mtheme-hero,
  .mcontact-grid,
  .mabout-grid,
  .mfaq-layout,
  .mfooter-grid {
    grid-template-columns: 1fr;
  }

  .mhome-hero {
    min-height: auto;
    padding: 32px 5% 24px;
    text-align: center;
  }

  .mhome-hero-actions {
    justify-content: center;
  }

  .mhome-hero .hero-visual {
    max-width: 280px;
    margin: 0 auto;
  }

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

  .mfaq-layout { display: block; }

  .mfqa-categories {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .mnav-toggle { display: inline-flex; }

  .mnav-divider {
    display: none;
  }

  .mnav-menu {
    order: 6;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex: none;
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
    background: rgba(5, 5, 10, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 5% 16px;
    display: none;
    gap: 8px;
  }

  .mnav-menu.is-open { display: flex; }

  .mnav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }

  .mnav-link {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.9rem;
  }

  .mnav-link::after {
    left: 14px;
    right: auto;
    bottom: 8px;
    width: 0;
    transform: none;
  }

  .mnav-link:hover::after,
  .mnav-link.is-active::after {
    width: 28px;
  }

  .mnav-link:hover,
  .mnav-link.is-active {
    background: rgba(255, 46, 147, 0.08);
  }

  .mnav-end {
    order: 5;
    margin-left: auto;
  }

  .mnav-user-menu {
    right: 0;
    left: auto;
  }

  .mhome-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mhome-hero-actions .btn-primary,
  .mhome-hero-actions .btn-secondary {
    width: 100%;
    text-align: center;
  }

  .mhome-section {
    padding: 40px 5%;
  }

  .mhome-stats,
  .mhome-benefits {
    grid-template-columns: 1fr;
  }

  .how-it-works.mhome-section {
    padding: 48px 5%;
  }

  .page-index .steps-grid {
    flex-direction: column;
    gap: 12px;
  }

  .page-index .step-connector {
    display: none;
  }

  .page-index .step-card {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .mnav-cta > span:first-child {
    display: none;
  }

  .mnav-cta {
    padding: 10px 12px;
  }

  .mnav-cta-spark {
    width: 16px;
    height: 16px;
  }

  .mhome-hero .hero-title {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .mhome-hero .hero-subtitle {
    font-size: 0.95rem;
  }
}

@media print {
  .mnav,
  .mfooter,
  .msearch-overlay,
  .mnav-search-btn,
  .mhome-testimonial-nav {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #111 !important;
  }

  .mlegal-wrap { max-width: 100%; }
}
