/* ============================================================
   MEGA MOMENTS — Premium event-media design system
   Powered by Mega Tickets USA · "Relive the Experience."
   Sub-brand of MTU. Cinema-black base + signature gold.
   All classes prefixed `mom-` to avoid colliding with the
   global nav (`mm-*`) and design system tokens.
   ============================================================ */

:root {
  /* Cinema base — blacker than the carmim site for a "media" feel */
  --mom-black:    #060608;
  --mom-bg:       #0A0A0D;
  --mom-elev:     #121218;
  --mom-elev-2:   #17171F;
  --mom-section:  #0C0C10;

  /* Signature gold (the Mega Moments accent) */
  --mom-gold:       #E9B949;
  --mom-gold-soft:  #F3D27E;
  --mom-gold-deep:  #C2902B;
  --mom-gold-line:  rgba(233,185,73,0.30);
  --mom-gold-glow:  rgba(233,185,73,0.18);

  /* Carmim spark — ties back to the MTU parent brand, used sparingly */
  --mom-carmim:     #D20E36;
  --mom-carmim-lt:  #E8344E;

  --mom-line:        rgba(255,255,255,0.08);
  --mom-line-strong: rgba(255,255,255,0.16);
  --mom-glass:       rgba(255,255,255,0.04);

  --mom-text:      #FFFFFF;
  --mom-soft:      rgba(255,255,255,0.74);
  --mom-muted:     rgba(255,255,255,0.50);

  --mom-radius:    20px;
  --mom-ease:      cubic-bezier(.16,.84,.44,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mom {
  margin: 0; background: var(--mom-bg); color: var(--mom-text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.55; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.mom img, body.mom video { max-width: 100%; height: auto; display: block; }
body.mom a { color: inherit; text-decoration: none; }
::selection { background: rgba(233,185,73,0.30); color: #fff; }

.mom-wrap { max-width: 1220px; margin: 0 auto; padding: 0 24px; }
.mom-section { padding: clamp(60px, 8vw, 116px) 0; position: relative; }
.mom-narrow { max-width: 820px; }

/* ── Typography ────────────────────────────────────────────── */
.mom-display, .mom-h2, .mom-h3, .mom-kicker, .mom-stat-num {
  font-family: 'Sora', 'Inter', -apple-system, sans-serif;
}
.mom-display {
  font-size: clamp(44px, 8.2vw, 104px); line-height: 0.96;
  letter-spacing: -0.035em; font-weight: 800; margin: 0 0 22px;
}
.mom-h2 {
  font-size: clamp(30px, 4.6vw, 52px); line-height: 1.04;
  letter-spacing: -0.02em; font-weight: 700; margin: 0 0 18px;
}
.mom-h3 { font-size: clamp(20px, 2.4vw, 26px); line-height: 1.15; letter-spacing: -0.01em; font-weight: 700; margin: 0 0 10px; }
.mom-gold-text {
  background: linear-gradient(100deg, var(--mom-gold-soft) 0%, var(--mom-gold) 45%, var(--mom-gold-deep) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--mom-gold);
}
.mom-lede { font-size: clamp(16px, 1.45vw, 20px); line-height: 1.6; color: var(--mom-soft); max-width: 660px; margin: 0 0 32px; }

.mom-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--mom-gold-soft); padding: 7px 15px; border: 1px solid var(--mom-gold-line);
  border-radius: 999px; background: rgba(233,185,73,0.06); margin-bottom: 22px;
}
.mom-kicker::before { content: '✦'; font-size: 12px; color: var(--mom-gold); }
.mom-kicker.mom-kicker--bare::before { content: none; }

/* ── Buttons ──────────────────────────────────────────────── */
.mom-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 54px; padding: 0 28px; border: 0; border-radius: 14px;
  font-family: 'Sora', inherit; font-size: 15px; font-weight: 600; letter-spacing: 0.2px;
  cursor: pointer; white-space: nowrap;
  transition: transform .2s var(--mom-ease), box-shadow .3s var(--mom-ease), background .25s ease, border-color .25s ease;
}
.mom-btn-gold {
  background: linear-gradient(135deg, var(--mom-gold-soft), var(--mom-gold) 55%, var(--mom-gold-deep));
  color: #1A1306; box-shadow: 0 10px 34px rgba(233,185,73,0.30), inset 0 1px 0 rgba(255,255,255,0.35);
}
.mom-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(233,185,73,0.46), inset 0 1px 0 rgba(255,255,255,0.45); }
.mom-btn-ghost { background: rgba(255,255,255,0.03); color: #fff; border: 1px solid var(--mom-line-strong); }
.mom-btn-ghost:hover { border-color: var(--mom-gold-line); background: rgba(233,185,73,0.06); transform: translateY(-2px); }
.mom-btn-dark { background: rgba(0,0,0,0.55); color:#fff; border:1px solid var(--mom-line-strong); }
.mom-btn-dark:hover { border-color: var(--mom-gold-line); }
.mom-btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Film grain + glow utility ────────────────────────────── */
.mom-grain::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ── HERO ─────────────────────────────────────────────────── */
.mom-hero {
  position: relative; min-height: clamp(560px, 92vh, 880px);
  display: flex; align-items: flex-end; overflow: hidden; isolation: isolate;
  padding: 120px 0 clamp(48px, 7vw, 88px);
}
.mom-hero-bg { position: absolute; inset: 0; z-index: -2; }
.mom-hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.mom-hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 15% 110%, rgba(233,185,73,0.16), transparent 55%),
    radial-gradient(90% 80% at 100% 0%, rgba(210,14,54,0.14), transparent 60%),
    linear-gradient(180deg, rgba(6,6,8,0.55) 0%, rgba(6,6,8,0.30) 38%, rgba(6,6,8,0.86) 86%, var(--mom-bg) 100%);
}
.mom-hero .mom-wrap { position: relative; z-index: 2; width: 100%; }
.mom-hero-inner { max-width: 880px; }
.mom-hero .mom-display { text-shadow: 0 6px 50px rgba(0,0,0,0.5); }
.mom-hero-sub { font-size: clamp(16px, 1.6vw, 21px); color: rgba(255,255,255,0.86); max-width: 560px; margin: 0 0 30px; line-height: 1.55; }
.mom-hero-meta { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.14); }
.mom-hero-meta div { display: flex; flex-direction: column; }
.mom-hero-meta strong { font-family: 'Sora', sans-serif; color: #fff; font-size: 22px; font-weight: 700; letter-spacing: -0.5px; }
.mom-hero-meta span { color: rgba(255,255,255,0.6); font-size: 11.5px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-top: 5px; }

/* Floating glass search bar */
.mom-search {
  display: flex; align-items: center; gap: 10px; max-width: 580px;
  background: rgba(12,12,16,0.62); border: 1px solid var(--mom-line-strong);
  border-radius: 16px; padding: 8px 8px 8px 18px; margin: 0 0 18px;
  backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}
.mom-search svg { flex-shrink: 0; color: var(--mom-gold); }
.mom-search input {
  flex: 1; background: transparent; border: 0; color: #fff; font-family: inherit;
  font-size: 16px; padding: 12px 0; outline: none; min-width: 0;
}
.mom-search input::placeholder { color: rgba(255,255,255,0.5); }
.mom-search .mom-btn { height: 46px; padding: 0 22px; }
@media (max-width: 560px) { .mom-search .mom-btn span { display: none; } .mom-search .mom-btn { padding: 0 16px; } }

/* ── Section heads ────────────────────────────────────────── */
.mom-head { max-width: 760px; }
.mom-head.mom-center { margin: 0 auto; text-align: center; }
.mom-section--alt { background: var(--mom-section); border-top: 1px solid var(--mom-line); border-bottom: 1px solid var(--mom-line); }

/* ── Glass card ───────────────────────────────────────────── */
.mom-glass {
  background: var(--mom-glass); border: 1px solid var(--mom-line);
  border-radius: var(--mom-radius); padding: 28px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: border-color .25s ease, transform .25s var(--mom-ease), background .25s ease;
}
.mom-glass:hover { border-color: var(--mom-gold-line); transform: translateY(-3px); background: rgba(233,185,73,0.04); }
.mom-ico {
  width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: rgba(233,185,73,0.10); color: var(--mom-gold); border: 1px solid var(--mom-gold-line); margin-bottom: 18px;
}
.mom-glass p { color: var(--mom-soft); font-size: 14.5px; line-height: 1.6; margin: 0; }

.mom-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
.mom-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mom-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 920px) { .mom-grid-3 { grid-template-columns: 1fr 1fr; } .mom-grid-4 { grid-template-columns: 1fr 1fr; } .mom-grid-2 { grid-template-columns: 1fr; gap: 34px; } }
@media (max-width: 560px) { .mom-grid-3, .mom-grid-4 { grid-template-columns: 1fr; } }

