/* =========================================================================
   PAWS FOR A CAUSE — Donate page styles
   Uses shared tokens from styles.css (--p-* family). Scoped under .donate.
   ========================================================================= */
.donate { background: var(--p-bg); color: var(--p-text); }
.donate .container { width: 100%; max-width: var(--p-max, 1180px); margin: 0 auto; }

/* Eyebrows */
.donate-eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--p-green); margin: 0 0 .9rem;
}
.donate-eyebrow::before { content:""; width: 20px; height: 1.5px; border-radius: 2px;
  background: linear-gradient(90deg, var(--p-green), var(--p-pink)); }
.donate-eyebrow--pink { color: var(--p-pink); }
.donate-eyebrow--pink::before { background: linear-gradient(90deg, var(--p-pink), var(--p-green)); }

/* Hero */
.donate-hero {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.1rem, 4vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
  background:
    radial-gradient(700px 380px at 85% -10%, rgba(241,91,166,.10), transparent 60%),
    radial-gradient(700px 420px at 0% 120%, rgba(32,214,154,.12), transparent 60%),
    var(--p-bg);
}
.donate-hero__inner { max-width: var(--p-max, 1180px); margin: 0 auto; }
.donate-hero h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; letter-spacing:-.02em; margin: 0 0 .8rem; color: var(--p-text); }
.donate-hero__lead { color: var(--p-text-mute); font-size: clamp(1rem,1.4vw,1.18rem); line-height: 1.6; max-width: 64ch; }

/* Two-column layout */
.donate-layout { padding: clamp(1.5rem,4vw,3rem) clamp(1.1rem,4vw,2rem) clamp(3rem,6vw,5rem); }
.donate-grid {
  max-width: var(--p-max, 1180px); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
  gap: clamp(1.5rem, 4vw, 3rem); align-items: start;
}
@media (max-width: 900px) { .donate-grid { grid-template-columns: 1fr; } }

/* Mission column */
.donate-mission h2 { font-size: clamp(1.5rem,3vw,2.1rem); font-weight:800; color: var(--p-text); margin: 0 0 .8rem; }
.donate-lead-copy { color: var(--p-text-mute); line-height: 1.7; max-width: 60ch; }
.donate-figure { margin: 1.5rem 0; border-radius: var(--p-radius, 14px); overflow: hidden; border: 1px solid var(--p-line); }
.donate-figure img { width: 100%; height: auto; display: block; aspect-ratio: 16/10; object-fit: cover; }

