:root{--green:#1a4a2e;--green-mid:#2d6e47;--green-light:#e8f2ec;--gold:#c9922a;--gold-light:#f0d080;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-800:#1f2937;--text:#111827;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-hover:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--gray-50);min-height:100%;color:var(--text);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-family:Inter,sans-serif;font-weight:400}.section{max-width:1100px;margin:0 auto;padding:100px 40px}.section-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:.75rem;font-weight:600}.section-title{color:var(--text);letter-spacing:-.01em;margin-bottom:20px;font-family:DM Serif Display,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.2}.section-body{color:var(--gray-600);max-width:600px;font-size:1.05rem;line-height:1.7}.divider{background:linear-gradient(90deg, transparent, var(--gray-200), transparent);max-width:1100px;height:1px;margin:0 auto}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=640px){.section{padding:60px 20px}}nav{-webkit-backdrop-filter:blur(12px);z-index:100;background:#ffffffd9;border-bottom:1px solid #e5e7eb80;justify-content:space-between;align-items:center;height:72px;padding:0 60px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.nav-logo img{width:auto;height:44px}.nav-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--green);background:var(--green-light);border-radius:4px;padding:4px 10px;font-size:.65rem;font-weight:600}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--gray-600);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-links .btn-donate{background:var(--green);color:var(--white);box-shadow:var(--shadow-sm);border-radius:8px;padding:10px 20px;font-weight:500;transition:all .2s}.nav-links .btn-donate:hover{background:var(--green-mid);box-shadow:var(--shadow-md);color:var(--white);transform:translateY(-1px)}.nav-links .btn-signin{color:var(--green);border:1.5px solid var(--green);border-radius:8px;padding:8px 18px;font-weight:600;transition:all .2s}.nav-links .btn-signin:hover{background:var(--green);color:var(--white)}.nav-contact{color:var(--gray-600);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-contact:hover{color:var(--text)}.donation-details-panel{background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow-lg);z-index:99;opacity:0;border-radius:8px;flex-direction:column;gap:20px;width:350px;max-height:0;padding:20px;transition:max-height .4s ease-out,opacity .4s ease-out,padding .4s ease-out;display:flex;position:absolute;top:72px;right:60px;overflow:hidden}.donation-details-panel.open{opacity:1;max-height:500px;padding:20px}.donation-option h3{color:var(--text);border-bottom:1px solid var(--gray-200);margin-bottom:15px;padding-bottom:10px;font-size:1.1rem}.donation-option h4{color:var(--green);margin-bottom:10px;font-size:1rem}.donation-option p{color:var(--gray-600);font-size:.9rem;line-height:1.5}.bank-details{flex-direction:column;gap:8px;margin-top:10px;display:flex}.bank-field{justify-content:space-between;align-items:baseline;font-size:.9rem;display:flex}.bank-field .label{color:var(--gray-500);flex-basis:40%;font-weight:400}.bank-field .value{color:var(--text);text-align:right;flex-basis:60%;font-weight:600}@media (width<=640px){nav{flex-wrap:wrap;justify-content:center;gap:16px;height:auto;padding:16px 20px}.nav-logo{justify-content:center}.nav-contact{display:none}.nav-links{flex-wrap:wrap;justify-content:center;gap:20px;width:100%}.donation-details-panel{width:auto;margin-top:16px;position:relative;top:auto;left:20px;right:20px}.bank-field{flex-direction:column;align-items:flex-start}.bank-field .label,.bank-field .value{text-align:left;flex-basis:auto}.donation-option h3{text-align:center}}.hero{background:linear-gradient(135deg, var(--green) 0%, #113620 100%);justify-content:center;align-items:center;min-height:560px;margin-top:72px;padding:120px 40px 140px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 80% 20%,#c9922a26 0%,#0000 60%),radial-gradient(circle at 20% 80%,#ffffff0d 0%,#0000 50%);position:absolute;inset:0}.hero-inner{z-index:2;text-align:center;max-width:800px;animation:.8s .2s both fadeUp;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);align-items:center;gap:12px;margin-bottom:24px;font-size:.75rem;font-weight:600;display:inline-flex}.hero-eyebrow:before,.hero-eyebrow:after{content:"";background:var(--gold);width:32px;height:1px;display:block}.hero-title{color:var(--white);letter-spacing:-.02em;margin-bottom:24px;font-family:DM Serif Display,serif;font-size:clamp(2.5rem,6vw,4.2rem);font-weight:400;line-height:1.1}.hero-title span{color:var(--gold-light);font-style:italic}.hero-sub{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);font-weight:300;line-height:1.6}@media (width<=640px){.hero{min-height:auto;padding:140px 20px 80px}}.stats-wrapper{z-index:10;max-width:1100px;margin:-60px auto 40px;padding:0 40px;animation:.8s .4s both fadeUp;position:relative}.stats-inner{background:var(--white);box-shadow:var(--shadow-lg);text-align:center;border:1px solid #e5e7eb80;border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;padding:40px;display:grid}.stat-num{color:var(--green);margin-bottom:8px;font-family:DM Serif Display,serif;font-size:2.8rem;line-height:1}.stat-num span{color:var(--gold);font-size:2rem}.stat-label{color:var(--gray-600);font-size:.8rem;font-weight:500;line-height:1.4}@media (width<=900px){.stats-wrapper{margin-top:-40px}}@media (width<=640px){.stats-wrapper{margin-top:20px;padding:0 20px}.stats-inner{gap:24px;padding:32px 20px}}.campaigns-section{max-width:1100px;margin:0 auto;padding:100px 40px}.campaign-cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:56px;display:grid}.campaign-card{background:var(--white);box-shadow:var(--shadow-md);border:1px solid #e5e7ebcc;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.campaign-card:hover{box-shadow:var(--shadow-hover);border-color:var(--gray-200);transform:translateY(-4px)}.card-img{justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.card-img-bg{position:absolute;inset:0}.card-img-text{z-index:1;color:#fff9;font-family:DM Serif Display,serif;font-size:1.4rem;font-style:italic;position:relative}.card-tag{z-index:2;letter-spacing:.1em;text-transform:uppercase;background:var(--gold);color:var(--white);box-shadow:var(--shadow-sm);border-radius:6px;padding:6px 12px;font-size:.65rem;font-weight:600;position:absolute;top:16px;right:16px}.card-verified{z-index:2;letter-spacing:.05em;color:var(--green);background:#ffffffe6;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:.65rem;font-weight:600;display:flex;position:absolute;top:16px;left:16px}.card-body{flex-direction:column;flex:1;padding:28px;display:flex}.card-title{color:var(--text);margin-bottom:6px;font-size:1.1rem;font-weight:600;line-height:1.3}.card-sub{color:var(--gray-400);align-items:center;gap:8px;margin-bottom:24px;font-size:.85rem;display:flex}.progress-wrapper{margin-top:auto}.progress-row{justify-content:space-between;align-items:flex-end;margin-bottom:8px;display:flex}.progress-label{color:var(--gray-600);font-size:.8rem;font-weight:500}.progress-pct{color:var(--green);font-size:.9rem;font-weight:600}.progress-bar{background:var(--gray-100);border-radius:3px;height:6px;margin-bottom:16px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--green), var(--green-mid));border-radius:3px;height:100%;transition:width 1.2s}.card-amounts{color:var(--gray-600);justify-content:space-between;font-size:.85rem;display:flex}.card-amounts strong{color:var(--text);font-weight:600}.card-coming{text-align:center;background:var(--gray-50);border-top:1px solid var(--gray-100);color:var(--gray-400);padding:16px 24px;font-size:.85rem;font-weight:500}@media (width<=640px){.campaigns-section{padding:60px 20px}}.how-section{background:var(--white);padding:120px 40px}.how-inner{max-width:1100px;margin:0 auto}.steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:48px;margin-top:64px;display:grid}.step{animation:.8s both fadeUp}.step-num{color:var(--green-light);margin-bottom:16px;font-family:DM Serif Display,serif;font-size:3.5rem;line-height:1;transition:color .3s}.step:hover .step-num{color:var(--gold-light)}.step-title{color:var(--text);margin-bottom:12px;font-size:1.05rem;font-weight:600}.step-desc{color:var(--gray-600);font-size:.9rem;line-height:1.7}@media (width<=640px){.how-section{padding:60px 20px}}.why-section{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1100px;margin:0 auto;padding:120px 40px;display:grid}.why-left .section-body{max-width:100%}.why-left .about-list{flex-direction:column;gap:16px;margin-top:32px;padding:0;list-style:none;display:flex}.why-left .about-list li{color:var(--gray-600);padding-left:24px;font-size:.95rem;line-height:1.6;position:relative}.why-left .about-list li:before{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.why-right{background:var(--white);box-shadow:var(--shadow-md);border:1px solid #e5e7ebcc;border-radius:16px;padding:48px}.why-right h3{color:var(--text);margin-bottom:32px;font-family:DM Serif Display,serif;font-size:1.8rem;font-weight:400;line-height:1.3}.why-points{flex-direction:column;gap:28px;display:flex}.why-point-title{color:var(--text);margin-bottom:6px;font-size:.95rem;font-weight:600}.why-point-desc{color:var(--gray-600);font-size:.9rem;line-height:1.6}@media (width<=900px){.why-section{grid-template-columns:1fr;gap:48px;padding:80px 20px}}@media (width<=640px){.why-section{padding:60px 20px}}.features-section{background:var(--white);padding:100px 40px 120px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1100px;margin:0 auto;display:grid}.feature-item{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:12px;padding:32px;transition:all .2s}.feature-item:hover{background:var(--white);box-shadow:var(--shadow-md);border-color:var(--gray-200);transform:translateY(-2px)}.feature-icon{background:var(--white);border:1px solid var(--gray-100);width:48px;height:48px;box-shadow:var(--shadow-sm);border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature-icon svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.feature-title{color:var(--text);margin-bottom:12px;font-size:1.05rem;font-weight:600}.feature-desc{color:var(--gray-600);font-size:.9rem;line-height:1.6}@media (width<=640px){.features-section{padding:60px 20px}}.countdown-strip{background:var(--green);flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:60px 40px;display:flex}.cd-label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);font-size:.85rem;font-weight:600}.cd-container{align-items:center;gap:16px;display:flex}.cd-block{text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border-radius:12px;min-width:80px;padding:16px 20px}.cd-num{color:var(--white);font-variant-numeric:tabular-nums;font-family:DM Serif Display,serif;font-size:2.4rem;font-weight:400;line-height:1;display:block}.cd-unit{letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin-top:8px;font-size:.7rem;font-weight:500;display:block}.cd-sep{color:#ffffff4d;padding-bottom:24px;font-size:2rem;font-weight:300}@media (width<=640px){.cd-container{flex-wrap:wrap;justify-content:center}.cd-sep{display:none}.cd-block{width:calc(50% - 8px)}}footer{background:var(--white);border-top:1px solid var(--gray-200);color:var(--gray-600);padding:60px 40px;font-size:.85rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;max-width:1100px;margin:0 auto;display:flex}.footer-logo img{opacity:.8;filter:grayscale();width:auto;height:40px;transition:filter .3s}.footer-logo img:hover{filter:grayscale(0%)}.footer-links{gap:32px;display:flex}.footer-links a{color:var(--gray-600);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--green)}@media (width<=640px){footer{padding:48px 20px}.footer-inner{text-align:center;flex-direction:column}.footer-links{flex-wrap:wrap;justify-content:center}}
