/* =====================================================================
CHARITI Charity & Non-Profit faithful replica of GoodLayers demo2
Palette: mint green #3bcf93 coral #ff6f61 charcoal clean white
Type: Jost (titles) Poppins (body)
===================================================================== */
:root {
  /* ===== Brand ramp ===== */
  --green: #3bcf93;
  --green-d: #28b67f;
  --green-dd: #14774f;
  --green-50: #ecfbf4;
  --green-100:#d6f5e6;
  --green-300:#74e0b3;
  --coral: #ff6f61;
  --coral-d: #f0574a;
  --gold: #f3c14f;

  /* ===== Warm-slate neutrals ===== */
  --ink: #16201b;
  --ink-2: #283531;
  --body: #586860;
  --mute: #93a39b;
  --bg: #ffffff;
  --bg-2: #f4f8f6;
  --bg-3: #e8efeb;
  --surface: #ffffff;
  --dark: #0f1713;
  --dark-2: #15211b;
  --line: rgba(16,32,27,.08);
  --line-2: rgba(16,32,27,.14);

  --title: "Jost", system-ui, -apple-system, sans-serif;
  --sans: "Poppins", system-ui, -apple-system, sans-serif;

  --maxw: 1200px;
  --gut: clamp(20px, 4vw, 40px);
  --sec: clamp(72px, 9vw, 128px);

  /* ===== Radii ===== */
  --r-sm: 12px;
  --r: 18px;
  --r-lg: 24px;
  --r-xl: 30px;
  --pill: 50px;

  /* ===== Motion ===== */
  --ease: cubic-bezier(.22,1,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);

  /* ===== Elevation (layered, soft) ===== */
  --sh-xs: 0 1px 2px rgba(16,32,27,.05), 0 3px 8px -4px rgba(16,32,27,.08);
  --sh-sm: 0 2px 6px -2px rgba(16,32,27,.06), 0 12px 28px -14px rgba(16,32,27,.16);
  --sh-md: 0 6px 14px -6px rgba(16,32,27,.08), 0 28px 56px -22px rgba(16,32,27,.22);
  --sh-lg: 0 10px 24px -10px rgba(16,32,27,.10), 0 50px 92px -30px rgba(16,32,27,.28);
  --sh-green: 0 16px 34px -14px rgba(40,182,127,.55);
  --ring: 0 0 0 4px rgba(59,207,147,.18);
}

*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { font-family: var(--sans); color: var(--body); background: var(--bg); line-height: 1.65; font-size: 16px; overflow-x: hidden; position: relative; }
/* ambient brand light */
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
  radial-gradient(1100px 620px at 88% -8%, rgba(59,207,147,.10), transparent 62%),
  radial-gradient(900px 520px at -6% 26%, rgba(255,111,97,.05), transparent 58%); }
