.donate-crypto-page{background-color:white;min-height:100vh;padding-top:8rem;padding-bottom:4rem}.donate-crypto-container{max-width:1200px;margin:0 auto;padding:0 1rem}.back-button-wrapper{margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#0D3364;font-size:1rem;text-decoration:none;transition:opacity .2s ease}.back-button:hover{opacity:.7}.back-button .material-symbols-outlined{font-size:1.25rem}.donate-crypto-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.donate-crypto-title{font-size:2.5rem;font-weight:900;color:#111;letter-spacing:-.02em;margin-bottom:1rem}.donate-crypto-subtitle{font-size:1.125rem;line-height:1.6;color:#666}.crypto-cards-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.crypto-card{background-color:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.crypto-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.qr-code-image{width:192px;height:192px;margin-bottom:1.5rem;border-radius:.75rem;border:4px solid #e5e7eb;object-fit:cover}.crypto-name{font-size:1.25rem;font-weight:700;color:#111;margin-bottom:.75rem}.crypto-address{font-family:Courier New,monospace;font-size:.875rem;color:#666;word-break:break-all;margin-bottom:1rem;padding:.75rem;background-color:#f9fafb;border-radius:.5rem;width:100%}.copy-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background-color:#0D3364;color:white;font-size:.875rem;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:opacity .2s ease;margin-top:.5rem}.copy-button:hover{opacity:.9}.copy-icon{font-size:1.125rem}.how-to-section{margin-top:4rem;padding:0 1rem}.how-to-content{max-width:1000px;margin:0 auto;background-color:#f9fafb;padding:2rem;border-radius:1.5rem}.how-to-title{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1.5rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.how-to-icon{font-size:1.875rem;color:#0D3364}.how-to-list{list-style:decimal;list-style-position:inside;display:flex;flex-direction:column;gap:1rem;color:#4b5563}.how-to-item{font-size:1rem;line-height:1.6;padding-left:.5rem}.how-to-label{font-weight:600;color:#111}.crucial-text{font-weight:700;color:#ef4444}@media (min-width:768px){.crypto-cards-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.donate-crypto-title{font-size:3rem}}@media (min-width:1024px){.crypto-cards-grid{grid-template-columns:repeat(3,1fr)}.donate-crypto-title{font-size:3.5rem}}