/**
 * ============================================================================
 * MWF'S FEMINISM — PHASE 1 INTERACTIVE FEATURES STYLESHEET
 * Components:
 *   1. Live National Impact Dashboard & 10L Goal Progress Bar
 *   2. Interactive Government Subsidy & Loan Calculator (PMEGP / MUDRA / CMEGP)
 *   3. Real Transformation Stories & Video Testimonials Showcase
 *   4. Emergency & Legal Quick Assistance Sticky Action Bar
 * ============================================================================
 */

:root {
  --mwf-primary-dark: #3A1450;
  --mwf-midnight: #20082E;
  --mwf-magenta: #D8267E;
  --mwf-magenta-hover: #F43F5E;
  --mwf-orchid: #9E347B;
  --mwf-gold: #F59E0B;
  --mwf-gold-light: #FEF3C7;
  --mwf-bg-soft: #FAF5F8;
  --mwf-bg-card: #FFFFFF;
  --mwf-border-soft: #ECDDE6;
  --mwf-border-glow: rgba(216, 38, 126, 0.25);
  --mwf-shadow-subtle: 0 10px 30px rgba(58, 20, 80, 0.06);
  --mwf-shadow-hover: 0 20px 45px rgba(58, 20, 80, 0.14);
}

/* ==========================================================================
   1. LIVE NATIONAL IMPACT DASHBOARD & 10L GOAL PROGRESS BAR
   ========================================================================== */
.mwf-impact-section {
  position: relative;
  background: linear-gradient(180deg, #3A1450 0%, #20082E 100%);
  color: #ffffff;
  padding: 90px 0 100px;
  overflow: hidden;
}

.mwf-impact-bg-glow {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(216, 38, 126, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.mwf-impact-title-box {
  text-align: center;
  margin-bottom: 55px;
}

.mwf-impact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #FCE7F3;
  margin-bottom: 16px;
}

.mwf-impact-badge .mwf-pulse-dot {
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10B981;
  animation: mwf-pulse-green 2s infinite;
}

.mwf-impact-title {
  color: #ffffff !important;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.mwf-impact-title span {
  color: #e9ff48 !important;
}

/* Stat Grid Cards */
.mwf-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mwf-stat-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--mwf-magenta);
  box-shadow: 0 15px 35px rgba(216, 38, 126, 0.25);
}

.mwf-stat-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(216, 38, 126, 0.3), rgba(245, 158, 11, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  margin: 0 auto 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mwf-stat-number {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Syne', sans-serif;
}

.mwf-stat-label {
  font-size: 15px;
  font-weight: 600;
  color: #FCE7F3;
  margin-bottom: 6px;
}

.mwf-stat-subtext {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

/* 10 Lakh Target Progress Bar Box */
.mwf-goal-tracker-card {
  background: linear-gradient(135deg, rgba(74, 21, 75, 0.8) 0%, rgba(32, 8, 46, 0.9) 100%);
  border: 1.5px solid rgba(216, 38, 126, 0.4);
  border-radius: 24px;
  padding: 35px 40px;
  margin-top: 45px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.mwf-goal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.mwf-goal-title h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.mwf-goal-title p {
  color: #FCE7F3;
  font-size: 13px;
  margin: 0;
}

.mwf-goal-badge {
  background: linear-gradient(135deg, #F59E0B, #D8267E);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.mwf-progress-track {
  width: 100%;
  height: 16px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.mwf-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #F59E0B 0%, #D8267E 70%, #e9ff48 100%);
  border-radius: 10px;
  transition: width 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.mwf-progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: mwf-shimmer 2s infinite;
}

.mwf-goal-milestones {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
  color: #FCE7F3;
  font-weight: 600;
}

/* ==========================================================================
   2. INTERACTIVE GOVERNMENT SUBSIDY & LOAN CALCULATOR
   ========================================================================== */
.mwf-calc-section {
  padding: 110px 0 120px;
  background-color: var(--mwf-bg-soft);
  position: relative;
}

.mwf-calc-header {
  text-align: center;
  margin-bottom: 50px;
}

.mwf-calc-container {
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid var(--mwf-border-soft);
  box-shadow: 0 20px 60px rgba(58, 20, 80, 0.08);
  overflow: hidden;
  padding: 40px;
}

/* Scheme Selector Tabs */
.mwf-scheme-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 35px;
  border-bottom: 2px solid var(--mwf-border-soft);
  padding-bottom: 15px;
  overflow-x: auto;
}

.mwf-scheme-tab-btn {
  background: #FAF5F8;
  border: 1px solid var(--mwf-border-soft);
  color: var(--mwf-primary-dark);
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.mwf-scheme-tab-btn:hover {
  background: #FCE7F3;
  color: var(--mwf-magenta);
}

.mwf-scheme-tab-btn.is-active {
  background: linear-gradient(135deg, #3A1450 0%, #D8267E 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(216, 38, 126, 0.35);
}

/* Calculator Inputs Column */
.mwf-calc-input-group {
  margin-bottom: 25px;
}

.mwf-calc-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--mwf-primary-dark);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mwf-calc-highlight-val {
  color: var(--mwf-magenta);
  font-size: 18px;
  font-weight: 800;
  font-family: 'Syne', sans-serif;
}

/* Pill Selectors */
.mwf-calc-pill-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mwf-pill-choice {
  position: relative;
}

.mwf-pill-choice input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.mwf-pill-choice label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  background: #FAF5F8;
  border: 1.5px solid var(--mwf-border-soft);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mwf-primary-dark);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.mwf-pill-choice input:checked + label {
  background: #FDF2F8;
  border-color: var(--mwf-magenta);
  color: var(--mwf-magenta);
  box-shadow: 0 4px 12px rgba(216, 38, 126, 0.15);
}

/* Custom Range Slider */
.mwf-range-slider-wrap {
  position: relative;
  margin-top: 15px;
}

.mwf-range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #ECDDE6;
  outline: none;
  transition: background 0.2s;
}

.mwf-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3A1450, #D8267E);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(216, 38, 126, 0.6);
  border: 2px solid #ffffff;
  transition: transform 0.2s;
}

.mwf-range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.mwf-slider-ticks {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--mwf-orchid);
  font-weight: 600;
  margin-top: 8px;
}

