.y4y-netopia-donations {
  --y4y-netopia-navy: #1d4f91;
  --y4y-netopia-navy-deep: #003873;
  --y4y-netopia-gold: #ffc845;
  --y4y-netopia-ink: #191c1e;
  --y4y-netopia-muted: #606a79;
  --y4y-netopia-surface: #f7f9fb;
  --y4y-netopia-soft: #f2f4f6;
  --y4y-netopia-line: #cfd4de;
  color: var(--y4y-netopia-ink);
  font-family: "Open Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

.y4y-netopia-donations * { box-sizing: border-box; }
.y4y-netopia-donations [hidden] { display: none !important; }
.y4y-netopia-modal-open { overflow: hidden !important; }
.y4y-netopia-donations.y4y-netopia-preview { position: relative; z-index: 2147483000; }

.y4y-netopia-donations .y4y-netopia-launch {
  align-items: flex-start;
  background: linear-gradient(135deg, #f7f9fb 0%, #eef4fb 100%);
  color: var(--y4y-netopia-ink);
  display: flex;
  flex-direction: column;
  min-height: 340px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
}
.y4y-netopia-donations .y4y-netopia-launch::after {
  background: radial-gradient(circle, rgba(255,200,69,.5), rgba(255,200,69,0) 68%);
  content: "";
  height: 420px;
  position: absolute;
  right: -100px;
  top: -170px;
  width: 420px;
}
.y4y-netopia-donations .y4y-netopia-launch-kicker { color: var(--y4y-netopia-navy); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.y4y-netopia-donations .y4y-netopia-launch h2 { color: var(--y4y-netopia-navy-deep); font-family: "Plus Jakarta Sans", inherit; font-size: clamp(2.2rem, 5vw, 4.7rem); letter-spacing: -.045em; line-height: 1; margin: 1rem 0; max-width: 12ch; position: relative; z-index: 1; }
.y4y-netopia-donations .y4y-netopia-launch p { color: var(--y4y-netopia-muted); font-size: 1rem; line-height: 1.6; margin: 0 0 1.5rem; max-width: 42ch; }
.y4y-netopia-donations .y4y-netopia-launch-button { align-items: center; background: var(--y4y-netopia-gold); border: 0; border-radius: 8px; color: var(--y4y-netopia-navy-deep); cursor: pointer; display: inline-flex; font: inherit; font-weight: 800; gap: 1.5rem; min-height: 52px; padding: .8rem 1.3rem; transition: transform .2s ease, box-shadow .2s ease; z-index: 1; }
.y4y-netopia-donations .y4y-netopia-launch-button:hover { box-shadow: 0 10px 24px rgba(29,79,145,.14); transform: translateY(-2px); }

.y4y-netopia-donations .y4y-netopia-overlay {
  align-items: center;
  animation: y4y-netopia-fade .25s ease both;
  backdrop-filter: blur(7px);
  background: rgba(45,49,51,.48);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 1rem;
  position: fixed;
  z-index: 999999;
}

.y4y-netopia-donations .y4y-netopia-modal {
  animation: y4y-netopia-pop .34s cubic-bezier(.2,.8,.2,1) both;
  background: var(--y4y-netopia-surface);
  border: 1px solid rgba(195,198,210,.85);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(18,35,58,.22);
  display: grid;
  grid-template-columns: minmax(250px, 2fr) minmax(430px, 3fr);
  max-width: 880px;
  min-height: 610px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.y4y-netopia-donations .y4y-netopia-close { align-items: center; background: rgba(247,249,251,.92); border: 0; border-radius: 50%; cursor: pointer; display: flex; height: 38px; justify-content: center; position: absolute; right: 16px; top: 16px; transition: color .18s ease, transform .18s ease; width: 38px; z-index: 5; }
.y4y-netopia-donations .y4y-netopia-close:hover { color: var(--y4y-netopia-navy); transform: rotate(8deg); }
.y4y-netopia-donations .y4y-netopia-close span { background: currentColor; height: 2px; position: absolute; transform: rotate(45deg); width: 16px; }
.y4y-netopia-donations .y4y-netopia-close span + span { transform: rotate(-45deg); }

.y4y-netopia-donations .y4y-netopia-story {
  background-image: url("https://y4y.ro/wp-content/uploads/2025/01/WhatsApp-Image-2025-01-21-at-15.58.41.jpeg");
  background-position: 53% center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}
.y4y-netopia-donations .y4y-netopia-story-shade { background: linear-gradient(150deg, rgba(0,56,115,.88), rgba(29,79,145,.58) 45%, rgba(0,31,67,.9)); inset: 0; position: absolute; }
.y4y-netopia-donations .y4y-netopia-brand { align-items: flex-start; display: flex; position: relative; z-index: 1; }
.y4y-netopia-donations .y4y-netopia-brand img { background: #fff; border-radius: 7px; box-shadow: 0 8px 24px rgba(0,30,65,.18); display: block; height: auto; max-width: 82px; width: 82px; }
.y4y-netopia-donations .y4y-netopia-story-copy { margin-top: auto; position: relative; z-index: 1; }
.y4y-netopia-donations .y4y-netopia-heart { color: var(--y4y-netopia-gold); display: block; font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; margin-bottom: 1rem; }
.y4y-netopia-donations .y4y-netopia-story-copy blockquote { font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; line-height: 1.48; margin: 0; }
.y4y-netopia-donations .y4y-netopia-impact { border-top: 1px solid rgba(255,255,255,.3); display: grid; gap: .2rem; margin-top: 1.5rem; padding-top: 1rem; position: relative; z-index: 1; }
.y4y-netopia-donations .y4y-netopia-impact-value { color: var(--y4y-netopia-gold); font-family: "Plus Jakarta Sans", inherit; font-size: 1.2rem; font-weight: 800; }
.y4y-netopia-donations .y4y-netopia-impact-copy { color: rgba(255,255,255,.84); font-size: .72rem; line-height: 1.45; }

.y4y-netopia-donations .y4y-netopia-workspace { display: flex; flex-direction: column; min-width: 0; padding: 2.15rem 2.35rem 1.8rem; }
.y4y-netopia-donations .y4y-netopia-progress-header { align-items: flex-start; display: flex; justify-content: space-between; padding-right: 2.2rem; }
.y4y-netopia-donations .y4y-netopia-modal-title { color: var(--y4y-netopia-navy-deep); font-family: "Plus Jakarta Sans", inherit; font-size: 2rem; letter-spacing: -.035em; line-height: 1.15; margin: 0 0 .35rem; }
.y4y-netopia-donations .y4y-netopia-modal-intro { color: var(--y4y-netopia-muted); font-size: .82rem; line-height: 1.5; margin: 0 0 1rem; }
.y4y-netopia-donations .y4y-netopia-step-label { color: var(--y4y-netopia-navy); display: block; font-size: .62rem; font-weight: 800; letter-spacing: .12em; margin-bottom: .15rem; text-transform: uppercase; }
.y4y-netopia-donations .y4y-netopia-progress-header h3 { color: var(--y4y-netopia-ink); font-family: "Plus Jakarta Sans", inherit; font-size: .92rem; line-height: 1.3; margin: 0; }
.y4y-netopia-donations .y4y-netopia-secure { align-items: center; color: var(--y4y-netopia-muted); display: flex; font-size: .66rem; font-weight: 700; gap: .35rem; margin-top: .2rem; white-space: nowrap; }
.y4y-netopia-donations .y4y-netopia-secure span { color: #2d6a4f; }
.y4y-netopia-donations .y4y-netopia-progress { background: #e4e8ee; border-radius: 4px; height: 3px; margin: 1rem 0 1.4rem; overflow: hidden; }
.y4y-netopia-donations .y4y-netopia-progress span { background: var(--y4y-netopia-gold); display: block; height: 100%; transition: width .35s cubic-bezier(.2,.8,.2,1); width: 33.333%; }

.y4y-netopia-donations .y4y-netopia-form { display: flex; flex: 1; flex-direction: column; min-height: 0; }
.y4y-netopia-donations .y4y-netopia-step { animation: y4y-netopia-step .25s ease both; border: 0; margin: 0; padding: 0; }
.y4y-netopia-donations .y4y-netopia-legend { color: var(--y4y-netopia-ink); display: block; font-family: "Plus Jakarta Sans", inherit; font-size: 1rem; font-weight: 700; margin-bottom: .25rem; padding: 0; }
.y4y-netopia-donations .y4y-netopia-hint { color: var(--y4y-netopia-muted); font-size: .75rem; line-height: 1.5; margin: 0 0 1rem; }

.y4y-netopia-donations .y4y-netopia-amounts { display: grid; gap: .65rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.y4y-netopia-donations .y4y-netopia-choice { cursor: pointer; display: flex; min-width: 0; }
.y4y-netopia-donations .y4y-netopia-choice-input { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.y4y-netopia-donations .y4y-netopia-choice-label { align-items: baseline; background: #fff; border: 1px solid var(--y4y-netopia-line); border-radius: 9px; color: var(--y4y-netopia-ink); display: flex; flex: 1; gap: .25rem; justify-content: center; min-height: 48px; padding: .75rem .4rem; transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease; }
.y4y-netopia-donations .y4y-netopia-choice-label strong { font-size: .9rem; }
.y4y-netopia-donations .y4y-netopia-choice-label small { color: var(--y4y-netopia-muted); font-size: .6rem; font-weight: 700; }
.y4y-netopia-donations .y4y-netopia-choice-label:hover { border-color: var(--y4y-netopia-navy); color: var(--y4y-netopia-navy); transform: translateY(-1px); }
.y4y-netopia-donations .y4y-netopia-choice-input:checked + .y4y-netopia-choice-label { background: rgba(209,228,255,.5); border: 2px solid var(--y4y-netopia-navy); color: var(--y4y-netopia-navy-deep); box-shadow: 0 4px 12px rgba(29,79,145,.08); padding: calc(.75rem - 1px) calc(.4rem - 1px); }
.y4y-netopia-donations .y4y-netopia-choice-input:focus-visible + .y4y-netopia-choice-label { outline: 3px solid rgba(29,79,145,.22); outline-offset: 2px; }
.y4y-netopia-donations .y4y-netopia-choice-custom { grid-column: span 3; }

.y4y-netopia-donations .y4y-netopia-field { color: #434750; display: grid; font-size: .68rem; font-weight: 700; gap: .35rem; min-width: 0; }
.y4y-netopia-donations .y4y-netopia-field input { appearance: none; background: #fff; border: 1px solid var(--y4y-netopia-line); border-radius: 8px; color: var(--y4y-netopia-ink); font: inherit; font-size: .88rem; min-height: 46px; outline: 0; padding: .65rem .8rem; transition: border-color .18s ease, box-shadow .18s ease; width: 100%; }
.y4y-netopia-donations .y4y-netopia-field input:focus { border-color: var(--y4y-netopia-navy); box-shadow: 0 0 0 3px rgba(125,155,193,.24); }
.y4y-netopia-donations .y4y-netopia-custom-amount { margin-top: .75rem; }

.y4y-netopia-donations .y4y-netopia-frequency { background: var(--y4y-netopia-soft); border-radius: 10px; display: grid; gap: 4px; grid-template-columns: 1fr 1fr; margin-top: .9rem; padding: 4px; }
.y4y-netopia-donations .y4y-netopia-frequency label { cursor: pointer; display: flex; }
.y4y-netopia-donations .y4y-netopia-frequency input { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.y4y-netopia-donations .y4y-netopia-frequency span { border: 1px solid transparent; border-radius: 7px; color: var(--y4y-netopia-muted); flex: 1; font-size: .73rem; font-weight: 800; padding: .65rem; text-align: center; transition: background-color .18s ease, box-shadow .18s ease, color .18s ease; }
.y4y-netopia-donations .y4y-netopia-frequency input:checked + span { background: #fff; border-color: var(--y4y-netopia-line); box-shadow: 0 3px 9px rgba(29,79,145,.07); color: var(--y4y-netopia-navy-deep); }

.y4y-netopia-donations .y4y-netopia-grid { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.y4y-netopia-donations .y4y-netopia-consent { align-items: flex-start; background: #edf4fd; border-left: 3px solid var(--y4y-netopia-navy); border-radius: 6px; display: flex; font-size: .7rem; gap: .65rem; line-height: 1.45; margin-top: 1rem; padding: .75rem .85rem; }
.y4y-netopia-donations .y4y-netopia-consent input { accent-color: var(--y4y-netopia-navy); flex: 0 0 auto; margin-top: .15rem; }

.y4y-netopia-donations .y4y-netopia-card-heading { align-items: flex-start; display: flex; gap: 1rem; justify-content: space-between; }
.y4y-netopia-donations .y4y-netopia-card-heading .y4y-netopia-hint { max-width: 42ch; }
.y4y-netopia-donations .y4y-netopia-card-brand { color: var(--y4y-netopia-navy); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.y4y-netopia-donations .y4y-netopia-card-surface { background: var(--y4y-netopia-soft); border-radius: 10px; padding: 1rem; }
.y4y-netopia-donations .y4y-netopia-card-grid { display: grid; gap: .7rem; grid-template-columns: .75fr 1fr .75fr; margin-top: .75rem; }
.y4y-netopia-donations .y4y-netopia-legal { color: var(--y4y-netopia-muted); font-size: .65rem; line-height: 1.5; margin: .8rem 0 0; }
.y4y-netopia-donations .y4y-netopia-legal a { color: var(--y4y-netopia-navy); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.y4y-netopia-donations .y4y-netopia-status { color: #a02d2d; font-size: .72rem; font-weight: 700; margin: auto 0 .45rem; min-height: 1rem; padding-top: .65rem; }

.y4y-netopia-donations .y4y-netopia-actions { align-items: center; display: flex; gap: .65rem; justify-content: flex-end; padding-top: .4rem; }
.y4y-netopia-donations .y4y-netopia-back { background: transparent; border: 0; color: var(--y4y-netopia-muted); cursor: pointer; font: inherit; font-size: .75rem; font-weight: 800; margin-right: auto; padding: .7rem 0; }
.y4y-netopia-donations .y4y-netopia-next,
.y4y-netopia-donations .y4y-netopia-submit { align-items: center; background: var(--y4y-netopia-gold); border: 0; border-radius: 9px; color: var(--y4y-netopia-navy-deep); cursor: pointer; display: inline-flex; font: inherit; font-size: .78rem; font-weight: 850; gap: 1rem; justify-content: center; min-height: 48px; min-width: 170px; padding: .7rem 1rem; transition: box-shadow .18s ease, transform .18s ease; }
.y4y-netopia-donations .y4y-netopia-next:hover,
.y4y-netopia-donations .y4y-netopia-submit:hover { box-shadow: 0 9px 20px rgba(29,79,145,.14); transform: translateY(-2px); }
.y4y-netopia-donations .y4y-netopia-next:focus-visible,
.y4y-netopia-donations .y4y-netopia-submit:focus-visible,
.y4y-netopia-donations .y4y-netopia-back:focus-visible,
.y4y-netopia-donations .y4y-netopia-close:focus-visible { outline: 3px solid rgba(29,79,145,.28); outline-offset: 2px; }
.y4y-netopia-donations .y4y-netopia-submit:disabled { cursor: wait; opacity: .58; transform: none; }
.y4y-netopia-donations .y4y-netopia-payment-assurance { align-items: center; border-top: 1px solid #e2e6ec; color: var(--y4y-netopia-muted); display: flex; font-size: .62rem; gap: .65rem; justify-content: flex-end; margin-top: .45rem; min-height: 34px; padding-top: .45rem; }
.y4y-netopia-donations .y4y-netopia-payment-logo { display: block; flex: 0 0 140px; height: 28px; width: 140px; }
.y4y-netopia-donations .y4y-netopia-payment-logo > div { display: block; }
.y4y-netopia-donations .y4y-netopia-payment-logo noscript a { color: var(--y4y-netopia-navy); font-weight: 800; }
.y4y-netopia-admin-notice { border-left: 4px solid #1d4f91; padding: .75rem 1rem; }

.y4y-netopia-donations .y4y-netopia-preview-trigger {
  align-items: center;
  background: var(--y4y-netopia-navy);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 14px 34px rgba(0,56,115,.28);
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: .84rem;
  font-weight: 800;
  gap: .6rem;
  min-height: 50px;
  padding: .55rem 1rem .55rem .55rem;
  position: fixed;
  right: 24px;
  transition: box-shadow .2s ease, transform .2s ease;
  z-index: 99990;
}
.y4y-netopia-donations .y4y-netopia-preview-trigger:hover { box-shadow: 0 17px 38px rgba(0,56,115,.38); transform: translateY(-2px); }
.y4y-netopia-donations .y4y-netopia-preview-trigger:focus-visible { outline: 3px solid rgba(255,200,69,.55); outline-offset: 3px; }
.y4y-netopia-donations .y4y-netopia-preview-trigger-icon { align-items: center; background: var(--y4y-netopia-gold); border-radius: 50%; color: var(--y4y-netopia-navy-deep); display: flex; font-family: Georgia, serif; font-size: 1.45rem; height: 36px; justify-content: center; line-height: 1; width: 36px; }
.y4y-netopia-donations .y4y-netopia-preview-modal { min-height: 590px; }
.y4y-netopia-donations .y4y-netopia-preview-eyebrow { color: var(--y4y-netopia-navy); display: block; font-size: .58rem; font-weight: 900; letter-spacing: .14em; margin-bottom: .35rem; text-transform: uppercase; }
.y4y-netopia-donations .y4y-netopia-preview-state { align-items: center; background: #fff8e8; border: 1px solid #f1d58e; border-radius: 999px; color: #775308; display: flex; font-size: .61rem; font-weight: 850; gap: .38rem; margin-top: .15rem; padding: .38rem .58rem; white-space: nowrap; }
.y4y-netopia-donations .y4y-netopia-preview-state span { background: var(--y4y-netopia-gold); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #d6a526; height: 8px; width: 8px; }
.y4y-netopia-donations .y4y-netopia-preview-flow { display: flex; flex: 1; flex-direction: column; }
.y4y-netopia-donations .y4y-netopia-preview-amount { align-items: baseline; background: #fff; border: 1px solid var(--y4y-netopia-line); border-radius: 9px; color: var(--y4y-netopia-ink); cursor: pointer; display: flex; font: inherit; gap: .25rem; justify-content: center; min-height: 48px; padding: .75rem .4rem; transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease; }
.y4y-netopia-donations .y4y-netopia-preview-amount strong { font-size: .9rem; }
.y4y-netopia-donations .y4y-netopia-preview-amount small { color: var(--y4y-netopia-muted); font-size: .6rem; font-weight: 700; }
.y4y-netopia-donations .y4y-netopia-preview-amount:hover { border-color: var(--y4y-netopia-navy); color: var(--y4y-netopia-navy); transform: translateY(-1px); }
.y4y-netopia-donations .y4y-netopia-preview-amount.is-selected { background: rgba(209,228,255,.5); border: 2px solid var(--y4y-netopia-navy); color: var(--y4y-netopia-navy-deep); box-shadow: 0 4px 12px rgba(29,79,145,.08); padding: calc(.75rem - 1px) calc(.4rem - 1px); }
.y4y-netopia-donations .y4y-netopia-preview-amount:focus-visible { outline: 3px solid rgba(29,79,145,.22); outline-offset: 2px; }
.y4y-netopia-donations .y4y-netopia-frequency button { background: transparent; border: 1px solid transparent; border-radius: 7px; color: var(--y4y-netopia-muted); cursor: pointer; font: inherit; font-size: .73rem; font-weight: 800; min-height: 40px; padding: .65rem; transition: background-color .18s ease, box-shadow .18s ease, color .18s ease; }
.y4y-netopia-donations .y4y-netopia-frequency button.is-selected { background: #fff; border-color: var(--y4y-netopia-line); box-shadow: 0 3px 9px rgba(29,79,145,.07); color: var(--y4y-netopia-navy-deep); }
.y4y-netopia-donations .y4y-netopia-preview-error { color: #a02d2d; font-size: .7rem; font-weight: 750; margin: .5rem 0 0; min-height: 1rem; }
.y4y-netopia-donations .y4y-netopia-preview-ready { align-items: flex-start; display: flex; flex: 1; flex-direction: column; justify-content: center; }
.y4y-netopia-donations .y4y-netopia-preview-lock { align-items: center; background: rgba(255,200,69,.24); border: 1px solid rgba(213,160,20,.4); border-radius: 50%; display: flex; height: 54px; justify-content: center; margin-bottom: .8rem; width: 54px; }
.y4y-netopia-donations .y4y-netopia-preview-lock span { border: 3px solid var(--y4y-netopia-navy); border-radius: 7px; height: 23px; position: relative; width: 27px; }
.y4y-netopia-donations .y4y-netopia-preview-lock span::before { border: 3px solid var(--y4y-netopia-navy); border-bottom: 0; border-radius: 12px 12px 0 0; content: ''; height: 12px; left: 4px; position: absolute; top: -14px; width: 13px; }
.y4y-netopia-donations .y4y-netopia-preview-ready-kicker { color: var(--y4y-netopia-navy); font-size: .6rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.y4y-netopia-donations .y4y-netopia-preview-ready > h3 { color: var(--y4y-netopia-navy-deep); font-family: "Plus Jakarta Sans", inherit; font-size: 1.65rem; letter-spacing: -.03em; line-height: 1.18; margin: .35rem 0 .45rem; }
.y4y-netopia-donations .y4y-netopia-preview-ready > p { color: var(--y4y-netopia-muted); font-size: .78rem; line-height: 1.55; margin: 0 0 .8rem; }
.y4y-netopia-donations .y4y-netopia-preview-summary { background: #fff; border: 1px solid #e0e5ec; border-radius: 10px; display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 .75rem; width: 100%; }
.y4y-netopia-donations .y4y-netopia-preview-summary div { padding: .72rem .85rem; }
.y4y-netopia-donations .y4y-netopia-preview-summary div + div { border-left: 1px solid #e0e5ec; }
.y4y-netopia-donations .y4y-netopia-preview-summary dt { color: var(--y4y-netopia-muted); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.y4y-netopia-donations .y4y-netopia-preview-summary dd { color: var(--y4y-netopia-navy-deep); font-size: .86rem; font-weight: 850; margin: .2rem 0 0; }
.y4y-netopia-donations .y4y-netopia-preview-alert { background: #fff8e8; border-left: 4px solid var(--y4y-netopia-gold); border-radius: 8px; color: #654a11; display: grid; font-size: .68rem; gap: .15rem; line-height: 1.5; padding: .65rem .78rem; width: 100%; }
.y4y-netopia-donations .y4y-netopia-preview-netopia { align-items: center; border-top: 1px solid #e2e6ec; color: var(--y4y-netopia-muted); display: flex; flex-wrap: wrap; font-size: .58rem; gap: .3rem .5rem; margin-top: .7rem; padding-top: .55rem; width: 100%; }
.y4y-netopia-donations .y4y-netopia-preview-netopia strong { color: var(--y4y-netopia-navy); font-size: .7rem; letter-spacing: .03em; }
.y4y-netopia-donations .y4y-netopia-preview-netopia em { margin-left: auto; }

@keyframes y4y-netopia-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes y4y-netopia-pop { from { opacity: 0; transform: scale(.96) translateY(10px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes y4y-netopia-step { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 760px) {
  .y4y-netopia-donations .y4y-netopia-overlay { align-items: flex-start; padding: .65rem; }
  .y4y-netopia-donations .y4y-netopia-modal { display: block; max-width: 540px; min-height: 0; overflow: visible; }
  .y4y-netopia-donations .y4y-netopia-story { display: none; }
  .y4y-netopia-donations .y4y-netopia-workspace { min-height: calc(100svh - 1.3rem); padding: 1.6rem 1.25rem 1.2rem; }
  .y4y-netopia-donations .y4y-netopia-progress-header { padding-right: 2.2rem; }
}

@media (max-width: 480px) {
  .y4y-netopia-donations .y4y-netopia-preview-trigger { bottom: 14px; right: 14px; }
  .y4y-netopia-donations .y4y-netopia-launch { min-height: 410px; }
  .y4y-netopia-donations .y4y-netopia-modal-title { font-size: 1.7rem; }
  .y4y-netopia-donations .y4y-netopia-modal-intro { max-width: 28ch; }
  .y4y-netopia-donations .y4y-netopia-secure { display: none; }
  .y4y-netopia-donations .y4y-netopia-amounts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .y4y-netopia-donations .y4y-netopia-choice-custom { grid-column: span 2; }
  .y4y-netopia-donations .y4y-netopia-grid { grid-template-columns: 1fr; }
  .y4y-netopia-donations .y4y-netopia-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .y4y-netopia-donations .y4y-netopia-actions { background: var(--y4y-netopia-surface); bottom: 0; position: sticky; }
  .y4y-netopia-donations .y4y-netopia-payment-assurance { justify-content: center; }
  .y4y-netopia-donations .y4y-netopia-preview-state { display: none; }
  .y4y-netopia-donations .y4y-netopia-preview-netopia em { margin-left: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .y4y-netopia-donations .y4y-netopia-overlay,
  .y4y-netopia-donations .y4y-netopia-modal,
  .y4y-netopia-donations .y4y-netopia-step { animation: none; }
  .y4y-netopia-donations .y4y-netopia-progress span,
  .y4y-netopia-donations .y4y-netopia-choice-label,
  .y4y-netopia-donations .y4y-netopia-next,
  .y4y-netopia-donations .y4y-netopia-submit { transition: none; }
  .y4y-netopia-donations .y4y-netopia-preview-trigger,
  .y4y-netopia-donations .y4y-netopia-preview-amount { transition: none; }
}
