.donation-form-section{padding:4rem 0;background:#f8fafc}.form-container{max-width:800px;margin:0 auto;background:white;padding:3rem;border-radius:1rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.form-container h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.section-label{display:block;font-weight:600;color:#374151;margin-bottom:1rem;font-size:1.1rem}.type-selector{display:flex;gap:1rem}.type-btn{flex:1 1;background:white;border:2px solid #e5e7eb;color:#6b7280;padding:1.5rem 1rem;border-radius:.75rem;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:1rem}.type-btn.active,.type-btn:hover{background:#059669;color:white;border-color:#059669;transform:translateY(-2px)}.campaign-dropdown{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background:white;color:#374151;margin-bottom:1rem}.campaign-dropdown:focus{outline:none;border-color:#059669}.campaign-preview{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;padding:1.5rem}.campaign-info h4{color:#065f46;margin-bottom:.5rem;font-size:1.1rem}.campaign-info p{color:#047857;margin-bottom:1rem;line-height:1.5}.campaign-progress{display:flex;align-items:center;gap:1rem}.progress-bar{flex:1 1;height:8px;background:#d1fae5;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#059669;border-radius:4px;transition:width .3s ease}.campaign-progress span{color:#065f46;font-size:.875rem;font-weight:500;white-space:nowrap}.preset-amounts{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1.5rem}.amount-btn{background:white;border:2px solid #e5e7eb;color:#6b7280;padding:1rem .5rem;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-weight:500}.amount-btn.active,.amount-btn:hover{background:#059669;color:white;border-color:#059669}.custom-amount label{display:block;color:#6b7280;margin-bottom:.5rem;font-weight:500}.custom-input-group{position:relative;max-width:300px}.currency-symbol{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#059669;font-weight:700;font-size:1.1rem}.custom-amount-input{width:100%;padding:1rem 1rem 1rem 2.5rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem}.custom-amount-input:focus{outline:none;border-color:#059669}.frequency-select{width:100%;max-width:300px;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background:white;color:#374151}.frequency-select:focus{outline:none;border-color:#059669}.donor-fields{display:flex;flex-direction:column;gap:1rem}.form-input,.form-textarea{padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#059669}.form-textarea{resize:vertical;min-height:80px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;color:#6b7280}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:#059669}.donation-summary{background:#f8fafc;padding:1.5rem;border-radius:.75rem;margin:2rem 0}.donation-summary h4{color:#1f2937;margin-bottom:1rem;font-size:1.2rem}.summary-items{display:flex;flex-direction:column;gap:.75rem}.summary-item{display:flex;justify-content:space-between;align-items:center}.summary-item span:first-child{color:#6b7280;font-weight:500}.summary-item span:last-child{color:#1f2937;font-weight:600}.amount-display{color:#059669!important;font-size:1.2rem}.submit-donation-btn{width:100%;background:#059669;color:white;padding:1.25rem 2rem;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .3s ease}.submit-donation-btn:hover{background:#047857}@media (max-width:768px){.form-container{padding:2rem 1.5rem;margin:0 1rem}.type-selector{flex-direction:column}.preset-amounts{grid-template-columns:repeat(3,1fr)}.campaign-progress{flex-direction:column;align-items:flex-start;gap:.5rem}.progress-bar{width:100%}}@media (max-width:480px){.donation-form-section{padding:2rem 0}.form-container{padding:1.5rem 1rem}.preset-amounts{grid-template-columns:repeat(2,1fr)}.type-btn{padding:1.25rem .5rem;font-size:.9rem}}.payment-methods{padding:4rem 0;background:white}.payment-header{text-align:center;margin-bottom:3rem}.payment-header h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.payment-header p{font-size:1.125rem;color:#6b7280}.payment-content{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.method-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.method-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:white;border:2px solid #e5e7eb;border-radius:1rem;cursor:pointer;transition:all .3s ease}.method-card:hover{border-color:#059669;transform:translateX(5px)}.method-card.active{border-color:#059669;background:#f0fdf4;box-shadow:0 4px 12px rgba(5,150,105,.1)}.method-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:.75rem}.method-info h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.method-type{font-size:.875rem;color:#059669;font-weight:500;background:#d1fae5;padding:.25rem .75rem;border-radius:1rem}.details-card{background:#f8fafc;padding:2.5rem;border-radius:1rem;border:1px solid #e5e7eb}.method-title{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.method-icon-large{font-size:3rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:white;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.method-title h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.method-title p{color:#6b7280;line-height:1.5}.payment-steps{margin-bottom:2rem}.payment-steps h4{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.steps-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.step-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:white;border-radius:.75rem;border-left:4px solid #059669}.step-number{background:#059669;color:white;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.step-text{color:#374151;line-height:1.5}.payment-info{background:white;padding:1.5rem;border-radius:.75rem;margin-bottom:2rem;border:1px solid #e5e7eb}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.info-item:last-child{border-bottom:none}.info-label{color:#6b7280;font-weight:500}.info-value{color:#1f2937;font-weight:600;font-family:monospace;font-size:1.1rem}.payment-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.action-btn{padding:1rem 1.5rem;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1 1;min-width:150px}.action-btn.primary{background:#059669;color:white}.action-btn.primary:hover{background:#047857;transform:translateY(-2px)}.action-btn.secondary{background:white;color:#374151;border:2px solid #e5e7eb}.action-btn.secondary:hover{border-color:#059669;color:#059669}.security-note{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:.75rem;color:#92400e}.security-icon{font-size:1.5rem;flex-shrink:0}.security-note div{line-height:1.5}@media (max-width:968px){.payment-content{grid-template-columns:1fr;gap:2rem}.method-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.payment-methods{padding:3rem 0}.details-card{padding:2rem 1.5rem}.method-title{text-align:center}.method-title,.payment-actions{flex-direction:column}.action-btn{min-width:auto}}@media (max-width:480px){.method-grid{grid-template-columns:1fr}.info-item{flex-direction:column;align-items:flex-start;gap:.5rem}}