/* Calculator Results Box (Glassmorphic Dark Panel) */
.mwf-calc-results-card {
  background: linear-gradient(145deg, #3A1450 0%, #20082E 100%);
  border-radius: 24px;
  padding: 35px 30px;
  color: #ffffff;
  position: relative;
  box-shadow: 0 15px 40px rgba(58, 20, 80, 0.25);
  border: 1px solid rgba(216, 38, 126, 0.3);
}

.mwf-results-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.mwf-results-header h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.mwf-results-header p {
  font-size: 12px;
  color: #FCE7F3;
  margin: 0;
}

.mwf-breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 13.5px;
}

.mwf-breakdown-row .mwf-row-label {
  color: #FCE7F3;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mwf-breakdown-row .mwf-row-val {
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  font-family: 'Syne', sans-serif;
}

.mwf-subsidy-highlight-box {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(216, 38, 126, 0.25));
  border: 1.5px dashed #F59E0B;
  border-radius: 16px;
  padding: 16px;
  margin: 20px 0;
  text-align: center;
}

.mwf-subsidy-highlight-box span {
  font-size: 12px;
  font-weight: 600;
  color: #FEF3C7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mwf-subsidy-highlight-box h3 {
  color: #e9ff48;
  font-size: 30px;
  font-weight: 800;
  margin: 4px 0 0 0;
  font-family: 'Syne', sans-serif;
}

.mwf-calc-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.mwf-calc-btn-primary {
  background: linear-gradient(135deg, #D8267E 0%, #F43F5E 100%);
  color: #ffffff !important;
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(216, 38, 126, 0.4);
}

.mwf-calc-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(216, 38, 126, 0.6);
}

.mwf-calc-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mwf-calc-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* ==========================================================================
   3. REAL TRANSFORMATION STORIES & VIDEO SHOWCASE
   ========================================================================== */
.mwf-stories-section {
  padding: 100px 0 110px;
  background: #ffffff;
  position: relative;
}

.mwf-stories-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 45px;
}

.mwf-stories-filter-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mwf-story-filter-btn {
  background: #FAF5F8;
  border: 1px solid var(--mwf-border-soft);
  color: var(--mwf-primary-dark);
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mwf-story-filter-btn.is-active,
.mwf-story-filter-btn:hover {
  background: var(--mwf-magenta);
  color: #ffffff;
  border-color: var(--mwf-magenta);
}

/* Story Card */
.mwf-story-card {
  background: #ffffff;
  border: 1px solid var(--mwf-border-soft);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--mwf-shadow-subtle);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mwf-story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(32, 8, 46, 0.14);
  border-color: var(--mwf-magenta);
}

/* 9:16 Reel Video Area */
.mwf-story-thumb-wrap.mwf-reel-9-16 {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 480px;
  overflow: hidden;
  background-color: #12031c;
  cursor: pointer;
  border-radius: 21px 21px 0 0;
}

.mwf-story-reel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: #12031c;
}

.mwf-story-card:hover .mwf-story-reel-video {
  transform: scale(1.04);
}