.donate-impact__title { font-size: 1.1rem; color: var(--p-text); margin: 1.5rem 0 .8rem; }
.donate-impact { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.donate .impact-card {
  display: flex; align-items: baseline; gap: .9rem;
  background: var(--p-surface) !important; border: 1px solid var(--p-line) !important;
  border-radius: 12px !important; padding: 1rem 1.1rem !important; text-align: left;
}
.donate .impact-card::before { display: none; }
.donate .impact-card--green { border-left: 3px solid var(--p-green) !important; }
.donate .impact-card--pink { border-left: 3px solid var(--p-pink) !important; }
.donate .impact-card__amount { font-size: 1.25rem; font-weight: 800; color: var(--p-text); flex: 0 0 auto; }
.donate .impact-card__text { color: var(--p-text-mute); font-size: .92rem; line-height: 1.5; margin: 0; }
.donate-impact__note { color: var(--p-text-dim, #85918b); font-size: .8rem; margin-top: .8rem; }

.donate-trust {
  display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem;
  background: var(--p-green-soft, rgba(32,214,154,.12)); border: 1px solid var(--p-green-line, rgba(32,214,154,.35));
  border-radius: 12px; padding: 1rem 1.1rem;
}
.donate-trust__badge { color: var(--p-green); font-size: 1.2rem; }
.donate-trust p { color: var(--p-text); font-size: .9rem; margin: 0; }

/* Donation card */
.donate-card {
  background: var(--p-surface-2, #151b21); border: 1px solid var(--p-line-strong, rgba(255,255,255,.14));
  border-radius: 18px; padding: clamp(1.3rem, 3vw, 1.9rem);
  position: sticky; top: 96px;
}
@media (max-width: 900px) { .donate-card { position: static; } }
.donate-card__head h2 { font-size: 1.4rem; font-weight: 800; color: var(--p-text); margin: 0 0 .3rem; }
.donate-card__head p { color: var(--p-text-mute); font-size: .92rem; margin: 0 0 1.2rem; }

/* Frequency toggle */
.donate-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; background: var(--p-bg); border: 1px solid var(--p-line); border-radius: 999px; padding: .3rem; margin-bottom: 1.2rem; }
.freq-btn { border: none; background: transparent; color: var(--p-text-mute); font-weight: 700; font-size: .9rem; padding: .6rem; border-radius: 999px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.freq-btn.is-selected { background: var(--p-pink); color: #2a0a1c; }
.freq-btn:focus-visible { outline: 2px solid var(--p-green); outline-offset: 2px; }

/* Amount presets */
.donate-amounts { border: 0; padding: 0; margin: 0 0 1rem; }
.donate-amounts legend { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--p-text-mute); padding: 0; margin-bottom: .6rem; }
.amount-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; }
@media (max-width: 420px) { .amount-grid { grid-template-columns: repeat(2, 1fr); } }
.amount-btn {
  border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); background: var(--p-bg);
  color: var(--p-text); font-weight: 700; font-size: .95rem; padding: .7rem .4rem; border-radius: 10px; cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .15s ease;
}
.amount-btn:hover { border-color: var(--p-green); transform: translateY(-1px); }
.amount-btn.is-selected { background: var(--p-green); border-color: var(--p-green); color: #062017; }
.amount-btn--custom { font-size: .85rem; }
.amount-btn:focus-visible { outline: 2px solid var(--p-green); outline-offset: 2px; }

/* Custom amount */
.donate-custom { margin-bottom: 1rem; }
.donate-custom label { display: block; font-size: .82rem; color: var(--p-text-mute); margin-bottom: .35rem; }
.donate-custom__field { display: flex; align-items: center; border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); border-radius: 10px; background: var(--p-bg); overflow: hidden; }
.donate-custom__currency { padding: 0 .7rem; color: var(--p-text-mute); font-weight: 700; }
.donate-custom__field input { flex: 1; border: 0; background: transparent; color: var(--p-text); padding: .7rem .6rem .7rem 0; font-size: 1rem; outline: none; }
.donate-error { color: var(--p-pink); font-size: .82rem; margin: .4rem 0 0; min-height: 1em; }

/* Summary + submit */
.donate-summary { color: var(--p-text-mute); font-size: .92rem; margin: 1rem 0; }
.donate-summary strong { color: var(--p-text); }
.donate-submit {
  width: 100%; border: none; border-radius: 999px; background: var(--p-green); color: #062017;
  font-weight: 800; font-size: 1.05rem; padding: .95rem; cursor: pointer;
  transition: background .2s ease, transform .15s ease, opacity .2s ease;
}
.donate-submit:hover { background: var(--p-green-2, #32e7aa); transform: translateY(-1px); }
.donate-submit:focus-visible { outline: 2px solid var(--p-pink); outline-offset: 3px; }
.donate-submit[aria-disabled="true"] { background: var(--p-surface); color: var(--p-text-mute); cursor: not-allowed; transform: none; border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); }

/* Configuration-required fallback */
.donate-fallback {
  margin-top: 1.1rem; border: 1px dashed var(--p-pink-line, rgba(241,91,166,.28));
  background: var(--p-pink-soft, rgba(241,91,166,.10)); border-radius: 12px; padding: 1.1rem;
}
.donate-fallback__title { font-weight: 800; color: var(--p-text); margin: 0 0 .35rem; }
.donate-fallback__text { color: var(--p-text-mute); font-size: .88rem; line-height: 1.55; margin: 0 0 .9rem; }
.donate-fallback__actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.donate-fallback__btn { border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); border-radius: 999px; padding: .55rem 1rem; font-size: .85rem; font-weight: 700; color: var(--p-text); text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.donate-fallback__btn:hover { border-color: var(--p-pink); }
.donate-fallback__btn--primary { background: var(--p-green); color: #062017; border-color: var(--p-green); }
.donate-fallback__btn--primary:hover { background: var(--p-green-2, #32e7aa); }
.donate-fallback__btn:focus-visible { outline: 2px solid var(--p-green); outline-offset: 2px; }

.donate-card__secure { color: var(--p-text-dim, #85918b); font-size: .78rem; line-height: 1.5; margin: 1rem 0 0; text-align: center; }

/* Other ways / FAQ / transparency sections */
.donate-other, .donate-faq, .donate-transparency { padding: clamp(2.5rem,5vw,4rem) clamp(1.1rem,4vw,2rem); }
.donate-faq, .donate-transparency { background: var(--p-surface); }
.donate-section__inner { max-width: var(--p-max, 1180px); margin: 0 auto; }
.donate-other h2, .donate-faq h2, .donate-transparency h2 { font-size: clamp(1.5rem,3vw,2.1rem); font-weight: 800; color: var(--p-text); margin: 0 0 1.5rem; }

.other-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.other-card { background: var(--p-surface-2, #151b21); border: 1px solid var(--p-line); border-radius: 14px; padding: 1.4rem; transition: transform .2s ease, border-color .2s ease; }
.other-card:hover { transform: translateY(-3px); border-color: var(--p-green-line, rgba(32,214,154,.35)); }
.other-card:nth-child(even):hover { border-color: var(--p-pink-line, rgba(241,91,166,.28)); }
.other-card__icon { font-size: 1.6rem; }
.other-card h3 { color: var(--p-text); font-size: 1.05rem; margin: .6rem 0 .4rem; }
.other-card p { color: var(--p-text-mute); font-size: .9rem; line-height: 1.55; margin: 0 0 .8rem; }
.other-card__link { color: var(--p-green); font-weight: 700; font-size: .88rem; text-decoration: none; }
.other-card__link:hover { color: var(--p-green-2, #32e7aa); }

.donate-faq .faq-list { max-width: 760px; margin: 0; display: grid; gap: .6rem; }
.donate-faq .faq-item { background: var(--p-surface-2, #151b21); border: 1px solid var(--p-line); border-radius: 12px; padding: .2rem 1.1rem; }
.donate-faq .faq-item summary { cursor: pointer; font-weight: 700; color: var(--p-text); padding: .9rem 0; list-style: none; }
.donate-faq .faq-item summary::-webkit-details-marker { display: none; }
.donate-faq .faq-item[open] summary { color: var(--p-green); }
.donate-faq .faq-item p { color: var(--p-text-mute); font-size: .9rem; line-height: 1.6; margin: 0 0 1rem; }
.donate-faq .faq-item a, .donate-transparency a { color: var(--p-green); }

.transparency-block { max-width: 720px; }
.transparency-block p { color: var(--p-text-mute); line-height: 1.7; margin: 0 0 1rem; }

@media (prefers-reduced-motion: reduce) {
  .amount-btn, .other-card, .donate-submit, .freq-btn { transition: none !important; }
}

/* =========================================================================
   STRIPE PAYMENT-LINK CARD — replaces the old amount-picker / fallback panel
   ========================================================================= */
.donate-trust-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: .75rem;
}
.donate-trust-item {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  align-items: flex-start;
  gap: .75rem;
  padding: .85rem 1rem;
  background: var(--p-surface, #10151a);
  border: 1px solid var(--p-line, rgba(255,255,255,.08));
  border-radius: 12px;
  color: var(--p-text);
  font-size: .92rem;
  line-height: 1.45;
}
.donate-trust-item__ico {
  width: 1.4rem;
  height: 1.4rem;
  color: var(--p-green);
  margin-top: .05rem;
}
.donate-trust-item strong {
  font-weight: 700;
  color: var(--p-text);
}

/* Anchor variant of the primary donate button — same look, opens hosted Stripe page */
.donate-submit--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.donate-submit--link svg { transition: transform .25s ease; }
.donate-submit--link:hover svg,
.donate-submit--link:focus-visible svg { transform: translate(2px, -2px); }

@media (prefers-reduced-motion: reduce) {
  .donate-submit--link svg { transition: none !important; }
  .donate-submit--link:hover svg,
  .donate-submit--link:focus-visible svg { transform: none; }
}

/* =========================================================================
   SIMPLIFIED LAYOUT — narrow shared width for FAQ + transparency,
   tighter padding, polished compact transparency note, slightly elevated
   donation card to make it the visual focal point.
   ========================================================================= */

/* Make the donation card the focal point: subtle elevation + green-tinted edge */
.donate-card {
  box-shadow:
    0 0 0 1px rgba(32,214,154,.18) inset,
    0 24px 48px -24px rgba(32,214,154,.22),
    0 18px 36px -22px rgba(0,0,0,.7);
}
.donate-card__head h2 { font-size: clamp(1.45rem, 2vw, 1.65rem); }

/* Narrow shared width for the FAQ + transparency block (matches the donation
   card column above; visually anchors them as supporting content). */
.donate-section__inner--narrow { max-width: 760px; }

/* FAQ — compact: tighter padding above/below, no big section break */
.donate-faq--compact {
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
  background: transparent;
}
.donate-faq--compact h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  margin: 0 0 1rem;
}
.donate-faq--compact .faq-list { max-width: none; gap: .5rem; }
.donate-faq--compact .faq-item { padding: 0 1.1rem; }
.donate-faq--compact .faq-item summary { padding: .8rem 0; font-size: .98rem; }
.donate-faq--compact .faq-item p { font-size: .92rem; margin: 0 0 .85rem; }

/* Transparency — compact informational card, sits directly under the FAQ */
.donate-transparency--compact {
  padding-top: clamp(0.5rem, 1.5vw, 1rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  background: transparent;
}
.transparency-card {
  background: var(--p-surface-2, #151b21);
  border: 1px solid var(--p-line, rgba(255,255,255,.08));
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
}
.transparency-card h3 {
  margin: 0 0 .6rem;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--p-text-dim, #8b96a0);
}
.transparency-card p {
  margin: 0 0 .55rem;
  color: var(--p-text-mute);
  font-size: .9rem;
  line-height: 1.6;
}
.transparency-card p:last-child { margin-bottom: 0; }
.transparency-card__meta { font-size: .86rem; }
.transparency-card a { color: var(--p-green); }

/* Small supporting visual under the Why Give paragraph (donate left column).
   Constrained, rounded, with subtle border — fills the dead space below short
   copy without becoming a hero image. */
.donate-support {
  margin: 1.5rem 0 0;
  max-width: 480px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--p-line, rgba(255,255,255,.08));
  background: var(--p-surface, #10151a);
  box-shadow: 0 12px 28px -22px rgba(0,0,0,.6);
}
.donate-support img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================================
   REDESIGNED DONATION PAGE (monthly / one-time / custom)
   Dark PAWS brand. Structure inspired by the donor letterhead reference,
   recreated in the site's own color + type system.
   ========================================================================= */
.dn-wrap { width: 100%; max-width: var(--p-max, 1180px); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2rem); }
.dn-wrap--narrow { max-width: 820px; }

/* ---- A. Hero ---- */
.dn-hero { position: relative; overflow: hidden; padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(1.75rem, 3.5vw, 2.5rem); }
.dn-hero__glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(620px 300px at 12% -10%, rgba(32,214,154,.14), transparent 60%),
    radial-gradient(560px 320px at 95% 120%, rgba(241,91,166,.12), transparent 60%);
}
.dn-hero__inner { position: relative; z-index: 1; max-width: 70ch; }
.dn-hero h1 { font-size: clamp(2.05rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.06; color: var(--p-text); margin: .25rem 0 1rem; }
.dn-accent { color: var(--p-pink); }
.dn-hero__lead { font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.65; color: var(--p-text-mute); max-width: 60ch; margin: 0 0 1.6rem; }
.dn-hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ---- B. Impact categories (light row, not big boxes) ---- */
.dn-impact { padding: clamp(1.25rem, 3vw, 2rem) 0; border-top: 1px solid var(--p-line); border-bottom: 1px solid var(--p-line); }
.dn-impact__title { font-size: clamp(1.05rem, 1.5vw, 1.2rem); font-weight: 700; color: var(--p-text); margin: 0 0 1.1rem; }
.dn-impact__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; }
.dn-impact__item {
  display: flex; align-items: center; gap: .6rem;
  padding: .85rem .9rem; border: 1px solid var(--p-line); border-radius: 12px;
  background: var(--p-surface, #10151a); color: var(--p-text);
  font-size: .9rem; line-height: 1.35; font-weight: 600;
  transition: border-color .2s ease, transform .2s ease;
}
.dn-impact__item:hover { border-color: var(--p-green-line, rgba(32,214,154,.35)); transform: translateY(-2px); }
.dn-impact__item svg { width: 1.4rem; height: 1.4rem; color: var(--p-green); flex: none; }
@media (max-width: 980px) { .dn-impact__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .dn-impact__grid { grid-template-columns: 1fr; } }

/* ---- C/D. Giving selector ---- */
.dn-give { padding: clamp(2rem, 5vw, 3.5rem) 0; }
.dn-give__head { max-width: 64ch; margin: 0 auto 1.6rem; text-align: center; }
.dn-give__head h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; color: var(--p-text); margin: 0 0 .6rem; }
.dn-give__sub { color: var(--p-text-mute); line-height: 1.6; margin: 0 auto; max-width: 60ch; }

/* Frequency toggle */
.dn-freq {
  display: inline-flex; gap: .25rem; margin: 0 auto 1.75rem; padding: .3rem;
  background: var(--p-bg); border: 1px solid var(--p-line); border-radius: 999px;
  width: min(360px, 100%);
}
.dn-give .dn-freq { display: flex; }
.dn-freq__btn {
  flex: 1 1 0; border: 0; background: transparent; cursor: pointer;
  color: var(--p-text-mute); font-weight: 700; font-size: .95rem; font-family: inherit;
  padding: .7rem 1rem; border-radius: 999px; transition: background .2s ease, color .2s ease;
}
.dn-freq__btn[aria-selected="true"] { background: var(--p-green); color: #04130d; }
.dn-freq__btn:focus-visible { outline: 2px solid var(--p-pink); outline-offset: 2px; }
.dn-freq-wrap { display: flex; justify-content: center; }

/* Center the toggle */
#give .dn-freq { margin-left: auto; margin-right: auto; }

/* Monthly tiers */
.dn-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.85rem, 1.8vw, 1.15rem); }
@media (max-width: 820px) { .dn-tiers { grid-template-columns: 1fr; } }

/* One-time presets */
.dn-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
@media (max-width: 620px) { .dn-presets { grid-template-columns: repeat(2, 1fr); } }
.dn-onetime__lead { color: var(--p-text-mute); line-height: 1.6; max-width: 60ch; margin: 0 0 1.1rem; }

/* Amount option (shared button) */
.amt {
  position: relative; display: flex; flex-direction: column; gap: .2rem;
  text-align: left; cursor: pointer; font-family: inherit;
  background: var(--p-surface, #10151a); color: var(--p-text);
  border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); border-radius: 14px;
  padding: 1.1rem 1.15rem;
  transition: border-color .2s ease, background .2s ease, transform .18s ease, box-shadow .25s ease;
}
.amt:hover { border-color: var(--p-green-line, rgba(32,214,154,.4)); transform: translateY(-2px); }
.amt:focus-visible { outline: 2px solid var(--p-green); outline-offset: 3px; }
.amt.is-selected { border-color: var(--p-green); box-shadow: 0 0 0 1px var(--p-green) inset, 0 18px 32px -24px rgba(32,214,154,.45); }

/* Preset (compact) */
.dn-presets .amt { align-items: center; justify-content: center; padding: 1rem .6rem; }
.dn-presets .amt__main { font-size: 1.15rem; font-weight: 800; }
.dn-presets .amt--custom .amt__main, .dn-tiers .amt--custom .amt__main { color: var(--p-text); }

/* Tier (tall card) */
.dn-tiers .amt__price { font-size: 1.9rem; font-weight: 800; color: var(--p-text); line-height: 1; }
.dn-tiers .amt__per { font-size: .9rem; font-weight: 700; color: var(--p-text-mute); }
.dn-tiers .amt__annual { font-size: .82rem; color: var(--p-pink); font-weight: 700; margin-bottom: .35rem; }
.dn-tiers .amt__name { font-size: 1.05rem; font-weight: 800; color: var(--p-text); letter-spacing: .01em; margin-top: .15rem; }
.dn-tiers .amt__desc { font-size: .88rem; color: var(--p-text-mute); line-height: 1.5; margin-top: .35rem; }
.dn-tiers .amt--custom { align-items: center; justify-content: center; min-height: 100%; }
.dn-tiers .amt--custom .amt__main { font-size: 1.2rem; font-weight: 800; }

/* Featured tier */
.amt--featured { border-color: var(--p-green); }
.amt__badge {
  position: absolute; top: -.7rem; left: 50%; transform: translateX(-50%);
  background: var(--p-green); color: #04130d; font-size: .68rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; padding: .25rem .7rem; border-radius: 999px;
  white-space: nowrap;
}
.dn-tiers .amt--featured { padding-top: 1.5rem; }

.dn-give__hint { color: var(--p-text-dim, #8b96a0); font-size: .85rem; margin: .9rem 0 0; }

/* Custom amount */
.dn-custom { margin: 1.1rem 0 0; max-width: 360px; }
.dn-custom label { display: block; font-size: .85rem; font-weight: 700; color: var(--p-text); margin-bottom: .4rem; }
.dn-custom__field { display: flex; align-items: center; border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); border-radius: 10px; background: var(--p-bg); overflow: hidden; }
.dn-custom__field:focus-within { border-color: var(--p-green); }
.dn-custom__sym { padding: 0 .65rem; color: var(--p-text-mute); font-weight: 700; }
.dn-custom__field input { flex: 1; border: 0; background: transparent; color: var(--p-text); padding: .75rem .65rem .75rem 0; font-size: 1rem; outline: none; font-family: inherit; }
.dn-custom__help { font-size: .8rem; color: var(--p-text-dim, #8b96a0); margin: .4rem 0 0; }
.dn-custom__error { font-size: .82rem; color: var(--p-pink); margin: .35rem 0 0; min-height: 1em; font-weight: 600; }

/* Any amount helps */
.dn-anyamount {
  margin: 1.75rem 0 0; padding: .9rem 1.1rem; border-radius: 12px;
  background: rgba(241,91,166,.08); border: 1px solid var(--p-pink-line, rgba(241,91,166,.28));
  color: var(--p-text); font-size: .95rem; line-height: 1.55; text-align: center;
}

/* Summary + checkout */
.dn-summary { max-width: 640px; margin: 1.75rem auto 0; padding: clamp(1.4rem, 3vw, 2rem); background: var(--p-surface-2, #151b21); border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); border-radius: 18px; }
.dn-summary__title { font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--p-text-dim, #8b96a0); margin: 0 0 .6rem; }
.dn-summary__line { font-size: 1.15rem; color: var(--p-text); margin: 0 0 .25rem; }
.dn-summary__line strong { color: var(--p-green); }
.dn-summary__renew { font-size: .9rem; color: var(--p-text-mute); margin: 0 0 1rem; }

.dn-disclosure { background: var(--p-bg); border: 1px solid var(--p-line); border-radius: 12px; padding: 1rem 1.1rem; margin: 0 0 1.1rem; }
.dn-disclosure__title { font-weight: 800; color: var(--p-text); margin: 0 0 .5rem; font-size: .92rem; }
.dn-disclosure ul { margin: 0; padding-left: 1.1rem; color: var(--p-text-mute); font-size: .88rem; line-height: 1.55; }
.dn-disclosure li { margin: .25rem 0; }
.dn-disclosure a { color: var(--p-green); }

.donate-checkout {
  display: flex; align-items: center; justify-content: center; gap: .55rem; width: 100%;
  border: none; border-radius: 999px; background: var(--p-green); color: #04130d;
  font-weight: 800; font-size: 1.05rem; padding: 1rem; text-decoration: none; cursor: pointer;
  transition: filter .2s ease, transform .15s ease, box-shadow .25s ease;
}
.donate-checkout:hover { filter: brightness(1.05); box-shadow: 0 14px 28px -14px rgba(32,214,154,.6); }
.donate-checkout:focus-visible { outline: 2px solid var(--p-pink); outline-offset: 3px; }
.donate-checkout svg { width: 1.05rem; height: 1.05rem; }
.donate-checkout.is-disabled { background: var(--p-surface); color: var(--p-text-mute); border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); cursor: not-allowed; box-shadow: none; filter: none; }
.dn-checkout-note { font-size: .82rem; color: var(--p-text-mute); text-align: center; margin: .7rem 0 0; min-height: 1em; }

.dn-trust { list-style: none; display: flex; flex-wrap: wrap; gap: .25rem 1.1rem; margin: 1.1rem 0 0; padding: .9rem 0 0; border-top: 1px solid var(--p-line); }
.dn-trust li { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; color: var(--p-text-mute); }
.dn-trust svg { width: 1rem; height: 1rem; color: var(--p-green); }
.dn-summary__legal { font-size: .78rem; color: var(--p-text-dim, #8b96a0); line-height: 1.5; margin: .9rem 0 0; }
.dn-summary__legal a { color: var(--p-green); }

/* ---- G. Other ways ---- */
.dn-other { padding: clamp(2rem, 4vw, 3rem) 0; background: var(--p-surface, #10151a); border-top: 1px solid var(--p-line); }
.dn-other h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 800; color: var(--p-text); margin: 0 0 1.25rem; }
.dn-other__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 680px) { .dn-other__list { grid-template-columns: 1fr; } }
.dn-other__item { background: var(--p-bg); border: 1px solid var(--p-line); border-radius: 14px; padding: 1.25rem 1.35rem; }
.dn-other__item h3 { font-size: 1.05rem; font-weight: 700; color: var(--p-text); margin: 0 0 .4rem; }
.dn-other__item p { font-size: .92rem; color: var(--p-text-mute); line-height: 1.6; margin: 0; }
.dn-other__item a { color: var(--p-green); }

/* ---- H. Transparency ---- */
.dn-transparency { padding: clamp(2rem, 4vw, 3rem) 0; }
.dn-transparency h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 800; color: var(--p-text); margin: 0 0 .9rem; }
.dn-transparency__lead { color: var(--p-text-mute); line-height: 1.6; margin: 0 0 1rem; }
.dn-transparency__cols { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem 1.5rem; }
@media (max-width: 560px) { .dn-transparency__cols { grid-template-columns: 1fr; } }
.dn-transparency__cols li { position: relative; padding-left: 1.2rem; color: var(--p-text); font-size: .95rem; line-height: 1.5; }
.dn-transparency__cols li::before { content: ""; position: absolute; left: 0; top: .55em; width: .4rem; height: .4rem; border-radius: 50%; background: var(--p-green); }
.dn-transparency__note { font-size: .85rem; color: var(--p-text-dim, #8b96a0); line-height: 1.6; margin: 0 0 1rem; }
.dn-transparency__manage a { color: var(--p-green); font-weight: 700; }
.dn-explore { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--p-line); }
.dn-explore a { font-size: .88rem; color: var(--p-text); border: 1px solid var(--p-line-strong, rgba(255,255,255,.14)); border-radius: 999px; padding: .5rem .95rem; text-decoration: none; transition: border-color .2s ease, color .2s ease; }
.dn-explore a:hover { border-color: var(--p-green); color: var(--p-green); }

@media (prefers-reduced-motion: reduce) {
  .dn-impact__item, .amt, .donate-checkout { transition: none !important; }
  .dn-impact__item:hover, .amt:hover { transform: none; }
}

/* =========================================================================
   DONATE v2 — two-column hero, distinct CTAs, clickable impact cards
   ========================================================================= */

/* Two-column hero */
.dn-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .92fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.dn-hero__inner { position: relative; z-index: 1; max-width: 36rem; }
@media (max-width: 900px) {
  .dn-hero__grid { grid-template-columns: 1fr; }
  .dn-hero__panel { order: 2; }   /* visual drops below the text on small screens */
}

/* Right-side impact panel (real project photo + concise points) */
.dn-hero__panel { position: relative; z-index: 1; }
.dn-panel__media {
  position: relative; margin: 0; border-radius: 18px; overflow: hidden;
  border: 1px solid var(--p-line-strong, rgba(255,255,255,.14));
  box-shadow: 0 24px 48px -28px rgba(0,0,0,.7);
}
.dn-panel__media img { display: block; width: 100%; height: 100%; max-height: 420px; object-fit: cover; }
.dn-panel__tag {
  position: absolute; left: 1rem; bottom: 1rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #fff; background: rgba(5,8,6,.72); border: 1px solid rgba(255,255,255,.16);
  padding: .4rem .8rem; border-radius: 999px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.dn-panel__points { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .55rem; }
.dn-panel__points li { display: flex; align-items: center; gap: .65rem; font-size: .92rem; font-weight: 600; color: var(--p-text); }
.dn-panel__points svg { width: 1.2rem; height: 1.2rem; color: var(--p-green); flex: none; }

/* Distinct primary / secondary hero CTAs */
.dn-hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.dn-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 52px; padding: .85rem 1.6rem; border-radius: 999px;
  font-family: inherit; font-weight: 800; font-size: 1rem; text-decoration: none; cursor: pointer;
  border: 2px solid transparent;
  transition: transform .2s ease, background .2s ease, box-shadow .25s ease, border-color .2s ease, filter .2s ease;
}
.dn-cta svg { width: 1.1rem; height: 1.1rem; }
.dn-cta--primary { background: var(--p-green); color: #04130d; box-shadow: 0 12px 28px -16px rgba(32,214,154,.65); }
.dn-cta--primary:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 18px 34px -16px rgba(32,214,154,.7); }
.dn-cta--primary:active { transform: translateY(0); box-shadow: 0 8px 16px -14px rgba(32,214,154,.6); }
.dn-cta--secondary { background: transparent; color: var(--p-text); border-color: var(--p-green-line, rgba(32,214,154,.5)); }
.dn-cta--secondary:hover { transform: translateY(-2px); background: rgba(32,214,154,.10); border-color: var(--p-green); }
.dn-cta--secondary:active { transform: translateY(0); }
.dn-cta:focus-visible { outline: 3px solid rgba(32,214,154,.45); outline-offset: 3px; }
.dn-cta-note { margin: .85rem 0 0; font-size: .85rem; color: var(--p-text-mute); }
.dn-cta-note__star { color: var(--p-pink); }
@media (max-width: 560px) {
  .dn-hero__cta { flex-direction: column; }
  .dn-cta { width: 100%; }
}

/* Impact cards become full clickable links */
.dn-impact__item {
  display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; height: 100%;
  padding: 1.15rem 1.2rem; border: 1px solid var(--p-line); border-radius: 14px;
  background: var(--p-surface, #10151a); color: var(--p-text); text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, background .2s ease, box-shadow .25s ease;
}
.dn-impact__item:hover {
  transform: translateY(-3px); background: var(--p-surface-2, #151b21);
  border-color: var(--p-green-line, rgba(32,214,154,.4));
  box-shadow: 0 18px 32px -26px rgba(32,214,154,.35), 0 14px 26px -22px rgba(0,0,0,.6);
}
.dn-impact__item:focus-visible { outline: 2px solid var(--p-green); outline-offset: 3px; }
.dn-impact__ico {
  display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 10px;
  background: rgba(32,214,154,.10); border: 1px solid var(--p-line); color: var(--p-green); flex: none;
}
.dn-impact__ico svg { width: 1.3rem; height: 1.3rem; }
.dn-impact__name { font-size: .96rem; font-weight: 700; line-height: 1.3; color: var(--p-text); flex: 1 0 auto; }
.dn-impact__more { font-size: .8rem; font-weight: 700; color: var(--p-green); display: inline-flex; align-items: center; gap: .3rem; transition: gap .2s ease; }
.dn-impact__item:hover .dn-impact__more { gap: .55rem; }

/* "Join the PAWS Monthly Pack" label inside the monthly panel */
.dn-panel-label { text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--p-pink); margin: 0 0 1rem; }

@media (prefers-reduced-motion: reduce) {
  .dn-cta, .dn-impact__item, .dn-impact__more { transition: none !important; }
  .dn-cta:hover, .dn-impact__item:hover { transform: none; }
}
