.navbar.svelte-q23cse{background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:100}.nav-container.svelte-q23cse{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo.svelte-q23cse{font-size:1.5rem;font-weight:700;color:#ff6b35;letter-spacing:1px}.nav-links.svelte-q23cse{display:flex;gap:2rem;align-items:center}.nav-links.svelte-q23cse a:where(.svelte-q23cse){text-decoration:none;color:#333;font-size:.95rem;font-weight:500;transition:color .3s}.nav-links.svelte-q23cse a:where(.svelte-q23cse):hover{color:#ff6b35}.book-btn.svelte-q23cse{background:#ff6b35;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-weight:600;transition:background .3s}.book-btn.svelte-q23cse:hover{background:#e55a24}.mobile-menu-btn.svelte-q23cse{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.mobile-menu-btn.svelte-q23cse span:where(.svelte-q23cse){width:25px;height:3px;background-color:#ff6b35;transition:all .3s}.mobile-menu.svelte-q23cse{display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem;background:#f5f1e8}.mobile-menu.svelte-q23cse a:where(.svelte-q23cse){text-decoration:none;color:#333;font-weight:500}.mobile-menu.svelte-q23cse a:where(.svelte-q23cse):active{color:#ff6b35}.hidden-mobile.svelte-q23cse{display:flex}.visible-mobile.svelte-q23cse{display:none}@media(max-width:768px){.hidden-mobile.svelte-q23cse{display:none}.visible-mobile.svelte-q23cse,.mobile-menu-btn.svelte-q23cse{display:flex}.nav-container.svelte-q23cse{padding:1rem}.logo.svelte-q23cse{font-size:1.2rem}}.hero.svelte-t4cr8w{padding:4rem 2rem;max-width:1400px;margin:0 auto;background-color:#f5f1e8}.hero-content.svelte-t4cr8w{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title.svelte-t4cr8w{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#333}.hero-description.svelte-t4cr8w{color:#666;line-height:1.6;font-size:1rem;margin-bottom:2rem;max-width:500px}.hero-stats.svelte-t4cr8w{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat.svelte-t4cr8w{display:flex;flex-direction:column}.stat-title.svelte-t4cr8w{font-weight:600;color:#333;font-size:.95rem}.stat-desc.svelte-t4cr8w{color:#666;font-size:.85rem;margin-top:.25rem}.hero-right.svelte-t4cr8w{position:relative}.hero-image.svelte-t4cr8w{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.hero-image.svelte-t4cr8w img:where(.svelte-t4cr8w){width:100%;height:500px;object-fit:cover;display:block;border-radius:20px}@media(max-width:768px){.hero.svelte-t4cr8w{padding:2rem 1rem}.hero-content.svelte-t4cr8w{grid-template-columns:1fr}.hero-title.svelte-t4cr8w{font-size:2.5rem}.hero-stats.svelte-t4cr8w{grid-template-columns:1fr}.hero-image.svelte-t4cr8w img:where(.svelte-t4cr8w){height:300px}}.story.svelte-8wfqbl{padding:4rem 2rem;background:linear-gradient(135deg,#fff5f1,#f5f1e8);text-align:center}.story-container.svelte-8wfqbl{max-width:1000px;margin:0 auto}h2.svelte-8wfqbl{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:900}.story-subtitle.svelte-8wfqbl{font-size:1.1rem;color:#ff6b35;margin-bottom:2rem;font-weight:600}.story-text.svelte-8wfqbl{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;margin-bottom:2rem;text-align:left}.story-text.svelte-8wfqbl p:where(.svelte-8wfqbl){color:#555;line-height:1.8;font-size:1rem;margin:0}.vision-section.svelte-8wfqbl{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;border-left:5px solid #ff6b35}.vision-section.svelte-8wfqbl h3:where(.svelte-8wfqbl){font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:700}.vision-statement.svelte-8wfqbl{color:#666;line-height:1.7;font-size:1rem;margin:0}@media(max-width:768px){.story.svelte-8wfqbl{padding:2rem 1rem}h2.svelte-8wfqbl{font-size:2rem}.story-text.svelte-8wfqbl,.vision-section.svelte-8wfqbl{padding:1.5rem}}.destinations.svelte-1twd32l{padding:4rem 2rem;background:#fff}.destinations.svelte-1twd32l h2:where(.svelte-1twd32l){text-align:center;font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:900;max-width:1400px;margin-left:auto;margin-right:auto}.roadmap-subtitle.svelte-1twd32l{text-align:center;font-size:1.1rem;color:#666;max-width:1400px;margin:0 auto 3rem}.destinations-grid.svelte-1twd32l{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.destination-card.svelte-1twd32l{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:transform .3s,box-shadow .3s}.destination-card.svelte-1twd32l:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.destination-card.svelte-1twd32l img:where(.svelte-1twd32l){width:100%;height:250px;object-fit:cover;display:block}.card-content.svelte-1twd32l{padding:1.5rem}.location-tag.svelte-1twd32l{color:#ff6b35;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.destination-card.svelte-1twd32l h3:where(.svelte-1twd32l){font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:700}.card-footer.svelte-1twd32l{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.status-badge.svelte-1twd32l{font-size:.9rem;font-weight:600;color:#ff6b35;background:#fff0e8;padding:.5rem 1rem;border-radius:50px}.view-btn.svelte-1twd32l{background:#ff6b35;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:50px;cursor:pointer;font-weight:600;transition:background .3s}.view-btn.svelte-1twd32l:hover{background:#e55a24}@media(max-width:768px){.destinations.svelte-1twd32l{padding:2rem 1rem}.destinations.svelte-1twd32l h2:where(.svelte-1twd32l){font-size:2rem;margin-bottom:1rem}.roadmap-subtitle.svelte-1twd32l{margin-bottom:2rem}.destinations-grid.svelte-1twd32l{grid-template-columns:1fr}}.testimonials.svelte-174c4c8{padding:4rem 2rem;background:#f5f1e8;text-align:center}h2.svelte-174c4c8{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:900}.testimonials-subtitle.svelte-174c4c8{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto 3rem}.testimonials-grid.svelte-174c4c8{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card.svelte-174c4c8{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:transform .3s,box-shadow .3s;text-align:left}.testimonial-card.svelte-174c4c8:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.testimonial-quote.svelte-174c4c8{margin-bottom:1.5rem;position:relative}.quote-mark.svelte-174c4c8{font-size:3rem;color:#ff6b35;opacity:.3;position:absolute;top:-20px;left:-10px}.testimonial-quote.svelte-174c4c8 p:where(.svelte-174c4c8){color:#555;line-height:1.6;font-size:1rem;font-style:italic;margin:0}.testimonial-author.svelte-174c4c8{display:flex;align-items:center;gap:1rem;border-top:1px solid #eee;padding-top:1rem}.author-avatar.svelte-174c4c8{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#ff8a50);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.author-info.svelte-174c4c8 h4:where(.svelte-174c4c8){margin:0;color:#333;font-size:1rem;font-weight:600}.author-info.svelte-174c4c8 p:where(.svelte-174c4c8){margin:.25rem 0 0;color:#999;font-size:.85rem}@media(max-width:768px){.testimonials.svelte-174c4c8{padding:2rem 1rem}h2.svelte-174c4c8{font-size:2rem}.testimonials-grid.svelte-174c4c8{grid-template-columns:1fr}}.donation.svelte-pm5jt6{padding:4rem 2rem;background:linear-gradient(135deg,#ff6b35,#ff8a50);color:#fff;text-align:center}.donation-container.svelte-pm5jt6{max-width:1000px;margin:0 auto}h2.svelte-pm5jt6{font-size:2.5rem;margin-bottom:1rem;font-weight:900}.donation-subtitle.svelte-pm5jt6{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.donation-content.svelte-pm5jt6{background:#ffffff26;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);margin-bottom:3rem}.donation-message.svelte-pm5jt6{font-size:1.1rem;margin:0 0 1rem;line-height:1.6}.donation-secure.svelte-pm5jt6{font-size:.95rem;margin:0;opacity:.9}.donate-btn.svelte-pm5jt6{background:#fff;color:#ff6b35;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .3s,box-shadow .3s;margin-top:1.5rem;box-shadow:0 5px 20px #0003}.donate-btn.svelte-pm5jt6:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.donation-options.svelte-pm5jt6{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.option.svelte-pm5jt6{background:#ffffff1a;padding:1.5rem;border-radius:10px;transition:background .3s;cursor:pointer;border:2px solid rgba(255,255,255,.3)}.option.svelte-pm5jt6:hover{background:#fff3;border-color:#ffffff80}.option-amount.svelte-pm5jt6{font-size:1.8rem;font-weight:900;margin-bottom:.5rem}.option.svelte-pm5jt6 p:where(.svelte-pm5jt6){margin:0;font-size:.95rem;opacity:.9}@media(max-width:768px){.donation.svelte-pm5jt6{padding:2rem 1rem}h2.svelte-pm5jt6{font-size:2rem}.donation-content.svelte-pm5jt6{padding:1.5rem}.donation-options.svelte-pm5jt6{grid-template-columns:repeat(2,1fr)}}.footer.svelte-pvww9d{background:#333;color:#ddd;padding:3rem 2rem 1rem}.footer-container.svelte-pvww9d{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section.svelte-pvww9d{display:flex;flex-direction:column}.footer-title.svelte-pvww9d{font-size:1.3rem;color:#ff6b35;margin-bottom:1rem;font-weight:700}.footer-heading.svelte-pvww9d{font-size:1rem;color:#fff;margin-bottom:1rem;font-weight:600}.footer-text.svelte-pvww9d{font-size:.9rem;line-height:1.6}.footer-links.svelte-pvww9d{list-style:none;padding:0}.footer-links.svelte-pvww9d li:where(.svelte-pvww9d){margin-bottom:.5rem}.footer-links.svelte-pvww9d a:where(.svelte-pvww9d),.social-links.svelte-pvww9d a:where(.svelte-pvww9d){text-decoration:none;color:#ddd;transition:color .3s}.footer-links.svelte-pvww9d a:where(.svelte-pvww9d):hover,.social-links.svelte-pvww9d a:where(.svelte-pvww9d):hover{color:#ff6b35}.social-links.svelte-pvww9d{display:flex;gap:1rem;flex-wrap:wrap}.footer-bottom.svelte-pvww9d{max-width:1400px;margin:0 auto;padding-top:1.5rem;border-top:1px solid #555;font-size:.85rem}.footer-bottom-content.svelte-pvww9d{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.footer-bottom-content.svelte-pvww9d p:where(.svelte-pvww9d){margin:0}.language-select-wrapper.svelte-pvww9d{display:flex;align-items:center;gap:.75rem}.language-select-wrapper.svelte-pvww9d label:where(.svelte-pvww9d){color:#ddd;font-weight:500;white-space:nowrap}.language-select-wrapper.svelte-pvww9d select:where(.svelte-pvww9d){padding:.5rem .75rem;background-color:#444;color:#ddd;border:1px solid #ff6b35;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .3s}.language-select-wrapper.svelte-pvww9d select:where(.svelte-pvww9d):hover{background-color:#555;border-color:#ff8a50}.language-select-wrapper.svelte-pvww9d select:where(.svelte-pvww9d):focus{outline:none;background-color:#555;border-color:#ff6b35;box-shadow:0 0 5px #ff6b354d}.language-select-wrapper.svelte-pvww9d select:where(.svelte-pvww9d) option:where(.svelte-pvww9d){background-color:#333;color:#ddd}@media(max-width:768px){.footer-container.svelte-pvww9d{grid-template-columns:1fr}.footer.svelte-pvww9d{padding:2rem 1rem 1rem}.footer-bottom-content.svelte-pvww9d{flex-direction:column;justify-content:center;text-align:center}.language-select-wrapper.svelte-pvww9d{justify-content:center}}.homepage.svelte-1uha8ag{background-color:#f5f1e8;min-height:100vh}
