/* ═══════════════════════════════════════════════════════
   MINGLE254 — HOME CSS v3
   Cinematic. Emotional. Competitive.
═══════════════════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────────────────── */
:root {
  --mg-brand:       #7E57C2;
  --mg-brand-deep:  #5E35B1;
  --mg-blush:       #E8A598;
  --mg-gold:        #C9A96E;
  --mg-warm:        #FFF8F2;

  --mg-ink:         #14101A;
  --mg-ink-soft:    #5C5468;
  --mg-ink-faint:   #9B94A8;

  --mg-dark:        #0F0B13;
  --mg-dark-2:      #1A1420;
  --mg-dark-3:      #251D2C;

  --mg-surface:     rgba(255,255,255,0.90);
  --mg-border:      rgba(20,16,26,0.08);
  --mg-border-l:    rgba(255,255,255,0.10);

  --mg-shadow-sm:   0 10px 30px rgba(14,10,20,0.06);
  --mg-shadow-md:   0 20px 56px rgba(14,10,20,0.10);
  --mg-shadow-lg:   0 34px 82px rgba(10,7,16,0.16);
  --mg-shadow-xl:   0 50px 110px rgba(8,5,14,0.24);

  --mg-r-sm:   14px;
  --mg-r-md:   22px;
  --mg-r-lg:   32px;
  --mg-r-xl:   44px;
  --mg-pill:   999px;

  --mg-ease: 0.26s ease;
}

/* ── RESET FOR HOME ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

.mg-page {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--mg-ink);
  background: #FAF6F1;
  overflow-x: hidden;
}

.mg-page h1,
.mg-page h2,
.mg-page blockquote p {
  font-family: 'Playfair Display', Georgia, serif;
}

.mg-page h1 em,
.mg-page h2 em,
.mg-page blockquote p em {
  font-style: italic;
  color: var(--mg-blush);
}

.mg-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* ── HEADER OVERRIDE ────────────────────────────────── */
.site-header {
  background: rgba(15, 11, 19, 0.72) !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.logo { color: #fff !important; }
.logo-mark { box-shadow: 0 8px 24px rgba(0,0,0,0.20) !important; }

.nav-links a { color: rgba(255,255,255,0.78) !important; }
.nav-links a:hover { color: #fff !important; }
.nav-links a::after { background: linear-gradient(90deg, var(--mg-blush), var(--mg-brand)) !important; }

.nav-store-btn {
  background: var(--mg-brand) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 12px 32px rgba(94,53,177,0.24) !important;
}

.nav-store-btn:hover {
  background: var(--mg-brand-deep) !important;
  color: #fff !important;
}

.menu-toggle {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.12) !important;
}

.menu-toggle span { background: #fff !important; }

.mobile-menu-links {
  background: rgba(18,14,24,0.96) !important;
  border-color: rgba(255,255,255,0.08) !important;
}

.mobile-menu-links a {
  color: rgba(255,255,255,0.84) !important;
  background: rgba(255,255,255,0.05) !important;
  border-color: rgba(255,255,255,0.06) !important;
}

.mobile-menu-links a:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.10) !important;
}

.mobile-menu-store-btn {
  background: var(--mg-brand) !important;
}

.site-footer {
  background: linear-gradient(180deg, #0D0910 0%, #080508 100%) !important;
}

/* ── EYEBROW / KICKER ───────────────────────────────── */
.mg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mg-ink-faint);
}

.mg-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: var(--mg-pill);
  background: var(--mg-blush);
  flex-shrink: 0;
}

/* ── BUTTONS ────────────────────────────────────────── */
.mg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: var(--mg-r-md);
  border: 1px solid transparent;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--mg-ease),
    box-shadow var(--mg-ease),
    background var(--mg-ease),
    border-color var(--mg-ease),
    color var(--mg-ease);
}

.mg-btn:hover { transform: translateY(-3px); }

.mg-btn--xl {
  min-height: 68px;
  padding: 20px 36px;
  font-size: 1.08rem;
  border-radius: 26px;
}

.mg-btn--hero {
  background: #fff;
  color: var(--mg-ink);
  box-shadow: 0 20px 52px rgba(255,255,255,0.18);
}

.mg-btn--hero:hover {
  background: var(--mg-warm);
  box-shadow: 0 28px 64px rgba(255,255,255,0.24);
}

.mg-btn--ghost {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border-color: rgba(255,255,255,0.16);
  backdrop-filter: blur(8px);
}

.mg-btn--ghost:hover {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.mg-btn--dark {
  background: var(--mg-ink);
  color: #fff;
  box-shadow: 0 18px 46px rgba(14,10,20,0.20);
}

.mg-btn--dark:hover {
  background: #201930;
  box-shadow: 0 24px 58px rgba(14,10,20,0.26);
}

.mg-btn--white {
  background: #fff;
  color: var(--mg-ink);
  box-shadow: 0 18px 48px rgba(255,255,255,0.16);
}

.mg-btn--white:hover {
  background: var(--mg-warm);
}

.mg-btn--outline {
  background: transparent;
  color: var(--mg-ink);
  border-color: rgba(20,16,26,0.20);
}

.mg-btn--outline:hover {
  background: rgba(20,16,26,0.04);
  border-color: rgba(20,16,26,0.30);
}

.mg-btn__gp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mg-btn__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.06;
}

.mg-btn__label small {
  font-size: 0.66rem;
  font-weight: 600;
  opacity: 0.78;
  margin-bottom: 2px;
}

.mg-btn__label strong {
  font-size: 0.96rem;
  letter-spacing: -0.01em;
}

