@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

#el-1000moteru-widget{
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  overflow: clip;
  isolation: isolate;
}

#el-1000moteru-widget[data-widget-ready='false'] [data-form-gate]{
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
}

#el-1000moteru-widget [data-form-gate]{
  transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
}

#el-1000moteru-widget [data-form-gate].is-ready{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


#el-1000moteru-widget{
  --pink: #e74972;
  --pink-dark: #d83f68;
  --pink-soft: #fff2f6;
  --navy: #1c244b;
  --navy-deep: #10172f;
  --blue: #4b45c9;
  --text: #2f4563;
  --muted: #5a6e8a;
  --line: #e7e7f1;
  --surface: #ffffff;
  --surface-soft: #f8f6fb;
  --surface-warm: #fff8fb;
  --page: #fdfafc;
  --success: #1d8d6d;
  --shadow-lg: 0 28px 72px rgba(28, 36, 75, 0.14);
  --shadow-md: 0 18px 44px rgba(28, 36, 75, 0.09);
  --radius-2xl: 36px;
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 20px;
  --container: 1200px;
}

#el-1000moteru-widget *{
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif !important;
}
#el-1000moteru-widget *::before, #el-1000moteru-widget *::after{
  font-family: 'Ubuntu', sans-serif !important;
}
#el-1000moteru-widget{ scroll-behavior: smooth; }
#el-1000moteru-widget{
  margin: 0;
  font-family: 'Ubuntu', sans-serif !important;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(231, 73, 114, 0.10), transparent 22%),
    radial-gradient(circle at 88% 8%, rgba(75, 69, 201, 0.08), transparent 20%),
    linear-gradient(180deg, #fffdfd 0%, #fdf5f9 38%, #f7f8fd 100%);
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#el-1000moteru-widget.is-menu-open{ overflow: hidden; }
#el-1000moteru-widget img, #el-1000moteru-widget svg{ display: block; max-width: 100%; }
#el-1000moteru-widget a{ color: inherit; text-decoration: none; }
#el-1000moteru-widget button, #el-1000moteru-widget input{ font: inherit; }

#el-1000moteru-widget .container{
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

#el-1000moteru-widget .section{
  position: relative;
  padding: 102px 0;
}

#el-1000moteru-widget .section[id]{ scroll-margin-top: 112px; }

#el-1000moteru-widget .eyebrow{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(231, 73, 114, 0.10);
  color: var(--pink);
  border: 1px solid rgba(231, 73, 114, 0.14);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#el-1000moteru-widget .eyebrow.hero-eyebrow{
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

#el-1000moteru-widget h1, #el-1000moteru-widget h2, #el-1000moteru-widget h3{
  margin: 0;
  color: var(--navy);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

#el-1000moteru-widget h1{ font-size: clamp(3rem, 6vw, 6.2rem); }
#el-1000moteru-widget h2{ font-size: clamp(2rem, 3.8vw, 3.8rem); }
#el-1000moteru-widget h3{ font-size: clamp(1.14rem, 2vw, 1.45rem); }
#el-1000moteru-widget p{ margin: 0; }

#el-1000moteru-widget .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 0;
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

#el-1000moteru-widget .btn:hover{ transform: translateY(-2px); }

#el-1000moteru-widget .btn-primary{
  color: #fff;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
  box-shadow: 0 16px 34px rgba(231, 73, 114, 0.28);
}

#el-1000moteru-widget .btn-primary:hover{ box-shadow: 0 20px 42px rgba(231, 73, 114, 0.34); }

#el-1000moteru-widget .btn-secondary{
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
}

#el-1000moteru-widget .btn-secondary:hover{ background: rgba(255, 255, 255, 0.16); }

#el-1000moteru-widget .btn-outline{
  color: var(--navy);
  background: transparent;
  border: 1px solid rgba(28, 36, 75, 0.12);
}

#el-1000moteru-widget .btn-outline:hover{
  color: var(--pink);
  border-color: rgba(231, 73, 114, 0.32);
}

#el-1000moteru-widget .card{
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(28, 36, 75, 0.08);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-md);
}

#el-1000moteru-widget .site-header{
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(28, 36, 75, 0.06);
  box-shadow: 0 10px 28px rgba(28, 36, 75, 0.05);
}

#el-1000moteru-widget .nav-wrap{
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

#el-1000moteru-widget .brand{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--navy);
}

#el-1000moteru-widget .brand-logo{
  width: 74px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

#el-1000moteru-widget .brand-text{
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

