/* ==========================================================================
   MAKE MONEY WITH US — dedicated styles
   Responsive down to 350px viewport.
   ========================================================================== */

/* Hero */
.mm-hero {
  background: linear-gradient(135deg, #0a1f44 0%, #0f2e6b 55%, #1e40af 100%);
  color: white;
  padding: 56px 0 44px;
  position: relative;
  overflow: hidden;
}
.mm-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,193,7,0.16), transparent 40%),
              radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05), transparent 40%);
  pointer-events: none;
}
.mm-hero-wrap { max-width: 860px; margin: 0 auto; text-align: center; padding: 0 20px; position: relative; }
.mm-hero-badge {
  display: inline-flex; align-items: center; padding: 6px 14px;
  background: linear-gradient(135deg, #FFD54F 0%, #FFB300 100%);
  color: #0a1f44; border-radius: 999px; font-weight: 700; font-size: 0.78rem;
  margin-bottom: 18px; letter-spacing: 0.02em; box-shadow: 0 6px 20px rgba(255,193,7,0.32);
}
.mm-hero-title {
  font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 800; margin: 0 0 12px; line-height: 1.15;
  background: linear-gradient(135deg, #FFFFFF 0%, #FFE082 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.mm-hero-sub { font-size: clamp(0.95rem, 2vw, 1.1rem); color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto; }

/* Partner choice cards */
.mm-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; margin: 0 auto 28px;
}
.mm-card {
  text-align: left; background: white; border: 2px solid #e2e8f0; border-radius: 16px;
  padding: 22px; cursor: pointer; transition: all 0.24s ease; position: relative; overflow: hidden;
  font-family: inherit; color: #0f172a; box-shadow: 0 4px 16px rgba(15,23,42,0.05);
}
.mm-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(15,23,42,0.10); border-color: #cbd5e1; }
.mm-card.active {
  border-color: #f59e0b;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  box-shadow: 0 12px 34px rgba(245,158,11,0.22);
}
.mm-card.active::after {
  content: "✓ Selected";
  position: absolute; top: 12px; right: 12px;
  background: #f59e0b; color: white; font-size: 0.72rem; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
}
.mm-card-icon { font-size: 2.2rem; line-height: 1; margin-bottom: 6px; }
.mm-card h3 { margin: 6px 0 4px; font-size: 1.15rem; font-weight: 800; }
.mm-card-tag { color: #64748b; font-size: 0.84rem; margin: 0 0 8px; }
.mm-card-desc { color: #334155; font-size: 0.92rem; line-height: 1.55; margin: 0 0 12px; }
.mm-card-cta { display: inline-flex; align-items: center; font-weight: 700; color: #d97706; font-size: 0.88rem; }

/* Form card */
.mm-form-card {
  background: white; border: 1px solid #e2e8f0; border-radius: 18px;
  padding: 28px; max-width: 900px; margin: 0 auto;
  box-shadow: 0 10px 40px rgba(15,23,42,0.06);
}
.mm-form-head { margin-bottom: 18px; }
.mm-form-head h2 { margin: 0 0 4px; font-size: 1.35rem; }

.mm-section-h {
  font-size: 0.98rem; font-weight: 700; color: #0f172a;
  margin: 22px 0 10px; padding-bottom: 6px; border-bottom: 1.5px dashed #e2e8f0;
}

.mm-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.mm-col-2 { grid-column: span 2; }

.mm-form-card .field label { font-size: 0.85rem; font-weight: 600; color: #334155; }
.mm-form-card .field input,
.mm-form-card .field textarea {
  width: 100%; padding: 10px 12px; border: 1.5px solid #cbd5e1; border-radius: 8px;
  font-family: inherit; font-size: 0.95rem; background: white; transition: border-color .2s;
}
.mm-form-card .field input:focus,
.mm-form-card .field textarea:focus { outline: none; border-color: #f59e0b; box-shadow: 0 0 0 3px rgba(245,158,11,0.15); }

/* Uploads */
.mm-uploads { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mm-upload {
  background: #f8fafc; border: 1.5px dashed #cbd5e1; border-radius: 10px; padding: 12px;
}
.mm-upload label { display: block; font-size: 0.85rem; font-weight: 600; color: #334155; margin-bottom: 6px; }
.mm-upload input[type=file] { width: 100%; font-size: 0.84rem; }

.mm-submit-row { margin-top: 22px; }

/* Golden CTA on the homepage */
.home-golden-cta-wrap {
  padding: 44px 0 20px; text-align: center;
}
.home-golden-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 18px 42px; border-radius: 999px;
  background: linear-gradient(135deg, #FFD54F 0%, #FFB300 45%, #FF8F00 100%);
  color: #0a1f44; font-weight: 800; font-size: 1.15rem; letter-spacing: 0.02em;
  text-decoration: none; box-shadow: 0 14px 40px rgba(255,143,0,0.35), inset 0 -2px 0 rgba(0,0,0,0.06);
  border: 2px solid #FFC107;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  position: relative; overflow: hidden;
}
.home-golden-cta::before {
  content: ""; position: absolute; top: 0; left: -75%; width: 50%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-25deg); animation: mmShimmer 3.2s ease-in-out infinite;
}
@keyframes mmShimmer { 0% { left: -75%; } 60% { left: 125%; } 100% { left: 125%; } }
.home-golden-cta:hover { transform: translateY(-2px) scale(1.02); filter: brightness(1.05); }
.home-golden-cta i { font-size: 1.1rem; }

/* Responsive — down to 350px */
@media (max-width: 780px) {
  .mm-grid { grid-template-columns: 1fr 1fr; }
  .mm-col-2 { grid-column: span 2; }
  .mm-uploads { grid-template-columns: 1fr; }
  .mm-cards { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .mm-hero { padding: 40px 0 32px; }
  .mm-form-card { padding: 18px; border-radius: 14px; }
  .mm-grid { grid-template-columns: 1fr; gap: 10px; }
  .mm-col-2 { grid-column: span 1; }
  .mm-card { padding: 16px; }
  .mm-hero-title { font-size: 1.7rem; }
  .home-golden-cta { padding: 14px 24px; font-size: 1rem; }
}
@media (max-width: 360px) {
  .mm-form-card { padding: 14px; }
  .mm-hero-badge { font-size: 0.7rem; padding: 5px 10px; }
  .home-golden-cta { padding: 12px 18px; font-size: 0.92rem; letter-spacing: 0; }
}

/* Admin notification bell */
.admin-notify-bell {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.08);
  color: white; text-decoration: none; margin-right: 8px; transition: background 0.2s;
}
.admin-notify-bell:hover { background: rgba(255,255,255,0.16); }
.admin-notify-bell .badge {
  position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px;
  background: #ef4444; color: white; font-size: 0.68rem; font-weight: 700; line-height: 18px;
  border-radius: 999px; padding: 0 5px; border: 2px solid #0a1f44; display: none;
}
.admin-notify-bell.has-new .badge { display: inline-block; animation: mmPulse 1.4s ease-in-out infinite; }
@keyframes mmPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.15); } }

.admin-toast {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white; padding: 14px 18px; border-radius: 12px;
  box-shadow: 0 12px 40px rgba(16,185,129,0.35);
  max-width: 320px; font-size: 0.9rem; line-height: 1.4;
  transform: translateY(120%); opacity: 0; transition: transform .3s ease, opacity .3s ease;
}
.admin-toast.show { transform: translateY(0); opacity: 1; }
.admin-toast a { color: white; font-weight: 700; text-decoration: underline; }