/* Shimmer effect on store buttons */
.mg-btn--store::after {
  content: "";
  position: absolute;
  inset: -60% -40%;
  background: radial-gradient(
    ellipse,
    rgba(255,255,255,0.22) 0%,
    transparent 56%
  );
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.mg-btn--store:hover::after {
  opacity: 1;
  transform: scale(1);
}

/* ── PEXELS ATTRIBUTION ─────────────────────────────── */
.mg-pexels-credit {
  position: absolute;
  bottom: 14px;
  right: 16px;
  z-index: 10;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.42);
  text-decoration: none;
  font-weight: 600;
  transition: color var(--mg-ease);
}

.mg-pexels-credit:hover { color: rgba(255,255,255,0.72); }
.mg-pexels-credit--bottom { bottom: 12px; }

.mg-photo-credit {
  margin-top: 16px;
  font-size: 0.78rem;
  color: var(--mg-ink-faint);
  text-align: center;
}

.mg-photo-credit a {
  color: var(--mg-ink-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mg-photo-credit a:hover { color: var(--mg-ink); }

.mg-photo-credit--inside {
  text-align: left;
  margin-top: 12px;
  padding-left: 4px;
}

.mg-photo-credit--hero {
  position: absolute;
  bottom: 14px;
  right: 16px;
  z-index: 10;
  margin: 0;
  color: rgba(255,255,255,0.42);
}

.mg-photo-credit--hero a { color: rgba(255,255,255,0.52); }

/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.mg-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.mg-hero__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.mg-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.mg-hero__video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(10,7,16,0.72) 0%,
      rgba(10,7,16,0.52) 40%,
      rgba(10,7,16,0.74) 80%,
      rgba(10,7,16,0.92) 100%
    ),
    linear-gradient(
      90deg,
      rgba(10,7,16,0.62) 0%,
      transparent 58%
    );
}

.mg-hero__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
}

.mg-hero__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.mg-hero__copy {
  color: #fff;
  max-width: 600px;
}

.mg-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: var(--mg-pill);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}

.mg-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 5px rgba(74,222,128,0.14);
  animation: mg-pulse 2.2s ease infinite;
  flex-shrink: 0;
}

@keyframes mg-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(74,222,128,0.14); }
  50%       { box-shadow: 0 0 0 10px rgba(74,222,128,0.05); }
}

.mg-hero__title {
  margin: 0 0 20px;
  font-size: clamp(3.8rem, 7vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: #fff;
}

.mg-hero__title em {
  font-style: italic;
  color: var(--mg-blush);
}

.mg-hero__sub {
  margin: 0 0 32px;
  font-size: 1.14rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.80);
}

.mg-hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.mg-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.mg-hero__pills span {
  padding: 8px 13px;
  border-radius: var(--mg-pill);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.80);
  font-size: 0.83rem;
  font-weight: 700;
}

/* ── CHAT BUBBLES ───────────────────────────────────── */
.mg-hero__bubbles {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

.mg-bubble {
  display: flex;
  align-items: center;
  gap: 12px;
  animation: mg-float-in 0.6s ease both;
}

.mg-bubble--1 { animation-delay: 0.3s; }
.mg-bubble--2 { animation-delay: 0.7s; }
.mg-bubble--3 { animation-delay: 1.1s; }
.mg-bubble--4 { animation-delay: 1.5s; }

@keyframes mg-float-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.mg-bubble__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255,255,255,0.18);
}

.mg-bubble__avatar--a {
  background-image: url("https://images.pexels.com/photos/1130626/pexels-photo-1130626.jpeg?auto=compress&cs=tinysrgb&w=100&h=100&fit=crop&crop=face");
}

.mg-bubble__avatar--b {
  background-image: url("https://images.pexels.com/photos/1300402/pexels-photo-1300402.jpeg?auto=compress&cs=tinysrgb&w=100&h=100&fit=crop&crop=face");
}

.mg-bubble__avatar--c {
  background-image: url("https://images.pexels.com/photos/1239288/pexels-photo-1239288.jpeg?auto=compress&cs=tinysrgb&w=100&h=100&fit=crop&crop=face");
}

.mg-bubble__text {
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  color: var(--mg-ink);
  font-size: 0.96rem;
  font-weight: 600;
  box-shadow: 0 12px 36px rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
  max-width: 280px;
}

.mg-bubble--2 {
  flex-direction: row-reverse;
}

.mg-bubble--2 .mg-bubble__text {
  background: var(--mg-brand);
  color: #fff;
}

.mg-typing {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 36px rgba(0,0,0,0.18);
  align-self: flex-start;
}

.mg-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mg-ink-soft);
  animation: mg-typing-dot 1.4s ease infinite;
}

.mg-typing span:nth-child(2) { animation-delay: 0.2s; }
.mg-typing span:nth-child(3) { animation-delay: 0.4s; }

@keyframes mg-typing-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%           { transform: translateY(-6px); opacity: 1; }
}

/* ── HERO SCROLL HINT ───────────────────────────────── */
.mg-hero__scroll {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 22px 0;
}

.mg-hero__scroll span {
  display: block;
  width: 2px;
  height: 42px;
  border-radius: var(--mg-pill);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.42));
  animation: mg-scroll-hint 1.8s ease infinite;
}

@keyframes mg-scroll-hint {
  0%, 100% { opacity: 0.4; transform: scaleY(0.7); }
  50%      { opacity: 1;   transform: scaleY(1); }
}

/* ══════════════════════════════════════════════
   PROOF BAR
══════════════════════════════════════════════ */
.mg-proof-bar {
  background: var(--mg-ink);
  padding: 28px 0;
}

.mg-proof-bar__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.mg-proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 32px;
}

.mg-proof-stat strong {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.mg-proof-stat span {
  color: rgba(255,255,255,0.56);
  font-size: 0.84rem;
  margin-top: 2px;
}

.mg-proof-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.10);
}