#el-1000moteru-widget .brand-text strong{ font-size: 1rem; }
#el-1000moteru-widget .brand-text span{ font-size: 0.8rem; color: var(--muted); }
#el-1000moteru-widget .site-header .brand{ padding: 6px 0; }
#el-1000moteru-widget .site-header .brand-text strong{ font-size: 1.02rem; }
#el-1000moteru-widget .site-footer .brand{ align-items: flex-start; }
#el-1000moteru-widget .site-footer .brand-logo{
  width: 92px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

#el-1000moteru-widget .nav{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#el-1000moteru-widget .nav a{
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color .2s ease, background .2s ease;
}

#el-1000moteru-widget .nav a:hover, #el-1000moteru-widget .nav a.active{
  color: var(--navy);
  background: rgba(75, 69, 201, 0.08);
}

#el-1000moteru-widget .nav .nav-cta{
  padding-inline: 16px;
  background: var(--navy);
  color: #fff;
}

#el-1000moteru-widget .nav .nav-cta:hover{
  background: var(--pink);
  color: #fff;
}

#el-1000moteru-widget .menu-toggle{
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(28, 36, 75, 0.08);
  background: #fff;
  color: var(--navy);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(28, 36, 75, 0.08);
  flex: 0 0 auto;
}

#el-1000moteru-widget .menu-toggle svg{ width: 22px; height: 22px; }

#el-1000moteru-widget .hero{
  position: relative;
  padding: 0 0 42px;
}

#el-1000moteru-widget .hero-frame{
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--navy-deep);
  border-radius: 0 0 56px 56px;
  box-shadow: 0 38px 110px rgba(28, 36, 75, 0.24);
}

#el-1000moteru-widget .hero-media{
  position: relative;
  min-height: 850px;
}

#el-1000moteru-widget .hero-image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

#el-1000moteru-widget .hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(92deg, rgba(16, 23, 47, 0.90) 0%, rgba(16, 23, 47, 0.76) 28%, rgba(16, 23, 47, 0.44) 58%, rgba(16, 23, 47, 0.16) 100%),
    linear-gradient(180deg, rgba(16, 23, 47, 0.10) 0%, rgba(16, 23, 47, 0.16) 42%, rgba(16, 23, 47, 0.64) 100%),
    radial-gradient(circle at 12% 18%, rgba(231, 73, 114, 0.18), transparent 26%);
}

#el-1000moteru-widget .hero-inner{
  position: relative;
  z-index: 1;
  min-height: 850px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-content: end;
  padding: 132px 0 64px;
}

#el-1000moteru-widget .hero-copy{
  width: min(760px, 100%);
  display: grid;
  gap: 20px;
  padding: 42px 42px 38px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(15, 22, 43, 0.68) 0%, rgba(15, 22, 43, 0.50) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
}

#el-1000moteru-widget .hero-copy h1, #el-1000moteru-widget .hero-copy p{
  color: #fff;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.22);
}

#el-1000moteru-widget .hero-copy h1{
  max-width: 11ch;
  font-size: clamp(3.2rem, 6vw, 6.1rem);
}

#el-1000moteru-widget .hero-copy p{
  max-width: 620px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.94);
}

#el-1000moteru-widget .about-highlight{
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(75, 69, 201, 0.12), rgba(231, 73, 114, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--navy);
  font-weight: 700;
  line-height: 1.55;
}

#el-1000moteru-widget .hero-copy .about-highlight{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#el-1000moteru-widget .hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

#el-1000moteru-widget .hero-actions .btn{ min-width: 220px; }

#el-1000moteru-widget .hero-side-panel{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-self: end;
  justify-self: start;
  width: min(980px, 100%);
}

#el-1000moteru-widget .hero-proof-card{
  min-height: 100%;
  padding: 22px 22px 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 248, 251, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 44px rgba(28, 36, 75, 0.13);
  backdrop-filter: blur(14px);
}

#el-1000moteru-widget .hero-proof-card strong{
  display: block;
  font-size: clamp(1.95rem, 3vw, 2.6rem);
  line-height: 1;
  color: var(--pink);
  margin-bottom: 10px;
}

#el-1000moteru-widget .hero-proof-card span{
  display: block;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.35;
}

#el-1000moteru-widget .hero-proof-card small{
  display: block;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

#el-1000moteru-widget .section-head, #el-1000moteru-widget .stories-head{
  max-width: 780px;
  margin-bottom: 30px;
  display: grid;
  gap: 16px;
}

#el-1000moteru-widget .section-head p, #el-1000moteru-widget .stories-head p{
  color: var(--muted);
  font-size: 1.03rem;
}

#el-1000moteru-widget .about-section{
  position: relative;
  z-index: 3;
  padding-top: 0;
  margin-top: -34px;
}