/* ── Directory / event cards ──────────────────────────────── */
.mom-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.mom-chip {
  padding: 9px 16px; border-radius: 999px; border: 1px solid var(--mom-line-strong);
  background: rgba(255,255,255,0.02); color: var(--mom-soft); font-size: 13px; font-weight: 600;
  cursor: pointer; transition: all .2s ease; font-family: inherit;
}
.mom-chip:hover { border-color: var(--mom-gold-line); color: #fff; }
.mom-chip.is-active { background: linear-gradient(135deg, var(--mom-gold-soft), var(--mom-gold-deep)); color: #1A1306; border-color: transparent; }

.mom-evgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 920px) { .mom-evgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .mom-evgrid { grid-template-columns: 1fr; } }
.mom-evcard {
  position: relative; border-radius: 18px; overflow: hidden; background: var(--mom-elev);
  border: 1px solid var(--mom-line); transition: transform .3s var(--mom-ease), border-color .3s ease, box-shadow .3s ease;
  display: block;
}
.mom-evcard:hover { transform: translateY(-5px); border-color: var(--mom-gold-line); box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.mom-evcard-img { position: relative; aspect-ratio: 4/3.1; overflow: hidden; }
.mom-evcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--mom-ease); }
.mom-evcard:hover .mom-evcard-img img { transform: scale(1.07); }
.mom-evcard-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8,8,10,0.92) 100%); }
.mom-evcard-cat {
  position: absolute; top: 14px; left: 14px; z-index: 2; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #1A1306; padding: 5px 11px; border-radius: 999px;
  background: linear-gradient(135deg, var(--mom-gold-soft), var(--mom-gold-deep));
}
.mom-evcard-live {
  position: absolute; top: 14px; right: 14px; z-index: 2; font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: #fff; padding: 5px 10px 5px 22px; border-radius: 999px;
  background: rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.18);
}
.mom-evcard-live::before { content:''; position:absolute; left:10px; top:50%; transform:translateY(-50%); width:7px; height:7px; border-radius:50%; background:var(--mom-carmim-lt); box-shadow:0 0 8px var(--mom-carmim-lt); }
.mom-evcard-body { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 20px; }
.mom-evcard-body h3 { font-family: 'Sora', sans-serif; font-size: 19px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 6px; line-height: 1.15; }
.mom-evcard-meta { font-size: 12.5px; color: rgba(255,255,255,0.7); display: flex; flex-wrap: wrap; gap: 4px 12px; }
.mom-evcard-stats { display: flex; gap: 16px; margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,0.12); }
.mom-evcard-stats span { font-size: 12px; color: rgba(255,255,255,0.62); }
.mom-evcard-stats b { color: var(--mom-gold-soft); font-weight: 700; font-family: 'Sora', sans-serif; }
.mom-empty { text-align: center; color: var(--mom-muted); padding: 50px 0; font-size: 15px; }

