:root {
  --igive-green: #2e7d32;
  --igive-green-dark: #1b5e20;
  --igive-lime: #7ac943;
  --igive-blue: #225f7b;
  --igive-ink: #0b1720;
  --igive-muted: #52616b;
  --igive-bg: #f5faf5;
  --igive-surface: #ffffff;
  --igive-line: rgba(21, 71, 52, .13);
  --igive-shadow: 0 22px 60px rgba(20, 64, 49, .12);
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Google/Inter/Inter-Latin-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/Google/Manrope/Manrope-Latin-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

.igive-public {
  margin: 0;
  background: var(--igive-bg);
  color: var(--igive-ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

.igive-public *, .igive-public *::before, .igive-public *::after { box-sizing: border-box; }
.igive-public a { color: inherit; }
.igive-public img { display: block; max-width: 100%; }
.igive-container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.igive-skip { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: #fff; border-radius: 10px; color: var(--igive-green-dark); }
.igive-skip:focus { top: 12px; }

.igive-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--igive-line);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}

.igive-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.igive-brand { display: flex; align-items: center; gap: 13px; min-width: 0; text-decoration: none; }
.igive-brand img { width: 155px; height: 54px; object-fit: contain; object-position: left center; }
.igive-brand span { display: none; line-height: 1.2; }
.igive-brand strong { display: block; color: var(--igive-blue); font-size: 15px; }
.igive-brand small { display: block; max-width: 260px; color: var(--igive-muted); font-size: 10px; }
.igive-nav-links { display: flex; align-items: center; gap: 5px; }
.igive-nav-links a { padding: 10px 13px; border-radius: 999px; color: #31414a; font-size: 14px; font-weight: 750; text-decoration: none; }
.igive-nav-links a:hover, .igive-nav-links a.is-active { background: rgba(46, 125, 50, .1); color: var(--igive-green-dark); }
.igive-nav-links .igive-nav-login { margin-left: 7px; background: var(--igive-green); color: #fff; }
.igive-nav-login i { margin-right: 6px; font-size: 18px; vertical-align: -2px; }
.igive-menu-button { display: none; align-items: center; gap: 7px; border: 1px solid var(--igive-line); border-radius: 12px; padding: 9px 12px; background: #fff; color: var(--igive-green-dark); font: inherit; font-weight: 750; }

.igive-hero {
  overflow: hidden;
  padding: 86px 0 72px;
  background: radial-gradient(circle at 12% 8%, rgba(122, 201, 67, .22), transparent 38%), radial-gradient(circle at 92% 20%, rgba(34, 95, 123, .15), transparent 35%), linear-gradient(180deg, #fff, #eff8f0);
}
.igive-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 56px; align-items: center; }
.igive-kicker { display: inline-block; margin-bottom: 14px; color: var(--igive-green-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.igive-hero h1, .igive-page-hero h1 { max-width: 780px; margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.04; letter-spacing: -.045em; }
.igive-hero p { max-width: 700px; color: var(--igive-muted); font-size: 18px; }
.igive-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.igive-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 14px; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; }
.igive-button-primary { background: linear-gradient(135deg, var(--igive-green), var(--igive-green-dark)); color: #fff; box-shadow: 0 12px 28px rgba(46, 125, 50, .22); }
.igive-button-secondary { border: 1px solid rgba(46, 125, 50, .28); background: #fff; color: var(--igive-green-dark); }
.igive-hero-card { padding: 34px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 30px; background: rgba(255, 255, 255, .88); box-shadow: var(--igive-shadow); }
.igive-hero-card img { width: 150px; margin: 0 auto 20px; }
.igive-hero-card blockquote { margin: 0; color: var(--igive-blue); font-size: 23px; font-weight: 850; line-height: 1.3; text-align: center; }
.igive-hero-card p { margin: 18px 0 0; font-size: 15px; text-align: center; }

.igive-impact { background: var(--igive-green-dark); color: #fff; }
.igive-impact .igive-container { display: grid; grid-template-columns: repeat(4, 1fr); }
.igive-impact article { padding: 28px 24px; border-right: 1px solid rgba(255, 255, 255, .15); }
.igive-impact article:last-child { border-right: 0; }
.igive-impact strong { display: block; font-size: 29px; }
.igive-impact span { color: rgba(255, 255, 255, .76); font-size: 13px; }

.igive-section { padding: 82px 0; background: #fff; }
.igive-section-soft { background: var(--igive-bg); }
.igive-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 32px; }
.igive-section-heading h2, .igive-system-flow h2, .igive-cta h2, .igive-give-grid h2, .igive-transparency h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.igive-section-heading > p { max-width: 560px; margin: 0; color: var(--igive-muted); }
.igive-text-link { color: var(--igive-green-dark); font-weight: 850; text-decoration: none; white-space: nowrap; }
.igive-path-grid, .igive-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.igive-path-grid article, .igive-program-grid article, .igive-give-grid article { padding: 28px; border: 1px solid var(--igive-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(20, 64, 49, .06); }
.igive-path-grid article > i, .igive-program-grid article > i, .igive-give-grid article > i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: rgba(46, 125, 50, .1); color: var(--igive-green-dark); font-size: 24px; }
.igive-path-grid h3, .igive-program-grid h3 { margin: 20px 0 8px; font-size: 20px; line-height: 1.25; }
.igive-path-grid p, .igive-program-grid p, .igive-give-grid p { margin: 0; color: var(--igive-muted); }
.igive-path-grid a { display: inline-block; margin-top: 18px; color: var(--igive-green-dark); font-weight: 850; text-decoration: none; }
.igive-centered-action { margin-top: 32px; text-align: center; }

.igive-system-flow { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.igive-system-flow > div > p { color: var(--igive-muted); }
.igive-system-flow ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.igive-system-flow li { display: flex; align-items: center; gap: 18px; padding: 20px; border: 1px solid var(--igive-line); border-radius: 18px; background: var(--igive-bg); }
.igive-system-flow li > span { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; background: var(--igive-green); color: #fff; font-weight: 900; }
.igive-system-flow li strong, .igive-system-flow li small { display: block; }
.igive-system-flow li small { margin-top: 2px; color: var(--igive-muted); }

.igive-page-hero { padding: 82px 0; color: #fff; background: radial-gradient(circle at 15% 10%, rgba(122, 201, 67, .28), transparent 38%), linear-gradient(135deg, var(--igive-green-dark), var(--igive-blue)); }
.igive-page-hero .igive-kicker { color: #d6ffbd; }
.igive-page-hero p { max-width: 760px; margin: 20px 0 0; color: rgba(255, 255, 255, .82); font-size: 18px; }
.igive-give-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.igive-give-grid article { padding: 36px; }
.igive-give-grid h2 { margin: 4px 0 14px; }
.igive-give-grid .igive-kicker { margin: 22px 0 2px; }
.igive-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 34px; border-radius: 24px; background: var(--igive-bg); }
.igive-cta p { margin-bottom: 0; color: var(--igive-muted); }
.igive-timeline { display: grid; gap: 18px; }
.igive-timeline article { display: grid; grid-template-columns: 170px 1fr; gap: 28px; padding: 28px; border-left: 4px solid var(--igive-lime); border-radius: 0 20px 20px 0; background: var(--igive-bg); }
.igive-timeline article > strong { color: var(--igive-green-dark); font-size: 21px; }
.igive-timeline h2 { margin: 0; font-size: 25px; }
.igive-timeline p { margin: 8px 0 0; color: var(--igive-muted); }
.igive-transparency { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; margin-top: 64px; padding: 34px; border: 1px solid var(--igive-line); border-radius: 24px; }
.igive-transparency dl { display: grid; gap: 12px; margin: 0; }
.igive-transparency dl div { padding: 14px 16px; border-radius: 13px; background: var(--igive-bg); }
.igive-transparency dt { color: var(--igive-muted); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.igive-transparency dd { margin: 3px 0 0; font-weight: 800; }

.igive-contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; }
.igive-contact-grid aside, .igive-contact-form { padding: 32px; border: 1px solid var(--igive-line); border-radius: 24px; background: #fff; }
.igive-contact-grid aside { background: var(--igive-bg); }
.igive-contact-grid aside img { width: 112px; }
.igive-contact-grid aside a { display: block; margin-top: 8px; color: var(--igive-green-dark); font-weight: 800; overflow-wrap: anywhere; text-decoration: none; }
.igive-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.igive-contact-form label { display: grid; gap: 7px; color: #31414a; font-size: 13px; font-weight: 800; }
.igive-contact-form label:nth-of-type(3), .igive-contact-form label:nth-of-type(4), .igive-contact-form button, .igive-contact-form .agn-form-status { grid-column: 1 / -1; }
.igive-contact-form input, .igive-contact-form select, .igive-contact-form textarea { width: 100%; border: 1px solid rgba(34, 95, 123, .2); border-radius: 12px; padding: 12px 13px; background: #fff; color: var(--igive-ink); font: inherit; }
.igive-contact-form input:focus, .igive-contact-form select:focus, .igive-contact-form textarea:focus { outline: 3px solid rgba(122, 201, 67, .23); border-color: var(--igive-green); }
.igive-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.agn-form-status { margin: 0; color: var(--igive-green-dark); font-weight: 750; }

.igive-footer { padding: 50px 0 20px; background: #0d2920; color: #fff; }
.igive-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1.2fr; gap: 34px; }
.igive-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.igive-footer-grid img { width: 190px; filter: brightness(0) invert(1); }
.igive-footer-grid p, .igive-footer-grid span { margin: 0; color: rgba(255, 255, 255, .68); font-size: 13px; }
.igive-footer-grid a { color: rgba(255, 255, 255, .82); font-size: 13px; text-decoration: none; }
.igive-footer-bottom { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .58); font-size: 12px; }

/* Donation workflow additions inside the existing role-based portal. */
.agn-donation-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 20px; margin-bottom: 20px; }
.agn-donation-guidance { align-self: start; }
.agn-donation-guidance > h2 { margin: 8px 0; }
.agn-donation-guidance > p { color: var(--portal-text-soft, #5f6d78); }
.agn-donation-type-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.agn-donation-type-options label { cursor: pointer; }
.agn-donation-type-options input { position: absolute; opacity: 0; pointer-events: none; }
.agn-donation-type-options span { display: grid; min-height: 145px; align-content: center; gap: 5px; padding: 20px; border: 2px solid rgba(46, 125, 50, .13); border-radius: 17px; background: rgba(46, 125, 50, .04); text-align: center; }
.agn-donation-type-options input:checked + span { border-color: var(--portal-green, #2e7d32); background: rgba(46, 125, 50, .1); box-shadow: 0 0 0 3px rgba(122, 201, 67, .14); }
.agn-donation-type-options i { color: var(--portal-green, #2e7d32); font-size: 30px; }
.agn-donation-type-options small { color: var(--portal-text-soft, #5f6d78); }
.agn-donation-list { display: grid; gap: 14px; }
.agn-donation-record { padding: 20px; border: 1px solid rgba(30, 78, 58, .13); border-radius: 18px; background: var(--portal-card, #fff); }
.agn-donation-record-heading { display: flex; align-items: center; gap: 13px; }
.agn-donation-record-heading > div { min-width: 0; flex: 1; }
.agn-donation-record-heading small { color: var(--portal-text-soft, #5f6d78); font-weight: 800; }
.agn-donation-record-heading h3 { margin: 2px 0 0; }
.agn-donation-record-heading p { margin: 1px 0 0; color: var(--portal-text-soft, #5f6d78); font-size: 13px; }
.agn-donation-details { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 18px 0 0; }
.agn-donation-details div { padding: 12px; border-radius: 12px; background: rgba(46, 125, 50, .05); }
.agn-donation-details dt { color: var(--portal-text-soft, #5f6d78); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.agn-donation-details dd { margin: 3px 0 0; overflow-wrap: anywhere; font-weight: 750; }
.agn-donation-note { margin: 12px 0 0; padding: 12px 14px; border-left: 3px solid var(--portal-green, #2e7d32); background: rgba(46, 125, 50, .05); color: var(--portal-text-soft, #5f6d78); }
.agn-donation-review-form { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(30, 78, 58, .12); }
.agn-donation-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.agn-record-pagination { display: grid; grid-template-columns: minmax(132px, 1fr) auto minmax(132px, 1fr); gap: 16px; align-items: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--portal-border, rgba(30, 78, 58, .12)); }
.agn-record-pagination-direction { display: flex; justify-content: flex-start; }
.agn-record-pagination-next { justify-content: flex-end; }
.agn-record-pagination-direction .agn-portal-button { min-height: 44px; }
.agn-record-pagination-pages { display: flex; align-items: center; justify-content: center; gap: 6px; }
.agn-record-pagination-pages :is(a, span) { display: grid; min-width: 40px; min-height: 40px; place-items: center; border-radius: 12px; color: var(--portal-muted, #5f6d78); font-size: 12px; font-weight: 800; text-decoration: none; }
.agn-record-pagination-pages a { border: 1px solid var(--portal-border, rgba(30, 78, 58, .12)); background: var(--portal-surface, #fff); }
.agn-record-pagination-pages a:hover,
.agn-record-pagination-pages a:focus-visible { border-color: var(--portal-green, #2e7d32); color: var(--portal-green, #2e7d32); outline: 2px solid color-mix(in srgb, var(--portal-green, #2e7d32) 20%, transparent); outline-offset: 2px; }
.agn-record-pagination-pages .is-current { color: #fff; background: var(--portal-green, #2e7d32); box-shadow: 0 7px 18px rgba(22, 117, 67, .2); }

@media (min-width: 1040px) {
  .igive-brand span { display: block; }
}

@media (max-width: 920px) {
  .igive-menu-button { display: inline-flex; }
  .igive-nav-links { display: none; position: absolute; left: 16px; right: 16px; top: 70px; padding: 14px; border: 1px solid var(--igive-line); border-radius: 18px; background: #fff; box-shadow: var(--igive-shadow); }
  .igive-nav-links.is-open { display: grid; }
  .igive-nav-links a { border-radius: 11px; }
  .igive-nav-links .igive-nav-login { margin-left: 0; }
  .igive-hero-grid, .igive-system-flow, .igive-contact-grid, .igive-transparency { grid-template-columns: 1fr; }
  .igive-path-grid, .igive-program-grid { grid-template-columns: repeat(2, 1fr); }
  .igive-impact .igive-container { grid-template-columns: repeat(2, 1fr); }
  .igive-impact article:nth-child(2) { border-right: 0; }
  .igive-impact article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .igive-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .agn-donation-grid { grid-template-columns: 1fr; }
  .agn-donation-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .igive-container { width: min(100% - 22px, 1160px); }
  .igive-brand img { width: 135px; }
  .igive-hero { padding: 60px 0 50px; }
  .igive-hero h1, .igive-page-hero h1 { font-size: 40px; }
  .igive-section, .igive-page-hero { padding: 56px 0; }
  .igive-section-heading, .igive-cta { display: block; }
  .igive-section-heading > p, .igive-text-link { display: block; margin-top: 16px; }
  .igive-path-grid, .igive-program-grid, .igive-give-grid, .igive-footer-grid, .igive-contact-form { grid-template-columns: 1fr; }
  .igive-contact-form label, .igive-contact-form button, .igive-contact-form .agn-form-status { grid-column: 1; }
  .igive-timeline article { grid-template-columns: 1fr; gap: 8px; }
  .igive-cta .igive-actions { margin-top: 20px; }
  .agn-donation-type-options, .agn-donation-details { grid-template-columns: 1fr; }
  .agn-donation-record-heading { align-items: flex-start; flex-wrap: wrap; }
  .agn-record-pagination { grid-template-columns: 1fr 1fr; gap: 12px; }
  .agn-record-pagination { margin-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .agn-record-pagination-pages { grid-column: 1 / -1; grid-row: 1; flex-wrap: wrap; }
  .agn-record-pagination-direction { grid-row: 2; }
  .agn-record-pagination-direction .agn-portal-button { width: 100%; justify-content: center; }
}

/* iGive public experience v2 ------------------------------------------------ */
body.igive-public {
  --igive-green: var(--agn-green, #2e7d32);
  --igive-green-dark: var(--agn-green-deep, #1b5e20);
  --igive-lime: var(--agn-gold, #7ac943);
  --igive-blue: var(--agn-navy, #225f7b);
  --igive-blue-dark: var(--agn-navy-deep, #153e51);
  --igive-ink: #10241b;
  --igive-muted: #596b62;
  --igive-bg: #f3f7f2;
  --igive-surface: #ffffff;
  --igive-line: rgba(25, 78, 52, .12);
  --igive-shadow: 0 24px 64px rgba(17, 59, 41, .13);
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.igive-public h1,
.igive-public h2,
.igive-public h3,
.igive-public blockquote {
  font-family: "Manrope", "Inter", sans-serif;
}

.igive-public a,
.igive-public button {
  -webkit-tap-highlight-color: transparent;
}

.igive-public :focus-visible {
  outline: 3px solid rgba(122, 201, 67, .58);
  outline-offset: 4px;
}

.igive-header {
  border-bottom-color: rgba(21, 68, 45, .09);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 30px rgba(23, 63, 45, .035);
  transition: background-color .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.igive-header.is-scrolled {
  border-bottom-color: rgba(21, 68, 45, .14);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 13px 34px rgba(16, 57, 36, .1);
}

.igive-nav {
  min-height: 86px;
}

.igive-brand img {
  width: 168px;
  height: auto;
}

.igive-header .igive-brand > span {
  display: none !important;
}

.igive-brand strong {
  color: var(--igive-green-dark);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.igive-nav-links {
  gap: 3px;
}

.igive-nav-links a {
  padding: 10px 14px;
  color: #33473d;
  font-size: 13px;
  font-weight: 760;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.igive-nav-links a:hover {
  transform: translateY(-1px);
}

.igive-nav-links .igive-nav-login {
  margin-left: 12px;
  padding-inline: 17px;
  background: var(--igive-green-dark);
  box-shadow: 0 8px 20px rgba(27, 94, 32, .18);
}

.igive-hero {
  position: relative;
  isolation: isolate;
  padding: 74px 0 86px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .66)),
    radial-gradient(circle at 8% 20%, rgba(122, 201, 67, .18), transparent 29%),
    #f3f7f2;
}

.igive-hero::before,
.igive-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.igive-hero::before {
  width: 440px;
  height: 440px;
  right: -190px;
  top: -180px;
  border: 1px solid rgba(46, 125, 50, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(46, 125, 50, .025), 0 0 0 140px rgba(46, 125, 50, .02);
}

.igive-hero::after {
  width: 110px;
  height: 7px;
  left: calc(50% - 580px);
  bottom: 0;
  border-radius: 99px 99px 0 0;
  background: var(--igive-lime);
}

.igive-hero-grid {
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}

.igive-hero-copy {
  position: relative;
  z-index: 2;
  animation: igive-rise .7s ease-out both;
}

.igive-kicker {
  margin-bottom: 17px;
  color: var(--igive-green-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .17em;
}

.igive-kicker i {
  margin-right: 8px;
  color: var(--igive-green);
  font-size: 15px;
  vertical-align: -2px;
}

.igive-hero h1 {
  max-width: 690px;
  color: var(--igive-ink);
  font-size: clamp(48px, 5.15vw, 74px);
  font-weight: 780;
  line-height: 1.01;
  letter-spacing: -.055em;
}

.igive-hero-copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--igive-muted);
  font-size: 17px;
  line-height: 1.75;
}

.igive-hero-copy > p strong {
  color: #29483a;
}

.igive-button {
  min-height: 52px;
  padding: 13px 21px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.igive-button:hover {
  transform: translateY(-2px);
}

.igive-button-primary {
  background: var(--igive-green-dark);
  color: #fff;
  box-shadow: 0 14px 28px rgba(27, 94, 32, .22);
}

.igive-public a.igive-button-primary {
  color: #fff;
}

.igive-button-secondary {
  border-color: rgba(27, 94, 32, .2);
  box-shadow: 0 9px 24px rgba(27, 73, 43, .05);
}

.igive-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin: 34px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid var(--igive-line);
  list-style: none;
}

.igive-hero-trust li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.igive-hero-trust i {
  color: var(--igive-green);
  font-size: 21px;
}

.igive-hero-trust strong,
.igive-hero-trust small {
  display: block;
  line-height: 1.25;
}

.igive-hero-trust strong {
  color: #2f493c;
  font-size: 11px;
}

.igive-hero-trust small {
  margin-top: 3px;
  color: #7a8981;
  font-size: 9px;
}

.igive-hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  animation: igive-rise .75s .08s ease-out both;
}

.igive-hero-visual > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 10px solid rgba(255, 255, 255, .88);
  border-radius: 46px 46px 46px 14px;
  object-fit: cover;
  object-position: 52% center;
  box-shadow: 0 36px 84px rgba(18, 67, 42, .2);
}

.igive-hero-visual::before {
  position: absolute;
  z-index: -1;
  inset: 28px -18px -20px 42px;
  border-radius: 42px;
  background: var(--igive-green-dark);
  content: "";
}

.igive-hero-visual figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 21px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 18px;
  color: #fff;
  background: rgba(10, 42, 28, .82);
  backdrop-filter: blur(12px);
}

.igive-hero-visual figcaption span {
  max-width: 220px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.igive-hero-visual figcaption strong {
  max-width: 165px;
  color: #d7f7c7;
  font-size: 9px;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.igive-hero-emblem {
  position: absolute;
  top: -27px;
  right: -25px;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 35px rgba(17, 64, 40, .18);
}

.igive-hero-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.igive-hero-note {
  position: absolute;
  left: -34px;
  top: 38px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid rgba(24, 84, 47, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 17px 36px rgba(20, 64, 43, .14);
}

.igive-hero-note i {
  color: var(--igive-green);
  font-size: 30px;
}

.igive-hero-note small,
.igive-hero-note strong {
  display: block;
  line-height: 1.25;
}

.igive-hero-note small {
  color: #7b8981;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .12em;
}

.igive-hero-note strong {
  margin-top: 3px;
  color: #29483a;
  font-size: 11px;
}

.igive-impact {
  position: relative;
  background: #123d2a;
}

.igive-impact::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 0, rgba(122, 201, 67, .12), transparent 38%);
  content: "";
  pointer-events: none;
}

.igive-impact .igive-container {
  position: relative;
  z-index: 1;
}

.igive-impact article {
  min-height: 145px;
  padding: 28px 30px;
}

.igive-impact article > small {
  display: block;
  color: #a7d992;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.igive-impact strong {
  margin-top: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 780;
  letter-spacing: -.04em;
}

.igive-impact span {
  font-size: 12px;
}

.igive-section {
  padding: 100px 0;
}

.igive-section-soft {
  background: #f3f7f2;
}

.igive-section-heading {
  align-items: end;
  margin-bottom: 42px;
}

.igive-section-heading > div {
  max-width: 650px;
}

.igive-section-heading h2,
.igive-system-flow h2,
.igive-story-band h2,
.igive-member-path h2 {
  color: var(--igive-ink);
  font-size: clamp(34px, 4.1vw, 52px);
  font-weight: 760;
  letter-spacing: -.045em;
}

.igive-section-heading > p,
.igive-heading-action {
  max-width: 500px;
}

.igive-heading-action p {
  margin: 0 0 13px;
  color: var(--igive-muted);
}

.igive-text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--igive-green-dark);
  font-size: 13px;
}

.igive-text-link i,
.igive-path-grid a i {
  font-size: 15px;
  vertical-align: -2px;
}

.igive-path-grid {
  gap: 20px;
}

.igive-path-grid article {
  position: relative;
  min-height: 315px;
  padding: 32px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(20, 64, 49, .065);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.igive-path-grid article:hover,
.igive-program-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(46, 125, 50, .24);
  box-shadow: 0 22px 50px rgba(20, 64, 49, .1);
}

.igive-path-grid article > i {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #e8f4e5;
}

.igive-card-number {
  position: absolute;
  right: 23px;
  top: 19px;
  color: rgba(27, 94, 32, .09);
  font-family: "Manrope", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.igive-path-grid h3 {
  margin-top: 42px;
  font-size: 22px;
}

.igive-path-grid a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 25px;
  font-size: 12px;
}

.igive-program-grid {
  gap: 16px;
}

.igive-program-grid article {
  min-height: 224px;
  padding: 28px;
  border-radius: 21px;
  box-shadow: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.igive-program-grid article:nth-child(3n + 2) > i {
  color: var(--igive-blue);
  background: rgba(34, 95, 123, .09);
}

.igive-program-grid article:nth-child(3n) > i {
  color: #956500;
  background: rgba(194, 139, 19, .1);
}

.igive-program-grid h3 {
  font-size: 18px;
}

.igive-giving-journey {
  position: relative;
  overflow: hidden;
}

.igive-giving-journey::before {
  position: absolute;
  width: 460px;
  height: 460px;
  left: -280px;
  bottom: -300px;
  border-radius: 50%;
  background: rgba(122, 201, 67, .08);
  content: "";
}

.igive-system-flow {
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: clamp(50px, 8vw, 100px);
}

.igive-journey-intro > p {
  margin: 21px 0 0;
  color: var(--igive-muted);
}

.igive-journey-quote {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  padding: 19px;
  border-left: 3px solid var(--igive-lime);
  border-radius: 0 14px 14px 0;
  background: #f3f7f2;
}

.igive-journey-quote img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.igive-journey-quote blockquote {
  margin: 0;
  color: #29483a;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.igive-system-flow ol {
  gap: 12px;
}

.igive-system-flow li {
  min-height: 106px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(20, 64, 49, .055);
}

.igive-system-flow li > span {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  background: var(--igive-green-dark);
}

.igive-system-flow li > div {
  min-width: 0;
  flex: 1;
}

.igive-system-flow li > i {
  color: rgba(27, 94, 32, .24);
  font-size: 29px;
}

.igive-system-flow li strong {
  color: #244537;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.igive-story-band {
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgba(122, 201, 67, .2), transparent 35%),
    linear-gradient(120deg, #123d2a, #225f7b);
}

.igive-story-band .igive-container {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, .6fr) auto;
  gap: 44px;
  align-items: center;
}

.igive-story-band .igive-kicker {
  color: #bef0a5;
}

.igive-story-band h2 {
  color: #fff;
  font-size: clamp(30px, 3.5vw, 46px);
}

.igive-story-band p {
  margin: 0;
  color: rgba(255, 255, 255, .73);
}

.igive-button-light {
  color: var(--igive-green-dark);
  background: #fff;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}

.igive-public a.igive-button-light {
  color: var(--igive-green-dark);
}

.igive-member-path {
  padding: 66px 0;
  background: #edf5ea;
}

.igive-member-path .igive-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.igive-member-path .igive-container > div:first-child {
  max-width: 760px;
}

.igive-member-path h2 {
  margin: 0;
  font-size: clamp(29px, 3.2vw, 42px);
}

.igive-member-path p {
  margin: 14px 0 0;
  color: var(--igive-muted);
}

.igive-member-path .igive-actions {
  flex-wrap: nowrap;
  margin: 0;
}

.igive-footer {
  padding-top: 62px;
  background: #0b281b;
}

.igive-footer-grid {
  gap: 45px;
}

.igive-footer-grid img {
  height: auto;
}

.igive-footer-grid strong {
  margin-bottom: 5px;
  color: #c9efb7;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.igive-footer-grid a {
  transition: color .2s ease;
}

.igive-footer-grid a:hover {
  color: #fff;
}

/* Public conversion and trust features ------------------------------------- */
.igive-topbar {
  color: rgba(255, 255, 255, .78);
  background: #0b2d1e;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .035em;
}

.igive-topbar .igive-container {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.igive-topbar span,
.igive-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.igive-topbar i {
  color: #a9df8c;
  font-size: 13px;
}

.igive-topbar a {
  color: #d7f5c9;
  text-decoration: none;
}

.igive-topbar a:hover {
  color: #fff;
}

.igive-participation {
  position: relative;
  background: #fff;
}

.igive-participation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.igive-participation-grid > a {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(24, 76, 47, .12);
  border-radius: 23px;
  color: var(--igive-ink);
  background: linear-gradient(160deg, #fff 55%, #f2f8ef 100%);
  box-shadow: 0 15px 38px rgba(24, 70, 44, .055);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.igive-participation-grid > a::after {
  position: absolute;
  width: 105px;
  height: 105px;
  right: -52px;
  bottom: -55px;
  border: 1px solid rgba(46, 125, 50, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 27px rgba(46, 125, 50, .025);
  content: "";
}

.igive-public .igive-participation-grid > a {
  color: var(--igive-ink);
}

.igive-participation-grid > a:hover {
  z-index: 1;
  transform: translateY(-5px);
  border-color: rgba(46, 125, 50, .28);
  box-shadow: 0 25px 55px rgba(24, 70, 44, .11);
}

.igive-participation-icon {
  display: grid;
  width: 51px;
  height: 51px;
  margin-bottom: 30px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--igive-green), var(--igive-green-dark));
  box-shadow: 0 12px 25px rgba(27, 94, 32, .18);
}

.igive-participation-icon i {
  font-size: 24px;
}

.igive-participation-grid small {
  color: var(--igive-green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.igive-participation-grid h3 {
  margin: 10px 0 12px;
  color: #173a2a;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.igive-participation-grid p {
  margin: 0;
  color: var(--igive-muted);
  font-size: 14px;
  line-height: 1.68;
}

.igive-participation-grid strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 25px;
  color: var(--igive-green-dark);
  font-size: 12px;
}

.igive-participation-grid strong i {
  font-size: 14px;
}

.igive-accountability {
  color: #fff;
  background:
    radial-gradient(circle at 7% 15%, rgba(122, 201, 67, .17), transparent 29%),
    linear-gradient(125deg, #0c3524, #164b42 57%, #225f7b);
}

.igive-accountability-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(45px, 7vw, 90px);
  align-items: center;
}

.igive-accountability .igive-kicker {
  color: #bceca4;
}

.igive-accountability h2 {
  max-width: 600px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.3vw, 57px);
  line-height: 1.07;
  letter-spacing: -.05em;
}

.igive-accountability-copy > p {
  max-width: 610px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
}

.igive-accountability-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 29px;
}

.igive-accountability-actions > a:not(.igive-button) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d5f4c6;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.igive-accountability-actions > a:not(.igive-button) i {
  font-size: 14px;
}

.igive-accountability-facts {
  display: grid;
  gap: 12px;
}

.igive-accountability-facts article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 21px 23px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 15px 35px rgba(2, 25, 16, .09);
  backdrop-filter: blur(8px);
}

.igive-accountability-facts article > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #123a28;
  background: #d8f3c9;
  font-size: 23px;
}

.igive-accountability-facts article div {
  display: grid;
  gap: 4px;
}

.igive-accountability-facts small {
  color: #bceca4;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}

.igive-accountability-facts strong {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
}

.igive-accountability-facts span {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  line-height: 1.5;
}

.igive-faq {
  background: #f7faf6;
}

.igive-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: clamp(45px, 7vw, 90px);
  align-items: start;
}

.igive-faq-intro {
  position: sticky;
  top: 125px;
}

.igive-faq-intro h2 {
  margin: 0;
  color: var(--igive-ink);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.05em;
}

.igive-faq-intro p {
  margin: 20px 0 22px;
  color: var(--igive-muted);
  line-height: 1.72;
}

.igive-faq-list {
  display: grid;
  gap: 11px;
}

.igive-faq-list details {
  overflow: hidden;
  border: 1px solid rgba(23, 73, 44, .12);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 70, 44, .045);
}

.igive-faq-list summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 20px 22px;
  color: #1e4031;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 760;
  list-style: none;
}

.igive-faq-list summary::-webkit-details-marker {
  display: none;
}

.igive-faq-list summary i {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--igive-green-dark);
  background: #e7f3e2;
  font-size: 16px;
  transition: transform .2s ease, color .2s ease, background-color .2s ease;
}

.igive-faq-list details[open] summary i {
  transform: rotate(45deg);
  color: #fff;
  background: var(--igive-green-dark);
}

.igive-faq-list details p {
  margin: 0;
  padding: 0 70px 22px 22px;
  color: var(--igive-muted);
  font-size: 14px;
  line-height: 1.72;
}

.igive-mobile-actions {
  display: none;
}

/* Official community imagery ------------------------------------------------ */
.igive-community-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 5%, rgba(122, 201, 67, .14), transparent 31%),
    linear-gradient(180deg, #f6faf5 0, #fff 100%);
}

.igive-community-showcase::before {
  position: absolute;
  width: 430px;
  height: 430px;
  left: -275px;
  bottom: -270px;
  border: 1px solid rgba(27, 94, 32, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(27, 94, 32, .022), 0 0 0 140px rgba(27, 94, 32, .018);
  content: "";
  pointer-events: none;
}

.igive-showcase-heading {
  align-items: end;
}

.igive-facebook-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-top: 15px;
  padding: 11px 15px;
  border-radius: 999px;
  background: #145f36;
  box-shadow: 0 10px 24px rgba(20, 95, 54, .14);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.igive-public a.igive-facebook-link {
  color: #fff;
}

.igive-facebook-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(20, 95, 54, .2);
}

.igive-facebook-link i:first-child {
  font-size: 18px;
}

.igive-facebook-link i:last-child {
  font-size: 14px;
}

.igive-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .75fr);
  gap: 24px;
  align-items: stretch;
}

.igive-showcase-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 76, 47, .11);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(25, 71, 45, .09);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.igive-public a.igive-showcase-card {
  color: var(--igive-ink);
}

.igive-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(25, 71, 45, .14);
}

.igive-showcase-card:hover .igive-showcase-media img {
  transform: scale(1.018);
}

.igive-showcase-feature,
.igive-showcase-community {
  flex-direction: column;
}

.igive-showcase-media {
  position: relative;
  overflow: hidden;
  background: #dfeadf;
}

.igive-showcase-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(4, 28, 16, .22));
  content: "";
  pointer-events: none;
}

.igive-showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.igive-showcase-feature .igive-showcase-media {
  aspect-ratio: 16 / 9;
}

.igive-showcase-community .igive-showcase-media {
  aspect-ratio: 2.05 / 1;
}

.igive-showcase-media > span {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  color: #16472f;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 24px rgba(10, 42, 25, .14);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.igive-showcase-media > span i {
  color: var(--igive-green);
  font-size: 16px;
}

.igive-showcase-caption {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 29px 30px;
}

.igive-showcase-caption small {
  color: var(--igive-green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.igive-showcase-caption h3 {
  margin: 9px 0 10px;
  color: #123426;
  font-size: clamp(23px, 2.35vw, 34px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.igive-showcase-community .igive-showcase-caption h3 {
  font-size: clamp(22px, 2vw, 29px);
}

.igive-showcase-caption p {
  margin: 0;
  color: var(--igive-muted);
  line-height: 1.68;
}

.igive-showcase-caption strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 19px;
  color: var(--igive-green-dark);
  font-size: 12px;
}

.igive-showcase-caption strong i {
  font-size: 14px;
}

/* Donation choices ------------------------------------------------------- */
.igive-donation-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.igive-donation-choice {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 33px;
  border: 1px solid rgba(18, 82, 45, .13);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 17px 46px rgba(20, 64, 49, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.igive-donation-choice:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 125, 50, .26);
  box-shadow: 0 23px 55px rgba(20, 64, 49, .11);
}

.igive-donation-choice-cash {
  background: linear-gradient(145deg, #fff, #f3f8fa);
}

.igive-donation-choice-heading {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.igive-donation-choice-heading > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #e8f4e4;
  color: var(--igive-green-dark);
}

.igive-donation-choice-cash .igive-donation-choice-heading > span {
  background: rgba(34, 95, 123, .1);
  color: var(--igive-blue);
}

.igive-donation-choice-heading i { font-size: 27px; }
.igive-donation-choice-heading small,
.igive-donation-choice-heading h3 { display: block; }
.igive-donation-choice-heading small { color: var(--igive-green); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.igive-donation-choice-heading h3 { margin: 4px 0 0; color: #173c2b; font-size: 25px; font-weight: 710; line-height: 1.15; letter-spacing: -.035em; }
.igive-donation-choice > p { margin: 25px 0 0; color: var(--igive-muted); font-size: 14px; line-height: 1.68; }

.igive-donation-choice > ul {
  display: grid;
  gap: 11px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.igive-donation-choice > ul li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #344f42;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.igive-donation-choice > ul i { flex: 0 0 auto; margin-top: 1px; color: var(--igive-green); font-size: 16px; }
.igive-donation-choice > .igive-text-link { margin-top: auto; padding-top: 26px; font-weight: 750; }

.igive-donation-scope {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin-top: 18px;
  padding: 12px 13px;
  border-radius: 13px;
  background: rgba(34, 95, 123, .07);
  color: #51656e;
  font-size: 10px;
  line-height: 1.5;
}

.igive-donation-scope i { color: var(--igive-blue); font-size: 17px; }

.igive-dropping-center-callout {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  padding: 27px 29px;
  border-radius: 25px;
  background:
    radial-gradient(circle at 86% 0, rgba(122, 201, 67, .18), transparent 34%),
    linear-gradient(130deg, #103e2a, #175439);
  color: #fff;
  box-shadow: 0 21px 52px rgba(7, 48, 26, .16);
}

.igive-dropping-center-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
  color: #cbedb8;
}

.igive-dropping-center-icon i { font-size: 27px; }
.igive-dropping-center-callout small { display: block; color: #bfe9a9; font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.igive-dropping-center-callout h3 { margin: 4px 0 0; color: #fff; font-size: 20px; font-weight: 710; line-height: 1.2; letter-spacing: -.025em; }
.igive-dropping-center-callout p { max-width: 610px; margin: 6px 0 0; color: rgba(255, 255, 255, .67); font-size: 11px; line-height: 1.55; }
.igive-dropping-center-callout > ul { display: flex; gap: 13px; margin: 0; padding: 0; list-style: none; }
.igive-dropping-center-callout > ul li { display: flex; gap: 5px; align-items: center; color: rgba(255, 255, 255, .78); font-size: 9px; font-weight: 750; }
.igive-dropping-center-callout > ul i { color: #bfe9a9; font-size: 14px; }
.igive-dropping-center-callout .igive-button { min-height: 46px; white-space: nowrap; }

/* Landing-page navigation and Member pathway ----------------------------- */
#how-to-help,
#programs,
#community,
#ways-to-help,
#giving-journey,
#common-questions,
#member-path { scroll-margin-top: 112px; }

.igive-home-shortcuts {
  position: relative;
  z-index: 6;
  padding: 0 0 23px;
  background: #fff;
}

.igive-home-shortcuts .igive-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: -27px;
  padding: 8px;
  border: 1px solid rgba(18, 79, 43, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 55px rgba(8, 50, 27, .14);
  backdrop-filter: blur(12px);
}

.igive-home-shortcuts a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 17px;
  gap: 11px;
  align-items: center;
  min-height: 72px;
  padding: 10px 13px 10px 10px;
  border-radius: 15px;
  color: #294438;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.igive-home-shortcuts a:hover {
  transform: translateY(-2px);
  background: #f1f7ee;
}

.igive-home-shortcuts a > i:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #e8f4e4;
  color: var(--igive-green-dark);
  font-size: 19px;
}

.igive-home-shortcuts a > i:last-child {
  color: rgba(27, 94, 32, .45);
  font-size: 14px;
}

.igive-home-shortcuts span,
.igive-home-shortcuts small,
.igive-home-shortcuts strong { display: block; min-width: 0; }
.igive-home-shortcuts small { color: #788a80; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.igive-home-shortcuts strong { margin-top: 3px; font-size: 12px; }
.igive-home-shortcuts a.is-primary { background: var(--igive-green-dark); color: #fff; box-shadow: 0 10px 26px rgba(27, 94, 32, .2); }
.igive-home-shortcuts a.is-primary:hover { background: #144c2d; }
.igive-home-shortcuts a.is-primary > i:first-child { background: rgba(255, 255, 255, .14); color: #fff; }
.igive-home-shortcuts a.is-primary > i:last-child,
.igive-home-shortcuts a.is-primary small { color: rgba(255, 255, 255, .66); }

.igive-purpose { padding-top: 78px; }

.igive-member-path {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    radial-gradient(circle at 8% 0, rgba(122, 201, 67, .16), transparent 30%),
    linear-gradient(145deg, #edf6e9, #f8fbf6);
}

.igive-member-path::after {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(27, 94, 32, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(27, 94, 32, .025), 0 0 0 150px rgba(27, 94, 32, .018);
  content: "";
}

.igive-member-path .igive-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(500px, 1.16fr);
  gap: clamp(48px, 7vw, 88px);
  align-items: center;
}

.igive-member-path .igive-member-path-copy { max-width: 580px; }
.igive-member-path h2 { font-size: clamp(36px, 4vw, 52px); line-height: 1.04; }
.igive-member-path p { line-height: 1.7; }
.igive-member-path .igive-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }

.igive-member-path-steps {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.igive-member-path-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(27, 94, 32, .12);
  border-radius: 19px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 13px 34px rgba(20, 64, 42, .07);
}

.igive-member-path-steps li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: var(--igive-green-dark);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.igive-member-path-steps small,
.igive-member-path-steps strong { display: block; }
.igive-member-path-steps small { color: var(--igive-green); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.igive-member-path-steps strong { margin-top: 3px; color: #214332; font-family: "Manrope", sans-serif; font-size: 15px; }
.igive-member-path-steps p { margin: 5px 0 0; color: var(--igive-muted); font-size: 11px; line-height: 1.55; }

/* Contact experience ------------------------------------------------------ */
.igive-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at 8% 14%, rgba(122, 201, 67, .22), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(34, 95, 123, .11), transparent 31%),
    linear-gradient(145deg, #f9fcf7 0%, #eef7ea 100%);
}

.igive-contact-hero::before {
  position: absolute;
  width: 450px;
  height: 450px;
  right: -170px;
  top: -230px;
  border: 1px solid rgba(27, 94, 32, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, .28), 0 0 0 160px rgba(255, 255, 255, .17);
  content: "";
}

.igive-contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

.igive-contact-hero-copy h1 {
  max-width: 650px;
  margin: 14px 0 0;
  color: var(--igive-ink);
  font-size: clamp(47px, 5vw, 72px);
  line-height: 1.01;
  letter-spacing: -.052em;
}

.igive-contact-hero-copy > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--igive-muted);
  font-size: 18px;
  line-height: 1.72;
}

.igive-contact-hero-actions {
  display: grid;
  gap: 11px;
  max-width: 560px;
  margin-top: 31px;
}

.igive-contact-hero-actions a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 70px;
  padding: 11px 17px 11px 11px;
  border: 1px solid rgba(27, 94, 32, .12);
  border-radius: 17px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 30px rgba(8, 54, 27, .06);
  color: var(--igive-ink);
  text-decoration: none;
  backdrop-filter: blur(9px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.igive-contact-hero-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(27, 94, 32, .28);
  box-shadow: 0 16px 36px rgba(8, 54, 27, .1);
}

.igive-contact-hero-actions a > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--igive-green-dark);
  color: #fff;
  font-size: 21px;
}

.igive-contact-hero-actions span,
.igive-contact-hero-actions strong,
.igive-contact-hero-actions small { display: block; min-width: 0; }
.igive-contact-hero-actions small { color: var(--igive-muted); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.igive-contact-hero-actions strong { margin-top: 3px; overflow-wrap: anywhere; font-size: 14px; }

.igive-contact-visual {
  position: relative;
  margin: 0;
}

.igive-contact-visual::before {
  position: absolute;
  z-index: -1;
  inset: 24px -17px -20px 24px;
  border-radius: 38px 38px 14px 38px;
  background: var(--igive-green-dark);
  opacity: .11;
  content: "";
}

.igive-contact-visual > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 9px solid rgba(255, 255, 255, .9);
  border-radius: 42px 42px 15px 42px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 32px 70px rgba(7, 50, 25, .19);
}

.igive-contact-visual figcaption {
  position: absolute;
  right: 22px;
  bottom: 21px;
  left: 22px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  background: rgba(7, 52, 28, .88);
  color: #fff;
  backdrop-filter: blur(12px);
}

.igive-contact-visual figcaption img { width: 48px; height: 48px; flex: 0 0 48px; border: 3px solid #fff; border-radius: 50%; background: #fff; }
.igive-contact-visual figcaption span,
.igive-contact-visual figcaption strong,
.igive-contact-visual figcaption small { display: block; }
.igive-contact-visual figcaption strong { font-size: 14px; }
.igive-contact-visual figcaption small { margin-top: 3px; color: rgba(255, 255, 255, .72); font-size: 11px; }

.igive-contact-section { background: #fff; }
.igive-contact-heading { display: flex; justify-content: space-between; gap: 35px; align-items: end; margin-bottom: 37px; }
.igive-contact-heading h2 { max-width: 680px; margin: 10px 0 0; font-size: clamp(37px, 4vw, 54px); line-height: 1.04; letter-spacing: -.043em; }
.igive-contact-heading > p { max-width: 440px; margin: 0 0 4px; color: var(--igive-muted); line-height: 1.68; }

.igive-contact-layout {
  display: grid;
  grid-template-columns: minmax(350px, .78fr) minmax(0, 1.22fr);
  gap: 25px;
  align-items: stretch;
}

.igive-contact-details {
  display: flex;
  flex-direction: column;
  padding: 33px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(122, 201, 67, .22), transparent 34%),
    linear-gradient(155deg, #0f4a32, #082f20);
  color: #fff;
  box-shadow: 0 25px 60px rgba(7, 49, 27, .16);
}

.igive-contact-identity { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 15px; align-items: center; padding-bottom: 27px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.igive-contact-emblem { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: #fff; }
.igive-contact-emblem img { display: block; width: 52px; height: 52px; object-fit: contain; }
.igive-contact-identity small { color: #cdeebd; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.igive-contact-identity h3 { margin: 4px 0 0; font-size: 21px; }
.igive-contact-identity p { margin: 4px 0 0; color: rgba(255, 255, 255, .62); font-size: 11px; }

.igive-contact-methods { display: grid; gap: 10px; margin-top: 24px; }
.igive-contact-methods > article,
.igive-contact-methods > a {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 67px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 16px;
  background: rgba(255, 255, 255, .065);
  color: #fff;
  text-decoration: none;
}

.igive-contact-methods > article { grid-template-columns: 43px minmax(0, 1fr); }
.igive-contact-methods > a { transition: background .2s ease, transform .2s ease; }
.igive-contact-methods > a:hover { transform: translateX(2px); background: rgba(255, 255, 255, .11); }
.igive-contact-methods > article > i,
.igive-contact-methods > a > i:first-child { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: rgba(172, 230, 133, .14); color: #ccefb7; font-size: 19px; }
.igive-contact-methods > a > i:last-child { color: rgba(255, 255, 255, .55); font-size: 16px; }
.igive-contact-methods span,
.igive-contact-methods div,
.igive-contact-methods small,
.igive-contact-methods strong { display: block; min-width: 0; }
.igive-contact-methods small { color: rgba(255, 255, 255, .57); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.igive-contact-methods strong { margin-top: 3px; overflow-wrap: anywhere; font-size: 12px; line-height: 1.45; }
.igive-contact-methods strong a { display: inline-block; margin: 1px 13px 0 0; color: #fff; text-decoration: none; }

.igive-contact-note { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; margin-top: auto; padding-top: 24px; color: rgba(255, 255, 255, .66); }
.igive-contact-note i { color: #ccefb7; font-size: 18px; }
.igive-contact-note p { margin: 0; font-size: 11px; line-height: 1.58; }

.igive-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 39px;
  border: 1px solid rgba(19, 91, 51, .12);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(8, 55, 28, .1);
}

.igive-contact-form-heading { grid-column: 1 / -1; margin-bottom: 4px; }
.igive-contact-form-heading h2 { margin: 8px 0 0; font-size: 34px; letter-spacing: -.035em; }
.igive-contact-form-heading p { max-width: 580px; margin: 9px 0 0; color: var(--igive-muted); font-size: 13px; line-height: 1.62; }
.igive-contact-form label { gap: 9px; color: #263b31; font-size: 12px; font-weight: 850; }
.igive-contact-form input,
.igive-contact-form select,
.igive-contact-form textarea { min-height: 50px; border-color: rgba(20, 94, 51, .17); border-radius: 13px; padding: 13px 14px; background: #fbfdfb; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.igive-contact-form textarea { min-height: 156px; resize: vertical; }
.igive-contact-form input::placeholder,
.igive-contact-form textarea::placeholder { color: #8b9b92; }
.igive-contact-form input:focus,
.igive-contact-form select:focus,
.igive-contact-form textarea:focus { border-color: var(--igive-green); background: #fff; box-shadow: 0 0 0 4px rgba(70, 153, 70, .11); outline: none; }
.igive-contact-form .igive-button { justify-self: start; min-width: 180px; }

/* Responsive typography system ------------------------------------------ */
:root {
  --igive-font-display: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
  --igive-font-text: "Inter", "Segoe UI", Arial, sans-serif;
}

html { font-size: 16px; }

.igive-public {
  font-family: var(--igive-font-text);
  font-size: 16px;
  font-weight: 450;
  line-height: 1.68;
  letter-spacing: -.006em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}

.igive-public h1,
.igive-public h2,
.igive-public h3,
.igive-public blockquote {
  font-family: var(--igive-font-display);
  font-optical-sizing: auto;
  text-wrap: balance;
}

.igive-public h1,
.igive-public h2,
.igive-public h3,
.igive-public p,
.igive-public blockquote { margin-block-start: 0; }

.igive-public p,
.igive-public li,
.igive-public dd { text-wrap: pretty; }
.igive-public strong { font-weight: 720; }

.igive-topbar,
.igive-nav-links,
.igive-button,
.igive-menu-button,
.igive-mobile-actions,
.igive-contact-form label,
.igive-contact-form input,
.igive-contact-form select,
.igive-contact-form textarea { font-family: var(--igive-font-text); }

.igive-topbar { font-size: 10px; font-weight: 700; letter-spacing: .015em; }
.igive-nav-links a { font-size: 13px; font-weight: 700; letter-spacing: -.01em; }
.igive-button { font-size: 13.5px; font-weight: 750; letter-spacing: -.012em; }
.igive-button i { font-weight: 400; }

.igive-kicker {
  font-family: var(--igive-font-text);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .18em;
  text-wrap: nowrap;
}

.igive-hero h1 {
  max-width: 700px;
  font-size: clamp(52px, 5.15vw, 76px);
  font-weight: 735;
  line-height: .99;
  letter-spacing: -.058em;
}

.igive-page-hero h1 {
  max-width: 840px;
  font-size: clamp(48px, 5.4vw, 72px);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -.052em;
}

.igive-contact-hero-copy h1 {
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 725;
  line-height: .99;
  letter-spacing: -.055em;
}

.igive-hero-copy > p,
.igive-page-hero p,
.igive-contact-hero-copy > p {
  font-size: 17px;
  font-weight: 430;
  line-height: 1.72;
  letter-spacing: -.012em;
}

.igive-section-heading h2,
.igive-system-flow h2,
.igive-story-band h2,
.igive-member-path h2,
.igive-accountability h2,
.igive-faq-intro h2,
.igive-contact-heading h2 {
  font-size: clamp(38px, 4.15vw, 54px);
  font-weight: 710;
  line-height: 1.045;
  letter-spacing: -.048em;
}

.igive-section-heading > p,
.igive-heading-action p,
.igive-journey-intro > p,
.igive-accountability-copy > p,
.igive-faq-intro p,
.igive-story-band p,
.igive-member-path-copy > p,
.igive-contact-heading > p {
  font-size: 15px;
  line-height: 1.72;
  letter-spacing: -.008em;
}

.igive-path-grid h3,
.igive-program-grid h3,
.igive-participation-grid h3,
.igive-showcase-caption h3,
.igive-give-grid h2 {
  font-weight: 710;
  line-height: 1.19;
  letter-spacing: -.032em;
}

.igive-path-grid p,
.igive-program-grid p,
.igive-participation-grid p,
.igive-showcase-caption p,
.igive-give-grid p {
  font-size: 14px;
  line-height: 1.67;
  letter-spacing: -.006em;
}

.igive-impact strong {
  font-family: var(--igive-font-display);
  font-weight: 720;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.igive-impact article > small,
.igive-impact span,
.igive-home-shortcuts small,
.igive-card-number,
.igive-participation-grid > a > small,
.igive-accountability-facts small,
.igive-member-path-steps small,
.igive-showcase-caption > small {
  font-family: var(--igive-font-text);
  font-weight: 800;
}

.igive-hero-visual figcaption span,
.igive-journey-quote blockquote,
.igive-member-path-steps strong,
.igive-contact-visual figcaption strong { font-weight: 700; letter-spacing: -.018em; }

.igive-faq-list summary { font-family: var(--igive-font-display); font-weight: 680; letter-spacing: -.018em; }
.igive-faq-list details p { font-size: 14px; line-height: 1.7; }
.igive-contact-form-heading h2 { font-weight: 710; line-height: 1.05; letter-spacing: -.04em; }
.igive-contact-form label { font-size: 11px; font-weight: 750; letter-spacing: .005em; }
.igive-contact-form input,
.igive-contact-form select,
.igive-contact-form textarea { font-size: 15px; font-weight: 450; line-height: 1.5; letter-spacing: -.008em; }
.igive-footer { font-size: 14px; }
.igive-footer-grid a,
.igive-footer-grid span,
.igive-footer-grid p { line-height: 1.55; }

@keyframes igive-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
  .igive-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 45px; }
  .igive-hero-note { left: -15px; top: 24px; }
  .igive-hero-emblem { right: -8px; }
  .igive-hero-trust { gap: 13px; }
  .igive-story-band .igive-container { grid-template-columns: 1.3fr .7fr; }
  .igive-story-band .igive-button { grid-column: 1 / -1; justify-self: start; }
  .igive-participation-grid { grid-template-columns: 1fr 1fr; }
  .igive-participation-grid > a { min-height: 315px; }
  .igive-accountability-shell { grid-template-columns: minmax(0, .85fr) minmax(400px, 1.15fr); gap: 48px; }
  .igive-contact-hero-grid { grid-template-columns: minmax(0, .88fr) minmax(450px, 1.12fr); gap: 46px; }
  .igive-contact-layout { grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); }
  .igive-member-path .igive-container { grid-template-columns: minmax(0, .78fr) minmax(450px, 1.22fr); gap: 45px; }
  .igive-dropping-center-callout { grid-template-columns: 62px minmax(0, 1fr); }
  .igive-dropping-center-callout > ul,
  .igive-dropping-center-callout > .igive-button { grid-column: 2; justify-self: start; }
}

@media (max-width: 920px) {
  .igive-nav { min-height: 76px; }
  .igive-nav-links { top: 72px; }
  .igive-hero { padding: 60px 0 76px; }
  .igive-hero-grid { grid-template-columns: 1fr; gap: 62px; }
  .igive-hero-copy { max-width: 760px; }
  .igive-hero-visual { max-width: 720px; margin-inline: auto; }
  .igive-hero-visual > img { aspect-ratio: 3 / 2; }
  .igive-hero-note { left: 18px; }
  .igive-hero-emblem { right: 10px; }
  .igive-path-grid { grid-template-columns: 1fr; }
  .igive-path-grid article { min-height: auto; }
  .igive-system-flow { grid-template-columns: 1fr; }
  .igive-story-band .igive-container { grid-template-columns: 1fr; gap: 25px; }
  .igive-story-band .igive-button { grid-column: auto; }
  .igive-member-path .igive-container { display: grid; gap: 28px; }
  .igive-member-path .igive-actions { flex-wrap: wrap; }
  .igive-showcase-heading { align-items: start; }
  .igive-showcase-grid { grid-template-columns: 1fr; }
  .igive-showcase-community { display: flex; }
  .igive-showcase-community .igive-showcase-media { aspect-ratio: 2.056 / 1; min-height: 0; }
  .igive-topbar .igive-container { justify-content: space-between; }
  .igive-topbar span:nth-child(2) { display: none; }
  .igive-accountability-shell, .igive-faq-layout { grid-template-columns: 1fr; }
  .igive-accountability-copy { max-width: 720px; }
  .igive-accountability-facts { grid-template-columns: repeat(3, 1fr); }
  .igive-accountability-facts article { grid-template-columns: 1fr; }
  .igive-faq-intro { position: static; max-width: 680px; }
  .igive-contact-hero-grid, .igive-contact-layout { grid-template-columns: 1fr; }
  .igive-contact-hero-copy { max-width: 740px; }
  .igive-contact-hero-actions { grid-template-columns: 1fr 1fr; max-width: none; }
  .igive-contact-visual { max-width: 760px; }
  .igive-contact-details { min-height: auto; }
  .igive-home-shortcuts .igive-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .igive-member-path .igive-container { grid-template-columns: 1fr; }
  .igive-member-path .igive-member-path-copy { max-width: 720px; }
  .igive-hero h1 { max-width: 720px; font-size: clamp(50px, 8vw, 64px); }
  .igive-section-heading h2,
  .igive-system-flow h2,
  .igive-story-band h2,
  .igive-member-path h2,
  .igive-accountability h2,
  .igive-faq-intro h2,
  .igive-contact-heading h2 { font-size: clamp(38px, 6.2vw, 52px); }
}

@media (max-width: 720px) {
  .igive-public { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .igive-mobile-actions {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: calc(9px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .66);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 17px 45px rgba(5, 39, 20, .2);
    backdrop-filter: blur(15px);
  }
  .igive-mobile-actions a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 12px;
    background: #edf5e9;
    color: var(--igive-green-dark);
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
  }
  .igive-public .igive-mobile-actions a { color: var(--igive-green-dark); }
  .igive-mobile-actions a:first-child { color: #fff; background: var(--igive-green-dark); }
  .igive-public .igive-mobile-actions a:first-child { color: #fff; }
  .igive-mobile-actions i { font-size: 18px; }
}

@media (max-width: 620px) {
  .igive-brand img { width: 142px; height: auto; }
  .igive-menu-button { padding: 8px 10px; font-size: 12px; }
  .igive-hero { padding: 48px 0 60px; }
  .igive-hero::after { left: 11px; }
  .igive-hero h1 { font-size: clamp(39px, 12vw, 52px); line-height: 1.02; }
  .igive-hero-copy > p { font-size: 15px; }
  .igive-actions .igive-button { width: 100%; }
  .igive-hero-trust { display: grid; grid-template-columns: 1fr 1fr; }
  .igive-hero-visual > img { aspect-ratio: 3 / 2; border-width: 7px; border-radius: 30px 30px 30px 12px; object-position: 52% center; }
  .igive-hero-visual::before { inset: 20px -8px -12px 18px; border-radius: 28px; }
  .igive-hero-emblem { top: -23px; right: 7px; width: 72px; height: 72px; border-width: 5px; }
  .igive-hero-note { display: none; }
  .igive-hero-visual figcaption { right: 12px; bottom: 12px; left: 12px; display: block; padding: 15px; }
  .igive-hero-visual figcaption span { font-size: 15px; }
  .igive-hero-visual figcaption strong { display: block; max-width: none; margin-top: 7px; text-align: left; }
  .igive-impact .igive-container { grid-template-columns: 1fr 1fr; }
  .igive-impact article { min-height: 125px; padding: 22px 16px; }
  .igive-impact strong { font-size: 29px; }
  .igive-section { padding: 70px 0; }
  .igive-section-heading { margin-bottom: 30px; }
  .igive-section-heading h2, .igive-system-flow h2 { font-size: 35px; }
  .igive-path-grid article, .igive-program-grid article { min-height: auto; padding: 25px; }
  .igive-system-flow li { align-items: flex-start; padding: 19px; }
  .igive-system-flow li > i { display: none; }
  .igive-story-band .igive-container { gap: 22px; }
  .igive-member-path { padding: 56px 0; }
  .igive-facebook-link { width: 100%; justify-content: center; }
  .igive-showcase-grid { gap: 17px; }
  .igive-showcase-card { border-radius: 20px; }
  .igive-showcase-community { display: flex; }
  .igive-showcase-community .igive-showcase-media { aspect-ratio: 2.056 / 1; min-height: 0; }
  .igive-showcase-media > span { top: 12px; left: 12px; padding: 7px 9px; font-size: 9px; }
  .igive-showcase-caption { padding: 22px; }
  .igive-showcase-caption h3, .igive-showcase-community .igive-showcase-caption h3 { font-size: 24px; }
  .igive-topbar .igive-container { justify-content: center; }
  .igive-topbar a { display: none; }
  .igive-participation-grid { grid-template-columns: 1fr; }
  .igive-participation-grid > a { min-height: 295px; padding: 24px; }
  .igive-participation-icon { margin-bottom: 22px; }
  .igive-accountability h2, .igive-faq-intro h2 { font-size: 36px; }
  .igive-accountability-actions .igive-button { width: 100%; }
  .igive-accountability-facts { grid-template-columns: 1fr; }
  .igive-accountability-facts article { grid-template-columns: 43px 1fr; padding: 18px; }
  .igive-accountability-facts article > i { width: 43px; height: 43px; font-size: 20px; }
  .igive-faq-list summary { min-height: 68px; padding: 18px; font-size: 14px; }
  .igive-faq-list details p { padding: 0 55px 19px 18px; font-size: 13px; }
  .igive-contact-hero { padding: 52px 0 64px; }
  .igive-contact-hero-grid { gap: 43px; }
  .igive-contact-hero-copy h1 { font-size: clamp(39px, 12vw, 50px); }
  .igive-contact-hero-copy > p { font-size: 15px; }
  .igive-contact-hero-actions { grid-template-columns: 1fr; }
  .igive-contact-hero-actions a { min-height: 66px; }
  .igive-contact-visual::before { inset: 15px -7px -12px 15px; border-radius: 28px 28px 10px 28px; }
  .igive-contact-visual > img { border-width: 6px; border-radius: 28px 28px 11px 28px; }
  .igive-contact-visual figcaption { right: 12px; bottom: 12px; left: 12px; padding: 11px 12px; }
  .igive-contact-visual figcaption img { width: 42px; height: 42px; flex-basis: 42px; }
  .igive-contact-visual figcaption small { display: none; }
  .igive-contact-heading { display: block; margin-bottom: 27px; }
  .igive-contact-heading h2 { font-size: 36px; }
  .igive-contact-heading > p { margin-top: 15px; }
  .igive-contact-layout { gap: 17px; }
  .igive-contact-details, .igive-contact-form { padding: 24px; border-radius: 22px; }
  .igive-contact-form { grid-template-columns: 1fr; }
  .igive-contact-form-heading,
  .igive-contact-form label,
  .igive-contact-form button,
  .igive-contact-form .agn-form-status { grid-column: 1; }
  .igive-contact-identity { grid-template-columns: 52px minmax(0, 1fr); }
  .igive-contact-emblem { width: 52px; height: 52px; }
  .igive-contact-emblem img { width: 44px; height: 44px; }
  .igive-contact-form-heading h2 { font-size: 30px; }
  .igive-contact-form .igive-button { width: 100%; }
  #how-to-help,
  #programs,
  #community,
  #ways-to-help,
  #giving-journey,
  #common-questions,
  #member-path { scroll-margin-top: 92px; }
  .igive-home-shortcuts { padding-bottom: 5px; }
  .igive-home-shortcuts .igive-container { gap: 6px; margin-top: -20px; padding: 6px; border-radius: 18px; }
  .igive-home-shortcuts a { grid-template-columns: 36px minmax(0, 1fr); gap: 9px; min-height: 64px; padding: 8px; border-radius: 13px; }
  .igive-home-shortcuts a > i:first-child { width: 36px; height: 36px; border-radius: 11px; font-size: 17px; }
  .igive-home-shortcuts a > i:last-child { display: none; }
  .igive-home-shortcuts small { font-size: 7px; }
  .igive-home-shortcuts strong { font-size: 11px; line-height: 1.25; }
  .igive-purpose { padding-top: 58px; }
  .igive-donation-choice-grid,
  .igive-path-grid,
  .igive-program-grid,
  .igive-participation-grid {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    padding: 2px 2px 17px;
    scroll-padding-inline: 2px;
    scroll-snap-type: inline mandatory;
    scrollbar-color: rgba(27, 94, 32, .25) transparent;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
  }
  .igive-donation-choice,
  .igive-dropping-center-callout,
  .igive-path-grid article,
  .igive-program-grid article,
  .igive-participation-grid > a { flex: 0 0 min(82vw, 310px); scroll-snap-align: start; }
  .igive-donation-choice { min-height: 460px; padding: 25px; border-radius: 22px; }
  .igive-donation-choice-heading { grid-template-columns: 50px minmax(0, 1fr); gap: 13px; }
  .igive-donation-choice-heading > span { width: 50px; height: 50px; border-radius: 15px; }
  .igive-donation-choice-heading h3 { font-size: 22px; }
  .igive-donation-choice > p { margin-top: 21px; }
  .igive-dropping-center-callout { grid-column: auto; display: flex; min-height: 460px; flex-direction: column; align-items: flex-start; padding: 25px; border-radius: 22px; }
  .igive-dropping-center-icon { width: 54px; height: 54px; }
  .igive-dropping-center-callout h3 { margin-top: 10px; font-size: 24px; }
  .igive-dropping-center-callout p { font-size: 12px; }
  .igive-dropping-center-callout > ul { flex-wrap: wrap; }
  .igive-dropping-center-callout > .igive-button { width: 100%; margin-top: auto; }
  .igive-path-grid article { min-height: 285px; }
  .igive-program-grid article { min-height: 245px; }
  .igive-participation-grid > a { min-height: 290px; }
  .igive-member-path { padding: 66px 0; }
  .igive-member-path .igive-container { gap: 38px; }
  .igive-member-path h2 { font-size: 37px; }
  .igive-member-path .igive-actions { display: grid; }
  .igive-member-path-steps li { grid-template-columns: 43px minmax(0, 1fr); padding: 17px; }
  .igive-member-path-steps li > span { width: 43px; height: 43px; border-radius: 13px; }
  .igive-public { font-size: 15px; line-height: 1.7; letter-spacing: -.004em; }
  .igive-kicker { font-size: 9px; line-height: 1.4; letter-spacing: .17em; white-space: normal; }
  .igive-hero h1 { max-width: 350px; font-size: clamp(40px, 11.6vw, 48px); line-height: 1.005; letter-spacing: -.052em; }
  .igive-page-hero h1,
  .igive-contact-hero-copy h1 { font-size: clamp(39px, 11.2vw, 47px); line-height: 1.01; }
  .igive-hero-copy > p,
  .igive-page-hero p,
  .igive-contact-hero-copy > p { font-size: 15px; line-height: 1.72; }
  .igive-section-heading h2,
  .igive-system-flow h2,
  .igive-story-band h2,
  .igive-member-path h2,
  .igive-accountability h2,
  .igive-faq-intro h2,
  .igive-contact-heading h2 { font-size: clamp(33px, 9.4vw, 39px); line-height: 1.055; letter-spacing: -.043em; }
  .igive-section-heading > p,
  .igive-heading-action p,
  .igive-journey-intro > p,
  .igive-accountability-copy > p,
  .igive-faq-intro p,
  .igive-story-band p,
  .igive-member-path-copy > p,
  .igive-contact-heading > p { font-size: 14px; line-height: 1.72; }
  .igive-path-grid h3,
  .igive-program-grid h3,
  .igive-participation-grid h3,
  .igive-showcase-caption h3 { font-size: 20px; }
  .igive-path-grid p,
  .igive-program-grid p,
  .igive-participation-grid p,
  .igive-showcase-caption p { font-size: 14px; line-height: 1.68; }
  .igive-button { font-size: 13.5px; }
  .igive-contact-form input,
  .igive-contact-form select,
  .igive-contact-form textarea { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .igive-hero-copy,
  .igive-hero-visual { animation: none; }
  .igive-public *,
  .igive-public *::before,
  .igive-public *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Cross-device responsive refinements — v23 ----------------------------- */
html { scroll-padding-top: 96px; }

body.igive-public {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.igive-container {
  width: min(1240px, calc(100% - clamp(28px, 5vw, 72px)));
}

.igive-nav,
.igive-hero-grid,
.igive-section-heading,
.igive-system-flow,
.igive-showcase-grid,
.igive-accountability-shell,
.igive-faq-layout,
.igive-contact-hero-grid,
.igive-contact-layout,
.igive-footer-grid,
.igive-member-path .igive-container,
.igive-donation-choice-grid,
.igive-home-shortcuts .igive-container {
  min-width: 0;
}

.igive-nav > *,
.igive-hero-grid > *,
.igive-section-heading > *,
.igive-system-flow > *,
.igive-showcase-grid > *,
.igive-accountability-shell > *,
.igive-faq-layout > *,
.igive-contact-hero-grid > *,
.igive-contact-layout > *,
.igive-footer-grid > *,
.igive-donation-choice-grid > * {
  min-width: 0;
}

.igive-public :is(h1, h2, h3, p, li, dd, a, strong, small) {
  overflow-wrap: break-word;
}

.igive-hero-visual > img,
.igive-contact-visual > img,
.igive-showcase-media img {
  object-fit: cover;
}

@media (min-width: 1480px) {
  .igive-hero { padding-block: 88px 96px; }
  .igive-section { padding-block: 92px; }
  .igive-hero-grid { gap: clamp(62px, 5vw, 88px); }
}

@media (min-width: 921px) and (max-width: 1180px) {
  .igive-container { width: min(100% - 44px, 1120px); }
  .igive-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr); gap: 38px; }
  .igive-hero-note { left: -10px; }
  .igive-nav-links { gap: 2px; }
  .igive-nav-links a { padding-inline: 10px; }
}

@media (max-width: 920px) {
  .igive-section-heading,
  .igive-contact-heading,
  .igive-showcase-heading {
    align-items: flex-start;
  }

  .igive-showcase-community .igive-showcase-media {
    aspect-ratio: 16 / 9;
  }

  .igive-hero-visual,
  .igive-contact-visual { width: min(100%, 760px); }
}

@media (max-width: 720px) {
  .igive-mobile-actions {
    right: max(10px, env(safe-area-inset-right));
    left: max(10px, env(safe-area-inset-left));
  }

  .igive-public :is(button, a, input, select, textarea) {
    touch-action: manipulation;
  }
}

@media (max-width: 620px) {
  .igive-container { width: calc(100% - 24px); }
  .igive-nav { min-height: 72px; }
  .igive-nav-links { right: 12px; left: 12px; top: 68px; max-height: calc(100dvh - 92px); overflow-y: auto; }
  .igive-section { padding-block: clamp(58px, 17vw, 70px); }
  .igive-page-hero { padding-block: 58px; }
  .igive-section-heading { gap: 14px; }
  .igive-section-heading > p { margin-top: 0; }
  .igive-actions { gap: 9px; }
  .igive-hero-trust { gap: 13px; }

  .igive-donation-choice-grid,
  .igive-path-grid,
  .igive-program-grid,
  .igive-participation-grid {
    -webkit-overflow-scrolling: touch;
    scroll-snap-stop: always;
  }

  .igive-donation-choice,
  .igive-dropping-center-callout,
  .igive-path-grid article,
  .igive-program-grid article,
  .igive-participation-grid > a {
    flex-basis: min(84vw, 310px);
    scroll-snap-stop: always;
  }

  .igive-showcase-feature .igive-showcase-media,
  .igive-showcase-community .igive-showcase-media { aspect-ratio: 16 / 10; }
  .igive-contact-form :is(input, select, textarea) { min-width: 0; }
}

@media (max-width: 380px) {
  .igive-container { width: calc(100% - 20px); }
  .igive-topbar { min-height: 31px; }
  .igive-brand img { width: 132px; }
  .igive-menu-button span:not(.f7-icons) { display: none; }
  .igive-menu-button { width: 46px; min-height: 44px; justify-content: center; padding-inline: 0; }
  .igive-hero { padding-block: 42px 54px; }
  .igive-hero h1 { font-size: clamp(37px, 12.2vw, 43px); }
  .igive-hero-copy > p { margin-top: 18px; }
  .igive-hero-trust { grid-template-columns: 1fr; }
  .igive-impact article { min-height: 112px; padding: 19px 13px; }
  .igive-impact strong { font-size: 27px; }
  .igive-home-shortcuts strong { font-size: 10px; }
  .igive-home-shortcuts small { font-size: 6.5px; }
  .igive-donation-choice,
  .igive-dropping-center-callout,
  .igive-path-grid article,
  .igive-program-grid article,
  .igive-participation-grid > a { flex-basis: min(86vw, 286px); }
  .igive-contact-details,
  .igive-contact-form { padding: 20px; }
  .igive-contact-methods > article,
  .igive-contact-methods > a { grid-template-columns: 39px minmax(0, 1fr); gap: 10px; }
  .igive-contact-methods > a > i:last-child { display: none; }
}