#el-1000moteru-widget .about-grid, #el-1000moteru-widget .impact-grid, #el-1000moteru-widget .ambassador-grid, #el-1000moteru-widget .partner-grid, #el-1000moteru-widget .faq-grid, #el-1000moteru-widget .support-grid{
  display: grid;
  gap: 30px;
  align-items: stretch;
}

#el-1000moteru-widget .about-grid{
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 24px;
  align-items: start;
}

#el-1000moteru-widget .about-main-card, #el-1000moteru-widget .about-support-card, #el-1000moteru-widget .impact-copy-card, #el-1000moteru-widget .impact-note, #el-1000moteru-widget .story-card, #el-1000moteru-widget .module-card, #el-1000moteru-widget .ambassador-quote, #el-1000moteru-widget .ambassador-copy, #el-1000moteru-widget .partner-copy, #el-1000moteru-widget .map-card, #el-1000moteru-widget .faq-intro, #el-1000moteru-widget .support-copy, #el-1000moteru-widget .donation-card, #el-1000moteru-widget .bottom-cta-shell{
  border-radius: var(--radius-2xl);
}

#el-1000moteru-widget .about-main-card, #el-1000moteru-widget .about-support-card, #el-1000moteru-widget .impact-copy-card, #el-1000moteru-widget .impact-note, #el-1000moteru-widget .ambassador-quote, #el-1000moteru-widget .ambassador-copy, #el-1000moteru-widget .partner-copy, #el-1000moteru-widget .map-card, #el-1000moteru-widget .faq-intro, #el-1000moteru-widget .donation-card{
  padding: 36px;
}

#el-1000moteru-widget .about-main-card{
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 42px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7fa 100%);
  box-shadow: 0 28px 64px rgba(28, 36, 75, 0.11);
  transform: translateY(-54px);
}

#el-1000moteru-widget .about-main-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(231, 73, 114, 0.06), rgba(75, 69, 201, 0.02));
  pointer-events: none;
}

#el-1000moteru-widget .about-main-card::after{
  content: "";
  position: absolute;
  right: -50px;
  bottom: -56px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 73, 114, 0.20) 0%, rgba(231, 73, 114, 0.04) 58%, transparent 72%);
  pointer-events: none;
}

#el-1000moteru-widget .about-main-card > *{
  position: relative;
  z-index: 1;
}

#el-1000moteru-widget .about-support-card{
  display: grid;
  gap: 18px;
  align-content: center;
  padding: 34px;
  background: linear-gradient(180deg, #fff2f7 0%, #ffffff 100%);
  box-shadow: 0 22px 52px rgba(28, 36, 75, 0.08);
  transform: translateY(18px);
}

#el-1000moteru-widget .about-support-card p, #el-1000moteru-widget .partner-copy p, #el-1000moteru-widget .map-card-lead, #el-1000moteru-widget .partner-summary-card span, #el-1000moteru-widget .donation-note{
  color: var(--text);
}

#el-1000moteru-widget .impact{
  background: linear-gradient(180deg, rgba(255, 247, 250, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
}

#el-1000moteru-widget .impact-grid{
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: center;
}

#el-1000moteru-widget .impact-stack{
  display: grid;
  gap: 18px;
  align-content: start;
}

#el-1000moteru-widget .impact-copy-card{
  display: grid;
  gap: 18px;
  padding: 40px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
}

#el-1000moteru-widget .impact-note{
  padding: 24px 26px;
  background: linear-gradient(135deg, rgba(231, 73, 114, 0.13), rgba(75, 69, 201, 0.10));
  border: 1px solid rgba(231, 73, 114, 0.12);
  color: var(--navy);
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(28, 36, 75, 0.06);
}

#el-1000moteru-widget .impact-note small{
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
}

#el-1000moteru-widget .impact-visual{
  position: relative;
  min-height: 620px;
  border-radius: 40px;
  overflow: hidden;
  background: #f1edf4;
  box-shadow: 0 28px 70px rgba(28, 36, 75, 0.18);
  isolation: isolate;
}

#el-1000moteru-widget .impact-photo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#el-1000moteru-widget .impact-visual::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 23, 47, 0.10) 0%, rgba(16, 23, 47, 0.12) 26%, rgba(16, 23, 47, 0.62) 100%),
    radial-gradient(circle at 14% 18%, rgba(231, 73, 114, 0.20), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(75, 69, 201, 0.18), transparent 24%);
  z-index: 1;
}

#el-1000moteru-widget .impact-core-card, #el-1000moteru-widget .impact-chip{
  position: absolute;
  z-index: 2;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 38px rgba(16, 23, 47, 0.18);
}

