:root{--black: #000000;--white: #ffffff;--orange-light: #ffa500;--orange-dark: #ff4500;--grey: #808080}.svelte-11dpj3w{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}.hero.svelte-11dpj3w{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero.svelte-11dpj3w:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../../images/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(.3);z-index:-2}.hero-content.svelte-11dpj3w{text-align:center;z-index:1}.hero.svelte-11dpj3w h1:where(.svelte-11dpj3w){font-size:4rem;margin-bottom:1rem;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero.svelte-11dpj3w p:where(.svelte-11dpj3w){font-size:1.5rem;color:var(--grey);margin-bottom:2rem}.cta-button.svelte-11dpj3w{padding:1rem 2rem;font-size:1.2rem;background:linear-gradient(45deg,var(--orange-light),var(--orange-dark));border:none;border-radius:30px;color:var(--white);cursor:pointer;transition:transform .3s ease}.cta-button.svelte-11dpj3w:hover{transform:translateY(-3px)}.flame-animation.svelte-11dpj3w{position:absolute;width:100%;height:100%;opacity:.1;background:#000;filter:blur(100px);animation:svelte-11dpj3w-flameMove 8s infinite alternate;z-index:-1}@keyframes svelte-11dpj3w-flameMove{0%{transform:translateY(0) scale(1)}to{transform:translateY(-50px) scale(1.1)}}.activities.svelte-11dpj3w{padding:6rem 2rem;background-color:#1a1a1a;position:relative}.activities.svelte-11dpj3w h2:where(.svelte-11dpj3w){text-align:center;font-size:2.5rem;margin-bottom:3rem;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.activities-grid.svelte-11dpj3w{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.activity-card.svelte-11dpj3w{background:linear-gradient(45deg,#1a1a1a,#2a2a2a);border-radius:15px;padding:2rem;transition:transform .3s ease;position:relative;overflow:hidden}.activity-card.svelte-11dpj3w:hover{transform:translateY(-10px)}.activity-card.svelte-11dpj3w:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark))}.activity-card.svelte-11dpj3w h3:where(.svelte-11dpj3w){color:var(--orange-light);margin-bottom:1rem;font-size:1.5rem}.activity-card.svelte-11dpj3w p:where(.svelte-11dpj3w){color:var(--grey);line-height:1.6}.activity-icon.svelte-11dpj3w{width:50px;height:50px;margin-bottom:1rem;fill:var(--orange-light)}.history-description.svelte-11dpj3w{max-width:800px;margin:0 auto;color:var(--grey);line-height:1.6}.timeline-cup.svelte-11dpj3w{display:inline-block;width:40px;height:auto;margin-left:10px;vertical-align:middle}@media (max-width: 768px){.activities-grid.svelte-11dpj3w{grid-template-columns:1fr}}.history.svelte-11dpj3w,.donate.svelte-11dpj3w,.contact.svelte-11dpj3w{padding:6rem 2rem;position:relative}.history.svelte-11dpj3w{background-color:#1a1a1a}.donate.svelte-11dpj3w{background-color:#000}.contact.svelte-11dpj3w{background-color:#1a1a1a}.section-title.svelte-11dpj3w{text-align:center;font-size:2.5rem;margin-bottom:3rem;background:linear-gradient(90deg,var(--orange-light),var(--orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.history-content.svelte-11dpj3w,.donate-content.svelte-11dpj3w{max-width:800px;margin:0 auto;color:var(--grey);line-height:1.6}.timeline.svelte-11dpj3w{margin:2rem 0;position:relative;padding:2rem 0}.timeline.svelte-11dpj3w:before{content:"";position:absolute;left:50%;width:2px;height:100%;background:linear-gradient(var(--orange-light),var(--orange-dark));transform:translate(-50%)}.timeline-item.svelte-11dpj3w{margin:2rem 0;position:relative;width:50%;padding:0 2rem}.timeline-item.svelte-11dpj3w:nth-child(odd){left:0;text-align:right}.timeline-item.svelte-11dpj3w:nth-child(2n){left:50%}.timeline-date.svelte-11dpj3w{color:var(--orange-light);font-weight:700;margin-bottom:.5rem}.donate-options.svelte-11dpj3w{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.donate-option.svelte-11dpj3w{background:linear-gradient(45deg,#1a1a1a,#2a2a2a);padding:2rem;border-radius:15px;text-align:center;transition:transform .3s ease}.donate-option.svelte-11dpj3w:hover{transform:translateY(-5px)}.donate-amount.svelte-11dpj3w{font-size:2rem;color:var(--orange-light);margin:1rem 0}.donate-button.svelte-11dpj3w{padding:.8rem 1.5rem;background:linear-gradient(45deg,var(--orange-light),var(--orange-dark));border:none;border-radius:25px;color:var(--white);cursor:pointer;transition:transform .3s ease}.donate-button.svelte-11dpj3w:hover{transform:scale(1.05)}.contact-grid.svelte-11dpj3w{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.contact-form.svelte-11dpj3w{background:linear-gradient(45deg,#1a1a1a,#2a2a2a);padding:2rem;border-radius:15px}.form-group.svelte-11dpj3w{margin-bottom:1.5rem}.form-group.svelte-11dpj3w label:where(.svelte-11dpj3w){display:block;margin-bottom:.5rem;color:var(--grey)}.form-group.svelte-11dpj3w input:where(.svelte-11dpj3w),.form-group.svelte-11dpj3w textarea:where(.svelte-11dpj3w){width:100%;padding:.8rem;background-color:#333;border:none;border-radius:5px;color:var(--white)}.contact-info.svelte-11dpj3w{color:var(--grey);line-height:1.6}.contact-info.svelte-11dpj3w h3:where(.svelte-11dpj3w){color:var(--orange-light);margin-bottom:1rem}@media (max-width: 768px){.timeline.svelte-11dpj3w:before{left:0}.timeline-item.svelte-11dpj3w{width:100%;padding-left:2rem}.timeline-item.svelte-11dpj3w:nth-child(odd),.timeline-item.svelte-11dpj3w:nth-child(2n){left:0;text-align:left}.contact-grid.svelte-11dpj3w{grid-template-columns:1fr}}
