:root{--Dark-font:#1e1e1e;--Light-font:#ffffff;--green-bg:#2d5f3f;--green-hover:#1f4530;--light-green:#f0fff4;--red-font:#dc2626}.main_Donate_pages_div{min-height:100vh;margin-top:80px;background:linear-gradient(135deg,#f5f7fa,#e8f5e9)}.inner_div_of_main_Donate_pages,.main_Donate_pages_div{width:100%;display:flex;align-items:center;justify-content:center}.inner_div_of_main_Donate_pages{max-width:1400px;flex-direction:column;gap:3rem;padding:3rem 1rem}.Donate_pages_heading_div{width:90%;max-width:900px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;text-align:center}.Donate_pages_heading_div>h1{font-size:42px;color:var(--Dark-font);font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;line-height:1.2}.Donate_pages_heading_div>p{font-size:20px;color:var(--Dark-font);font-family:Lato-Regular,system-ui,-apple-system,sans-serif;line-height:1.6}.donation_types_section{width:90%;max-width:1200px}.donation_types_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.donation_type_card{background:white;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.07);flex-direction:column;align-items:center;text-align:center;border:2px solid transparent}.donation_type_card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(45,95,63,.15);border-color:var(--green-bg)}.card_icon_header{font-size:50px;color:var(--green-bg);margin-bottom:1rem}.donation_type_card h3{font-size:22px;color:var(--Dark-font);font-weight:700;margin-bottom:.5rem}.card_subtitle,.donation_type_card h3{font-family:Lato-Bold,system-ui,-apple-system,sans-serif}.card_subtitle{font-size:16px;color:var(--green-bg);font-weight:600;font-style:italic;margin-bottom:1rem}.card_description{font-size:15px;color:var(--Dark-font);font-family:Lato-Regular,system-ui,-apple-system,sans-serif;line-height:1.6}.special_card{background:linear-gradient(135deg,#f0fff4,#e8f5e9)}.payment_methods_section{width:90%;max-width:1200px;margin-top:2rem}.payment_methods_title{font-size:36px;color:var(--Dark-font);font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;text-align:center;margin-bottom:3rem!important}.payment_methods_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.payment_method_box{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 6px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;text-align:center;border:3px solid transparent;transition:all .3s ease;min-height:480px}.payment_method_box:hover{border-color:var(--green-bg);box-shadow:0 10px 30px rgba(45,95,63,.15);transform:translateY(-8px)}.payment_icon{font-size:60px;color:var(--green-bg);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:var(--light-green);border-radius:50%}.payment_method_box h3{font-size:26px;color:var(--Dark-font);font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;margin-bottom:.8rem}.payment_description{font-size:16px;color:#666;font-family:Lato-Regular,system-ui,-apple-system,sans-serif;margin-bottom:1.5rem}.payment_details{width:100%;text-align:left;flex:1 1;margin-bottom:1.5rem}.zelle_number{font-size:18px;color:var(--Dark-font);font-family:Lato-Regular,system-ui,-apple-system,sans-serif;margin-bottom:1rem;text-align:center;background:var(--light-green);padding:1rem;border-radius:8px}.zelle_number strong{font-weight:700;color:var(--green-bg);font-size:20px}.payment_instruction,.zelle_number strong{font-family:Lato-Bold,system-ui,-apple-system,sans-serif}.payment_instruction{font-size:15px;color:var(--Dark-font);font-weight:600;margin-bottom:.8rem}.donation_options_list{list-style:none;padding:0;margin:0}.donation_options_list li{font-size:14px;color:var(--Dark-font);font-family:Lato-Regular,system-ui,-apple-system,sans-serif;padding:.4rem 0 .4rem 1.5rem;position:relative}.donation_options_list li:before{content:"•";color:var(--green-bg);font-weight:700;position:absolute;left:0}.campaign_info,.stripe_info{font-size:15px;line-height:1.6;margin-bottom:1rem}.campaign_benefit,.campaign_info,.stripe_benefit,.stripe_info{color:var(--Dark-font);font-family:Lato-Regular,system-ui,-apple-system,sans-serif}.campaign_benefit,.stripe_benefit{font-size:14px;line-height:1.8;background:var(--light-green);padding:1rem;border-radius:8px}.payment_button,.payment_button_wrapper{width:100%;display:flex;justify-content:center}.payment_button{align-items:center;gap:.8rem;padding:1rem 2rem;border-radius:12px;font-size:18px;font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;cursor:pointer;transition:all .3s ease;border:none;outline:none;text-decoration:none;max-width:280px}.zelle_button{background-color:#6d1ed4;color:white}.zelle_button:hover{background-color:#5a19b0;transform:scale(1.05);box-shadow:0 5px 15px rgba(109,30,212,.3)}.launchgood_button{background-color:#00a870;color:white}.launchgood_button:hover{background-color:#008c5d;transform:scale(1.05);box-shadow:0 5px 15px rgba(0,168,112,.3)}.stripe_button{background-color:var(--green-bg);color:white}.stripe_button:hover{background-color:var(--green-hover);transform:scale(1.05);box-shadow:0 5px 15px rgba(45,95,63,.3)}.payment_button svg{font-size:22px}.closing_message{text-align:center;padding:2rem;background:white;border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,.05);max-width:600px;margin-top:1rem}.closing_message p{font-size:18px;color:var(--Dark-font);font-family:Lato-Regular,system-ui,-apple-system,sans-serif;margin-bottom:.5rem;line-height:1.6}.closing_message p strong{font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;color:var(--green-bg)}@media (max-width:1024px){.payment_methods_grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media (max-width:768px){.main_Donate_pages_div{margin-top:60px}.Donate_pages_heading_div>h1{font-size:28px}.Donate_pages_heading_div>p{font-size:16px}.payment_methods_title{font-size:28px;margin-bottom:2rem}.donation_types_grid{grid-template-columns:1fr;gap:1.5rem}.donation_type_card{padding:1.5rem}.card_icon_header{font-size:40px}.donation_type_card h3{font-size:20px}.card_description,.card_subtitle{font-size:14px}.payment_method_box{padding:2rem;min-height:auto}.payment_icon{font-size:50px;width:80px;height:80px}.payment_method_box h3{font-size:22px}.payment_description{font-size:15px}.payment_button{font-size:16px;padding:.9rem 1.5rem}.closing_message{padding:1.5rem}.closing_message p{font-size:16px}}@media (max-width:480px){.inner_div_of_main_Donate_pages{gap:2rem;padding:2rem .5rem}.Donate_pages_heading_div>h1{font-size:24px}.Donate_pages_heading_div>p{font-size:15px}.payment_methods_title{font-size:24px}.payment_method_box h3{font-size:20px}.zelle_number strong{font-size:18px}}.donation_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.donation_modal_container{background:linear-gradient(135deg,#ffffff,#f8f9fa);border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;scrollbar-width:none;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease-out}.donation_modal_container::-webkit-scrollbar{display:none}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.donation_modal_close{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.1)}.donation_modal_close:hover{background:#ffffff;transform:rotate(90deg);box-shadow:0 4px 12px rgba(0,0,0,.2)}.donation_modal_close:disabled{opacity:.5;cursor:not-allowed}.donation_modal_header{background:linear-gradient(135deg,#2d5f3f,#1e4029);padding:2.5rem 2rem 2rem;border-radius:24px 24px 0 0;text-align:center;position:relative;overflow:hidden}.donation_modal_header_decoration{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ffd700,#ffed4e,#ffd700);animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.donation_modal_header h2{color:#ffffff;font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;font-size:32px;margin:0 0 .5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.donation_modal_header p{color:#e0e0e0;font-family:Lato-Regular,system-ui,-apple-system,sans-serif;font-size:16px;margin:0}.donation_modal_content{padding:2rem}.donation_types_grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.donation_type_card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border:2px solid #e0e0e0;border-radius:16px;cursor:pointer;transition:all .3s ease;background:#ffffff;position:relative;overflow:hidden}.donation_type_card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(45,95,63,.05),transparent);transition:left .5s ease}.donation_type_card:hover:before{left:100%}.donation_type_card:hover{border-color:#2d5f3f;box-shadow:0 4px 12px rgba(45,95,63,.15);transform:translateY(-2px)}.donation_type_card.selected{border-color:#2d5f3f;background:linear-gradient(135deg,#f0fff4,#e8f5e9);box-shadow:0 4px 16px rgba(45,95,63,.2)}.donation_type_radio{margin-top:.25rem}.donation_type_radio input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#2d5f3f}.donation_type_content h3{font-size:20px;color:#1e4029}.donation_type_content h3,.donation_type_desc{font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;margin:0 0 .5rem}.donation_type_desc{font-size:14px;color:#2d5f3f;font-style:italic}.donation_type_detail{font-family:Lato-Regular,system-ui,-apple-system,sans-serif;font-size:14px;color:#666;margin:0;line-height:1.5}.donation_amount_section{margin-bottom:1.5rem}.donation_amount_section label{display:block;font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;font-size:16px;color:#1e4029;margin-bottom:.75rem}.donation_amount_input_wrapper{position:relative;display:flex;align-items:center}.currency_symbol{position:absolute;left:1.25rem;font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;font-size:24px;color:#2d5f3f;pointer-events:none}.donation_amount_input_wrapper input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e0e0e0;border-radius:12px;font-family:Lato-Regular,system-ui,-apple-system,sans-serif;font-size:24px;color:#1e4029;background:#ffffff;transition:all .3s ease}.donation_amount_input_wrapper input:focus{outline:none;border-color:#2d5f3f;box-shadow:0 0 0 4px rgba(45,95,63,.1)}.donation_amount_input_wrapper input:disabled{background:#f5f5f5;cursor:not-allowed}.donation_amount_input_wrapper input::placeholder{color:#bbb}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.donation_quick_amounts{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:2rem}.quick_amount_btn{padding:.75rem;border:2px solid #e0e0e0;border-radius:10px;background:#ffffff;font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;font-size:16px;color:#1e4029;cursor:pointer;transition:all .3s ease}.quick_amount_btn:hover{border-color:#2d5f3f;background:#f0fff4;transform:translateY(-2px);box-shadow:0 4px 8px rgba(45,95,63,.15)}.quick_amount_btn.active{border-color:#2d5f3f;background:#2d5f3f;color:#ffffff;box-shadow:0 4px 12px rgba(45,95,63,.3)}.quick_amount_btn:disabled{opacity:.5;cursor:not-allowed}.donation_submit_btn{width:100%;padding:1.25rem;border:none;border-radius:12px;background:linear-gradient(135deg,#2d5f3f,#1e4029);color:#ffffff;font-family:Lato-Bold,system-ui,-apple-system,sans-serif;font-weight:700;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(45,95,63,.3);margin-bottom:1rem}.donation_submit_btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(45,95,63,.4)}.donation_submit_btn:disabled{opacity:.7;cursor:not-allowed}.loading_spinner{display:inline-block;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.donation_modal_footer_text{text-align:center;font-family:Lato-Regular,system-ui,-apple-system,sans-serif;font-size:14px;color:#666;font-style:italic;margin:0}@media screen and (max-width:768px){.donation_modal_container{max-width:95%;border-radius:20px}.donation_modal_header{padding:2rem 1.5rem 1.5rem}.donation_modal_header h2{font-size:24px}.donation_modal_header p{font-size:14px}.donation_modal_content{padding:1.5rem}.donation_type_card{padding:1.25rem}.donation_type_content h3{font-size:18px}.donation_type_desc,.donation_type_detail{font-size:13px}.donation_amount_input_wrapper input{font-size:20px;padding:.875rem .875rem .875rem 2.75rem}.currency_symbol{left:1rem;font-size:20px}.donation_quick_amounts{grid-template-columns:repeat(2,1fr);gap:.5rem}.quick_amount_btn{padding:.625rem;font-size:14px}.donation_submit_btn{padding:1rem;font-size:16px}.donation_modal_close{width:36px;height:36px;top:.75rem;right:.75rem}}@media screen and (max-width:480px){.donation_modal_header h2{font-size:20px}.donation_type_card{flex-direction:column;align-items:center;text-align:center;padding:1rem}.donation_type_radio{margin-top:0}}