/* ══════════════════════════════════════════════
   PHOTO GRID
══════════════════════════════════════════════ */
.mg-faces {
  padding: 88px 0 72px;
  background: #FAF6F1;
}

.mg-faces__head {
  max-width: 700px;
  margin: 0 auto 44px;
  text-align: center;
}

.mg-faces__head h2 {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--mg-ink);
}

.mg-faces__head p {
  margin: 0;
  font-size: 1.06rem;
  color: var(--mg-ink-soft);
  line-height: 1.8;
}

.mg-faces__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.mg-face-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #1a1420;
}

.mg-face-card--tall {
  grid-row: span 2;
}

.mg-face-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  min-height: 300px;
}

.mg-face-card--tall .mg-face-card__img {
  min-height: 580px;
}

.mg-face-card:hover .mg-face-card__img {
  transform: scale(1.04);
}

.mg-face-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(10,7,16,0.86) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px;
}

.mg-face-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: var(--mg-pill);
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: fit-content;
}

.mg-face-card__overlay p {
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
}

/* Chat card */
.mg-face-card--chat {
  background:
    radial-gradient(circle at top right, rgba(232,165,152,0.18), transparent 30%),
    linear-gradient(135deg, #1a1222 0%, #251a2e 100%);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 22px;
}

.mg-chat-preview {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.mg-chat-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mg-chat-line--right {
  justify-content: flex-end;
}

.mg-chat-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mg-chat-dot--purple {
  background: linear-gradient(135deg, var(--mg-brand), var(--mg-brand-deep));
}

.mg-chat-dot--blush {
  background: linear-gradient(135deg, var(--mg-blush), #c97b6a);
}

.mg-chat-line span {
  padding: 11px 15px;
  border-radius: 18px;
  font-size: 0.9rem;
  font-weight: 600;
  max-width: 200px;
}

.mg-chat-line--left span {
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.88);
  border-top-left-radius: 6px;
}

.mg-chat-line--right span {
  background: var(--mg-blush);
  color: #fff;
  border-top-right-radius: 6px;
}

.mg-face-card__stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ══════════════════════════════════════════════
   WHY SECTION
══════════════════════════════════════════════ */
.mg-why {
  padding: 96px 0;
  background:
    radial-gradient(circle at 8% 30%, rgba(126,87,194,0.06), transparent 22%),
    #FAF6F1;
}

.mg-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.mg-why__copy .mg-eyebrow {
  color: var(--mg-brand);
}

.mg-why__copy .mg-eyebrow::before {
  background: var(--mg-brand);
}

.mg-why__copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  line-height: 1.0;
  letter-spacing: -0.055em;
  color: var(--mg-ink);
  max-width: 10ch;
}

.mg-why__copy h2 em {
  color: var(--mg-blush);
}

.mg-why__copy p {
  margin: 0 0 16px;
  font-size: 1.05rem;
  color: var(--mg-ink-soft);
  line-height: 1.82;
  max-width: 520px;
}

.mg-why__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mg-why-card {
  padding: 28px 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(20,16,26,0.07);
  box-shadow: var(--mg-shadow-sm);
  transition:
    transform var(--mg-ease),
    box-shadow var(--mg-ease);
}

.mg-why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--mg-shadow-md);
}

.mg-why-card--accent {
  background:
    radial-gradient(circle at top right, rgba(232,165,152,0.16), transparent 26%),
    linear-gradient(135deg, #1c1424 0%, #2a1d34 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(18,12,26,0.18);
}

.mg-why-card--accent h3,
.mg-why-card--accent p {
  color: #fff;
}

.mg-why-card--accent p {
  color: rgba(255,255,255,0.76);
}

.mg-why-card__icon {
  font-size: 1.6rem;
  margin-bottom: 14px;
  display: block;
}

.mg-why-card h3 {
  margin: 0 0 8px;
  font-size: 1.26rem;
  letter-spacing: -0.03em;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

.mg-why-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--mg-ink-soft);
  line-height: 1.68;
}

/* ══════════════════════════════════════════════
   MOMENT — Second video
══════════════════════════════════════════════ */
.mg-moment {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.mg-moment__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mg-moment__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.mg-moment__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(10,7,16,0.84) 0%,
      rgba(10,7,16,0.62) 60%,
      rgba(10,7,16,0.76) 100%
    );
}

.mg-moment__content {
  position: relative;
  z-index: 2;
  padding: 72px 0;
  width: 100%;
}

.mg-moment__content .mg-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.mg-moment__quote {
  margin: 0;
  padding: 0;
  border: none;
}

.mg-moment__quote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 16px;
  font-style: italic;
}

.mg-moment__quote p em {
  color: var(--mg-blush);
}

.mg-moment__quote cite {
  display: block;
  font-style: normal;
  color: rgba(255,255,255,0.56);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ══════════════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════════════ */
.mg-how {
  padding: 100px 0;
  background: #FAF6F1;
}

.mg-how__head {
  max-width: 680px;
  margin: 0 auto 64px;
  text-align: center;
}

.mg-how__head h2 {
  margin: 0 0 10px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--mg-ink);
}

.mg-how__steps {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 980px;
  margin: 0 auto;
}

.mg-step {
  display: grid;
  grid-template-columns: 80px 2px 1fr 1fr;
  gap: 0 28px;
  align-items: start;
}

.mg-step--reverse {
  grid-template-columns: 1fr 1fr 2px 80px;
}

.mg-step__number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--mg-ink-faint);
  letter-spacing: -0.05em;
  line-height: 1;
  padding-top: 4px;
}

.mg-step--reverse .mg-step__number {
  order: 4;
  text-align: right;
}

.mg-step__line {
  width: 2px;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(180deg, var(--mg-blush), rgba(232,165,152,0.20));
  border-radius: var(--mg-pill);
  justify-self: center;
}