#el-1000moteru-widget .impact-core-card{
  left: 28px;
  right: 28px;
  bottom: 28px;
  max-width: 340px;
  padding: 24px 24px 22px;
  border-radius: 28px;
  background: rgba(16, 23, 47, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

#el-1000moteru-widget .impact-core-card strong{
  display: block;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1;
  margin-bottom: 10px;
}

#el-1000moteru-widget .impact-core-card span{
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  line-height: 1.4;
}

#el-1000moteru-widget .impact-chip{
  min-width: 148px;
  max-width: 180px;
  padding: 16px 16px 15px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.82);
  color: var(--navy);
}

#el-1000moteru-widget .impact-chip strong{
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.1;
  color: var(--pink);
}

#el-1000moteru-widget .impact-chip span{
  display: block;
  font-size: 0.9rem;
  line-height: 1.42;
  color: var(--navy);
  font-weight: 700;
}

#el-1000moteru-widget .chip-1{ top: 26px; left: 24px; }
#el-1000moteru-widget .chip-2{ top: 34px; right: 24px; }
#el-1000moteru-widget .chip-3{ bottom: 168px; right: 24px; }
#el-1000moteru-widget .chip-4{ bottom: 186px; left: 42px; }

#el-1000moteru-widget .modules{
  background: linear-gradient(180deg, #ffffff 0%, #faf7fd 100%);
}

#el-1000moteru-widget .module-grid, #el-1000moteru-widget .stories-grid, #el-1000moteru-widget .mini-grid, #el-1000moteru-widget .partner-map-summary, #el-1000moteru-widget .amount-grid{
  display: grid;
  gap: 20px;
}

#el-1000moteru-widget .module-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
#el-1000moteru-widget .stories-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
#el-1000moteru-widget .mini-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
#el-1000moteru-widget .partner-map-summary{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
#el-1000moteru-widget .amount-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

#el-1000moteru-widget .module-card{
  padding: 32px;
  display: grid;
  gap: 18px;
  min-height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fffafc 100%);
  border: 1px solid rgba(28, 36, 75, 0.08);
  box-shadow: 0 18px 40px rgba(28, 36, 75, 0.08);
}

#el-1000moteru-widget .module-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#el-1000moteru-widget .module-index{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(75, 69, 201, 0.12), rgba(231, 73, 114, 0.12));
  color: var(--navy);
  font-weight: 700;
}

#el-1000moteru-widget .module-icon{
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--pink-soft);
  color: var(--pink);
}

#el-1000moteru-widget .module-icon svg{ width: 24px; height: 24px; }

#el-1000moteru-widget .module-copy{ display: grid; gap: 14px; }

#el-1000moteru-widget .module-tag{
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(75, 69, 201, 0.08);
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 700;
}

#el-1000moteru-widget .module-card p{ color: var(--muted); font-size: 1rem; }

#el-1000moteru-widget .bottom-cta{
  position: relative;
  padding-top: 10px;
}

#el-1000moteru-widget .bottom-cta-shell{
  padding: 42px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #1c244b 0%, #30367e 55%, #d94d74 100%);
  border: 1px solid rgba(28, 36, 75, 0.08);
  box-shadow: 0 28px 64px rgba(28, 36, 75, 0.16);
}

#el-1000moteru-widget .bottom-cta-shell p{
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  margin-top: 10px;
}
#el-1000moteru-widget .bottom-cta-shell h2{
  color: #fff;
}

#el-1000moteru-widget .bottom-cta-shell .eyebrow{
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}

#el-1000moteru-widget .bottom-cta-shell .btn-primary{
  color: var(--navy);
  background: #fff;
  box-shadow: 0 18px 36px rgba(10, 14, 28, 0.18);
}

#el-1000moteru-widget .bottom-cta-shell .btn-primary:hover{
  box-shadow: 0 22px 42px rgba(10, 14, 28, 0.22);
}


#el-1000moteru-widget .stories{
  background: linear-gradient(180deg, #fff9fb 0%, #ffffff 100%);
}

#el-1000moteru-widget .story-card{
  padding: 32px 30px 30px;
  display: grid;
  gap: 18px;
  min-height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
  border: 1px solid rgba(231, 73, 114, 0.14);
  box-shadow: 0 18px 40px rgba(28, 36, 75, 0.07);
}

#el-1000moteru-widget .story-quote-mark{
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(231, 73, 114, 0.14), rgba(75, 69, 201, 0.12));
  color: var(--pink);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