/* ultra-fine grain */
body::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .025; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 130px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
h1,h2,h3,h4 { font-family: var(--title); color: var(--ink); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
::selection { background: var(--green); color: #fff; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 8px; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }

/* simple inline glyph icons */
.i-phone, .i-user, .i-clock, .i-pin { display: inline-block; width: 1em; height: 1em; vertical-align: -.12em; background: currentColor;
  -webkit-mask: center/contain no-repeat; mask: center/contain no-repeat; }
.i-phone { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15 15 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24 11 11 0 0 0 3.5.56 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1 11 11 0 0 0 .56 3.5 1 1 0 0 1-.24 1Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15 15 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24 11 11 0 0 0 3.5.56 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1 11 11 0 0 0 .56 3.5 1 1 0 0 1-.24 1Z'/%3E%3C/svg%3E"); }
.i-user { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4 0-8 2-8 6v1h16v-1c0-4-4-6-8-6Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4 0-8 2-8 6v1h16v-1c0-4-4-6-8-6Z'/%3E%3C/svg%3E"); }
.i-clock { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm1 11h-3V6h2v5h3Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm1 11h-3V6h2v5h3Z'/%3E%3C/svg%3E"); margin-left: 8px; }
.i-pin { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 14.5 9 2.5 2.5 0 0 1 12 11.5Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 14.5 9 2.5 2.5 0 0 1 12 11.5Z'/%3E%3C/svg%3E"); margin-left: 12px; }

/* ============================== BUTTONS ============================== */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 30px; border-radius: 50px;
  font-family: var(--title); font-weight: 600; font-size: 14px; letter-spacing: .02em; line-height: 1;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s, color .25s; }
.btn--solid { background: var(--green); color: #fff; }
.btn--solid:hover { background: var(--green-d); transform: translateY(-3px); box-shadow: 0 16px 30px -14px rgba(59,207,147,.7); }
.btn--lg { padding: 16px 38px; font-size: 15px; }
.btn--outline { background: transparent; color: var(--ink); border: 2px solid var(--line); }
.btn--outline:hover { border-color: var(--green); color: var(--green-dd); transform: translateY(-3px); }

/* shared captions / section titles */
.caption { display: inline-block; font-family: var(--title); font-weight: 600; font-size: 13px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.sec-title { font-size: clamp(28px, 3.6vw, 42px); }
.sec-rule { display: block; width: 60px; height: 3px; border-radius: 3px; background: var(--green); margin-top: 18px; }
.sec-head--center { text-align: center; max-width: 640px; margin: 0 auto clamp(40px, 5vw, 60px); }
.sec-head--center .sec-rule { margin-inline: auto; }
.sec-head--light .sec-title { color: #fff; }
.sec-head--light .caption { color: #bff3df; }

/* ============================== TOP BAR ============================== */
.topbar { background: var(--ink); color: rgba(255,255,255,.78); font-size: 13px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 16px; }
.topbar a { transition: color .25s; }
.topbar a:hover { color: var(--green); }
.topbar__right { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar__sep { opacity: .3; }
.topbar__login { color: #fff; font-weight: 600; }
.topbar__phone { color: #fff; }

/* =============================== HEADER =============================== */
.head { position: sticky; top: 0; z-index: 700; background: #fff; box-shadow: 0 1px 0 var(--line);
  transition: box-shadow .3s, padding .3s; }
.head.is-stuck { box-shadow: 0 10px 30px -20px rgba(0,0,0,.4); }
.head__inner { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo__mark { color: var(--green); display: grid; place-content: center; }
.logo__text { display: flex; flex-direction: column; line-height: 1; font-family: var(--title); font-weight: 700; font-size: 27px; color: var(--ink); letter-spacing: -.02em; }
.logo__text small { font-family: var(--sans); font-weight: 500; font-size: 9px; letter-spacing: .26em; text-transform: uppercase; color: var(--mute); margin-top: 5px; }
.foot .logo__text small { color: rgba(255,255,255,.45); }
.menu { display: flex; gap: 30px; margin-left: 30px; }
.menu a { position: relative; font-family: var(--title); font-weight: 500; font-size: 15px; color: var(--ink); padding: 6px 0; transition: color .25s; }
.menu a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.menu a:hover, .menu a.is-current { color: var(--green-dd); }
.menu a:hover::after, .menu a.is-current::after { transform: scaleX(1); transform-origin: left; }
.head__actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.burger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger.is-open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2){ opacity: 0; }
.burger.is-open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
.menu__cta { display: none; }
.menu-scrim { position: fixed; inset: 0; z-index: 680; background: rgba(9,18,13,.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; }
.menu-scrim.is-open { opacity: 1; visibility: visible; }

/* ============================== HERO SLIDER ============================== */
.hero { position: relative; overflow: hidden; }
.hero__slides { position: relative; height: clamp(460px, 70vh, 720px); }
.slide { position: absolute; inset: 0; display: flex; align-items: center; background-size: cover; background-position: center;
  opacity: 0; visibility: hidden; transform: scale(1.06); transition: opacity 1s var(--ease), transform 6s linear, visibility 1s; }
.slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,28,24,.78) 0%, rgba(20,28,24,.5) 45%, rgba(20,28,24,.15) 100%); }
.slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.slide__inner { position: relative; width: 100%; }
.slide__copy { max-width: 640px; }
.slide__eyebrow { display: inline-block; font-family: var(--title); font-weight: 600; font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: var(--green); margin-bottom: 18px;
  opacity: 0; transform: translateY(24px); }
.slide__title { color: #fff; font-size: clamp(32px, 5.2vw, 60px); font-weight: 700; line-height: 1.1; margin-bottom: 28px;
  opacity: 0; transform: translateY(28px); }
.slide__copy .btn { opacity: 0; transform: translateY(28px); }
.slide.is-active .slide__eyebrow,
.slide.is-active .slide__title,
.slide.is-active .btn { animation: slideUp .8s var(--ease) forwards; }
.slide.is-active .slide__title { animation-delay: .12s; }
.slide.is-active .btn { animation-delay: .24s; }
@keyframes slideUp { to { opacity: 1; transform: none; } }

.hero__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.16); color: #fff; font-size: 30px; line-height: 1; display: grid; place-content: center;
  backdrop-filter: blur(4px); transition: background .25s, transform .25s; }
.hero__arrow:hover { background: var(--green); }
.hero__arrow--prev { left: clamp(10px, 3vw, 34px); }
.hero__arrow--next { right: clamp(10px, 3vw, 34px); }
.hero__dots { position: absolute; left: 0; right: 0; bottom: 26px; z-index: 5; display: flex; justify-content: center; gap: 10px; }
.hero__dots button { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.45); transition: background .25s, width .25s; }
.hero__dots button.is-active { background: var(--green); width: 30px; border-radius: 6px; }

/* ============================== CAUSES ============================== */
.causes { padding: var(--sec) 0; background: var(--bg); }
.sec-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: clamp(34px, 4vw, 50px); flex-wrap: wrap; }
.sec-head__left { display: flex; align-items: center; gap: 18px; }
.sec-head__icon { width: 64px; height: auto; }
.sec-head .caption { margin-bottom: 4px; }

.cause-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.cause { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: var(--sh-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.cause:hover { transform: translateY(-8px); box-shadow: var(--sh-md); }
.cause__thumb { position: relative; aspect-ratio: 7/6; background-size: cover; background-position: center; }
.cause__cat { position: absolute; left: 14px; top: 14px; background: var(--coral); color: #fff; font-family: var(--title);
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 4px; }
.cause__body { padding: 22px 22px 26px; }
.cause__title { font-size: 18px; line-height: 1.35; margin-bottom: 16px; }
.cause__title a:hover { color: var(--green-dd); }
.cause__amount { font-family: var(--title); font-weight: 700; font-size: 20px; color: var(--green-dd); margin-bottom: 12px; }
.bar { height: 8px; border-radius: 8px; background: var(--bg-3); overflow: hidden; }
.bar__fill { display: block; height: 100%; width: 0; border-radius: 8px; background: linear-gradient(90deg, var(--green), var(--green-d)); transition: width 1.4s var(--ease); }
.cause__meta { display: flex; justify-content: space-between; margin-top: 10px; font-size: 12.5px; color: var(--mute); }
.cause__pct { color: var(--ink); font-weight: 600; }

/* ============================ FOUNDATION ============================ */
.foundation { padding: var(--sec) 0; background-size: cover; background-position: center; background-color: var(--bg-2); }
.foundation__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.foundation__media { position: relative; }
.foundation__media img { width: 100%; border-radius: 10px; box-shadow: var(--sh-md); }
.foundation__media::after { content: ""; position: absolute; right: -16px; bottom: -16px; width: 120px; height: 120px;
  border-radius: 10px; background: var(--green); z-index: -1; }
.foundation__copy p { margin-top: 18px; max-width: 50ch; }
.foundation__copy .btn { margin-top: 28px; }
.foundation__copy .sec-title { margin-top: 2px; }
.foundation__quote { margin: 26px 0 4px; padding-left: 20px; border-left: 3px solid var(--coral);
  font-family: var(--title); font-style: italic; font-size: 19px; line-height: 1.5; color: var(--ink); }
.foundation__quote cite { display: block; margin-top: 10px; font-style: normal; font-size: 14px; font-weight: 600; color: var(--green-dd); }

/* ============================ SERVICES ============================ */
.services { padding: var(--sec) 0; background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service { text-align: center; padding: 44px 30px; border-radius: 10px; background: #fff; border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s; }
.service:hover { transform: translateY(-8px); box-shadow: var(--sh-md); border-color: transparent; }
.service__ico { display: grid; place-content: center; width: 96px; height: 96px; margin: 0 auto 24px; border-radius: 50%;
  background: rgba(59,207,147,.12); transition: background .3s; }
.service:hover .service__ico { background: rgba(59,207,147,.22); }
.service__ico img { width: 48px; height: 48px; object-fit: contain; }
.service h3 { font-size: 21px; margin-bottom: 12px; }
.service p { font-size: 14.5px; }

/* ============================ COUNTERS ============================ */
.counters { padding: clamp(54px, 7vw, 96px) 0; position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--green-dd) 0%, var(--green) 60%, var(--green-d) 100%); }
.counters::before { content: ""; position: absolute; inset: 0; opacity: .25; pointer-events: none;
  background: url('../img/ch/counter-bg.png') center/cover no-repeat; mix-blend-mode: soft-light; }
.counters .wrap { position: relative; }
.counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.counter { color: #fff; }
.counter__num, .counter__suffix { font-family: var(--title); font-weight: 700; font-size: clamp(40px, 5vw, 58px); line-height: 1; color: #fff; }
.counter p { margin-top: 10px; font-size: 16px; font-weight: 500; color: rgba(255,255,255,.92); }

/* ===================== MAKE A DONATION + DONOR PORTAL ===================== */
.give { padding: var(--sec) 0; background: var(--bg); }
.give__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(28px, 3vw, 44px); align-items: start; }
.give__panel { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: clamp(26px, 3vw, 44px); box-shadow: var(--sh-sm); }
.give__head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.give__ico { display: grid; place-content: center; width: 50px; height: 50px; border-radius: 12px; background: rgba(59,207,147,.14); color: var(--green-dd); }
.give__ico svg { width: 26px; height: 26px; }
.give__head h2 { font-size: 24px; }
.give__head p { font-size: 14px; }
.dtype { border: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 16px 28px; margin-bottom: 30px; }
.dtype__opt { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 500; color: var(--body); cursor: pointer; transition: color .25s; }
.dtype__opt input { position: absolute; opacity: 0; pointer-events: none; }
.dtype__opt span { width: 19px; height: 19px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-content: center; transition: border-color .25s; }
.dtype__opt span::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--green); transform: scale(0); transition: transform .25s var(--ease); }
.dtype__opt.is-active { color: var(--ink); }
.dtype__opt.is-active span { border-color: var(--green); }
.dtype__opt.is-active span::after { transform: scale(1); }
.give__label { font-family: var(--title); font-weight: 600; font-size: 14.5px; color: var(--ink); margin-bottom: 14px; }
.amounts { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.amount { padding: 15px 8px; border: 1.5px solid var(--line); border-radius: 8px; background: #fff; font-family: var(--title); font-weight: 600; font-size: 14.5px; color: var(--ink); transition: transform .25s var(--ease), border-color .2s, background .2s, color .2s; }
.amount:hover { transform: translateY(-3px); border-color: var(--green); }
.amount.is-active { background: var(--green); border-color: var(--green); color: #fff; }
.amount--custom { color: var(--body); }
.give__foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.give__pitch { display: flex; align-items: center; gap: 12px; }
.give__hand { color: var(--coral); flex: none; }
.give__hand svg { width: 40px; height: 40px; }
.give__pitch b { font-family: var(--title); font-size: 17px; color: var(--ink); max-width: 22ch; }
.give__secure { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-size: 12.5px; color: var(--mute); }

.portal { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: clamp(24px, 2.6vw, 34px); box-shadow: var(--sh-md); }
.portal__head { text-align: center; margin-bottom: 22px; }
.portal__eyebrow { font-size: 13px; color: var(--body); }
.portal__title { font-size: 22px; color: var(--green-dd); margin: 3px 0 6px; }
.portal__hint { font-size: 12.5px; color: var(--body); }
.portal__group { font-family: var(--title); font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.portal__group span { display: block; font-family: var(--sans); font-weight: 400; font-size: 12px; color: var(--body); margin-top: 2px; }
.field { display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; margin-bottom: 12px; transition: border-color .25s, box-shadow .25s; }
.field:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(59,207,147,.18); }
.field svg { width: 18px; height: 18px; color: var(--mute); flex: none; }
.field input { flex: 1; border: 0; outline: 0; padding: 13px 0; font-size: 14px; background: transparent; }
.portal__forgot { display: block; text-align: right; font-size: 12.5px; color: var(--green-dd); margin-bottom: 16px; }
.portal__or { position: relative; text-align: center; margin: 18px 0; }
.portal__or::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: var(--line); }
.portal__or span { position: relative; background: #fff; padding: 0 14px; font-size: 12px; color: var(--body); }
.btn--google { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn--google:hover { background: #fff; box-shadow: var(--sh-sm); transform: translateY(-2px); }
.portal__footer { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }

/* ===================== WHY REGISTER + TRANSPARENCY ===================== */
.trust { padding: var(--sec) 0; background: var(--bg-2); }
.trust__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 44px); align-items: stretch; }
.why, .docs { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: clamp(28px, 3vw, 44px); box-shadow: var(--sh-sm); }
.why__title, .docs__title { font-size: clamp(22px, 2.4vw, 28px); color: var(--green-dd); margin-bottom: 24px; }
.why__list { display: flex; flex-direction: column; gap: 14px; }
.why__list li { position: relative; padding-left: 34px; font-size: 14.5px; color: var(--ink); }
.why__list li::before { content: ""; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12 4 4 8-8' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 16px; background-repeat: no-repeat; background-position: center; }
.docs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 24px; }
.doc { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 22px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg-2); font-size: 12.5px; font-weight: 500; text-align: center; color: var(--ink); transition: transform .3s var(--ease), box-shadow .3s, border-color .25s; }
.doc:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--green); }
.doc__ico { font-size: 24px; }

/* ============================ TESTIMONIALS ============================ */
.says { padding: var(--sec) 0; background: var(--bg); }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.quote { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 38px 30px 28px; box-shadow: var(--sh-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.quote:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.quote__mark { position: absolute; top: 22px; left: 26px; font-family: var(--title); font-size: 70px; line-height: .5; color: rgba(59,207,147,.22); }
.quote blockquote { position: relative; font-size: 15px; line-height: 1.7; color: var(--body); margin: 26px 0 24px; }
.quote figcaption { display: flex; align-items: center; gap: 12px; }
.quote figcaption img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.quote figcaption span { display: flex; flex-direction: column; font-size: 12.5px; color: var(--mute); }
.quote figcaption strong { font-family: var(--title); font-size: 14.5px; color: var(--ink); }

/* ================================ FAQ ================================ */
.faq { padding: var(--sec) 0; background: var(--bg-2); }
.faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px clamp(18px, 2vw, 30px); }
.faq__col { display: flex; flex-direction: column; gap: 14px; }
.acc { border: 1px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.acc[open] { border-color: var(--green); box-shadow: var(--sh-sm); }
.acc summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: var(--title); font-weight: 500; font-size: 15px; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary i { position: relative; flex: none; width: 15px; height: 15px; }
.acc summary i::before, .acc summary i::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--green); border-radius: 2px; }
.acc summary i::before { width: 13px; height: 2px; }
.acc summary i::after { width: 2px; height: 13px; transition: transform .3s var(--ease); }
.acc[open] summary i::after { transform: translate(-50%,-50%) scaleY(0); }
.acc p { padding: 0 22px 20px; font-size: 14px; color: var(--body); }

/* ============================== CTA BANNER ============================== */
.cta { padding: 0 0 var(--sec); background: var(--bg-2); }
.cta__panel { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  border-radius: 14px; overflow: hidden; padding: clamp(38px, 5vw, 68px); background-size: cover; background-position: center; background-color: var(--dark); }
.cta__panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(22,84,60,.95) 0%, rgba(29,126,87,.86) 55%, rgba(59,207,147,.62) 100%); }
.cta__copy, .cta__actions { position: relative; }
.caption--light { color: #bff3df; }
.cta__copy h2 { color: #fff; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.18; max-width: 22ch; }
.cta__copy h2 span { color: #ffd76a; }
.cta__copy p { color: rgba(255,255,255,.85); margin-top: 14px; }
.cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn--gold { background: #ffce5a; color: #4a3a12; }
.btn--gold:hover { background: #ffd76a; transform: translateY(-3px); box-shadow: 0 16px 30px -14px rgba(255,206,90,.7); }
.btn--glass { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.4); backdrop-filter: blur(6px); }
.btn--glass:hover { background: rgba(255,255,255,.2); transform: translateY(-3px); }

/* ============================== EVENTS ============================== */
.events { padding: var(--sec) 0; background-size: cover; background-position: center; background-color: var(--dark); position: relative; }
.events::before { content: ""; position: absolute; inset: 0; background: rgba(26,33,30,.86); }
.events .wrap { position: relative; }
.event-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.event { display: flex; align-items: center; gap: 24px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 22px 26px; transition: background .3s, transform .3s; }
.event:hover { background: rgba(255,255,255,.09); transform: translateX(4px); }
.event__date { flex: none; width: 70px; height: 70px; border-radius: 10px; background: var(--green); color: #fff;
  display: grid; place-content: center; text-align: center; line-height: 1; }
.event__date b { font-family: var(--title); font-size: 26px; }
.event__date i { font-style: normal; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin-top: 3px; }
.event__body h3 { color: #fff; font-size: 19px; margin-bottom: 6px; }
.event__body h3 a:hover { color: var(--green); }
.event__meta { font-size: 13px; color: rgba(255,255,255,.6); }
.event__link { margin-left: auto; flex: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25);
  color: #fff; display: grid; place-content: center; font-size: 22px; transition: background .25s, border-color .25s; }
.event__link:hover { background: var(--green); border-color: var(--green); }

/* =============================== NEWS =============================== */
.news { padding: var(--sec) 0; background-size: cover; background-position: center; background-color: var(--bg-2); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: var(--sh-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.post:hover { transform: translateY(-8px); box-shadow: var(--sh-md); }
.post__thumb { display: block; aspect-ratio: 3/2; background-size: cover; background-position: center; }
.post__body { padding: 24px 26px 28px; }
.post__date { font-size: 12.5px; color: var(--green-dd); font-weight: 600; letter-spacing: .04em; }
.post h3 { font-size: 19px; line-height: 1.35; margin: 10px 0 12px; }
.post h3 a:hover { color: var(--green-dd); }
.post p { font-size: 14px; margin-bottom: 16px; }
.post__more { font-family: var(--title); font-weight: 600; font-size: 13.5px; color: var(--coral); }
.post__more:hover { color: var(--green-dd); }

/* =============================== FOOTER =============================== */
.foot { background: var(--dark); color: rgba(255,255,255,.62); }
.foot__grid { display: grid; grid-template-columns: 1.6fr 1.2fr 1fr 1.2fr; gap: clamp(28px, 4vw, 56px); padding: clamp(56px, 7vw, 90px) 0 50px; }
.foot .logo__text { color: #fff; }
.foot .logo--foot { margin-bottom: 20px; }
.foot__col p { font-size: 14px; line-height: 1.8; }
.foot__col h4 { color: #fff; font-size: 18px; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.foot__col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: var(--green); }
.foot__contact li, .foot__links li { font-size: 14px; margin-bottom: 12px; line-height: 1.6; }
.foot__links a:hover { color: var(--green); padding-left: 4px; transition: padding .25s, color .25s; }
.foot__causes li { margin-bottom: 16px; }
.foot__causes a { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: rgba(255,255,255,.8); }
.foot__causes img { width: 54px; height: 54px; border-radius: 6px; object-fit: cover; flex: none; }
.foot__causes a:hover { color: var(--green); }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-content: center; font-weight: 600;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: #fff; transition: background .25s, transform .25s; }
.socials a:hover { background: var(--green); border-color: var(--green); transform: translateY(-3px); }
.foot__bar { background: #000; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.foot__bar-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 22px 0; }
.foot__bar a:hover { color: var(--green); }

/* anchor scroll offset (sticky header) */
:target { scroll-margin-top: 96px; }
section[id], [id] { scroll-margin-top: 96px; }

/* custom amount field */
.custom-amt { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding: 0 16px; border: 1.5px solid var(--green); border-radius: 8px; background: #fff; max-width: 280px; box-shadow: 0 0 0 3px rgba(59,207,147,.16); }
.custom-amt[hidden] { display: none; }
.custom-amt span { font-family: var(--title); font-weight: 600; color: var(--ink); }
.custom-amt input { flex: 1; border: 0; outline: 0; padding: 13px 0; font-size: 15px; font-family: var(--title); font-weight: 600; background: transparent; }

/* portal panes + messages */
.portal__pane[hidden] { display: none; }
.portal__msg { margin-top: 14px; font-size: 13px; font-weight: 500; padding: 0; min-height: 0; transition: all .2s; }
.portal__msg.is-error { color: #d23b3b; }
.portal__msg.is-ok { color: var(--green-dd); }
.portal__switch { margin-top: 16px; text-align: center; font-size: 13px; color: var(--body); }
.portal__switch a { color: var(--green-dd); font-weight: 600; }
.portal__switch a:hover { text-decoration: underline; }
.field.is-invalid { border-color: #e9a0a0; box-shadow: 0 0 0 3px rgba(210,59,59,.12); }

/* ================================ MODAL ================================ */
.modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.modal.is-open { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(26,33,30,.62); backdrop-filter: blur(3px); animation: fade .25s var(--ease); }
.modal__panel { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: min(520px, 92vw);
  max-height: 90vh; overflow-y: auto; background: #fff; border-radius: 16px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.5);
  padding: clamp(26px, 4vw, 40px); animation: pop .35s var(--ease); }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translate(-50%,-46%) scale(.96); } }
.modal__close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border-radius: 50%; font-size: 26px; line-height: 1; color: var(--body); background: var(--bg-2); transition: background .2s, color .2s; }
.modal__close:hover { background: var(--coral); color: #fff; }

.mstep__eyebrow { font-family: var(--title); font-weight: 600; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--green); }
.mstep h3 { font-size: 24px; margin: 6px 0 4px; }
.mstep__sub { font-size: 14px; color: var(--body); margin-bottom: 22px; }
.mstep__progress { display: flex; gap: 6px; margin-bottom: 24px; }
.mstep__progress span { flex: 1; height: 4px; border-radius: 4px; background: var(--bg-3); }
.mstep__progress span.is-on { background: var(--green); }
.mstep__summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--bg-2); border-radius: 10px; padding: 16px 20px; margin-bottom: 18px; }
.mstep__summary b { font-family: var(--title); font-size: 26px; color: var(--green-dd); }
.mstep__summary span { font-size: 13px; color: var(--body); }
.mfield { margin-bottom: 14px; }
.mfield label { display: block; font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.mfield input { width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.mfield input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(59,207,147,.18); }
.mfield input.is-invalid { border-color: #e9a0a0; box-shadow: 0 0 0 3px rgba(210,59,59,.12); }
.mpay { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.mpay__opt { padding: 16px 8px; border: 1.5px solid var(--line); border-radius: 10px; text-align: center; font-family: var(--title); font-weight: 600; font-size: 14px; color: var(--ink); transition: border-color .2s, background .2s, color .2s; }
.mpay__opt.is-active { border-color: var(--green); background: var(--green); color: #fff; }
.mstep__row { display: flex; gap: 12px; margin-top: 22px; }
.mstep__row .btn { flex: 1; justify-content: center; }
.mstep__back { background: var(--bg-2); color: var(--ink); }
.mstep__back:hover { background: var(--bg-3); }
.mstep__err { color: #d23b3b; font-size: 13px; margin-top: 10px; min-height: 18px; }
.mstep__success { text-align: center; padding: 10px 0; }
.mstep__check { width: 76px; height: 76px; border-radius: 50%; background: rgba(59,207,147,.16); color: var(--green-dd); display: grid; place-content: center; margin: 0 auto 20px; }
.mstep__check svg { width: 40px; height: 40px; }
.mspin { display: inline-block; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; vertical-align: -3px; margin-right: 8px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ================================ TOAST ================================ */
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 140%); z-index: 1100;
  background: var(--ink); color: #fff; padding: 14px 22px; border-radius: 50px; font-size: 14px; font-weight: 500;
  box-shadow: 0 18px 40px -16px rgba(0,0,0,.5); opacity: 0; transition: transform .4s var(--ease), opacity .4s; max-width: 90vw; }
.toast.is-show { transform: translate(-50%, 0); opacity: 1; }

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ===================================================================
PREMIUM REFINEMENT LAYER award-tier polish (presentation only)
=================================================================== */

/* scroll progress */
.scrollbar { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 1200;
  background: linear-gradient(90deg, var(--green), var(--coral)); box-shadow: 0 0 12px rgba(59,207,147,.6); transition: width .1s linear; }

/* captions + titles */
.caption { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .22em; color: var(--green-dd); }
.caption::before { content: ""; width: 22px; height: 1.5px; border-radius: 2px; background: linear-gradient(90deg, var(--green), var(--coral)); }
.sec-head--center .caption { justify-content: center; }
.sec-head--light .caption { color: #aef0d4; }
.sec-head--light .caption::before { background: linear-gradient(90deg, #aef0d4, transparent); }
.sec-title { font-size: clamp(30px, 4.2vw, 50px); letter-spacing: -.025em; line-height: 1.08; }
.sec-head--center { max-width: 680px; }
.sec-rule { height: 4px; width: 64px; border-radius: 4px; background: linear-gradient(90deg, var(--green), var(--green-300)); }

/* buttons */
.btn { border-radius: var(--pill); font-weight: 600; letter-spacing: .01em; position: relative; overflow: hidden; isolation: isolate;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s, color .3s; }
.btn::after { content: ""; position: absolute; inset: 0; z-index: -1; transform: translateX(-130%);
  background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,.38), transparent 75%); transition: transform .8s var(--ease); }
.btn:hover::after { transform: translateX(130%); }
.btn--solid { background: linear-gradient(180deg, var(--green-300), var(--green) 55%, var(--green-d)); color: #fff;
  box-shadow: var(--sh-green), inset 0 1px 0 rgba(255,255,255,.35); }
.btn--solid:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -16px rgba(40,182,127,.6), inset 0 1px 0 rgba(255,255,255,.4); }
.btn--lg { padding: 17px 40px; font-size: 15px; }
.btn--outline { background: rgba(255,255,255,.55); border: 1.5px solid var(--line-2); color: var(--ink); backdrop-filter: blur(6px); }
.btn--outline:hover { border-color: var(--green); color: var(--green-dd); transform: translateY(-3px); box-shadow: var(--sh-sm); }
.btn--google { background: #fff; border: 1.5px solid var(--line-2); color: var(--ink); }
.btn--google::after { display: none; }
.btn--gold { background: linear-gradient(180deg, #ffdc7a, #f3c14f 60%, #e7b23e); color: #4a3712;
  box-shadow: 0 16px 34px -14px rgba(243,193,79,.6), inset 0 1px 0 rgba(255,255,255,.5); }
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 24px 48px -16px rgba(243,193,79,.7); }
.btn--glass { background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.45); color: #fff; backdrop-filter: blur(10px); }
.btn--glass:hover { background: rgba(255,255,255,.2); transform: translateY(-3px); }

/* top bar + glass header */
.topbar { background: linear-gradient(90deg, var(--dark), var(--dark-2)); color: rgba(255,255,255,.74); border-bottom: 1px solid rgba(255,255,255,.06); }
.head { background: rgba(255,255,255,.7); backdrop-filter: blur(20px) saturate(1.6); -webkit-backdrop-filter: blur(20px) saturate(1.6);
  box-shadow: none; border-bottom: 1px solid var(--line); }
.head.is-stuck { background: rgba(255,255,255,.82); box-shadow: 0 10px 30px -22px rgba(16,32,27,.4); }

/* ===================== PREMIUM NAV larger & refined ===================== */
.head__inner { min-height: 98px; gap: 28px; transition: min-height .3s var(--ease); }
.head.is-stuck .head__inner { min-height: 80px; }
.logo { gap: 12px; }
.logo__mark svg { width: 38px; height: 38px; }
.logo__text { font-size: 30px; letter-spacing: -.025em; }
.logo__text small { font-size: 9.5px; letter-spacing: .3em; margin-top: 6px; }

.menu { gap: 4px; margin-left: 40px; }
.menu a { position: relative; isolation: isolate; padding: 12px 20px; border-radius: 50px;
  font-family: var(--title); font-weight: 500; font-size: 16.5px; letter-spacing: .005em; color: var(--ink-2);
  transition: color .3s var(--ease); }
.menu a::after { display: none; }
.menu a::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 50px;
  background: rgba(59,207,147,.12); opacity: 0; transform: scale(.82); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.menu a:hover { color: var(--green-dd); }
.menu a:hover::before { opacity: 1; transform: scale(1); }
.menu a.is-current { color: var(--green-dd); }
.menu a.is-current::before { opacity: 1; transform: scale(1); background: linear-gradient(180deg, rgba(59,207,147,.16), rgba(59,207,147,.1)); }

.head__actions { gap: 18px; }
.head__donate { padding: 14px 30px; font-size: 14.5px; box-shadow: 0 14px 30px -14px rgba(243,193,79,.55); }

/* ===================== HERO luxe / cinematic ===================== */
.hero__slides { height: clamp(580px, 90vh, 920px); }
.slide { background-position: center 28%; }
.slide::before { background:
  linear-gradient(100deg, rgba(6,12,9,.9) 0%, rgba(6,12,9,.64) 36%, rgba(6,12,9,.2) 68%, transparent 100%),
  linear-gradient(0deg, rgba(6,12,9,.6) 0%, transparent 44%); }
.slide::after { content: ""; position: absolute; inset: 0;
  background:
  radial-gradient(68% 56% at 14% 26%, rgba(59,207,147,.18), transparent 56%),
  radial-gradient(120% 80% at 110% 110%, rgba(255,111,97,.10), transparent 50%); }
.slide__inner { position: relative; z-index: 1; }
.slide__copy { max-width: 720px; }

/* eyebrow glass pill with live dot */
.slide__eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 24px; padding: 9px 18px 9px 15px;
  border-radius: 50px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px);
  color: #eafff6; font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; transform: none; opacity: 1; }
.slide.is-active .slide__eyebrow { animation: slideUp .8s var(--ease) backwards; }
.slide__eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(59,207,147,.55); animation: heroPulse 2.4s var(--ease) infinite; }
@keyframes heroPulse { 0% { box-shadow: 0 0 0 0 rgba(59,207,147,.55); } 70% { box-shadow: 0 0 0 9px rgba(59,207,147,0); } 100% { box-shadow: 0 0 0 0 rgba(59,207,147,0); } }

.slide__title { font-size: clamp(40px, 6.2vw, 78px); font-weight: 700; letter-spacing: -.035em; line-height: 1.01; margin-bottom: 34px;
  max-width: 15ch; text-shadow: 0 2px 44px rgba(0,0,0,.32); }
.slide__copy .btn--lg { padding: 18px 42px; font-size: 15px; }

/* refined arrows */
.hero__arrow { width: 56px; height: 56px; font-size: 24px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(10px); box-shadow: var(--sh-sm);
  transition: background .3s, transform .35s var(--ease), border-color .3s; }
.hero__arrow:hover { background: var(--green); border-color: var(--green); transform: translateY(-50%) scale(1.08); }

/* sleek line indicators */
.hero__dots { bottom: 44px; gap: 8px; }
.hero__dots button { width: 26px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.32); transition: width .35s var(--ease), background .3s; }
.hero__dots button.is-active { width: 44px; background: linear-gradient(90deg, var(--green), var(--green-300)); }

/* bottom control cluster */
.hero__foot { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; padding-bottom: 38px; pointer-events: none; }
.hero__foot-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.hero__foot a { pointer-events: auto; }
.hero__counter { display: flex; align-items: baseline; gap: 8px; font-family: var(--title); color: #fff; }
.hero__counter span:first-child { font-size: 30px; font-weight: 700; letter-spacing: -.02em; }
.hero__counter i { font-style: normal; color: rgba(255,255,255,.4); }
.hero__counter span:last-child { font-size: 15px; color: rgba(255,255,255,.55); }
.hero__scroll { display: inline-flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255,255,255,.72);
  font-size: 10.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; transition: color .3s; }
.hero__scroll:hover { color: #fff; }
.hero__scroll i { position: relative; width: 1px; height: 46px; background: rgba(255,255,255,.22); overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 45%; background: #fff; animation: heroScroll 1.9s var(--ease) infinite; }
@keyframes heroScroll { 0% { transform: translateY(-110%); } 100% { transform: translateY(330%); } }

/* autoplay progress */
.hero__progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255,255,255,.12); z-index: 6; }
.hero__progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--green), var(--green-300)); box-shadow: 0 0 10px rgba(59,207,147,.6); }

/* cards shared depth system */
.cause, .post, .quote { border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.cause:hover, .post:hover, .quote:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }
.cause__thumb, .post__thumb { transition: transform .8s var(--ease); }
.post:hover .post__thumb { transform: scale(1.06); }
.cause__thumb::after { content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .5s;
  background: linear-gradient(180deg, transparent 50%, rgba(8,16,12,.3)); }
.cause:hover .cause__thumb::after { opacity: 1; }
.cause__cat { border-radius: 6px; letter-spacing: .1em; background: linear-gradient(135deg, var(--coral), var(--coral-d));
  box-shadow: 0 8px 18px -8px rgba(255,111,97,.6); }
.cause__body { padding: 24px 24px 28px; }
.cause__amount { font-size: 22px; }
.bar { height: 8px; border-radius: 8px; }
.bar__fill { background: linear-gradient(90deg, var(--green-dd), var(--green) 70%, var(--green-300)); box-shadow: 0 0 12px rgba(59,207,147,.5); }

/* services */
.service { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 48px 32px; box-shadow: var(--sh-sm);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s; }
.service:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); border-color: transparent; }
.service__ico { width: 92px; height: 92px; background: radial-gradient(circle at 35% 28%, var(--green-100), rgba(59,207,147,.1));
  box-shadow: inset 0 0 0 1px rgba(59,207,147,.2); transition: transform .5s var(--ease); }
.service:hover .service__ico { transform: translateY(-4px) scale(1.06); }

/* foundation */
.foundation__media img { border-radius: var(--r-lg); box-shadow: var(--sh-lg); }
.foundation__media::after { border-radius: var(--r-lg); background: linear-gradient(135deg, var(--green), var(--green-300)); }

/* counters */
.counters { background: linear-gradient(120deg, #0d5e42 0%, var(--green-dd) 42%, var(--green) 100%); }
.counters::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 120% at 50% 0%, rgba(255,255,255,.18), transparent 60%); }
.counter__num, .counter__suffix { letter-spacing: -.02em; text-shadow: 0 4px 24px rgba(0,0,0,.18); }

/* give + portal + forms */
.give__panel { border-radius: var(--r-xl); box-shadow: var(--sh-md); }
.give__ico { border-radius: 14px; background: linear-gradient(135deg, var(--green-100), rgba(59,207,147,.1)); }
.portal { border-radius: var(--r-xl); box-shadow: var(--sh-lg); }
.amount { border: 1.5px solid var(--line-2); border-radius: 12px; }
.amount:hover { border-color: var(--green); box-shadow: var(--sh-xs); transform: translateY(-3px); }
.amount.is-active { background: linear-gradient(180deg, var(--green-300), var(--green)); border-color: var(--green); color: #fff; box-shadow: var(--sh-green); }
.field { border: 1px solid var(--line-2); border-radius: 12px; background: var(--bg-2); }
.field:focus-within { background: #fff; border-color: var(--green); box-shadow: var(--ring); }
.docs, .why { border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); }
.doc { border-radius: var(--r-sm); }
.doc:hover { border-color: var(--green); box-shadow: var(--sh-md); transform: translateY(-5px); }

/* testimonials */
.quote { padding: 40px 32px 30px; }
.quote__mark { font-size: 92px; top: 16px; color: rgba(59,207,147,.18); }
.quote blockquote { color: var(--ink-2); }
.quote figcaption img { width: 50px; height: 50px; box-shadow: 0 6px 16px -8px rgba(16,32,27,.45); }

/* FAQ */
.acc { border-radius: var(--r); border: 1px solid var(--line); }
.acc[open] { border-color: var(--green); box-shadow: var(--sh-sm); }

/* events */
.events::before { background: linear-gradient(180deg, rgba(10,18,14,.93), rgba(10,18,14,.86)); }
.event { border-radius: var(--r); border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); backdrop-filter: blur(4px);
  transition: transform .4s var(--ease), background .3s, border-color .3s; }
.event:hover { background: rgba(255,255,255,.08); border-color: rgba(59,207,147,.4); transform: translateY(-3px); }
.event__date { border-radius: 14px; background: linear-gradient(160deg, var(--green-300), var(--green-d)); box-shadow: var(--sh-green); }

/* news */
.post { border-radius: var(--r-lg); }
.post__body { padding: 26px 28px 30px; }

/* CTA */
.cta__panel { border-radius: var(--r-xl); box-shadow: var(--sh-lg); }
.cta__panel::before { background: linear-gradient(105deg, rgba(8,40,28,.96) 0%, rgba(20,119,79,.9) 50%, rgba(59,207,147,.7) 100%); }
.cta__panel::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(55% 120% at 100% 0%, rgba(255,255,255,.18), transparent 55%); }
.cta__copy, .cta__actions { position: relative; z-index: 1; }
.cta__copy h2 span { color: #ffdc7a; }

/* footer */
.foot { position: relative;
  background:
  radial-gradient(120% 90% at 50% 0%, rgba(59,207,147,.12), transparent 60%),
  linear-gradient(180deg, #0f2a1f 0%, #0c2018 55%, #0a1812 100%); }
.foot::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,207,147,.5), transparent); }
.foot__col h4::after { background: linear-gradient(90deg, var(--green), var(--coral)); }

/* modal */
.modal__overlay { background: rgba(8,16,12,.55); backdrop-filter: blur(6px); }
.modal__panel { border-radius: var(--r-xl); box-shadow: 0 50px 100px -30px rgba(8,16,12,.55); }
.mpay__opt.is-active { background: linear-gradient(180deg, var(--green-300), var(--green)); }

/* refined reveal */
.reveal { transform: translateY(34px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }

/* ===================== NEW CONTENT COMPONENTS ===================== */
/* hero sub-heading + dual CTA */
.slide__lede { max-width: 560px; margin-bottom: 30px; color: rgba(255,255,255,.86); font-size: clamp(15px, 1.4vw, 18px); line-height: 1.7; opacity: 0; transform: translateY(28px); }
.slide.is-active .slide__lede { animation: slideUp .8s var(--ease) .2s forwards; }
.slide__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===================== QUOTE + TRUST -- 2026 dark editorial ===================== */
.trustbar { position: relative; isolation: isolate; overflow: hidden; padding: clamp(96px, 11vw, 176px) 0;
  background:
  radial-gradient(55% 45% at 16% -6%, rgba(59,207,147,.16), transparent 60%),
  radial-gradient(48% 55% at 94% 10%, rgba(20,119,79,.22), transparent 62%),
  radial-gradient(80% 70% at 50% 128%, rgba(59,207,147,.12), transparent 60%),
  linear-gradient(180deg, #07130f 0%, #050f0b 55%, #040c09 100%); }
/* faint engineered grid, masked to centre */
.trustbar::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .55;
  background-image:
  linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(82% 64% at 50% 26%, #000, transparent 76%);
  mask-image: radial-gradient(82% 64% at 50% 26%, #000, transparent 76%); }
/* aurora hairline across the very top */
.trustbar::after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,207,147,.55), rgba(154,240,204,.4), transparent); }
.trustbar__inner { position: relative; }

/* editorial head */
.trustbar__head { text-align: center; max-width: 980px; margin: 0 auto clamp(54px, 6vw, 88px); }
.trustbar__eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 30px;
  font-family: var(--title); font-weight: 600; font-size: 11.5px; letter-spacing: .34em; text-transform: uppercase;
  color: rgba(214,247,233,.72); background: none; border: 0; padding: 0; }
.trustbar__eyebrow::before, .trustbar__eyebrow::after { content: ""; width: 28px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--green-300)); box-shadow: none; border-radius: 0; }
.trustbar__eyebrow::after { background: linear-gradient(90deg, var(--green-300), transparent); }

.trustbar__quote { position: relative; }
.trustbar__mark { display: none; }
.trustbar__quote p { font-family: var(--title); font-weight: 600; font-style: normal; letter-spacing: -.04em;
  line-height: 1.02; font-size: clamp(38px, 6.6vw, 88px); color: #fbfffd; text-wrap: balance; text-shadow: 0 2px 40px rgba(0,0,0,.45); }
.trustbar__quote em { font-style: italic; font-weight: 500; position: relative;
  background: linear-gradient(100deg, var(--green-300) 0%, #9af0cc 38%, var(--green) 78%);
  background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: trustShimmer 6.5s linear infinite;
  /* give the italic overhang room so the last letter isn't clipped by the text-clip box */
  padding-right: .12em; margin-right: -.06em; }
@keyframes trustShimmer { to { background-position: 220% 0; } }
.trustbar__by { display: block; margin: 30px auto 0; max-width: 58ch;
  font-size: clamp(15px, 1.4vw, 18px); color: rgba(214,231,222,.66); }

/* trust strip -- one cohesive bordered panel, divided columns (no floating cards) */
.trustbar__items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid rgba(255,255,255,.1); border-radius: 24px; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.012));
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 44px 100px -54px rgba(0,0,0,.92), inset 0 1px 0 rgba(255,255,255,.06); }
.trustcard { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start;
  padding: clamp(28px, 2.7vw, 42px) clamp(22px, 2.2vw, 32px);
  border: 0; border-radius: 0; background: transparent; backdrop-filter: none; box-shadow: none;
  transition: background .4s var(--ease); }
.trustcard:not(:last-child) { border-right: 1px solid rgba(255,255,255,.08); }
.trustcard::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, var(--green-300), var(--green)); transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease); opacity: 1; }
.trustcard::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(170px 150px at 50% 0%, rgba(59,207,147,.16), transparent 70%);
  opacity: 0; transition: opacity .45s; }
.trustcard:hover { background: rgba(255,255,255,.03); }
.trustcard:hover::before { transform: scaleX(1); }
.trustcard:hover::after { opacity: 1; }
.trustcard > * { position: relative; z-index: 1; }
.trustcard__no { position: absolute; top: clamp(22px, 2.4vw, 30px); right: clamp(20px, 2vw, 28px);
  font-family: var(--title); font-weight: 600; font-size: 12px; letter-spacing: .12em; color: rgba(255,255,255,.24); z-index: 1; }
.trustcard__ico { display: grid; place-content: center; width: 50px; height: 50px; border-radius: 14px; flex: none;
  margin-bottom: 22px; color: var(--green-300);
  background: rgba(59,207,147,.1); border: 1px solid rgba(59,207,147,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .4s var(--ease), color .3s, background .3s, border-color .3s; }
.trustcard:hover .trustcard__ico { transform: translateY(-3px); color: #08120d; border-color: transparent;
  background: linear-gradient(135deg, var(--green-300), var(--green)); box-shadow: 0 12px 26px -10px rgba(40,182,127,.6); }
.trustcard__ico svg { width: 23px; height: 23px; }
.trustcard__title { font-family: var(--title); font-weight: 600; font-size: clamp(16px, 1.5vw, 18px);
  letter-spacing: -.01em; color: #f2f8f4; margin-bottom: 9px; }
.trustcard__text { font-size: 13.5px; line-height: 1.62; color: rgba(206,224,215,.66); }

/* donor benefits subhead */
.why__sub { font-size: 14px; color: var(--body); margin: -12px 0 22px; }

/* register trust note */
.portal__note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 14px; font-size: 12px; color: var(--mute); }
.portal__note svg { color: var(--green-dd); flex: none; }

/* impact section: 4-up + link */
.service-grid--4 { grid-template-columns: repeat(4, 1fr); }
.service-link { display: flex; align-items: center; gap: 8px; width: max-content; margin: clamp(36px, 4vw, 50px) auto 0;
  padding: 13px 28px; border-radius: 50px; border: 1.5px solid var(--line-2); font-family: var(--title); font-weight: 600; font-size: 15px;
  color: var(--green-dd); transition: background .3s, border-color .3s, transform .3s var(--ease); }
.service-link:hover { background: var(--green-50); border-color: var(--green); transform: translateY(-2px); }
.service-link svg { transition: transform .3s var(--ease); }
.service-link:hover svg { transform: translateX(4px); }

/* impact statistics: header, prefix, message */
.counters__head { margin-bottom: clamp(40px, 5vw, 56px); }
.counter__prefix { font-family: var(--title); font-weight: 700; font-size: clamp(40px, 5vw, 58px); line-height: 1; color: #fff; }
.counters__msg { max-width: 660px; margin: clamp(36px, 4vw, 52px) auto 0; text-align: center; font-weight: 500;
  font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; color: rgba(255,255,255,.92); }

/* ===================== LOGO IMAGE ===================== */
.logo__img { height: 44px; width: auto; display: block; transition: height .3s var(--ease); }
.head .logo__img { filter: brightness(0); } /* dark lockup on light header */
.head.is-stuck .logo__img { height: 40px; }
.foot .logo--foot { margin-bottom: 22px; }
.foot .logo__img { height: 42px; } /* white lockup on dark footer */

/* ===================== DONATION Apple-sleek (light 2026) ===================== */
.give { position: relative; background-color: var(--bg-2);
  background-image: url('../img/ch/service-bg.png'); background-size: cover; background-position: center; }
.give__grid { gap: clamp(20px, 2.2vw, 34px); align-items: start; }

/* soft frosted cards over the textured ground */
.give__panel, .portal { background: rgba(255,255,255,.9); backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid var(--line); border-radius: 30px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 2px 10px -6px rgba(16,32,27,.16), 0 40px 80px -52px rgba(16,32,27,.5); }
.give__panel { position: relative; overflow: hidden; padding: clamp(26px, 3vw, 44px); }
/* Sign-in / account card sizes to its own content (grid is align-items:start), so it never
   stretches to the tall donation panel and leaves dead space — in either logged-out or -in state.
   Sticky keeps it in view while scrolling the long donation form. */
.portal { align-self: start; position: sticky; top: 24px; }
.give__panel::before { display: none; }
.give__head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.give__head h2 { font-size: clamp(21px, 2.3vw, 26px); letter-spacing: -.025em; }
.give__head p { font-size: 13.5px; }
.give__ico { width: 50px; height: 50px; border-radius: 15px; }

/* big focal amount */
.give__amount { display: flex; flex-direction: column; align-items: center; gap: 2px; text-align: center;
  padding: clamp(22px, 2.4vw, 32px); margin-bottom: 28px; border-radius: 22px;
  background: linear-gradient(180deg, var(--green-50), #fff); border: 1px solid var(--line); }
.give__amount-label { font-family: var(--title); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); }
.give__amount-num { display: inline-flex; align-items: flex-start; gap: 4px; margin: 6px 0 5px; font-family: var(--title); font-weight: 700; color: var(--ink); line-height: 1; letter-spacing: -.04em; }
.give__amount-cur { font-size: clamp(22px, 2.6vw, 30px); margin-top: 8px; color: var(--green-dd); font-weight: 600; }
.give__amount-val { font-size: clamp(46px, 6.4vw, 72px); font-variant-numeric: tabular-nums; }
.give__amount-freq { font-size: 13px; color: var(--body); }

/* uppercase micro labels */
.give__label { font-family: var(--title); font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--mute); margin-bottom: 11px; }

/* segmented frequency control */
.dtype { display: flex; gap: 4px; padding: 5px; margin-bottom: 26px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 15px; }
.dtype__opt { flex: 1; justify-content: center; gap: 0; padding: 11px 6px; border-radius: 11px; font-size: 13.5px; font-weight: 500; color: var(--body);
  transition: background .35s var(--ease), color .25s, box-shadow .35s; }
.dtype__opt span { display: none; }
.dtype__opt.is-active { background: #fff; color: var(--ink); font-weight: 600; box-shadow: 0 2px 8px -2px rgba(16,32,27,.18); }

/* amount chips monochrome select for a sleek look */
.amounts { gap: 10px; }
.amount { padding: 16px 8px; border: 1.5px solid var(--line); border-radius: 14px; font-size: 15.5px; font-weight: 600; color: var(--ink-2); background: #fff;
  transition: transform .3s var(--ease), border-color .25s, background .25s, color .25s, box-shadow .3s; }
.amount:hover { border-color: var(--green); background: var(--green-50); transform: translateY(-2px); }
.amount.is-active { background: var(--ink); border-color: var(--ink); color: #fff; box-shadow: 0 14px 28px -14px rgba(16,32,27,.55); transform: translateY(-2px); }
.amount--custom { font-size: 13px; font-weight: 500; color: var(--body); }
.custom-amt { max-width: none; margin-top: 10px; padding: 4px 18px; border-radius: 14px; }

/* CTA stack */
.give__foot { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 26px; padding-top: 0; border-top: 0; }
.give__pitch { justify-content: center; gap: 9px; padding: 0; background: none; border: 0; }
.give__pitch b { font-size: 13px; font-weight: 500; color: var(--body); max-width: none; text-align: center; }
.give__hand svg { width: 22px; height: 22px; }
#proceedDonate { width: 100%; justify-content: center; padding: 18px 28px; font-size: 16px; border-radius: 16px; }
.give__secure { justify-content: center; margin-top: 4px; }

/* tabbed portal */
.portal { display: flex; flex-direction: column; padding: clamp(24px, 2.6vw, 38px); }
.portal__form { display: flex; flex-direction: column; }
.portal__tabs { display: flex; gap: 4px; padding: 5px; margin-bottom: 24px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 15px; }
.portal__tab { flex: 1; padding: 12px; border-radius: 11px; font-family: var(--title); font-weight: 600; font-size: 14.5px; color: var(--body);
  transition: background .35s var(--ease), color .25s, box-shadow .35s; }
.portal__tab.is-active { background: #fff; color: var(--ink); box-shadow: 0 2px 8px -2px rgba(16,32,27,.18); }
.portal__title { font-size: 22px; letter-spacing: -.02em; }
.portal .field { border-radius: 14px; }
.portal .field input { padding: 15px 0; }
.portal__form .btn--block { padding: 16px; border-radius: 16px; }

/* portal trust footer balances column height */
.portal__trust { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.portal__trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.portal__trust-item { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 14px 6px; border-radius: 15px;
  background: linear-gradient(180deg, var(--green-50), #fff); border: 1px solid var(--line); }
.portal__trust-num { font-family: var(--title); font-weight: 700; font-size: 19px; color: var(--green-dd); letter-spacing: -.02em; }
.portal__trust-cap { font-size: 11px; font-weight: 500; letter-spacing: .03em; color: var(--mute); }
.portal__trust-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 14px; font-size: 11.5px; color: var(--mute); text-align: center; }

/* =================================================================
LUXURY LOWER-PAGE LAYER editorial immersive premium
Applies from the trust band downward. Markup/flows untouched.
================================================================= */

/* establish stacking so ambient light sits behind content */
.causes, .services, .says, .foundation, .trust, .faq, .counters, .cta { position: relative; }
.wrap { position: relative; z-index: 2; }

/* --- ambient lit grounds: replace flat white with depth --- */
.causes, .services, .says { background: linear-gradient(180deg, #fbfdfc 0%, var(--bg-2) 100%); }
.causes::after, .services::after, .says::after,
.foundation::before, .trust::after, .faq::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
  radial-gradient(52% 46% at 84% 5%, rgba(59,207,147,.11), transparent 60%),
  radial-gradient(46% 42% at 3% 98%, rgba(255,111,97,.06), transparent 62%);
}

/* luxury vertical rhythm deliberately varied, not repetitive */
.causes { padding-block: clamp(94px, 11vw, 176px); }
.services { padding-block: clamp(88px, 10vw, 160px); }
.says { padding-block: clamp(86px, 10vw, 152px); }
.faq { padding-block: clamp(84px, 9vw, 140px); }
.trust { padding-block: clamp(72px, 8vw, 124px); }

/* --- premium eyebrow pill, consistent everywhere --- */
.caption { display: inline-flex; align-items: center; gap: 9px; padding: 7px 16px 7px 13px; border-radius: 50px;
  background: rgba(59,207,147,.09); border: 1px solid rgba(59,207,147,.22);
  font-family: var(--title); font-weight: 600; font-size: 12px; letter-spacing: .16em; color: var(--green-dd); }
.caption::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 10px rgba(59,207,147,.95); }
.sec-head--light .caption, .caption--light { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.24); color: #dcf5e9; }
.sec-head--light .caption::before, .caption--light::before { background: #aef0d4; box-shadow: 0 0 10px rgba(174,240,212,.95); }

/* --- large editorial section titles --- */
.sec-title { font-size: clamp(34px, 4.8vw, 60px); letter-spacing: -.03em; line-height: 1.04; }
.sec-head { margin-bottom: clamp(40px, 5vw, 64px); }

/* ================= PREMIUM CARD SYSTEM ================= */
/* program cards */
.cause-grid { gap: clamp(22px, 2vw, 30px); }
.cause { border-radius: 24px; border: 1px solid rgba(16,32,27,.06); background: #fff;
  box-shadow: 0 2px 8px -4px rgba(16,32,27,.12), 0 34px 64px -36px rgba(16,32,27,.34); }
.cause:hover { transform: translateY(-12px);
  box-shadow: 0 10px 22px -8px rgba(16,32,27,.18), 0 58px 104px -42px rgba(16,32,27,.5); }
.cause__thumb { aspect-ratio: 4/3; }
.cause:hover .cause__thumb { transform: scale(1.06); }
.cause__cat { backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 8px 20px -8px rgba(255,111,97,.6); }
.cause__body { padding: 26px 26px 30px; }
.cause__amount { font-size: 23px; background: linear-gradient(120deg, var(--green-dd), var(--green));
  -webkit-background-clip: text; background-clip: text; color: transparent; }

/* impact (service) cards */
.service-grid { gap: clamp(22px, 2vw, 30px); }
.service { position: relative; overflow: hidden; border-radius: 26px; border: 1px solid rgba(16,32,27,.06);
  background: linear-gradient(180deg, #ffffff, #fbfdfc);
  box-shadow: 0 2px 8px -4px rgba(16,32,27,.1), 0 34px 64px -40px rgba(16,32,27,.32); }
.service::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; z-index: 1;
  background: linear-gradient(90deg, transparent, var(--green), transparent); opacity: 0; transition: opacity .4s; }
.service:hover { transform: translateY(-12px); border-color: rgba(59,207,147,.28);
  box-shadow: 0 58px 104px -44px rgba(16,32,27,.46); }
.service:hover::before { opacity: 1; }
.service__ico { width: 96px; height: 96px; border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, var(--green-100), rgba(59,207,147,.12));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 16px 32px -14px rgba(40,182,127,.34); }
.service:hover .service__ico { transform: translateY(-4px) scale(1.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 22px 40px -14px rgba(40,182,127,.5); }

/* testimonial cards */
.quotes { gap: clamp(22px, 2vw, 30px); }
.quote { border-radius: 26px; border: 1px solid rgba(16,32,27,.06);
  background: linear-gradient(180deg, #ffffff, #fafdfb);
  box-shadow: 0 2px 8px -4px rgba(16,32,27,.1), 0 34px 66px -40px rgba(16,32,27,.32); }
.quote:hover { transform: translateY(-10px); box-shadow: 0 58px 104px -46px rgba(16,32,27,.46); }
.quote__mark { background: linear-gradient(135deg, var(--green-300), var(--green));
  -webkit-background-clip: text; background-clip: text; color: transparent; opacity: .55; }
.quote blockquote { font-size: 15.5px; line-height: 1.72; }
.quote figcaption img { border: 2px solid #fff; box-shadow: 0 8px 20px -8px rgba(16,32,27,.4); }

/* donor-benefits & transparency panels */
.why, .docs { border-radius: 24px; border: 1px solid rgba(16,32,27,.06);
  box-shadow: 0 2px 10px -5px rgba(16,32,27,.1), 0 34px 70px -42px rgba(16,32,27,.3); }
.docs__grid { gap: 12px; }
.doc { border-radius: 16px; padding: 24px 12px; background: #fff; border: 1px solid rgba(16,32,27,.06);
  box-shadow: 0 2px 6px -4px rgba(16,32,27,.1); }
.doc:hover { transform: translateY(-5px); border-color: rgba(59,207,147,.4); box-shadow: 0 24px 44px -22px rgba(16,32,27,.3); }
.doc__ico { display: grid; place-content: center; width: 50px; height: 50px; border-radius: 15px; font-size: 22px;
  background: linear-gradient(150deg, var(--green-50), #fff); border: 1px solid rgba(59,207,147,.2); box-shadow: inset 0 1px 0 #fff; }

/* faq accordion */
.acc { border-radius: 16px; border: 1px solid rgba(16,32,27,.07);
  box-shadow: 0 2px 8px -5px rgba(16,32,27,.12); transition: border-color .25s, box-shadow .3s, transform .3s var(--ease); }
.acc:hover { transform: translateY(-2px); border-color: rgba(59,207,147,.3); box-shadow: 0 22px 44px -26px rgba(16,32,27,.3); }
.acc[open] { border-color: rgba(59,207,147,.45); box-shadow: 0 26px 52px -30px rgba(16,32,27,.34); }
.acc summary { padding: 20px 24px; font-size: 15.5px; }

/* ================= CINEMATIC COUNTERS ================= */
.counters { padding-block: clamp(84px, 10vw, 148px);
  background: linear-gradient(135deg, #063524 0%, #0d5e42 46%, var(--green-dd) 100%); }
.counter-grid { gap: clamp(28px, 3vw, 48px); }
.counter { position: relative; padding: 6px 8px; white-space: nowrap; }
.counter:not(:last-child)::after { content: ""; position: absolute; right: -1px; top: 16%; bottom: 16%; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.2), transparent); }
.counter__num, .counter__suffix, .counter__prefix { font-size: clamp(40px, 5vw, 56px); letter-spacing: -.03em; }
.counter p { margin-top: 14px; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(214,247,233,.8); }

/* ============================== RESPONSIVE ============================== */
@media (max-width: 1024px) {
  .cause-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .give__grid, .trust__grid { grid-template-columns: 1fr; }
  .portal { position: static; }
  .trustbar__items { grid-template-columns: repeat(2, 1fr); }
  .trustcard:nth-child(2n) { border-right: 0; }
  .trustcard:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .quotes { grid-template-columns: 1fr; }
  .faq__grid { grid-template-columns: 1fr; }
  .service-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .topbar__right a:not(.topbar__login) { display: none; }
  .topbar__sep { display: none; }
  .menu { position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); flex-direction: column; gap: 2px;
    background: linear-gradient(180deg, #ffffff, #f4f8f6); padding: 88px 16px 24px; margin: 0;
    box-shadow: -24px 0 70px -34px rgba(0,0,0,.5); transform: translateX(100%);
    transition: transform .4s var(--ease); z-index: 690; overflow-y: auto; }
  .menu.is-open { transform: none; }
  .menu > a { font-size: 16px; font-weight: 500; padding: 13px 16px; margin: 0; border-radius: 12px;
    border-bottom: 0; color: var(--ink); transition: background .2s, color .2s; }
  .menu > a:hover, .menu > a.is-current { background: var(--green-50); color: var(--green-dd); }
  .menu > a::after, .menu > a::before { display: none; }
  .menu__cta { display: flex; flex-direction: column; gap: 10px; margin-top: auto; padding-top: 18px;
    border-top: 1px solid var(--line); }
  .menu__cta .btn { width: 100%; justify-content: center; }
  .burger { display: flex; }
  .head__donate { display: none; }
  .logo__img { height: 36px; }
  .head.is-stuck .logo__img { height: 34px; }
  .foundation__grid { grid-template-columns: 1fr; }
  .foundation__media { max-width: 460px; }
  .service-grid--4 { gap: 24px; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .counter:not(:last-child)::after { display: none; }
  .amounts { grid-template-columns: repeat(3, 1fr); }
  .cta__panel { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 860px) {
  .hero__arrow { display: none; }
}
@media (max-width: 540px) {
  .cause-grid, .news-grid { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; }
  .amounts { grid-template-columns: repeat(2, 1fr); }
  .docs__grid { grid-template-columns: repeat(2, 1fr); }
  .dtype { gap: 3px; padding: 4px; }
  .dtype__opt { font-size: 12.5px; padding: 11px 3px; }
  .give__foot { align-items: stretch; }
  .event { flex-wrap: wrap; }
  .event__link { display: none; }
  .hero__scroll { display: none; }
  .hero__counter span:first-child { font-size: 24px; }
  .hero__dots { bottom: 38px; }
  .slide__eyebrow { font-size: 10px; letter-spacing: .12em; padding: 8px 14px; margin-bottom: 20px; }
  .service-grid--4 { grid-template-columns: 1fr; }
  .trustbar__quote p { font-size: clamp(30px, 9vw, 44px); }
  .trustbar__items { grid-template-columns: 1fr; gap: 0; }
  .trustcard { flex-direction: row; align-items: center; gap: 18px; padding: 20px 22px; }
  .trustcard:not(:last-child) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trustcard__ico { margin-bottom: 0; width: 46px; height: 46px; }
  .trustcard__no { display: none; }
  .trustcard__title { margin-bottom: 3px; }
  .trustcard::before { width: 2px; height: auto; right: auto; bottom: 0; transform: scaleY(0); transform-origin: top; }
  .trustcard:hover::before { transform: scaleY(1); }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* =====================================================================
IMPACT / COUNTERS premium dark enhancement (2026)
===================================================================== */
.counters {
  padding-block: clamp(96px, 11vw, 168px);
  background:
  radial-gradient(90% 130% at 50% -25%, rgba(59,207,147,.22), transparent 60%),
  radial-gradient(70% 90% at 100% 120%, rgba(20,119,79,.38), transparent 60%),
  linear-gradient(165deg, #04231a 0%, #06301f 40%, #073827 72%, #052a1d 100%);
}
/* dim legacy texture, soften top highlight */
.counters::before { opacity: .14; }
.counters::after { background: radial-gradient(60% 120% at 50% 0%, rgba(255,255,255,.10), transparent 58%); }
.counters .wrap { position: relative; z-index: 2; }

/* cinematic soft glows */
.counters__glow { position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; filter: blur(10px); }
.counters__glow--a { top: -16%; right: -8%; width: 44vw; height: 44vw; max-width: 600px; max-height: 600px;
  background: radial-gradient(circle, rgba(59,207,147,.26), transparent 62%); }
.counters__glow--b { bottom: -22%; left: -10%; width: 40vw; height: 40vw; max-width: 540px; max-height: 540px;
  background: radial-gradient(circle, rgba(116,224,179,.16), transparent 64%); }

/* header polish */
.counters__head { margin-bottom: clamp(46px, 5.5vw, 72px); }
.counters .caption { color: var(--green-300); }
.counters__head .sec-title { color: #fff; letter-spacing: -.03em; text-shadow: 0 8px 40px rgba(0,0,0,.35); }
.counters__lede { max-width: 600px; margin: 18px auto 0; color: rgba(214,247,233,.78);
  font-size: clamp(15px, 1.4vw, 17px); line-height: 1.7; }

/* ---- impact stat tiles (2026) — uniform equal-width grid ---- */
.impact-bento { display: grid; grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr; gap: clamp(12px, 1.4vw, 20px); max-width: 940px; margin-inline: auto; }
.istat { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column;
  align-items: flex-start; gap: 14px; padding: clamp(22px, 2.3vw, 34px); border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.014));
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 34px 70px -50px rgba(0,0,0,.92);
  transition: transform .55s var(--ease), border-color .4s, background .4s; }
.istat > * { position: relative; z-index: 1; }
/* spotlight + hover lift */
.istat::after { content: ""; position: absolute; inset: -1px; z-index: 0; opacity: 0; pointer-events: none; transition: opacity .45s;
  background: radial-gradient(360px 220px at 50% -12%, rgba(59,207,147,.18), transparent 70%); }
.istat:hover { transform: translateY(-6px); border-color: rgba(59,207,147,.4);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.istat:hover::after { opacity: 1; }
.istat__ico { display: grid; place-content: center; width: 46px; height: 46px; border-radius: 13px; flex: none;
  color: var(--green-300); background: rgba(59,207,147,.1); border: 1px solid rgba(59,207,147,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08); transition: transform .4s var(--ease), color .3s, background .3s, border-color .3s; }
.istat__ico svg { width: 22px; height: 22px; }
.istat:hover .istat__ico { transform: translateY(-2px); color: #08120d; border-color: transparent;
  background: linear-gradient(135deg, var(--green-300), var(--green)); }
/* numbers */
.istat__num { display: flex; align-items: baseline; gap: 2px; margin-top: auto;
  font-family: var(--title); font-weight: 700; letter-spacing: -.045em; line-height: .92;
  font-size: clamp(40px, 4.4vw, 58px);
  background: linear-gradient(180deg, #ffffff 16%, #c8f4e0);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
/* let the animated number inherit the tile's gradient + size (overrides legacy .counter__num) */
.istat__num .counter__num { font: inherit; font-size: inherit; line-height: inherit; letter-spacing: inherit;
  color: inherit; -webkit-text-fill-color: inherit; background: none; text-shadow: none; }
.istat__aff { font-size: .46em; font-weight: 700;
  background: linear-gradient(180deg, var(--green-300), var(--green));
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.istat__aff--pre { margin-right: 2px; }
.istat__label { margin-top: 12px; font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: rgba(214,247,233,.74); }

.counters__msg { color: rgba(214,247,233,.85); }

/* responsive */
@media (max-width: 860px) {
  .impact-bento { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .impact-bento { grid-template-columns: 1fr; }
}

/* =====================================================================
   TRUST -- donor account + transparency (2026 redesign)
   ===================================================================== */
/* reuse the "Our Story" backdrop for a richer, less-flat ground */
.trust { background-image: url('../img/ch/service-bg.png'); background-size: cover; background-position: center; }
.trust__layout { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(18px, 2.6vw, 36px); align-items: start; }

/* LEFT -- light account card */
.benefits { position: relative; overflow: hidden; isolation: isolate; color: var(--ink);
  border-radius: 24px; padding: clamp(24px, 2.4vw, 34px);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(59,207,147,.10), transparent 55%),
    linear-gradient(165deg, #ffffff 0%, #f5faf7 100%);
  border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.benefits__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px;
  font-family: var(--title); font-weight: 600; font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--green-dd); }
.benefits__eyebrow::before { content: ""; width: 24px; height: 1px; background: linear-gradient(90deg, var(--green-dd), transparent); }
.benefits__title { font-family: var(--title); font-weight: 700; font-size: clamp(23px, 2.5vw, 31px); letter-spacing: -.03em; line-height: 1.06; color: var(--ink); }
.benefits__sub { margin-top: 10px; max-width: 42ch; font-size: 13.5px; line-height: 1.6; color: var(--body); }
.benefit-list { margin-top: clamp(14px, 1.6vw, 20px); display: flex; flex-direction: column; }
.benefit { display: flex; align-items: center; gap: 14px; padding: 11px 0;
  border-top: 1px solid var(--line); transition: padding .35s var(--ease); }
.benefit:first-child { border-top: 0; padding-top: 0; }
.benefit__ico { display: grid; place-content: center; width: 38px; height: 38px; border-radius: 11px; flex: none; color: var(--green-dd);
  background: var(--green-50); border: 1px solid rgba(40,182,127,.18);
  transition: transform .35s var(--ease), color .3s, background .3s, border-color .3s; }
.benefit__ico svg { width: 18px; height: 18px; }
.benefit__txt { display: flex; flex-direction: column; gap: 1px; }
.benefit__txt strong { font-family: var(--title); font-weight: 600; font-size: 14.5px; color: var(--ink); letter-spacing: -.01em; }
.benefit__txt i { font-style: normal; font-size: 12px; color: var(--body); }
.benefit:hover { padding-left: 6px; }
.benefit:hover .benefit__ico { transform: translateY(-2px); color: #fff; border-color: transparent;
  background: linear-gradient(135deg, var(--green), var(--green-dd)); }
.benefits__cta { margin-top: clamp(16px, 1.8vw, 22px); width: 100%; justify-content: center; }

/* RIGHT -- transparency documents */
.transparency__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px;
  font-family: var(--title); font-weight: 600; font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--green-dd); }
.transparency__eyebrow::before { content: ""; width: 24px; height: 1px; background: linear-gradient(90deg, var(--green-dd), transparent); }
.transparency__title { font-family: var(--title); font-weight: 700; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -.025em; color: var(--ink); line-height: 1.08; }
.transparency__sub { margin-top: 12px; max-width: 52ch; font-size: 14.5px; line-height: 1.7; color: var(--body); }
.doc-grid { margin-top: clamp(18px, 1.8vw, 24px); display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.doccard { display: flex; align-items: center; gap: 14px; padding: 19px 18px; border-radius: 16px; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--sh-xs);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .3s; }
.doccard__ico { display: grid; place-content: center; width: 44px; height: 44px; border-radius: 12px; flex: none; color: var(--green-dd);
  background: var(--green-50); border: 1px solid rgba(40,182,127,.18); transition: color .3s, background .3s; }
.doccard__ico svg { width: 21px; height: 21px; }
.doccard__meta { display: flex; flex-direction: column; gap: 2px; margin-right: auto; min-width: 0; }
.doccard__meta strong { font-family: var(--title); font-weight: 600; font-size: 14.5px; letter-spacing: -.01em; color: var(--ink); }
.doccard__meta i { font-style: normal; font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
.doccard__arrow { flex: none; color: var(--mute); transition: transform .35s var(--ease), color .3s; }
.doccard__arrow svg { width: 18px; height: 18px; }
.doccard:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(40,182,127,.38); }
.doccard:hover .doccard__ico { color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dd)); }
.doccard:hover .doccard__arrow { transform: translate(3px, -3px); color: var(--green-dd); }
.transparency__all { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px;
  font-family: var(--title); font-weight: 600; font-size: 14px; color: var(--green-dd); }
.transparency__all svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.transparency__all:hover svg { transform: translateX(4px); }

@media (max-width: 920px) {
  .trust__layout { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .doc-grid { grid-template-columns: 1fr; }
}

/* ---- Additions for dynamic donation widget ---- */
.give__select{width:100%;padding:.85rem 1rem;border:1px solid rgba(0,0,0,.14);border-radius:12px;font:inherit;color:inherit;background:#fff;margin-bottom:.4rem;cursor:pointer}
.give__select:focus{outline:none;border-color:var(--gold,#c9a24b);box-shadow:0 0 0 3px rgba(201,162,75,.18)}
.give__sandbox{color:#b8860b;font-weight:600}

/* ---- Legal pages (Terms / Privacy) ---- */
.legal-hero{background:linear-gradient(120deg,#0f2f27,#123a2f);color:#fff;padding:120px 0 54px;text-align:center}
.legal-hero .caption{color:#e7c877}
.legal-hero h1{font-family:'Jost',sans-serif;font-size:clamp(1.9rem,4vw,2.8rem);margin:.5rem 0 .4rem}
.legal-hero p{opacity:.8;max-width:620px;margin:0 auto}
.legal{padding:56px 0 72px;background:#fff}
.legal__wrap{max-width:820px;margin:0 auto;padding:0 24px}
.legal__toc{background:#f7f5ef;border:1px solid #eadfc4;border-radius:14px;padding:18px 22px;margin-bottom:40px}
.legal__toc h4{margin:0 0 10px;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#8a6d2f}
.legal__toc ol{margin:0;padding-left:1.2rem;columns:2;gap:24px}
.legal__toc a{color:#123a2f;text-decoration:none}
.legal__toc a:hover{text-decoration:underline}
.legal h2{font-family:'Jost',sans-serif;font-size:1.35rem;color:#123a2f;margin:36px 0 12px;scroll-margin-top:90px}
.legal h2 .n{color:#c9a24b;margin-right:.5rem}
.legal p,.legal li{color:#3d4652;line-height:1.75;margin:0 0 12px}
.legal ul{padding-left:1.2rem;margin-bottom:16px}
.legal strong{color:#1b2430}
.legal__note{margin-top:44px;padding:18px 22px;background:#eef4f1;border-radius:12px;color:#245}
.legal__meta{color:#8a94a3;font-size:.9rem;margin-bottom:8px}

/* =====================================================================
   DONATION FORM — highlight & modernise (2026 refresh)
   Draws the eye to the give panel so visitors don't skip it, and lifts
   the flat text/buttons with brand colour, gradients and depth.
   ===================================================================== */

/* Section: soft brand spotlight behind the card so the block reads as THE call to action */
.give { isolation: isolate; }
.give::before {
  content: ""; position: absolute; z-index: 0; inset: 0;
  background:
    radial-gradient(60% 55% at 22% 30%, rgba(59,207,147,.18), transparent 70%),
    radial-gradient(50% 50% at 88% 80%, rgba(243,193,79,.14), transparent 70%);
  pointer-events: none;
}
.give .wrap { position: relative; z-index: 1; }

/* The donation card itself — accent ring, top gradient bar, green-tinted lift */
.give__panel {
  border: 1px solid var(--green-300);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 10px 30px -14px rgba(40,182,127,.45),
    0 44px 84px -50px rgba(16,32,27,.5);
}
.give__panel::before {
  display: block !important; content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--green), var(--green-d) 55%, var(--gold));
  z-index: 2;
}

/* Attention badge at the top of the card */
.give__flag {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-bottom: 20px;
  padding: 9px 16px; border-radius: var(--pill);
  font-family: var(--title); font-weight: 600; font-size: 12.5px; letter-spacing: .01em;
  color: #fff; background: linear-gradient(135deg, var(--green), var(--green-d));
  box-shadow: 0 12px 24px -12px rgba(40,182,127,.75); }
.give__flag svg { width: 15px; height: 15px; }

/* Header icon: filled brand gradient instead of flat tile */
.give__ico { background: linear-gradient(135deg, var(--green), var(--green-d)); color: #fff; box-shadow: var(--sh-green); }
.give__head h2 { color: var(--ink); letter-spacing: -.03em; }

/* Micro-labels get brand colour so they feel intentional, not greyed-out */
.give__label { color: var(--green-dd); }

/* Focal amount: richer tint + gradient numerals */
.give__amount { background: linear-gradient(180deg, var(--green-100), #fff); border-color: var(--green-300); }
.give__amount-val {
  background: linear-gradient(135deg, var(--green-dd), var(--green-d));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.give__amount-freq { color: var(--green-dd); font-weight: 600; }

/* Segmented frequency control: selected pill in brand green */
.dtype__opt.is-active {
  background: linear-gradient(135deg, var(--green), var(--green-d)); color: #fff;
  box-shadow: 0 8px 18px -8px rgba(40,182,127,.7); }

/* Amount chips: brand-green selected state (was flat black) */
.amount.is-active, .amount.is-active:hover {
  background: linear-gradient(135deg, var(--green), var(--green-d)); border-color: transparent; color: #fff;
  box-shadow: 0 14px 28px -14px rgba(40,182,127,.6); }

/* Primary CTA: gradient, glow, shimmer and an arrow that nudges */
#proceedDonate {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-d) 55%, var(--green-dd) 100%);
  color: #fff; font-family: var(--title); font-weight: 700; font-size: 16px; letter-spacing: .015em;
  position: relative; overflow: hidden; border: 0;
  box-shadow: 0 18px 34px -12px rgba(40,182,127,.6), inset 0 1px 0 rgba(255,255,255,.28); }
#proceedDonate:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 46px -12px rgba(40,182,127,.78), inset 0 1px 0 rgba(255,255,255,.32); }
#proceedDonate svg { position: relative; z-index: 1; transition: transform .3s var(--ease); }
#proceedDonate:hover svg { transform: translateX(5px); }
#proceedDonate::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(120deg, transparent 32%, rgba(255,255,255,.38) 50%, transparent 68%);
  transform: translateX(-130%); }
#proceedDonate:hover::after { transform: translateX(130%); transition: transform .8s var(--ease); }

/* Gentle glow pulse so the button quietly asks to be pressed */
@media (prefers-reduced-motion: no-preference) {
  #proceedDonate { animation: giveCtaPulse 2.8s ease-in-out infinite; }
  #proceedDonate:hover { animation: none; }
  @keyframes giveCtaPulse {
    0%, 100% { box-shadow: 0 18px 34px -12px rgba(40,182,127,.5), inset 0 1px 0 rgba(255,255,255,.28); }
    50%      { box-shadow: 0 22px 44px -12px rgba(40,182,127,.82), inset 0 1px 0 rgba(255,255,255,.32); }
  }
}

/* Text fields — strip the native inset shadow browsers paint inside inputs
   (shows as a dark inner shadow when a field is clicked/focused). Authored
   borders and the wrapper focus-rings are outer shadows, so they're unaffected. */
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
textarea {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
}

/* "Enter Custom Amount" chip spans the two leftover grid columns and stays on one line */
.amount--custom { grid-column: span 2; white-space: nowrap; }

/* The focus ring belongs to the field wrapper (.field / .custom-amt), not the
   inner <input>. The global :focus-visible rule was painting a SECOND ring
   inside the box — kill it on wrapped inputs so only the clean outer ring shows. */
.field input:focus, .field input:focus-visible,
.custom-amt input:focus, .custom-amt input:focus-visible {
  box-shadow: none;
  border-radius: inherit;
}

/* Standalone /donate page — the same donation form on its own centred page */
.give--solo { padding-top: clamp(120px, 16vh, 200px); padding-bottom: clamp(60px, 9vw, 120px); min-height: 78vh; }
.give__solo { max-width: 620px; margin-inline: auto; }
.give__solo-hi { text-align: center; margin-bottom: 20px; font-family: var(--title); font-weight: 600; font-size: clamp(16px, 2.4vw, 20px); color: var(--green-dd); }
.give__solo-links { text-align: center; margin-top: 22px; font-size: 14px; color: var(--body); display: flex; gap: 10px; justify-content: center; }
.give__solo-links a { color: var(--green-dd); font-weight: 600; }
.give__solo-links a:hover { text-decoration: underline; }