.mg-step__line--last {
  background: linear-gradient(180deg, var(--mg-blush), rgba(232,165,152,0.06));
}

.mg-step--reverse .mg-step__line {
  order: 3;
}

.mg-step__body {
  padding: 4px 0 0;
}

.mg-step--reverse .mg-step__body {
  order: 2;
}

.mg-step__body h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  color: var(--mg-ink);
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

.mg-step__body p {
  margin: 0;
  color: var(--mg-ink-soft);
  font-size: 1.02rem;
  line-height: 1.78;
}

.mg-step__img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--mg-shadow-md);
}

.mg-step--reverse .mg-step__img {
  order: 1;
}

.mg-step__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.mg-step__img:hover img {
  transform: scale(1.04);
}

/* ══════════════════════════════════════════════
   SAFETY
══════════════════════════════════════════════ */
.mg-safety {
  padding: 96px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(232,165,152,0.08), transparent 20%),
    #F5F0EB;
}

.mg-safety__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.mg-safety__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 32px;
  box-shadow: var(--mg-shadow-lg);
  display: block;
}

.mg-safety__copy .mg-eyebrow {
  color: var(--mg-blush);
}

.mg-safety__copy .mg-eyebrow::before {
  background: var(--mg-blush);
}

.mg-safety__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--mg-ink);
}

.mg-safety__copy h2 em {
  color: var(--mg-blush);
}

.mg-safety__copy > p {
  margin: 0 0 24px;
  font-size: 1.04rem;
  color: var(--mg-ink-soft);
  line-height: 1.82;
}

.mg-safety__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.mg-safety__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(20,16,26,0.06);
  box-shadow: var(--mg-shadow-sm);
}

.mg-safety__icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20,16,26,0.04);
}

.mg-safety__list strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 4px;
  color: var(--mg-ink);
}

.mg-safety__list span {
  font-size: 0.9rem;
  color: var(--mg-ink-soft);
  line-height: 1.55;
}

/* ══════════════════════════════════════════════
   BLOG
══════════════════════════════════════════════ */
.mg-blog {
  padding: 96px 0;
  background: #FAF6F1;
}

.mg-blog__head {
  max-width: 700px;
  margin: 0 auto 44px;
  text-align: center;
}

.mg-blog__head h2 {
  margin: 0 0 12px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--mg-ink);
}

.mg-blog__head p {
  margin: 0;
  color: var(--mg-ink-soft);
  font-size: 1.04rem;
  line-height: 1.78;
}

.mg-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mg-blog-card {
  display: flex;
  flex-direction: column;
  padding: 30px 26px;
  border-radius: 26px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(20,16,26,0.07);
  box-shadow: var(--mg-shadow-sm);
  transition:
    transform var(--mg-ease),
    box-shadow var(--mg-ease);
}

.mg-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--mg-shadow-md);
}

.mg-blog-card__chip {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: var(--mg-pill);
  background: rgba(20,16,26,0.05);
  color: var(--mg-ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  width: fit-content;
}

.mg-blog-card h3 {
  margin: 0 0 12px;
  font-size: 1.52rem;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}

.mg-blog-card h3 a {
  color: var(--mg-ink);
  text-decoration: none;
  transition: color var(--mg-ease);
}

.mg-blog-card h3 a:hover { color: var(--mg-brand-deep); }

.mg-blog-card p {
  margin: 0 0 18px;
  color: var(--mg-ink-soft);
  line-height: 1.72;
  font-size: 0.97rem;
  flex: 1;
}

.mg-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--mg-brand-deep);
  text-decoration: none;
  margin-top: auto;
}

.mg-blog-card__link:hover { color: var(--mg-brand); }

.mg-blog__action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* ══════════════════════════════════════════════
   FINAL CTA
══════════════════════════════════════════════ */
.mg-final-cta {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.mg-final-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mg-final-cta__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.mg-final-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(10,7,16,0.86) 0%,
      rgba(10,7,16,0.70) 60%,
      rgba(10,7,16,0.80) 100%
    );
}

.mg-final-cta .mg-container {
  position: relative;
  z-index: 2;
  padding: 96px 0;
}

.mg-final-cta__content {
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
}

.mg-final-cta__content h2 {
  margin: 0 0 18px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  color: #fff;
}

.mg-final-cta__content p {
  margin: 0 0 32px;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.80);
  line-height: 1.78;
}

.mg-final-cta__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.mg-final-cta__meta span {
  padding: 8px 13px;
  border-radius: var(--mg-pill);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.84);
  font-size: 0.82rem;
  font-weight: 700;
}

/* ══════════════════════════════════════════════
   MOBILE STICKY BAR
══════════════════════════════════════════════ */
.mg-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(12, 9, 16, 0.95);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 52px rgba(0,0,0,0.28);
  backdrop-filter: blur(18px);
}

.mg-sticky__copy strong {
  display: block;
  color: #fff;
  font-size: 0.96rem;
  letter-spacing: -0.02em;
}

.mg-sticky__copy span {
  display: block;
  color: rgba(255,255,255,0.64);
  font-size: 0.8rem;
}

.mg-sticky__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  background: var(--mg-brand);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(94,53,177,0.28);
  transition: transform var(--mg-ease), background var(--mg-ease);
}

.mg-sticky__btn:hover {
  transform: translateY(-2px);
  background: var(--mg-brand-deep);
}

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */

@media (max-width: 1080px) {
  .mg-hero__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .mg-hero__copy { max-width: 100%; }

  .mg-hero__bubbles {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mg-why__grid,
  .mg-safety__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mg-safety__photo {
    aspect-ratio: 16 / 9;
    border-radius: 26px;
  }

  .mg-step {
    grid-template-columns: 60px 2px 1fr;
    gap: 0 20px;
  }

  .mg-step--reverse {
    grid-template-columns: 60px 2px 1fr;
  }

  .mg-step__img,
  .mg-step--reverse .mg-step__img {
    order: 4;
    grid-column: 3;
    margin-top: 16px;
  }

  .mg-step--reverse .mg-step__number { order: 1; text-align: left; }
  .mg-step--reverse .mg-step__line  { order: 2; }
  .mg-step--reserve .mg-step__body  { order: 3; }
}

@media (max-width: 860px) {
  .mg-faces__grid {
    grid-template-columns: 1fr 1fr;
  }

  .mg-face-card--tall {
    grid-row: auto;
  }

  .mg-face-card--tall .mg-face-card__img {
    min-height: 320px;
  }

  .mg-blog__grid { grid-template-columns: 1fr; gap: 18px; }
  .mg-why__cards { grid-template-columns: 1fr; }

  .mg-proof-bar__grid {
    gap: 0;
  }

  .mg-proof-divider { display: none; }

  .mg-proof-stat {
    padding: 12px 18px;
    flex: 1 1 40%;
  }
}

@media (max-width: 640px) {
  .mg-hero__title {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .mg-hero__content { padding: 100px 0 60px; }

  .mg-hero__cta { flex-direction: column; }
  .mg-hero__cta .mg-btn { width: 100%; justify-content: center; }

  .mg-hero__bubbles {
    display: none;
  }

  .mg-faces__grid { grid-template-columns: 1fr; }

  .mg-face-card--tall .mg-face-card__img { min-height: 380px; }

  .mg-moment__quote p {
    font-size: clamp(1.7rem, 8vw, 2.8rem);
  }

  .mg-step {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mg-step__number { font-size: 2rem; }
  .mg-step__line { display: none; }

  .mg-step--reverse .mg-step__number,
  .mg-step--reverse .mg-step__line,
  .mg-step--reverse .mg-step__body,
  .mg-step--reverse .mg-step__img {
    order: unset;
  }

  .mg-blog-card { border-radius: 22px; padding: 24px 18px; }

  .mg-final-cta__content h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .mg-sticky { display: flex; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — COMPLETE FINAL v4.0
══════════════════════════════════════════════ */

/* ── HAMBURGER MENU ─────────────────────────── */
@media (max-width: 1180px) {

  .mobile-menu.is-open {
    max-height: 80vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu-shell {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 24px;
  }

  .mobile-menu-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 12px !important;
  }

  .mobile-menu-links a {
    padding: 14px 16px !important;
    font-size: 0.95rem !important;
    border-radius: 14px !important;
    min-height: 50px;
    display: flex !important;
    align-items: center !important;
  }

  .mobile-menu-cta {
    padding: 8px 12px 20px !important;
  }

  .mobile-menu-store-btn {
    min-height: 54px !important;
    border-radius: 16px !important;
  }
}

/* ── DESKTOP HERO GRID ──────────────────────── */
@media (min-width: 769px) {

  .mg-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  /* Hide mobile chat on desktop */
  .mg-mobile-chat {
    display: none !important;
  }
}

/* ══════════════════════════════════════════════
   MOBILE HERO — ENERGETIC CONVERSION v4.0
══════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Hide clutter */
  .mg-live-badge,
  .mg-hero__pills,
  .mg-hero__bubbles,
  .mg-hero__scroll,
  .mg-hero__sub,
  .mg-hero__cta .mg-btn--ghost,
  .mg-pexels-credit {
    display: none !important;
  }

  /* Portrait photo background */
  .mg-hero__video {
    display: none;
  }

  .mg-hero__video-wrap {
    background-image: url("https://images.pexels.com/photos/3764143/pexels-photo-3764143.jpeg?auto=compress&cs=tinysrgb&w=800&h=1400&fit=crop&crop=face");
    background-size: cover;
    background-position: center 15%;
    background-repeat: no-repeat;
  }

  /* Gradient — darker at top and bottom, lighter in middle */
  .mg-hero__video-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(10,7,16,0.72) 0%,
        rgba(10,7,16,0.24) 18%,
        rgba(10,7,16,0.10) 30%,
        rgba(10,7,16,0.28) 52%,
        rgba(10,7,16,0.78) 72%,
        rgba(10,7,16,0.97) 88%,
        rgba(10,7,16,1.0) 100%
      );
  }

  .mg-hero {
    min-height: 100svh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }

  .mg-hero__content {
    flex: 1;
    display: flex;
    align-items: stretch;
    padding: 0;
    min-height: 100svh;
    min-height: 100dvh;
  }

  .mg-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .mg-hero__copy {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 100%;
    padding-top: 88px;
    padding-bottom: 18px;
  }

  /* Title — BIG, BOLD, pushed up near the top */
  .mg-hero__title {
    font-size: clamp(3.6rem, 16vw, 5.5rem);
    line-height: 0.88;
    letter-spacing: -0.06em;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    padding-left: 4px;
  }

  .mg-hero__title em {
    color: #E8A598;
  }

  /* ── MOBILE ANIMATED CHAT ─────────────────── */
  .mg-mobile-chat {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    justify-content: center;
    padding: 24px 0 16px;
    min-height: 200px;
  }

  .mg-mchat__row {
    display: flex;
    opacity: 0;
    transform: translateY(14px);
    animation: mgChatIn 0.5s ease forwards;
  }

  .mg-mchat--left {
    justify-content: flex-start;
  }

  .mg-mchat--right {
    justify-content: flex-end;
  }

  .mg-mchat--delay1 { animation-delay: 0.4s; }
  .mg-mchat--delay2 { animation-delay: 1.0s; }
  .mg-mchat--delay3 { animation-delay: 1.8s; }
  .mg-mchat--delay4 { animation-delay: 2.6s; }
  .mg-mchat--delay5 { animation-delay: 3.4s; }

  @keyframes mgChatIn {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .mg-mchat__bubble {
    max-width: 75%;
    padding: 13px 16px;
    border-radius: 20px;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.4;
    background: rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  }

  .mg-mchat--left .mg-mchat__bubble {
    border-bottom-left-radius: 6px;
  }

  .mg-mchat--right .mg-mchat__bubble {
    border-bottom-right-radius: 6px;
  }

  .mg-mchat__bubble--accent {
    background: linear-gradient(135deg, rgba(126,87,194,0.38), rgba(232,165,152,0.32));
    border-color: rgba(255,255,255,0.14);
    color: #fff;
  }

  /* Typing indicator */
  .mg-mchat__typing {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 14px 18px;
    border-radius: 20px;
    border-bottom-left-radius: 6px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .mg-mchat__typing span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.68);
    animation: mgTypingBounce 1.3s ease infinite;
  }

  .mg-mchat__typing span:nth-child(2) { animation-delay: 0.18s; }
  .mg-mchat__typing span:nth-child(3) { animation-delay: 0.36s; }

  @keyframes mgTypingBounce {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
    30% { transform: translateY(-5px); opacity: 1; }
  }

  /* CTA button — at bottom, not fixed */
  .mg-hero__cta {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }

  .mg-hero__cta .mg-btn--hero {
    width: 100%;
    justify-content: center;
    min-height: 58px;
    border-radius: 18px;
    font-size: 0.98rem;
    box-shadow: 0 16px 44px rgba(0,0,0,0.24);
    background: #fff;
    color: var(--mg-ink);
  }
}

/* ── SMALL PHONES ───────────────────────────── */
@media (max-width: 380px) {

  .mg-hero__copy {
    padding-top: 82px;
  }

  .mg-hero__title {
    font-size: 3rem;
  }

  .mg-mchat__bubble {
    font-size: 0.86rem;
    padding: 11px 14px;
    max-width: 80%;
  }

  .mg-mobile-chat {
    gap: 8px;
    padding: 18px 0 12px;
    min-height: 160px;
  }
}

/* ══════════════════════════════════════════════
   PROOF BAR — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 640px) {

  .mg-proof-bar { padding: 0; }

  .mg-proof-bar__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mg-proof-divider { display: none; }

  .mg-proof-stat {
    padding: 16px 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    border-right: 1px solid rgba(255,255,255,0.05);
  }

  .mg-proof-stat:nth-child(even) { border-right: none; }
  .mg-proof-stat strong { font-size: 1rem; }
  .mg-proof-stat span { font-size: 0.76rem; }
}

/* ══════════════════════════════════════════════
   PHOTO GRID — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 860px) {

  .mg-faces { padding: 64px 0 48px; }
  .mg-faces__head { margin-bottom: 28px; }
  .mg-faces__head h2 { font-size: clamp(2rem, 7vw, 3rem); }
}

@media (max-width: 640px) {

  .mg-faces__grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .mg-face-card { border-radius: 20px; }

  .mg-face-card__img {
    width: 100%;
    min-height: unset;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 25%;
  }

  .mg-face-card--tall .mg-face-card__img {
    min-height: unset;
    aspect-ratio: 4 / 3;
    object-position: center 20%;
  }

  .mg-face-card__stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .mg-face-card__stack .mg-face-card__img {
    aspect-ratio: 16 / 9;
    object-position: center center;
  }

  .mg-face-card--chat {
    min-height: 190px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .mg-chat-line span { font-size: 0.84rem; padding: 10px 12px; max-width: 200px; }
  .mg-chat-dot { width: 28px; height: 28px; }
  .mg-face-card__overlay { padding: 18px 16px; }
  .mg-face-card__overlay p { font-size: 0.96rem; }
}

/* ══════════════════════════════════════════════
   WHY SECTION — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 860px) {
  .mg-why__grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 640px) {

  .mg-why { padding: 64px 0; }

  .mg-why__copy h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); max-width: 100%; }
  .mg-why__copy p { font-size: 1rem; max-width: 100%; }
  .mg-why__copy .mg-btn { width: 100%; justify-content: center; }

  .mg-why__cards { grid-template-columns: 1fr; gap: 12px; }
  .mg-why-card { padding: 22px 18px; border-radius: 20px; }
  .mg-why-card h3 { font-size: 1.12rem; }
  .mg-why-card p { font-size: 0.9rem; }
}

/* ══════════════════════════════════════════════
   VIDEO MOMENT — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 640px) {

  .mg-moment { min-height: 380px; }
  .mg-moment__content { padding: 48px 0; }
  .mg-moment__quote p { font-size: clamp(1.6rem, 7vw, 2.2rem); line-height: 1.18; }
  .mg-moment__quote cite { font-size: 0.76rem; }
  .mg-moment__content .mg-btn { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════
   HOW IT WORKS — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 860px) {

  .mg-step,
  .mg-step--reverse {
    grid-template-columns: 50px 2px 1fr;
    gap: 0 16px;
  }

  .mg-step--reverse .mg-step__number { order: 1; text-align: left; }
  .mg-step--reverse .mg-step__line   { order: 2; }
  .mg-step--reverse .mg-step__body   { order: 3; }

  .mg-step__img,
  .mg-step--reverse .mg-step__img {
    order: 4; grid-column: 3; margin-top: 14px;
  }
}

@media (max-width: 640px) {

  .mg-how { padding: 64px 0; }
  .mg-how__head { margin-bottom: 36px; text-align: left; }
  .mg-how__head h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .mg-how__steps { gap: 40px; }

  .mg-step,
  .mg-step--reverse { grid-template-columns: 1fr; gap: 12px; }

  .mg-step__number { font-size: 1.5rem; color: var(--mg-blush); order: 1; }
  .mg-step__line { display: none; }
  .mg-step__body { order: 2; }
  .mg-step__body h3 { font-size: 1.36rem; margin-bottom: 6px; }
  .mg-step__body p { font-size: 0.94rem; }

  .mg-step__img,
  .mg-step--reverse .mg-step__img {
    order: 3; grid-column: auto; margin-top: 4px; border-radius: 18px;
  }

  .mg-step__img img { aspect-ratio: 16 / 10; border-radius: 18px; }

  .mg-step--reverse .mg-step__number { order: 1; text-align: left; }
  .mg-step--reverse .mg-step__body   { order: 2; }
  .mg-step--reverse .mg-step__img    { order: 3; }
}

/* ══════════════════════════════════════════════
   SAFETY — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 860px) {
  .mg-safety__inner { grid-template-columns: 1fr; gap: 32px; }
  .mg-safety__photo { aspect-ratio: 16 / 9; border-radius: 22px; object-position: center 18%; }
}

@media (max-width: 640px) {

  .mg-safety { padding: 64px 0; }
  .mg-safety__copy h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .mg-safety__copy > p { font-size: 0.98rem; }

  .mg-safety__list { gap: 10px; }

  .mg-safety__list li {
    padding: 14px; border-radius: 16px; gap: 12px;
  }

  .mg-safety__icon { width: 38px; height: 38px; border-radius: 12px; font-size: 1rem; }
  .mg-safety__list strong { font-size: 0.92rem; }
  .mg-safety__list span { font-size: 0.84rem; }
}

/* ══════════════════════════════════════════════
   BLOG — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 860px) {
  .mg-blog__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}

@media (max-width: 640px) {

  .mg-blog { padding: 64px 0; }
  .mg-blog__head { margin-bottom: 28px; text-align: left; }
  .mg-blog__head h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .mg-blog__head p { font-size: 0.98rem; }

  .mg-blog__grid { grid-template-columns: 1fr; gap: 12px; }

  .mg-blog-card { padding: 22px 18px; border-radius: 18px; }
  .mg-blog-card__chip { font-size: 0.72rem; padding: 6px 10px; margin-bottom: 10px; }
  .mg-blog-card h3 { font-size: 1.28rem; margin-bottom: 8px; }
  .mg-blog-card p { font-size: 0.9rem; margin-bottom: 12px; }
  .mg-blog__action .mg-btn { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════
   FINAL CTA — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 640px) {

  .mg-final-cta { min-height: 500px; }
  .mg-final-cta__photo { object-position: 60% center; }
  .mg-final-cta .mg-container { padding: 60px 0; }

  .mg-final-cta__content h2 {
    font-size: clamp(2.4rem, 11vw, 3.4rem); line-height: 0.96; margin-bottom: 12px;
  }

  .mg-final-cta__content p { font-size: 0.98rem; margin-bottom: 24px; }
  .mg-final-cta__content .mg-btn { width: 100%; justify-content: center; }
  .mg-final-cta__meta { margin-top: 16px; gap: 8px; }
  .mg-final-cta__meta span { font-size: 0.74rem; padding: 6px 10px; }
}

/* ══════════════════════════════════════════════
   FOOTER — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 768px) {

  .site-footer { padding: 36px 0 0 !important; margin-top: 0 !important; }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer-grid > div {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  }

  .footer-grid > div:last-child {
    border-bottom: none !important;
    padding-bottom: 12px !important;
  }

  .footer-logo { margin-bottom: 8px !important; }
  .footer-logo .logo-mark { width: 42px !important; height: 42px !important; }
  .footer-logo span { font-size: 0.98rem !important; }

  .footer-grid > div:first-child > p {
    font-size: 0.86rem !important; line-height: 1.6 !important;
    margin-bottom: 10px !important; color: rgba(217,209,233,0.65) !important;
  }

  .footer-badge-row { margin-top: 8px !important; gap: 6px !important; }
  .footer-badge { font-size: 0.7rem !important; padding: 5px 9px !important; }

  .footer-grid h4 {
    font-size: 0.78rem !important; margin-bottom: 10px !important;
    color: rgba(255,255,255,0.50) !important;
    text-transform: uppercase; letter-spacing: 0.08em;
  }

  .footer-grid ul {
    display: flex !important; flex-wrap: wrap !important;
    gap: 6px !important; margin: 0 !important; padding: 0 !important;
    list-style: none !important;
  }

  .footer-grid li { margin: 0 !important; }
  .footer-grid li + li { margin-top: 0 !important; }

  .footer-grid li a {
    display: inline-flex !important;
    padding: 7px 13px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.07) !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: rgba(217,209,233,0.78) !important;
  }

  .footer-grid li a:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
  }

  .footer-grid > div:last-child > p {
    font-size: 0.84rem !important; margin-bottom: 8px !important;
    color: rgba(217,209,233,0.65) !important;
  }

  .footer-store-btn {
    min-height: 44px !important; padding: 0 14px !important;
    font-size: 0.84rem !important; border-radius: 12px !important;
    margin: 4px 0 10px !important;
  }

  .footer-contact-list p {
    font-size: 0.78rem !important; margin-bottom: 3px !important;
    color: rgba(217,209,233,0.48) !important;
  }

  .footer-bottom { padding: 12px 0 16px !important; }

  .footer-bottom p {
    font-size: 0.76rem !important; text-align: center !important;
    color: rgba(217,209,233,0.42) !important; margin: 0 !important;
  }

  .mg-page { padding-bottom: 72px; }
}

/* ══════════════════════════════════════════════
   STICKY BAR — APPEARS AFTER SCROLL
══════════════════════════════════════════════ */
@media (max-width: 768px) {

  .mg-sticky {
    display: none;
    position: fixed;
    left: 10px; right: 10px; bottom: 10px;
    z-index: 1200;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 16px;
    background: rgba(12,9,16,0.95);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 48px rgba(0,0,0,0.26);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .mg-sticky.mg-sticky--visible {
    display: flex !important;
  }

  .mg-sticky__copy strong { color: #fff; font-size: 0.92rem; }
  .mg-sticky__copy span { color: rgba(255,255,255,0.62); font-size: 0.76rem; }

  .mg-sticky__btn {
    min-height: 42px; padding: 0 16px; border-radius: 12px;
    background: var(--mg-brand); color: #fff;
    font-size: 0.88rem; font-weight: 800;
    text-decoration: none; white-space: nowrap;
  }
}

/* ── SMALL PHONES ───────────────────────────── */
@media (max-width: 380px) {

  .mg-hero__copy { padding-top: 78px; }
  .mg-hero__title { font-size: 2.8rem; }

  .mg-mchat__bubble { font-size: 0.82rem; padding: 10px 13px; max-width: 82%; }
  .mg-mobile-chat { gap: 8px; padding: 16px 0 10px; min-height: 150px; }

  .mg-faces__head h2,
  .mg-how__head h2,
  .mg-blog__head h2,
  .mg-safety__copy h2,
  .mg-final-cta__content h2 { font-size: 1.9rem; }
}


/* ══════════════════════════════════════════════
   MOBILE PHONE CHAT FRAME v4.1
══════════════════════════════════════════════ */

/* Hide on desktop */
.mg-phone-chat {
  display: none;
}

@media (max-width: 768px) {

  /* Hide old mobile chat if any remnants */
  .mg-mobile-chat {
    display: none !important;
  }

  /* Show phone chat on mobile */
  .mg-phone-chat {
    display: flex;
    justify-content: center;
    flex: 1;
    align-items: center;
    padding: 16px 0;
    min-height: 260px;
  }

  .mg-phone-frame {
    width: 100%;
    max-width: 310px;
    border-radius: 28px;
    background: rgba(18, 14, 24, 0.72);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow:
      0 24px 60px rgba(0,0,0,0.30),
      inset 0 1px 0 rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .mg-phone-frame__notch {
    width: 90px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    margin: 10px auto 0;
  }

  .mg-phone-frame__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .mg-phone-frame__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7E57C2, #E8A598);
    flex-shrink: 0;
  }

  .mg-phone-frame__name {
    flex: 1;
  }

  .mg-phone-frame__name strong {
    display: block;
    color: #fff;
    font-size: 0.88rem;
    letter-spacing: -0.02em;
  }

  .mg-phone-frame__name span {
    display: block;
    color: #4ade80;
    font-size: 0.7rem;
    font-weight: 600;
  }

  .mg-phone-frame__status {
    font-size: 1rem;
  }

  .mg-phone-frame__messages {
    min-height: 200px;
    max-height: 220px;
    overflow-y: auto;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mg-phone-frame__messages::-webkit-scrollbar {
    display: none;
  }

  /* Chat bubbles inside the phone frame */
  .mg-phone-frame__messages .mg-mchat__row {
    display: flex;
    width: 100%;
  }

  .mg-phone-frame__messages .mg-mchat--left {
    justify-content: flex-start;
  }

  .mg-phone-frame__messages .mg-mchat--right {
    justify-content: flex-end;
  }

  .mg-phone-frame__messages .mg-mchat__bubble {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 18px;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.38;
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.90);
    border: 1px solid rgba(255,255,255,0.08);
  }

  .mg-phone-frame__messages .mg-mchat--left .mg-mchat__bubble {
    border-bottom-left-radius: 6px;
  }

  .mg-phone-frame__messages .mg-mchat--right .mg-mchat__bubble {
    border-bottom-right-radius: 6px;
  }

  .mg-phone-frame__messages .mg-mchat__bubble--accent {
    background: linear-gradient(135deg, rgba(126,87,194,0.42), rgba(232,165,152,0.36));
    border-color: rgba(255,255,255,0.12);
    color: #fff;
  }

  .mg-phone-frame__messages .mg-mchat__typing {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    border-radius: 18px;
    border-bottom-left-radius: 6px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.08);
  }

  .mg-phone-frame__messages .mg-mchat__typing span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.62);
    animation: mgTypingBounce 1.3s ease infinite;
  }

  .mg-phone-frame__messages .mg-mchat__typing span:nth-child(2) {
    animation-delay: 0.18s;
  }

  .mg-phone-frame__messages .mg-mchat__typing span:nth-child(3) {
    animation-delay: 0.36s;
  }

  .mg-phone-frame__input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px 12px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  .mg-phone-frame__input span {
    flex: 1;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.36);
    font-size: 0.8rem;
    font-weight: 600;
  }

  .mg-phone-frame__send {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mg-brand), var(--mg-blush));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
  }
}

/* Mobile hero background — use African woman photo */
@media (max-width: 768px) {
  .mg-hero__video-wrap {
    background-image: url("https://images.pexels.com/photos/3764143/pexels-photo-3764143.jpeg?auto=compress&cs=tinysrgb&w=800&h=1400&fit=crop&crop=face") !important;
  }
}

/* Small phones — smaller phone frame */
@media (max-width: 380px) {

  .mg-phone-frame {
    max-width: 280px;
    border-radius: 24px;
  }

  .mg-phone-frame__messages {
    min-height: 170px;
    max-height: 180px;
    padding: 10px;
    gap: 6px;
  }

  .mg-phone-frame__messages .mg-mchat__bubble {
    font-size: 0.8rem;
    padding: 9px 12px;
  }

  .mg-phone-chat {
    min-height: 220px;
    padding: 12px 0;
  }
}