/* ── Stats row ────────────────────────────────────────────── */
.mom-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 760px) { .mom-stats { grid-template-columns: 1fr 1fr; } }
.mom-stat { text-align: center; padding: 26px 16px; border-radius: 16px; background: var(--mom-glass); border: 1px solid var(--mom-line); }
.mom-stat-num { font-size: clamp(32px, 4.5vw, 46px); font-weight: 800; letter-spacing: -1.5px; line-height: 1; }
.mom-stat-lbl { font-size: 11.5px; color: var(--mom-muted); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; margin-top: 9px; }

/* ── Big editorial split row (organizer / "doesn't end") ──── */
.mom-band {
  position: relative; overflow: hidden; border-radius: 28px; padding: clamp(36px, 5vw, 64px);
  border: 1px solid rgba(233,185,73,0.18);
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(233,185,73,0.14), transparent 55%),
    radial-gradient(80% 120% at 0% 100%, rgba(210,14,54,0.12), transparent 55%),
    linear-gradient(160deg, #16130C 0%, #0C0C10 60%);
}
.mom-band-grain::before { content:''; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 72%); mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 72%); pointer-events:none; }

/* ── Ecosystem cross-sell tiles ───────────────────────────── */
.mom-eco { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 900px) { .mom-eco { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .mom-eco { grid-template-columns: 1fr; } }
.mom-eco-tile {
  position: relative; border-radius: 18px; overflow: hidden; min-height: 210px; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 22px; border: 1px solid var(--mom-line);
  background: var(--mom-elev); transition: transform .3s var(--mom-ease), border-color .3s ease;
}
.mom-eco-tile:hover { transform: translateY(-4px); border-color: var(--mom-gold-line); }
.mom-eco-tile h3 { font-family:'Sora',sans-serif; font-size: 18px; font-weight: 700; margin: 0 0 5px; }
.mom-eco-tile p { font-size: 13px; color: var(--mom-soft); margin: 0 0 12px; line-height: 1.5; }
.mom-eco-tile .mom-eco-go { font-size: 13px; font-weight: 700; color: var(--mom-gold-soft); display: inline-flex; align-items: center; gap: 6px; }
.mom-eco-ico { width: 44px; height: 44px; border-radius: 12px; display:flex; align-items:center; justify-content:center; background: rgba(0,0,0,0.4); border:1px solid rgba(255,255,255,0.14); color: var(--mom-gold); margin-bottom: auto; }

/* ── Gallery (masonry) + lightbox ─────────────────────────── */
.mom-gallery { columns: 3 260px; column-gap: 14px; }
.mom-gallery .mom-tile { break-inside: avoid; margin-bottom: 14px; border-radius: 14px; overflow: hidden; position: relative; cursor: pointer; border: 1px solid var(--mom-line); }
.mom-gallery .mom-tile img { width: 100%; display: block; transition: transform .5s var(--mom-ease), filter .3s ease; }
.mom-gallery .mom-tile:hover img { transform: scale(1.05); filter: brightness(1.05); }
.mom-gallery .mom-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4)); opacity: 0; transition: opacity .3s ease; }
.mom-gallery .mom-tile:hover::after { opacity: 1; }
.mom-tile-locked { position: relative; }
.mom-tile-locked img { filter: blur(14px) brightness(0.55); transform: scale(1.08); }
.mom-tile-lock-badge { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--mom-gold-soft); }

