.footer-section.svelte-dnodqa{background:#0a0a0a;color:#fff;padding:5rem 0 2rem;font-family:var(--font-paragraph);border-top:1px solid rgba(255,255,255,.05)}.footer-container.svelte-dnodqa{max-width:1440px;margin:0 auto;padding:0 2rem}.footer-top.svelte-dnodqa{display:grid;grid-template-columns:2fr 2fr 2fr;gap:4rem;margin-bottom:4rem}@media(max-width:1024px){.footer-top.svelte-dnodqa{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:768px){.footer-top.svelte-dnodqa{grid-template-columns:1fr;gap:2.5rem}}.footer-brand-area.svelte-dnodqa .footer-logo:where(.svelte-dnodqa){width:160px;height:auto;margin-bottom:1.5rem;transition:transform .3s ease}.footer-brand-area.svelte-dnodqa .footer-logo:where(.svelte-dnodqa):hover{transform:scale(1.05)}.footer-brand-area.svelte-dnodqa .footer-description:where(.svelte-dnodqa){color:#a0a0a0;line-height:1.6;margin-bottom:2rem;max-width:300px;font-size:.95rem}.footer-social-links.svelte-dnodqa{display:flex;gap:1rem}.footer-social-links.svelte-dnodqa .social-icon-link:where(.svelte-dnodqa){display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-social-links.svelte-dnodqa .social-icon-link:where(.svelte-dnodqa):hover{background:#fff;color:#000;transform:translateY(-3px)}.footer-group-title.svelte-dnodqa{font-family:var(--font-title);font-size:1.2rem;font-weight:600;margin-bottom:2rem;color:#fff;position:relative}.footer-group-title.svelte-dnodqa:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:var(--color-highlight-2, #3b82f6)}.footer-links-grid.svelte-dnodqa{display:flex;gap:4rem}@media(max-width:480px){.footer-links-grid.svelte-dnodqa{flex-direction:column;gap:2rem}}.footer-links-list.svelte-dnodqa{list-style:none;padding:0;margin:0}.footer-links-list.svelte-dnodqa li:where(.svelte-dnodqa){margin-bottom:1rem}.footer-links-list.svelte-dnodqa li:where(.svelte-dnodqa) a:where(.svelte-dnodqa){color:#a0a0a0;text-decoration:none;transition:all .2s ease;font-size:1rem;position:relative}.footer-links-list.svelte-dnodqa li:where(.svelte-dnodqa) a:where(.svelte-dnodqa):hover{color:#fff;padding-left:5px}.footer-newsletter-area.svelte-dnodqa .newsletter-text:where(.svelte-dnodqa){color:#a0a0a0;margin-bottom:1.5rem;font-size:.95rem}.footer-newsletter-area.svelte-dnodqa .newsletter-form:where(.svelte-dnodqa){display:flex;gap:.5rem;background:#ffffff0d;padding:.4rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:border-color .3s ease}.footer-newsletter-area.svelte-dnodqa .newsletter-form:where(.svelte-dnodqa):focus-within{border-color:#ffffff4d}.footer-newsletter-area.svelte-dnodqa .newsletter-form:where(.svelte-dnodqa) .newsletter-input:where(.svelte-dnodqa){background:transparent;border:none;color:#fff;padding:.8rem 1rem;flex:1;font-size:.95rem;outline:none}.footer-newsletter-area.svelte-dnodqa .newsletter-form:where(.svelte-dnodqa) .newsletter-input:where(.svelte-dnodqa)::placeholder{color:#666}.footer-newsletter-area.svelte-dnodqa .newsletter-form:where(.svelte-dnodqa) .newsletter-button:where(.svelte-dnodqa){background:#fff;color:#000;border:none;padding:.8rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.footer-newsletter-area.svelte-dnodqa .newsletter-form:where(.svelte-dnodqa) .newsletter-button:where(.svelte-dnodqa):hover{background:var(--color-highlight-2, #3b82f6);color:#fff}@media(max-width:480px){.footer-newsletter-area.svelte-dnodqa .newsletter-form:where(.svelte-dnodqa) .newsletter-button:where(.svelte-dnodqa){padding:.8rem}.footer-newsletter-area.svelte-dnodqa .newsletter-form:where(.svelte-dnodqa) .newsletter-button:where(.svelte-dnodqa) span:where(.svelte-dnodqa){display:none}}.footer-newsletter-area.svelte-dnodqa .subscription-success:where(.svelte-dnodqa){display:flex;align-items:center;gap:.75rem;padding:1rem;background:rgba(var(--color-highlight-2-rgb, 59, 130, 246),.1);border-radius:12px;color:#fff;font-weight:500;border:1px solid rgba(var(--color-highlight-2-rgb, 59, 130, 246),.2)}.footer-newsletter-area.svelte-dnodqa .subscription-success:where(.svelte-dnodqa) .success-icon:where(.svelte-dnodqa){color:var(--color-highlight-2, #3b82f6)}.footer-destinations.svelte-dnodqa{margin-bottom:4rem;padding:3rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.footer-destinations.svelte-dnodqa .destinations-header:where(.svelte-dnodqa){display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem}.footer-destinations.svelte-dnodqa .destinations-header:where(.svelte-dnodqa) .destinations-label:where(.svelte-dnodqa){font-family:var(--font-title);font-weight:600;color:#fff;white-space:nowrap;font-size:1.1rem}.footer-destinations.svelte-dnodqa .destinations-header:where(.svelte-dnodqa) .destinations-line:where(.svelte-dnodqa){flex:1;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.1),transparent)}.footer-destinations.svelte-dnodqa .destinations-grid:where(.svelte-dnodqa){display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}@media(max-width:600px){.footer-destinations.svelte-dnodqa .destinations-grid:where(.svelte-dnodqa){grid-template-columns:1fr 1fr}}.footer-destinations.svelte-dnodqa .destination-card:where(.svelte-dnodqa){display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:12px;text-decoration:none;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.footer-destinations.svelte-dnodqa .destination-card:where(.svelte-dnodqa) img:where(.svelte-dnodqa){width:24px;height:auto;border-radius:4px}.footer-destinations.svelte-dnodqa .destination-card:where(.svelte-dnodqa) span:where(.svelte-dnodqa){font-weight:500;font-size:.95rem}.footer-destinations.svelte-dnodqa .destination-card:where(.svelte-dnodqa):hover{background:#ffffff14;transform:translateY(-5px);border-color:#ffffff1a;box-shadow:0 10px 20px #0003}.footer-bottom.svelte-dnodqa{display:flex;justify-content:space-between;align-items:center;color:#666;font-size:.85rem;gap:2rem;flex-wrap:wrap}@media(max-width:768px){.footer-bottom.svelte-dnodqa{flex-direction:column;text-align:center;gap:1rem}}.footer-bottom.svelte-dnodqa .footer-credits:where(.svelte-dnodqa) a:where(.svelte-dnodqa){color:#a0a0a0;text-decoration:none;transition:color .2s ease}.footer-bottom.svelte-dnodqa .footer-credits:where(.svelte-dnodqa) a:where(.svelte-dnodqa):hover{color:#fff}
