.Navbar-module__cJzEcG__navbar{width:100%;height:var(--header-height);z-index:1000;background-color:#0000;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 2px 20px #0000000d}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Outfit,sans-serif;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoText{flex-direction:column;line-height:1.2;display:flex}.Navbar-module__cJzEcG__mn{color:var(--primary);font-size:1.1rem;font-weight:700}.Navbar-module__cJzEcG__sub{color:var(--text-muted);font-size:.8rem;font-weight:500}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-main);font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__link:hover{color:var(--primary)}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--primary);border-radius:2px;width:25px;height:3px}@media (max-width:768px){.Navbar-module__cJzEcG__mobileToggle{display:flex}.Navbar-module__cJzEcG__navLinks{top:var(--header-height);clip-path:polygon(0 0,100% 0,100% 0,0 0);background:#fff;flex-direction:column;gap:20px;width:100%;padding:20px;transition:clip-path .3s ease-in-out;position:absolute;left:0;box-shadow:0 10px 20px #0000000d}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.Navbar-module__cJzEcG__lightLink{color:#fff!important}.Navbar-module__cJzEcG__lightLink:hover{color:var(--secondary)!important}.Navbar-module__cJzEcG__lightLogo .Navbar-module__cJzEcG__mn{color:#fff!important}.Navbar-module__cJzEcG__lightLogo .Navbar-module__cJzEcG__sub{color:#fffc!important}.Navbar-module__cJzEcG__lightToggle .Navbar-module__cJzEcG__bar{background-color:#fff!important}
.Footer-module__S6Hkya__footer{background-color:var(--primary);color:#fff;padding:80px 0 20px}.Footer-module__S6Hkya__container{grid-template-columns:2fr 1fr 1fr 2fr;gap:40px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__logo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.Footer-module__S6Hkya__logoIcon{width:50px;height:50px;color:var(--primary);background:#fff;border-radius:8px;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-weight:800;display:flex}.Footer-module__S6Hkya__logo h3{color:#fff;margin:0;line-height:1.2}.Footer-module__S6Hkya__logo p{opacity:.8;font-size:.9rem}.Footer-module__S6Hkya__motto{opacity:.8;line-height:1.6}.Footer-module__S6Hkya__links{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__links h4,.Footer-module__S6Hkya__contact h4{color:var(--secondary);margin-bottom:20px;font-size:1.1rem}.Footer-module__S6Hkya__links a{opacity:.8;transition:opacity .2s}.Footer-module__S6Hkya__links a:hover{opacity:1}.Footer-module__S6Hkya__contact p{opacity:.8;margin-bottom:12px}.Footer-module__S6Hkya__socials{gap:16px;margin-top:20px;display:flex}.Footer-module__S6Hkya__socials a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socials a:hover{background:var(--secondary);color:#fff}.Footer-module__S6Hkya__copyright{text-align:center;opacity:.6;border-top:1px solid #ffffff1a;padding-top:20px;font-size:.9rem}@media (max-width:900px){.Footer-module__S6Hkya__container{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:40px}}
.page-module___8aEwW__sectionHeader{text-align:center;max-width:600px;margin-bottom:60px;margin-left:auto;margin-right:auto}.page-module___8aEwW__sectionTitle{margin-bottom:16px;font-size:2.5rem}.page-module___8aEwW__sectionSubtitle{color:var(--text-muted);font-size:1.1rem}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;margin-bottom:48px;display:grid}.page-module___8aEwW__centerAction{text-align:center}.page-module___8aEwW__featuresSection{background-color:var(--accent);margin-top:60px}.page-module___8aEwW__featuresGrid{text-align:center;grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.page-module___8aEwW__feature{background:#fff;border-radius:16px;padding:30px;transition:transform .3s;box-shadow:0 4px 20px #00000008}.page-module___8aEwW__feature:hover{transform:translateY(-10px)}.page-module___8aEwW__featureIcon{margin-bottom:20px;font-size:3rem}.page-module___8aEwW__feature h3{margin-bottom:12px;font-size:1.25rem}.page-module___8aEwW__feature p{color:var(--text-muted)}@media (max-width:768px){.page-module___8aEwW__featuresGrid{grid-template-columns:1fr}.page-module___8aEwW__sectionTitle{font-size:2rem}}
.CampaignCard-module__c4NsMq__card{box-shadow:var(--card-shadow);background:#fff;border:1px solid #eee;border-radius:12px;transition:transform .3s;overflow:hidden}.CampaignCard-module__c4NsMq__card:hover{transform:translateY(-5px)}.CampaignCard-module__c4NsMq__imageContainer{background-color:#eee;height:200px;position:relative}.CampaignCard-module__c4NsMq__image{background-position:50%;background-size:cover;width:100%;height:100%}.CampaignCard-module__c4NsMq__badge{background:var(--danger);color:#fff;text-transform:uppercase;border-radius:4px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px}.CampaignCard-module__c4NsMq__content{padding:24px}.CampaignCard-module__c4NsMq__title{height:3.2em;margin-bottom:20px;font-size:1.1rem;line-height:1.4;overflow:hidden}.CampaignCard-module__c4NsMq__title a:hover{color:var(--primary)}.CampaignCard-module__c4NsMq__progressContainer{margin-bottom:20px}.CampaignCard-module__c4NsMq__progressBar{background:#e0e0e0;border-radius:4px;height:8px;margin-bottom:12px;overflow:hidden}.CampaignCard-module__c4NsMq__progressFill{background:var(--success);border-radius:4px;height:100%}.CampaignCard-module__c4NsMq__stats{justify-content:space-between;align-items:flex-end;font-size:.9rem;display:flex}.CampaignCard-module__c4NsMq__label{color:var(--text-muted);font-size:.75rem;display:block}.CampaignCard-module__c4NsMq__value{color:var(--primary);font-weight:700}.CampaignCard-module__c4NsMq__days .CampaignCard-module__c4NsMq__value{text-align:right;display:block}.CampaignCard-module__c4NsMq__monitoringPreview{background:var(--accent);border-radius:8px;margin-bottom:20px;padding:12px;font-size:.85rem}.CampaignCard-module__c4NsMq__monitoringLabel{color:var(--primary);margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.CampaignCard-module__c4NsMq__monitoringStatus{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.CampaignCard-module__c4NsMq__donateBtn{width:100%}
.ImpactTimeline-module__39d77W__timelineContainer{box-shadow:var(--card-shadow);background:#fff;border-radius:12px;margin:40px 0;padding:32px}.ImpactTimeline-module__39d77W__header{text-align:center;margin-bottom:32px;font-size:1.5rem}.ImpactTimeline-module__39d77W__visualProgress{justify-content:space-between;margin-bottom:48px;display:flex;position:relative}.ImpactTimeline-module__39d77W__step{z-index:2;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.ImpactTimeline-module__39d77W__line{z-index:-1;background:#e0e0e0;width:100%;height:3px;position:absolute;top:24px;left:50%}.ImpactTimeline-module__39d77W__active .ImpactTimeline-module__39d77W__line{background:var(--success)}.ImpactTimeline-module__39d77W__step:last-child .ImpactTimeline-module__39d77W__line{display:none}.ImpactTimeline-module__39d77W__iconCircle{background:#f5f5f5;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;font-size:1.25rem;transition:all .3s;display:flex}.ImpactTimeline-module__39d77W__active .ImpactTimeline-module__39d77W__iconCircle{background:var(--success);border-color:var(--success);color:#fff;box-shadow:0 0 0 4px #388e3c33}.ImpactTimeline-module__39d77W__stepLabel{color:var(--text-muted);font-size:.85rem;font-weight:600}.ImpactTimeline-module__39d77W__active .ImpactTimeline-module__39d77W__stepLabel{color:var(--success)}.ImpactTimeline-module__39d77W__updateLog{border-top:1px solid #eee;padding-top:32px}.ImpactTimeline-module__39d77W__updateItem{gap:24px;margin-bottom:32px;display:flex;position:relative}.ImpactTimeline-module__39d77W__updateItem:last-child{margin-bottom:0}.ImpactTimeline-module__39d77W__updateItem:before{content:"";background:#eee;width:2px;position:absolute;top:0;bottom:-32px;left:110px}.ImpactTimeline-module__39d77W__updateItem:last-child:before{display:none}.ImpactTimeline-module__39d77W__updateDate{min-width:100px;color:var(--text-muted);text-align:right;padding-top:2px;font-size:.9rem;font-weight:600}.ImpactTimeline-module__39d77W__updateContent{background:#f9f9f9;border-radius:8px;flex:1;padding:20px;position:relative}.ImpactTimeline-module__39d77W__updateContent:after{content:"";background:#f9f9f9;width:16px;height:16px;position:absolute;top:20px;left:-8px;transform:rotate(45deg)}.ImpactTimeline-module__39d77W__updateContent h4{color:var(--text-main);margin-bottom:8px;font-size:1.1rem}.ImpactTimeline-module__39d77W__updateContent p{color:var(--text-muted);margin-bottom:16px;font-size:.95rem}.ImpactTimeline-module__39d77W__evidenceImage{background-position:50%;background-size:cover;border-radius:6px;width:100%;height:200px;margin-top:12px}
.page-module__1duD4W__campaignHeader{height:400px;padding-bottom:60px;padding-top:var(--header-height);color:#fff;align-items:flex-end;margin-bottom:40px;display:flex;position:relative;overflow:hidden}.page-module__1duD4W__overlay{z-index:-1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__1duD4W__overlay:after{content:"";background:linear-gradient(#0000004d 0%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.page-module__1duD4W__category{background:var(--secondary);color:#fff;border-radius:4px;margin-bottom:16px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.page-module__1duD4W__title{max-width:800px;font-size:2.5rem;line-height:1.2;color:#fff!important}.page-module__1duD4W__contentGrid{grid-template-columns:2fr 1fr;gap:40px;margin-bottom:80px;display:grid}.page-module__1duD4W__imageWrapper{border-radius:12px;margin-bottom:32px;overflow:hidden}.page-module__1duD4W__heroImage{background-position:50%;background-size:cover;width:100%;height:400px}.page-module__1duD4W__section{margin-bottom:40px}.page-module__1duD4W__section h3{border-bottom:2px solid #eee;margin-bottom:20px;padding-bottom:12px;font-size:1.5rem}.page-module__1duD4W__description{white-space:pre-line;color:var(--text-muted);font-size:1.05rem;line-height:1.8}.page-module__1duD4W__sidebar{position:relative}.page-module__1duD4W__donationCard{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px;position:sticky;top:100px;box-shadow:0 4px 25px #00000014}.page-module__1duD4W__progressSection{text-align:center;margin-bottom:24px}.page-module__1duD4W__amountCollected{color:var(--primary);margin-bottom:4px;font-size:1.5rem;font-weight:700}.page-module__1duD4W__targetLabel{color:var(--text-muted);margin-bottom:16px;font-size:.9rem}.page-module__1duD4W__progressBar{background:#f0f0f0;border-radius:5px;height:10px;overflow:hidden}.page-module__1duD4W__progressFill{background:var(--success);border-radius:5px;height:100%}.page-module__1duD4W__actions h3{margin-bottom:12px;font-size:1rem}.page-module__1duD4W__inputGroup{background:#fdfdfd;border:1px solid #ddd;border-radius:8px;align-items:center;margin-bottom:16px;padding:0 12px;display:flex}.page-module__1duD4W__currency{color:var(--text-muted);font-weight:600}.page-module__1duD4W__input{background:0 0;border:none;outline:none;width:100%;padding:12px;font-size:1.1rem;font-weight:600}.page-module__1duD4W__quickAmounts{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px;display:grid}.page-module__1duD4W__quickAmounts button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:8px;font-weight:500;transition:all .2s}.page-module__1duD4W__quickAmounts button:hover{border-color:var(--primary);color:var(--primary)}.page-module__1duD4W__donateBtn{width:100%;padding:16px;font-size:1.1rem}.page-module__1duD4W__trustInfo{color:var(--text-muted);text-align:center;border-top:1px solid #eee;margin-top:20px;padding-top:20px;font-size:.85rem}.page-module__1duD4W__trustInfo p{margin-bottom:6px}@media (max-width:900px){.page-module__1duD4W__contentGrid{grid-template-columns:1fr}.page-module__1duD4W__donationCard{margin-top:20px;position:static}.page-module__1duD4W__campaignHeader{height:300px}.page-module__1duD4W__title{font-size:1.8rem}}