.mom-lightbox { position: fixed; inset: 0; z-index: 10000; background: rgba(4,4,6,0.94); display: none; align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(8px); }
.mom-lightbox.open { display: flex; }
.mom-lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 12px; box-shadow: 0 40px 100px rgba(0,0,0,0.6); }
.mom-lightbox-x { position: absolute; top: 22px; right: 26px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--mom-line-strong); background: rgba(0,0,0,0.5); color: #fff; font-size: 22px; cursor: pointer; display:flex;align-items:center;justify-content:center; }
.mom-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--mom-line-strong); background: rgba(0,0,0,0.5); color: #fff; font-size: 24px; cursor: pointer; display:flex;align-items:center;justify-content:center; }
.mom-lightbox-nav.prev { left: 18px; } .mom-lightbox-nav.next { right: 18px; }

/* video cards */
.mom-vidgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { .mom-vidgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .mom-vidgrid { grid-template-columns: 1fr; } }
.mom-vid { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 9/13; border: 1px solid var(--mom-line); cursor: pointer; }
.mom-vid img { width:100%; height:100%; object-fit: cover; transition: transform .5s var(--mom-ease); }
.mom-vid:hover img { transform: scale(1.06); }
.mom-vid::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.85)); }
.mom-vid-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 58px; height: 58px; border-radius: 50%; background: rgba(233,185,73,0.92); display:flex; align-items:center; justify-content:center; box-shadow: 0 8px 30px rgba(233,185,73,0.4); }
.mom-vid-cap { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 16px; }
.mom-vid-cap .tag { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mom-gold-soft); }
.mom-vid-cap h4 { font-family:'Sora',sans-serif; font-size: 15px; margin: 4px 0 0; font-weight: 600; }