.mwf-reel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(18, 4, 28, 0.45) 0%,
    rgba(18, 4, 28, 0.05) 30%,
    rgba(18, 4, 28, 0.1) 65%,
    rgba(18, 4, 28, 0.8) 100%
  );
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.mwf-reel-sound-toggle {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(20, 4, 30, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  z-index: 4;
  transition: all 0.25s ease;
}

.mwf-reel-sound-toggle:hover {
  background: var(--mwf-magenta, #D8267E);
  transform: scale(1.1);
  border-color: #ffffff;
  box-shadow: 0 4px 12px rgba(216, 38, 126, 0.5);
}

.mwf-reel-sound-toggle.is-unmuted {
  background: var(--mwf-magenta, #D8267E);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 14px rgba(216, 38, 126, 0.8);
}

.mwf-video-watch-chip {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(24, 5, 36, 0.85);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
  transition: all 0.3s ease;
  pointer-events: none;
}

.mwf-story-card.is-playing .mwf-video-watch-chip {
  background: rgba(16, 185, 129, 0.9);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.mwf-video-pulse {
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 6px #22c55e;
  animation: mwfLiveDot 1.5s infinite;
}

@keyframes mwfLiveDot {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.mwf-story-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #D8267E, #A0155B);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  border: 2.5px solid #ffffff;
  box-shadow: 0 8px 24px rgba(216, 38, 126, 0.6), 0 0 0 4px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
}

.mwf-story-card.is-playing .mwf-story-play-btn {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
  pointer-events: none;
}

.mwf-transformation-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(32, 8, 46, 0.9);
  color: #f6ff70;
  font-size: 11.5px;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(246, 255, 112, 0.35);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.mwf-story-content {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mwf-story-location {
  font-size: 12px;
  color: var(--mwf-orchid, #7F226B);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mwf-story-name {
  font-size: 19px;
  font-weight: 700;
  color: var(--mwf-primary-dark, #20082E);
  margin-bottom: 4px;
}

.mwf-story-role {
  font-size: 13px;
  color: var(--mwf-magenta, #D8267E);
  font-weight: 600;
  margin-bottom: 12px;
}

.mwf-story-quote {
  font-size: 13.5px;
  color: #55445B;
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 16px;
  flex: 1;
}

.mwf-story-watch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 9px 14px;
  background: #FAF3F8;
  color: var(--mwf-magenta, #D8267E);
  border: 1px solid rgba(216, 38, 126, 0.25);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-bottom: 14px;
}

.mwf-story-watch-btn:hover {
  background: var(--mwf-magenta, #D8267E);
  color: #ffffff;
  border-color: var(--mwf-magenta, #D8267E);
  box-shadow: 0 4px 14px rgba(216, 38, 126, 0.35);
  transform: translateY(-2px);
}

.mwf-story-stats-row {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--mwf-border-soft, #EDE3EC);
  font-size: 12px;
  font-weight: 700;
  color: var(--mwf-primary-dark, #20082E);
}

/* Video Modal Player */
.mwf-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(16, 4, 25, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mwf-video-modal.is-open {
  display: flex;
  opacity: 1;
}

.mwf-modal-inner {
  position: relative;
  width: 860px;
  max-width: 95vw;
  max-height: 90vh;
  background: #0C0312;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(216, 38, 126, 0.4);
  display: flex;
  flex-direction: column;
  animation: mwfModalPop 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes mwfModalPop {
  0% {
    transform: scale(0.92) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.mwf-modal-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: linear-gradient(135deg, rgba(32, 8, 46, 0.95), rgba(64, 15, 92, 0.95));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 15px;
}

.mwf-modal-speaker-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mwf-modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FFB3D9;
}

.mwf-modal-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.mwf-modal-close-btn {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.mwf-modal-close-btn:hover {
  background: var(--mwf-magenta, #D8267E);
  transform: rotate(90deg) scale(1.1);
}

.mwf-modal-video-container {
  position: relative;
  width: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(85vh - 70px);
}

.mwf-modal-video {
  width: 100%;
  max-height: 72vh;
  display: block;
  object-fit: contain;
  background: #000;
}

/* ==========================================================================
   4. EMERGENCY & LEGAL QUICK ASSISTANCE STICKY HELPER
   ========================================================================== */
.mwf-quick-help-bar {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mwf-quick-help-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: var(--mwf-primary-dark);
  font-size: 12.5px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(58, 20, 80, 0.16);
  border: 1.5px solid var(--mwf-border-soft);
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.mwf-quick-help-btn:hover {
  background: #FDF2F8;
  color: var(--mwf-magenta);
  border-color: var(--mwf-magenta);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(216, 38, 126, 0.25);
}

.mwf-quick-help-btn i {
  color: #EF4444;
  font-size: 14px;
}

/* ==========================================================================
   Keyframes & Animations
   ========================================================================== */
@keyframes mwf-pulse-green {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

@keyframes mwf-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .mwf-impact-title { font-size: 32px; }
  .mwf-stat-number { font-size: 36px; }
  .mwf-calc-container { padding: 25px; }
  .mwf-modal-video { height: 320px; }
}

@media (max-width: 576px) {
  .mwf-quick-help-bar { display: none; }
  .mwf-calc-pill-options { grid-template-columns: 1fr; }
  .mwf-goal-tracker-card { padding: 22px; }
}