#el-1000moteru-widget .story-card blockquote{
  margin: 0;
  color: var(--navy);
  font-size: 1.06rem;
  line-height: 1.7;
}

#el-1000moteru-widget .story-meta{
  display: grid;
  gap: 4px;
  margin-top: auto;
}

#el-1000moteru-widget .story-meta strong{
  color: var(--navy);
  font-size: 0.96rem;
}

#el-1000moteru-widget .story-meta span{
  color: var(--muted);
  font-size: 0.9rem;
}

#el-1000moteru-widget .ambassador-grid{
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

#el-1000moteru-widget .ambassador-quote{
  position: relative;
  min-height: 100%;
  display: grid;
  align-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #1c244b 0%, #34398b 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(28, 36, 75, 0.16);
}

#el-1000moteru-widget .ambassador-quote::after{
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

#el-1000moteru-widget .ambassador-avatar{
  width: 66px;
  height: 66px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

#el-1000moteru-widget .ambassador-quote blockquote{
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: clamp(1.34rem, 2vw, 1.8rem);
  line-height: 1.3;
}

#el-1000moteru-widget .ambassador-meta{ position: relative; z-index: 1; }
#el-1000moteru-widget .ambassador-meta strong{
  display: block;
  font-size: 1.02rem;
  margin-bottom: 4px;
}

#el-1000moteru-widget .ambassador-meta span{
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

#el-1000moteru-widget .ambassador-copy{
  display: grid;
  gap: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fdf9fd 100%);
}

#el-1000moteru-widget .mini-card{
  padding: 18px;
  border-radius: 22px;
  background: var(--surface-soft);
  border: 1px solid rgba(28, 36, 75, 0.06);
}

#el-1000moteru-widget .mini-card strong{
  display: block;
  color: var(--navy);
  margin-bottom: 6px;
}

#el-1000moteru-widget .mini-card span{
  color: var(--muted);
  font-size: 0.94rem;
}

#el-1000moteru-widget .partners{
  background:
    radial-gradient(circle at top right, rgba(75, 69, 201, 0.08), transparent 24%),
    radial-gradient(circle at 0% 40%, rgba(231, 73, 114, 0.08), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
}

#el-1000moteru-widget .partner-grid{
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 24px;
  align-items: start;
}

#el-1000moteru-widget .partner-copy{
  display: grid;
  gap: 18px;
  padding: 38px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
}

#el-1000moteru-widget .partner-brands{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

#el-1000moteru-widget .partner-brand{
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(75, 69, 201, 0.08);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

#el-1000moteru-widget .cta-row{ margin-top: 8px; }

#el-1000moteru-widget .map-card{
  display: grid;
  gap: 18px;
  padding: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f6fb 100%);
  overflow: hidden;
}

#el-1000moteru-widget .map-card-head, #el-1000moteru-widget .map-card-intro{
  display: grid;
  gap: 12px;
}

#el-1000moteru-widget .partner-summary-card{
  padding: 16px 16px 17px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(28, 36, 75, 0.08);
  box-shadow: 0 12px 26px rgba(28, 36, 75, 0.05);
}

#el-1000moteru-widget .partner-summary-card strong{
  display: block;
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 6px;
}

#el-1000moteru-widget .partner-map-card{
  position: relative;
  padding: 18px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(28, 36, 75, 0.08);
  box-shadow: 0 24px 54px rgba(28, 36, 75, 0.10);
  overflow: hidden;
}

#el-1000moteru-widget .partner-map-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(231, 73, 114, 0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(75, 69, 201, 0.10), transparent 24%);
  pointer-events: none;
}

#el-1000moteru-widget .support-map-toolbar{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 6;
  display: flex;
  gap: 8px;
}

#el-1000moteru-widget .map-zoom-btn{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(28, 36, 75, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(28, 36, 75, 0.12);
  transition: transform .2s ease, border-color .2s ease;
}

#el-1000moteru-widget .map-zoom-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(231, 73, 114, 0.36);
}

#el-1000moteru-widget .partner-map-viewport{
  position: relative;
  min-height: 620px;
  border: 1px solid #ececf3;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(75, 69, 201, 0.08), transparent 28%),
    linear-gradient(180deg, #fdfcff 0%, #f6f7fb 100%);
  touch-action: none;
}

#el-1000moteru-widget .partner-map-stage{
  position: absolute;
  inset: 0;
  transform-origin: center center;
  cursor: grab;
}

#el-1000moteru-widget .partner-map-stage.is-dragging{ cursor: grabbing; }
#el-1000moteru-widget .partner-map-svg{ width: 100%; height: 100%; }
#el-1000moteru-widget .map-outline{
  fill: #fff4f7;
  stroke: #d6bcc7;
  stroke-width: 4;
  stroke-linejoin: round;
}