/* ── Lead gate overlay ────────────────────────────────────── */
.mom-gate { position: fixed; inset: 0; z-index: 9999; background: rgba(5,5,7,0.86); backdrop-filter: blur(10px); display: none; align-items: center; justify-content: center; padding: 20px; overflow-y: auto; }
.mom-gate.open { display: flex; }
.mom-gate-card {
  position: relative; max-width: 520px; width: 100%; background: linear-gradient(180deg, #15130D, var(--mom-elev) 60%);
  border: 1px solid var(--mom-gold-line); border-radius: 24px; padding: clamp(26px, 4vw, 40px);
  box-shadow: 0 40px 120px rgba(0,0,0,0.6); margin: auto;
}
.mom-gate-card h3 { font-family:'Sora',sans-serif; font-size: clamp(24px,3.4vw,30px); font-weight: 800; margin: 0 0 8px; letter-spacing: -0.02em; }
.mom-gate-card .mom-gate-sub { color: var(--mom-soft); font-size: 14.5px; margin: 0 0 24px; line-height: 1.55; }

/* ── Forms (shared by gate + landing lead) ────────────────── */
.mom-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
@media (max-width: 480px) { .mom-form-grid { grid-template-columns: 1fr; } }
.mom-field { display: flex; flex-direction: column; gap: 6px; }
.mom-field.full { grid-column: 1 / -1; }
.mom-field label { font-size: 12px; font-weight: 600; color: var(--mom-soft); }
.mom-field label .req { color: var(--mom-gold); }
.mom-field input, .mom-field select, .mom-field textarea {
  width: 100%; background: rgba(0,0,0,0.35); border: 1px solid var(--mom-line-strong); border-radius: 11px;
  color: #fff; font-family: inherit; font-size: 14.5px; padding: 13px 14px; transition: border-color .16s ease, background .16s ease;
}
.mom-field textarea { resize: vertical; min-height: 92px; }
.mom-field input:focus, .mom-field select:focus, .mom-field textarea:focus { outline: none; border-color: var(--mom-gold); background: rgba(0,0,0,0.5); }
.mom-field select option { background: #15151B; color: #fff; }
.mom-field input::placeholder, .mom-field textarea::placeholder { color: var(--mom-muted); }
.mom-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
@media (max-width: 480px) { .mom-checks { grid-template-columns: 1fr; } }
.mom-check { display: flex; align-items: center; gap: 9px; padding: 11px 13px; background: rgba(0,0,0,0.28); border: 1px solid var(--mom-line); border-radius: 11px; font-size: 13px; color: var(--mom-soft); cursor: pointer; transition: all .16s ease; }
.mom-check:hover { border-color: var(--mom-gold-line); }
.mom-check input { width: 16px; height: 16px; accent-color: var(--mom-gold); flex-shrink: 0; }
.mom-check input:checked ~ span { color: #fff; font-weight: 600; }
.mom-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.mom-submit {
  width: 100%; height: 56px; border: 0; border-radius: 14px; cursor: pointer;
  background: linear-gradient(135deg, var(--mom-gold-soft), var(--mom-gold) 55%, var(--mom-gold-deep)); color: #1A1306;
  font-family: 'Sora', inherit; font-size: 16px; font-weight: 700; letter-spacing: 0.2px;
  box-shadow: 0 10px 30px rgba(233,185,73,0.34); transition: transform .15s ease, box-shadow .25s ease;
}
.mom-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(233,185,73,0.5); }
.mom-submit:disabled { opacity: 0.7; transform: none; cursor: default; }
.mom-fineprint { font-size: 11.5px; color: var(--mom-muted); margin: 13px 0 0; line-height: 1.5; text-align: center; }
.mom-thanks { display: none; text-align: center; padding: 14px 0; }
.mom-thanks .ok { width: 62px; height: 62px; border-radius: 50%; background: rgba(233,185,73,0.14); color: var(--mom-gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; border: 1px solid var(--mom-gold-line); }
.mom-thanks h3 { font-family:'Sora',sans-serif; font-size: 22px; margin: 0 0 8px; }
.mom-thanks p { color: var(--mom-soft); margin: 0; }

/* ── Caju partner band ────────────────────────────────────── */
.mom-partner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: space-between; }
.mom-partner-logos { display: flex; align-items: center; gap: 18px; }
.mom-partner-logos .x { color: var(--mom-muted); font-size: 18px; }
.mom-partner-pill { display:inline-flex; align-items:center; gap:9px; font-family:'Sora',sans-serif; font-weight:700; font-size:18px; color:#fff; padding: 12px 20px; border-radius: 14px; background: rgba(0,0,0,0.4); border: 1px solid var(--mom-line-strong); }

/* ── List with gold checks ────────────────────────────────── */
.mom-checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.mom-checklist li { display: flex; gap: 13px; align-items: flex-start; }
.mom-checklist .ck { flex-shrink: 0; width: 24px; height: 24px; border-radius: 999px; background: rgba(233,185,73,0.16); color: var(--mom-gold); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; margin-top: 1px; }
.mom-checklist strong { color: #fff; font-weight: 700; font-size: 15px; }
.mom-checklist p { color: var(--mom-soft); font-size: 13.5px; margin: 3px 0 0; line-height: 1.5; }

/* ── Final CTA + footer reuse ─────────────────────────────── */
.mom-cta {
  position: relative; overflow: hidden; border-radius: 28px; text-align: center;
  padding: clamp(44px, 6vw, 76px); border: 1px solid var(--mom-gold-line);
  background:
    radial-gradient(80% 140% at 50% 0%, rgba(233,185,73,0.22), transparent 60%),
    linear-gradient(160deg, #1A150A 0%, #0B0B0E 70%);
}
.mom-cta h2 { font-family:'Sora',sans-serif; font-size: clamp(30px, 4.6vw, 54px); font-weight: 800; letter-spacing: -0.025em; margin: 0 0 14px; line-height: 1.02; }
.mom-cta p { color: var(--mom-soft); font-size: 17px; max-width: 560px; margin: 0 auto 30px; }
.mom-cta .mom-btn-row { justify-content: center; }

.mom-footer { border-top: 1px solid var(--mom-line); background: var(--mom-black); padding: 52px 0 34px; color: var(--mom-muted); font-size: 13px; }
.mom-footer .mom-wrap { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 34px; }
@media (max-width: 720px) { .mom-footer .mom-wrap { grid-template-columns: 1fr 1fr; } }
.mom-footer h5 { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 14px; }
.mom-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.mom-footer a:hover { color: var(--mom-gold-soft); }
.mom-footer-meta { border-top: 1px solid var(--mom-line); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; }
.mom-footer-brand { font-family:'Sora',sans-serif; font-weight: 800; font-size: 18px; color: #fff; display:flex; align-items:center; gap:10px; margin-bottom: 14px; }
.mom-footer-brand span { color: var(--mom-gold); }

/* ── Reveal ───────────────────────────────────────────────── */
.mom-reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--mom-ease), transform .8s var(--mom-ease); }
.mom-reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .mom-reveal { opacity: 1; transform: none; transition: none; } .mom-hero-bg img { transform: none; } }
