.donate-page { background: #f7f8f4; color: #233e33; padding: 64px 0 88px; }
.donate-page :is(h1, h2) { font-family: system-ui, -apple-system, sans-serif !important; letter-spacing: -.04em; }
.donate-intro { max-width: 660px; margin: 0 auto 44px; text-align: center; }
.donate-eyebrow { color: #94602f; font-size: 10px; font-weight: 700; letter-spacing: 2px; }
.donate-intro h1 { font-size: clamp(34px, 4.5vw, 54px); font-weight: 700; line-height: 1.15; margin: 18px 0; }
.donate-intro h1 span { color: #708769; }
.donate-intro p { color: #687565; font-size: 15px; line-height: 1.8; }
.donate-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr); max-width: 1080px; margin: auto; border: 1px solid #e2e8dc; border-radius: 24px; overflow: hidden; background: white; box-shadow: 0 20px 60px #263e320a; }
.donate-message { display: flex; flex-direction: column; padding: 44px 36px; color: white; background: radial-gradient(ellipse at bottom left, #3c5943, transparent 65%), #213d32; }
.donate-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 28px; border-radius: 17px; border: 1px solid #ffffff20; background: #ffffff12; color: #e9c99b; font-size: 25px; }
.donate-message h2 { font-size: 30px; line-height: 1.3; font-weight: 600; }
.donate-message > p { color: #c4d1c5; font-size: 14px; line-height: 1.9; margin: 12px 0 40px; }
.donate-help { margin-top: auto; padding-top: 26px; border-top: 1px solid #ffffff26; }
.donate-help span { display: block; font-size: 12px; color: #c4d1c5; margin-bottom: 12px; }
.donate-help a { color: #e9c99b; font-size: 14px; text-decoration: none; }
.donate-help a:hover { text-decoration: underline; }
.donate-help a:focus-visible { outline: 2px solid #e9c99b; outline-offset: 5px; }
.donate-help i { margin-left: 12px; }
.donate-details { padding: 44px; }
.donate-details h2 { font-size: 28px; font-weight: 600; margin: 10px 0; }
.donate-details > p { font-size: 13px; color: #687565; line-height: 1.8; margin-bottom: 24px; }
.donate-bank-list { margin: 0; }
.donate-bank-list > div { border-top: 1px solid #e8ece3; padding: 17px 0; }
.donate-bank-list > div:last-child { padding-bottom: 0; }
.donate-bank-list dt { font-size: 11px; color: #687565; margin-bottom: 6px; font-weight: 500; }
.donate-bank-list dd { margin: 0; font-size: 15px; line-height: 1.7; font-weight: 600; overflow-wrap: anywhere; }
.donate-bank-list .donate-account { font-size: 20px; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
@media (max-width: 767px) {
  .donate-page { padding: 36px 0 48px; }
  .donate-intro { margin-bottom: 28px; }
  .donate-panel { grid-template-columns: minmax(0, 1fr); border-radius: 18px; }
  .donate-message, .donate-details { padding: 28px 24px; }
  .donate-message h2 { font-size: 26px; }
  .donate-message > p { margin-bottom: 24px; }
}