#el-1000moteru-widget .support-slot{
  color: #d2d3da;
  transition: color .35s ease, opacity .35s ease;
}

#el-1000moteru-widget .support-slot.is-filled{ color: var(--pink); }
#el-1000moteru-widget .support-slot.is-current-base{ color: #f1cad6; }

#el-1000moteru-widget .partner-map-legend{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
}

#el-1000moteru-widget .partner-map-legend span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#el-1000moteru-widget .partner-map-legend i{
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 999px;
}

#el-1000moteru-widget .legend-filled{ background: var(--pink); }
#el-1000moteru-widget .legend-current{ background: #f1cad6; }
#el-1000moteru-widget .legend-free{ background: #d2d3da; }

#el-1000moteru-widget .faq-grid{
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 28px;
  align-items: start;
}

#el-1000moteru-widget .faq-intro{
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
}

#el-1000moteru-widget .faq-intro ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

#el-1000moteru-widget .faq-intro li{
  position: relative;
  padding-left: 24px;
  color: var(--text);
}

#el-1000moteru-widget .faq-intro li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 6px rgba(231, 73, 114, 0.12);
}

#el-1000moteru-widget .faq-list{
  display: grid;
  gap: 14px;
}

#el-1000moteru-widget .faq-item{
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(28, 36, 75, 0.08);
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 36, 75, 0.06);
}

#el-1000moteru-widget .faq-trigger{
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
}

#el-1000moteru-widget .faq-trigger span:last-child{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(75, 69, 201, 0.08);
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
  flex: 0 0 auto;
}

#el-1000moteru-widget .faq-item.open .faq-trigger span:last-child{
  transform: rotate(45deg);
  background: rgba(231, 73, 114, 0.12);
  color: var(--pink);
}

#el-1000moteru-widget .faq-answer{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

#el-1000moteru-widget .faq-item.open .faq-answer{ grid-template-rows: 1fr; }
#el-1000moteru-widget .faq-answer-inner{ overflow: hidden; }
#el-1000moteru-widget .faq-answer p{
  padding: 0 24px 22px;
  color: var(--muted);
}

#el-1000moteru-widget .support-grid{
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
}

#el-1000moteru-widget .support-copy{
  padding: 42px;
  display: grid;
  gap: 18px;
  align-content: start;
  background: linear-gradient(135deg, #1a2147 0%, #2a2f6a 58%, #4840b7 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
}

#el-1000moteru-widget .support-copy::after{
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

#el-1000moteru-widget .support-copy h2, #el-1000moteru-widget .support-copy p, #el-1000moteru-widget .support-copy .eyebrow, #el-1000moteru-widget .support-price{
  position: relative;
  z-index: 1;
}

#el-1000moteru-widget .support-copy h2{ color: #fff; }
#el-1000moteru-widget .support-copy p{ color: rgba(255, 255, 255, 0.90); }
#el-1000moteru-widget .support-copy .eyebrow{
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

#el-1000moteru-widget .support-price{
  display: inline-flex;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#el-1000moteru-widget .donation-card{
  display: grid;
  gap: 20px;
  padding: 38px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
}

#el-1000moteru-widget .donation-card h3{ color: var(--navy); }

#el-1000moteru-widget .amount-btn{
  min-height: 96px;
  padding: 18px 16px;
  text-align: left;
  border-radius: 22px;
  border: 1px solid rgba(28, 36, 75, 0.08);
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 36, 75, 0.04);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

#el-1000moteru-widget .amount-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(231, 73, 114, 0.22);
  box-shadow: 0 18px 30px rgba(28, 36, 75, 0.08);
}

#el-1000moteru-widget .amount-btn.active{
  background: linear-gradient(135deg, rgba(231, 73, 114, 0.12), rgba(75, 69, 201, 0.10));
  border-color: rgba(231, 73, 114, 0.34);
}

#el-1000moteru-widget .amount-btn strong{
  display: block;
  color: var(--navy);
  font-size: 1.14rem;
  margin-bottom: 6px;
}

#el-1000moteru-widget .amount-btn span{
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

#el-1000moteru-widget .custom-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

#el-1000moteru-widget .custom-input{
  min-height: 58px;
  width: 100%;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(28, 36, 75, 0.10);
  background: var(--surface-soft);
  color: var(--navy);
}

#el-1000moteru-widget .custom-input:focus{
  outline: none;
  border-color: rgba(231, 73, 114, 0.34);
  background: #fff;
}

