.cagnottes-module__U5neoG__page{padding-bottom:8rem}.cagnottes-module__U5neoG__hero{background:var(--primary);color:#fff;text-align:center;padding:8rem 0 10rem}.cagnottes-module__U5neoG__title{color:#fff;margin-bottom:1rem;font-size:3.5rem}.cagnottes-module__U5neoG__subtitle{opacity:.9;max-width:650px;margin:0 auto;font-size:1.25rem}.cagnottes-module__U5neoG__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:6rem;display:grid}.cagnottes-module__U5neoG__card{flex-direction:column;padding:2.5rem;display:flex}.cagnottes-module__U5neoG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.cagnottes-module__U5neoG__category{color:var(--secondary);text-transform:uppercase;background:#d69e2e1a;border-radius:2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700}.cagnottes-module__U5neoG__heartIcon{color:#f56565}.cagnottes-module__U5neoG__card h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.cagnottes-module__U5neoG__card p.cagnottes-module__U5neoG__description{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;display:-webkit-box;overflow:hidden}.cagnottes-module__U5neoG__descriptionExpanded{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}.cagnottes-module__U5neoG__readMoreBtn{color:var(--secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;margin-top:-1rem;margin-bottom:1.5rem;padding:0;font-size:.85rem;font-weight:700;display:flex}.cagnottes-module__U5neoG__cardMainContent{flex-direction:column;flex-grow:1;display:flex}.cagnottes-module__U5neoG__cardFooter{margin-top:auto}.cagnottes-module__U5neoG__progressSection{margin-bottom:2rem}.cagnottes-module__U5neoG__progressLabel{color:var(--primary);justify-content:space-between;margin-bottom:.75rem;font-size:.9rem;font-weight:700;display:flex}.cagnottes-module__U5neoG__progressBar{background:#f1f5f9;border-radius:10px;width:100%;height:10px;margin-bottom:1.5rem;overflow:hidden}.cagnottes-module__U5neoG__progressFill{background:linear-gradient(90deg, var(--secondary) 0%, #ed8936 100%);border-radius:10px;height:100%;transition:width 1s ease-out}.cagnottes-module__U5neoG__stats{gap:1.5rem;display:flex}.cagnottes-module__U5neoG__stat{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.cagnottes-module__U5neoG__contributeBtn{background:var(--primary);color:#fff;width:100%;transition:var(--transition-normal);cursor:pointer;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;padding:1.2rem;font-weight:700;display:flex}.cagnottes-module__U5neoG__contributeBtn:hover{background:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-5px)}.cagnottes-module__U5neoG__donationControls{border-top:1px solid #edf2f7;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.cagnottes-module__U5neoG__amountSelector{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.cagnottes-module__U5neoG__amountBtn{color:var(--primary);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 0;font-size:.9rem;font-weight:700;transition:all .2s}.cagnottes-module__U5neoG__amountBtn:hover{border-color:var(--secondary);color:var(--secondary)}.cagnottes-module__U5neoG__activeAmount{background:var(--secondary);color:#fff;border-color:var(--secondary)}.cagnottes-module__U5neoG__customInput{text-align:center;width:100%;color:var(--primary);border:2px solid #e2e8f0;border-radius:.75rem;padding:1rem;font-family:inherit;font-size:1.1rem;font-weight:700}.cagnottes-module__U5neoG__customInput:focus{border-color:var(--secondary);background:#fffcf5;outline:none}.cagnottes-module__U5neoG__spin{animation:1s linear infinite cagnottes-module__U5neoG__spin}@keyframes cagnottes-module__U5neoG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cagnottes-module__U5neoG__paymentNotification{max-width:800px;box-shadow:var(--shadow-md);background:#fff;border-radius:1.5rem;align-items:center;gap:1.5rem;margin:0 auto;padding:1.5rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) cagnottes-module__U5neoG__slideDown;display:flex;position:relative}.cagnottes-module__U5neoG__paymentNotification.cagnottes-module__U5neoG__success{color:#22543d;background:#f0fff4;border:1px solid #c6f6d5}.cagnottes-module__U5neoG__paymentNotification.cagnottes-module__U5neoG__error{color:#742a2a;background:#fff5f5;border:1px solid #fed7d7}.cagnottes-module__U5neoG__notifIcon{flex-shrink:0}.cagnottes-module__U5neoG__success .cagnottes-module__U5neoG__notifIcon{color:#38a169}.cagnottes-module__U5neoG__error .cagnottes-module__U5neoG__notifIcon{color:#e53e3e}.cagnottes-module__U5neoG__notifText h3{margin-bottom:.25rem;font-size:1.1rem}.cagnottes-module__U5neoG__notifText p{opacity:.9;font-size:.9rem}.cagnottes-module__U5neoG__closeNotif{cursor:pointer;opacity:.5;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s;display:flex;position:absolute;top:1rem;right:1rem}.cagnottes-module__U5neoG__closeNotif:hover{opacity:1}@keyframes cagnottes-module__U5neoG__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.cagnottes-module__U5neoG__grid{grid-template-columns:repeat(2,1fr);margin-top:3rem}.cagnottes-module__U5neoG__trustGrid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.cagnottes-module__U5neoG__hero{text-align:center;padding:8rem 0 5rem}.cagnottes-module__U5neoG__title{font-size:2.2rem}.cagnottes-module__U5neoG__subtitle{margin:0 auto;font-size:1.1rem}.cagnottes-module__U5neoG__grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2rem;padding:0 .75rem}.cagnottes-module__U5neoG__card{border-radius:1.25rem;width:100%;max-width:440px;margin-left:auto;margin-right:auto;padding:1.25rem 1rem}.cagnottes-module__U5neoG__cardHeader{margin-bottom:.75rem}.cagnottes-module__U5neoG__category{padding:.35rem .75rem;font-size:.7rem}.cagnottes-module__U5neoG__card h3{text-align:left;margin-bottom:.5rem;font-size:1.15rem}.cagnottes-module__U5neoG__card p.cagnottes-module__U5neoG__description{text-align:left;margin-bottom:.75rem;font-size:.85rem}.cagnottes-module__U5neoG__progressSection{margin-bottom:1rem}.cagnottes-module__U5neoG__progressLabel{margin-bottom:.5rem;font-size:.8rem}.cagnottes-module__U5neoG__progressBar{height:7px;margin-bottom:.75rem}.cagnottes-module__U5neoG__stats{flex-wrap:wrap;justify-content:flex-start;gap:.5rem}.cagnottes-module__U5neoG__stat{font-size:.78rem}.cagnottes-module__U5neoG__donationControls{gap:.75rem;margin-top:1rem;padding-top:1rem}.cagnottes-module__U5neoG__amountSelector{grid-template-columns:repeat(2,1fr);gap:.4rem}.cagnottes-module__U5neoG__amountBtn{border-radius:.5rem;padding:.6rem 0;font-size:.85rem}.cagnottes-module__U5neoG__contributeBtn{padding:.9rem;font-size:.9rem}}@media (max-width:480px){.cagnottes-module__U5neoG__title{font-size:1.9rem}.cagnottes-module__U5neoG__card{padding:1rem .875rem}.cagnottes-module__U5neoG__card h3{font-size:1rem}}.cagnottes-module__U5neoG__trustSection{background:#f8fafc;padding-top:6rem;padding-bottom:6rem}.cagnottes-module__U5neoG__trustGrid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.cagnottes-module__U5neoG__trustCard{box-shadow:var(--shadow-sm);transition:var(--transition-normal);background:#fff;border-radius:1.5rem;padding:3rem}.cagnottes-module__U5neoG__trustCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.cagnottes-module__U5neoG__trustIconBox{width:64px;height:64px;color:var(--secondary);background:#d69e2e1a;border-radius:1rem;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.cagnottes-module__U5neoG__trustCard h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.cagnottes-module__U5neoG__trustCard p{color:var(--text-muted);line-height:1.6}@media (max-width:768px){.cagnottes-module__U5neoG__trustGrid{grid-template-columns:1fr;gap:2rem}}