#el-1000moteru-widget .donation-total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--surface-soft);
  border: 1px solid rgba(28, 36, 75, 0.06);
}

#el-1000moteru-widget .donation-total strong{
  display: block;
  color: var(--navy);
  font-size: 1.34rem;
}

#el-1000moteru-widget .donation-total span{
  color: var(--muted);
  font-size: 0.92rem;
}

#el-1000moteru-widget .site-footer{
  padding: 40px 0 46px;
  background: #11182f;
  color: rgba(255, 255, 255, 0.84);
}

#el-1000moteru-widget .footer-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(220px, 0.46fr));
  gap: 26px;
  align-items: start;
}

#el-1000moteru-widget .footer-brand{
  display: grid;
  gap: 14px;
}

#el-1000moteru-widget .footer-brand-name{ color: #fff; }
#el-1000moteru-widget .footer-brand-tagline{
  display: block;
  color: rgba(255, 255, 255, 0.62);
}

#el-1000moteru-widget .footer-email{
  color: #fff;
  font-weight: 700;
}

#el-1000moteru-widget .footer-title{
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
}

#el-1000moteru-widget .footer-list{
  display: grid;
  gap: 10px;
}

#el-1000moteru-widget .social-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#el-1000moteru-widget .social-pill{
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  font-weight: 700;
}

#el-1000moteru-widget .social-pill:hover{
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

#el-1000moteru-widget .footer-bottom{
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

#el-1000moteru-widget [data-reveal]{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}

#el-1000moteru-widget [data-reveal].is-visible{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px){
  #el-1000moteru-widget .about-grid, #el-1000moteru-widget .impact-grid, #el-1000moteru-widget .ambassador-grid, #el-1000moteru-widget .partner-grid, #el-1000moteru-widget .faq-grid, #el-1000moteru-widget .support-grid, #el-1000moteru-widget .footer-grid, #el-1000moteru-widget .bottom-cta-shell{
    grid-template-columns: 1fr;
  }

  #el-1000moteru-widget .nav{
    position: fixed;
    inset: 82px 16px auto 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(28, 36, 75, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 44px rgba(28, 36, 75, 0.12);
    padding: 18px;
    display: grid;
    gap: 6px;
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
  }

  #el-1000moteru-widget.is-menu-open .nav{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  #el-1000moteru-widget .nav a, #el-1000moteru-widget .nav .nav-cta{
    width: 100%;
    justify-content: flex-start;
    padding: 14px 16px;
  }

  #el-1000moteru-widget .menu-toggle{ display: inline-flex; }

  #el-1000moteru-widget .hero-media, #el-1000moteru-widget .hero-inner{
    min-height: 760px;
  }

  #el-1000moteru-widget .hero-inner{
    gap: 18px;
    padding: 116px 0 40px;
  }

  #el-1000moteru-widget .hero-copy{
    width: min(760px, 100%);
    padding: 32px 30px 30px;
  }

  #el-1000moteru-widget .hero-side-panel{
    width: 100%;
    justify-self: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #el-1000moteru-widget .about-section{
    margin-top: 0;
    padding-top: 26px;
  }

  #el-1000moteru-widget .about-main-card, #el-1000moteru-widget .about-support-card{
    transform: none;
  }

  #el-1000moteru-widget .section{
    padding: 84px 0;
  }

  #el-1000moteru-widget .stories-grid, #el-1000moteru-widget .module-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #el-1000moteru-widget .partner-map-summary{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #el-1000moteru-widget .partner-map-viewport{
    min-height: 620px;
  }
}

@media (max-width: 760px){
  #el-1000moteru-widget .container{ width: min(var(--container), calc(100% - 24px)); }
  #el-1000moteru-widget .nav-wrap{ min-height: 74px; }
  #el-1000moteru-widget .section{ padding: 68px 0; }

  #el-1000moteru-widget .hero{
    padding: 0 0 28px;
  }

  #el-1000moteru-widget .hero-media{
    min-height: auto;
  }

  #el-1000moteru-widget .hero-frame{
    border-radius: 0 0 28px 28px;
  }

  #el-1000moteru-widget .hero-image{
    position: relative;
    height: auto;
    aspect-ratio: 1 / 1;
    object-position: center top;
  }

  #el-1000moteru-widget .hero-overlay{
    background: linear-gradient(180deg, rgba(16, 23, 47, 0.10) 0%, rgba(16, 23, 47, 0.34) 48%, rgba(16, 23, 47, 0.88) 100%);
  }

  #el-1000moteru-widget .hero-inner{
    position: relative;
    min-height: 0;
    gap: 14px;
    padding: 0 0 18px;
    margin-top: -88px;
  }

  #el-1000moteru-widget .hero-copy{
    width: 100%;
    gap: 14px;
    padding: 22px 18px 18px;
  }

  #el-1000moteru-widget .hero-copy h1{
    max-width: none;
    font-size: clamp(2.2rem, 8.7vw, 2.95rem);
  }

  #el-1000moteru-widget .hero-copy p{
    font-size: 1rem;
  }

  #el-1000moteru-widget .stories-grid, #el-1000moteru-widget .module-grid, #el-1000moteru-widget .hero-side-panel, #el-1000moteru-widget .mini-grid, #el-1000moteru-widget .partner-map-summary, #el-1000moteru-widget .custom-row, #el-1000moteru-widget .footer-grid, #el-1000moteru-widget .bottom-cta-shell{
    grid-template-columns: 1fr;
  }

  #el-1000moteru-widget .hero-actions{
    display: grid;
  }

  #el-1000moteru-widget .hero-actions .btn, #el-1000moteru-widget .custom-row .btn, #el-1000moteru-widget .bottom-cta-shell .btn{
    width: 100%;
  }

  #el-1000moteru-widget .about-main-card, #el-1000moteru-widget .about-support-card, #el-1000moteru-widget .impact-copy-card, #el-1000moteru-widget .impact-note, #el-1000moteru-widget .story-card, #el-1000moteru-widget .module-card, #el-1000moteru-widget .ambassador-quote, #el-1000moteru-widget .ambassador-copy, #el-1000moteru-widget .partner-copy, #el-1000moteru-widget .map-card, #el-1000moteru-widget .faq-intro, #el-1000moteru-widget .support-copy, #el-1000moteru-widget .donation-card, #el-1000moteru-widget .bottom-cta-shell, #el-1000moteru-widget .hero-proof-card{
    padding: 24px 20px;
    transform: none;
  }

  #el-1000moteru-widget .stories-head, #el-1000moteru-widget .section-head{
    margin-bottom: 24px;
  }

  #el-1000moteru-widget .stories-head p, #el-1000moteru-widget .section-head p{
    font-size: 0.98rem;
  }

  #el-1000moteru-widget .story-card blockquote{
    font-size: 1rem;
    line-height: 1.65;
  }

  #el-1000moteru-widget .impact-visual{
    min-height: 540px;
    border-radius: 28px;
  }

  #el-1000moteru-widget .partner-map-viewport{ min-height: 500px; }

  #el-1000moteru-widget .impact-core-card{
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
    padding: 20px 18px 18px;
  }

  #el-1000moteru-widget .impact-chip{
    min-width: 0;
    max-width: 148px;
    padding: 14px 14px 13px;
    border-radius: 18px;
  }

  #el-1000moteru-widget .impact-chip strong{ font-size: 0.92rem; }
  #el-1000moteru-widget .impact-chip span{ font-size: 0.82rem; }
  #el-1000moteru-widget .chip-1{ top: 16px; left: 14px; }
  #el-1000moteru-widget .chip-2{ top: 16px; right: 14px; }
  #el-1000moteru-widget .chip-3{ bottom: 132px; right: 14px; }
  #el-1000moteru-widget .chip-4{ bottom: 132px; left: 14px; }

  #el-1000moteru-widget .faq-trigger{
    align-items: flex-start;
    padding: 20px;
  }

  #el-1000moteru-widget .faq-answer p{ padding: 0 20px 20px; }
  #el-1000moteru-widget .amount-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }

  #el-1000moteru-widget .support-map-toolbar{
    top: auto;
    right: 16px;
    bottom: 16px;
  }

  #el-1000moteru-widget .donation-total{
    align-items: flex-start;
    flex-direction: column;
  }

  #el-1000moteru-widget .footer-bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  #el-1000moteru-widget .brand-logo{ width: 62px; }
  #el-1000moteru-widget .brand-text span{ display: none; }
}

@media (max-width: 520px){
  #el-1000moteru-widget .container{ width: min(var(--container), calc(100% - 18px)); }
  #el-1000moteru-widget .hero-inner{ margin-top: -74px; }
  #el-1000moteru-widget .hero-copy{ padding: 20px 16px 16px; }
  #el-1000moteru-widget .impact-visual{ min-height: 500px; }
  #el-1000moteru-widget .partner-map-viewport{ min-height: 460px; }
  #el-1000moteru-widget .impact-chip{
    max-width: 138px;
    padding: 12px 12px 11px;
  }
  #el-1000moteru-widget .amount-grid{ grid-template-columns: 1fr; }
}