html{scroll-padding-top:var(--header-actual-height, 60px)}.header.svelte-3eqn90{background:var(--white);box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}.header-content.svelte-3eqn90{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo.svelte-3eqn90 h2:where(.svelte-3eqn90){color:var(--primary-color);font-weight:700;font-size:1.5rem}.nav.svelte-3eqn90{display:flex;align-items:center;gap:2rem}.nav.svelte-3eqn90 a:where(.svelte-3eqn90){text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .2s}.nav.svelte-3eqn90 a:where(.svelte-3eqn90):hover{color:var(--primary-color)}.phone-link.svelte-3eqn90{background:var(--primary-color);color:var(--white)!important;padding:.5rem 1rem;border-radius:.5rem;font-weight:600}.phone-link.svelte-3eqn90:hover{background:#1d4ed8}.mobile-menu-btn.svelte-3eqn90{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-dark)}.mobile-menu-btn.svelte-3eqn90 .icon:where(.svelte-3eqn90){width:1.5rem;height:1.5rem}@media (max-width: 768px){.mobile-menu-btn.svelte-3eqn90{display:block}.nav.svelte-3eqn90{position:fixed;top:72px;left:0;right:0;background:var(--white);flex-direction:column;padding:2rem;box-shadow:0 4px 6px #0000001a;z-index:99;height:calc(100vh - 72px);overflow-y:auto;box-sizing:border-box;display:none}.nav-open.svelte-3eqn90{display:flex}.nav.svelte-3eqn90 a:where(.svelte-3eqn90){padding:.75rem 0;border-bottom:1px solid var(--border-light);width:100%;text-align:center}.nav.svelte-3eqn90 a:where(.svelte-3eqn90):last-child{border-bottom:none}}.hero.svelte-1lwpiu6{background:linear-gradient(135deg,var(--background-light) 0%,var(--white) 100%);padding:4rem 0 6rem;min-height:70vh;display:flex;align-items:center}.hero-content.svelte-1lwpiu6{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.hero-text.svelte-1lwpiu6 h1:where(.svelte-1lwpiu6){font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.hero-text.svelte-1lwpiu6 p:where(.svelte-1lwpiu6){font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:500px}.hero-buttons.svelte-1lwpiu6{display:flex;gap:1rem;flex-wrap:wrap}.stats-grid.svelte-1lwpiu6{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat.svelte-1lwpiu6{text-align:center;padding:1.5rem;background:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.stat-number.svelte-1lwpiu6{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label.svelte-1lwpiu6{color:var(--text-light);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.hero-image.svelte-1lwpiu6{margin-top:2rem}.hero-img.svelte-1lwpiu6{width:100%;height:400px;object-fit:cover;border-radius:1rem;box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.hero-content.svelte-1lwpiu6{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text.svelte-1lwpiu6 h1:where(.svelte-1lwpiu6){font-size:2.25rem}.stats-grid.svelte-1lwpiu6{grid-template-columns:repeat(2,1fr);gap:1rem}.stat.svelte-1lwpiu6{padding:1rem}.stat-number.svelte-1lwpiu6{font-size:1.5rem}.hero-buttons.svelte-1lwpiu6{justify-content:center}.hero-img.svelte-1lwpiu6{height:300px}}@media (max-width: 480px){.stats-grid.svelte-1lwpiu6{grid-template-columns:1fr}}.problems-grid.svelte-v2w6vi{margin-bottom:3rem}.problem-card.svelte-v2w6vi{text-align:center;border:2px solid transparent;transition:border-color .3s;position:relative;overflow:hidden}.problem-card.svelte-v2w6vi:hover{border-color:var(--primary-color)}.problem-icon.svelte-v2w6vi{color:var(--danger-color);margin-bottom:1.5rem;display:flex;justify-content:center}.problem-card.svelte-v2w6vi h3:where(.svelte-v2w6vi){font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.problem-card.svelte-v2w6vi p:where(.svelte-v2w6vi){color:var(--text-light);line-height:1.6}@media (max-width: 768px){.problems-grid.svelte-v2w6vi{grid-template-columns:1fr}}.solutions-content.svelte-1uv66r8{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.solutions-description.svelte-1uv66r8{font-size:1.125rem;color:var(--text-light);margin-bottom:3rem;line-height:1.6}.solution-steps.svelte-1uv66r8{margin-bottom:3rem}.step.svelte-1uv66r8{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-start}.step-number.svelte-1uv66r8{background:var(--primary-color);color:var(--white);width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step-content.svelte-1uv66r8 h4:where(.svelte-1uv66r8){font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.step-content.svelte-1uv66r8 p:where(.svelte-1uv66r8){color:var(--text-light);line-height:1.5}.solutions-image.svelte-1uv66r8{position:relative}.solutions-img.svelte-1uv66r8{width:100%;height:400px;object-fit:cover;border-radius:1rem;box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.solutions-content.svelte-1uv66r8{grid-template-columns:1fr;gap:2rem}.section-title.svelte-1uv66r8{text-align:center}.step.svelte-1uv66r8{gap:.75rem}.step-number.svelte-1uv66r8{width:2rem;height:2rem;font-size:.875rem}.solutions-img.svelte-1uv66r8{height:300px}}.services-grid.svelte-1fwh51b{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.service-card.svelte-1fwh51b{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.05)}.service-card.svelte-1fwh51b:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.service-icon.svelte-1fwh51b{margin-bottom:1.5rem;height:200px;overflow:hidden;border-radius:.5rem}.service-image.svelte-1fwh51b{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card.svelte-1fwh51b:hover .service-image:where(.svelte-1fwh51b){transform:scale(1.05)}.service-card.svelte-1fwh51b h3:where(.svelte-1fwh51b){font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.service-card.svelte-1fwh51b p:where(.svelte-1fwh51b){color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.service-features.svelte-1fwh51b{list-style:none;margin:0;padding:0}.service-features.svelte-1fwh51b li:where(.svelte-1fwh51b){padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-light)}.service-features.svelte-1fwh51b li:where(.svelte-1fwh51b):before{content:"✓";position:absolute;left:0;color:var(--success-color);font-weight:700}.services-cta.svelte-1fwh51b{text-align:center;padding:2rem;background:var(--background-light);border-radius:1rem}.services-cta.svelte-1fwh51b p:where(.svelte-1fwh51b){font-size:1.125rem;margin-bottom:1rem;color:var(--text-dark)}@media (max-width: 768px){.services-grid.svelte-1fwh51b{grid-template-columns:1fr;gap:1.5rem}.service-card.svelte-1fwh51b{padding:1.5rem}.service-icon.svelte-1fwh51b{height:150px}}.features-content.svelte-16kjh5a{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;margin-bottom:3rem}.features-image.svelte-16kjh5a{position:relative}.features-img.svelte-16kjh5a{width:100%;height:500px;object-fit:cover;border-radius:1rem;box-shadow:0 4px 6px #0000001a}.features-grid.svelte-16kjh5a{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.feature-item.svelte-16kjh5a{text-align:center}.feature-icon.svelte-16kjh5a{width:4rem;height:4rem;margin:0 auto 1rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white)}.feature-icon.svelte-16kjh5a svg:where(.svelte-16kjh5a){width:2rem;height:2rem}.feature-item.svelte-16kjh5a h3:where(.svelte-16kjh5a){font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.feature-item.svelte-16kjh5a p:where(.svelte-16kjh5a){color:var(--text-light);line-height:1.5;font-size:.875rem}.why-choose-cta.svelte-16kjh5a{text-align:center}@media (max-width: 968px){.features-content.svelte-16kjh5a{grid-template-columns:1fr;gap:3rem}.features-grid.svelte-16kjh5a{grid-template-columns:1fr}.features-img.svelte-16kjh5a{height:300px}}@media (max-width: 768px){.features-content.svelte-16kjh5a{gap:2rem}.features-grid.svelte-16kjh5a{gap:1.5rem}.feature-icon.svelte-16kjh5a{width:3rem;height:3rem}.feature-icon.svelte-16kjh5a svg:where(.svelte-16kjh5a){width:1.5rem;height:1.5rem}}.testimonials-grid.svelte-xgs0tj{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.testimonial-card.svelte-xgs0tj{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.testimonial-card.svelte-xgs0tj:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.rating.svelte-xgs0tj{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars.svelte-xgs0tj{color:#fbbf24;font-size:1.25rem}.rating-text.svelte-xgs0tj{font-weight:600;color:var(--text-dark)}blockquote.svelte-xgs0tj{font-style:italic;color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;position:relative}.author.svelte-xgs0tj strong:where(.svelte-xgs0tj){display:block;color:var(--text-dark);font-weight:600;margin-bottom:.25rem}.author.svelte-xgs0tj span:where(.svelte-xgs0tj){color:var(--text-light);font-size:.875rem}.testimonials-cta.svelte-xgs0tj{text-align:center;padding:2rem;background:var(--white);border-radius:1rem;border:2px dashed var(--border-light)}.testimonials-cta.svelte-xgs0tj p:where(.svelte-xgs0tj){font-size:1.125rem;color:var(--text-dark);margin-bottom:1rem}@media (max-width: 768px){.testimonials-grid.svelte-xgs0tj{grid-template-columns:1fr;gap:1.5rem}.testimonial-card.svelte-xgs0tj,.testimonials-cta.svelte-xgs0tj{padding:1.5rem}}.comparison-table-wrapper.svelte-zymnkk{overflow-x:auto;margin-bottom:4rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a}.comparison-table.svelte-zymnkk{width:100%;border-collapse:collapse;background:var(--white);border-radius:1rem;overflow:hidden}.comparison-table.svelte-zymnkk th:where(.svelte-zymnkk){background:var(--text-dark);color:var(--white);padding:1.5rem 1rem;text-align:left;font-weight:600;font-size:1.125rem}.category-column.svelte-zymnkk{width:20%;min-width:150px}.professional-column.svelte-zymnkk{width:40%;background:var(--success-color)!important}.amateur-column.svelte-zymnkk{width:40%;background:var(--danger-color)!important}.comparison-table.svelte-zymnkk td:where(.svelte-zymnkk){padding:1.25rem 1rem;border-bottom:1px solid var(--border-light);vertical-align:top}.comparison-table.svelte-zymnkk tr:where(.svelte-zymnkk):last-child td:where(.svelte-zymnkk){border-bottom:none}.category.svelte-zymnkk{font-weight:600;color:var(--text-dark);background:var(--background-light)}.professional.svelte-zymnkk{background:#10b9810d;color:var(--text-dark)}.amateur.svelte-zymnkk{background:#ef44440d;color:var(--text-dark)}.status-icon.svelte-zymnkk{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;margin-right:.75rem;font-weight:700;font-size:1rem}.status-icon.success.svelte-zymnkk{background:var(--success-color);color:var(--white)}.status-icon.danger.svelte-zymnkk{background:var(--danger-color);color:var(--white)}.comparison-cta.svelte-zymnkk{background:linear-gradient(135deg,var(--background-light) 0%,var(--white) 100%);border-radius:1rem;padding:3rem;text-align:center;border:2px solid var(--border-light)}.cta-content.svelte-zymnkk h3:where(.svelte-zymnkk){font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.cta-content.svelte-zymnkk p:where(.svelte-zymnkk){font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.comparison-table.svelte-zymnkk th:where(.svelte-zymnkk),.comparison-table.svelte-zymnkk td:where(.svelte-zymnkk){padding:1rem .75rem}.comparison-table.svelte-zymnkk th:where(.svelte-zymnkk){font-size:1rem}.category-column.svelte-zymnkk{min-width:120px}.comparison-cta.svelte-zymnkk{padding:2rem}.cta-content.svelte-zymnkk h3:where(.svelte-zymnkk){font-size:1.5rem}}@media (max-width: 480px){.comparison-table.svelte-zymnkk{font-size:.875rem}.comparison-table.svelte-zymnkk th:where(.svelte-zymnkk),.comparison-table.svelte-zymnkk td:where(.svelte-zymnkk){padding:.75rem .5rem}.status-icon.svelte-zymnkk{width:1.25rem;height:1.25rem;font-size:.875rem;margin-right:.5rem}}.faq-list.svelte-x2tk35{max-width:800px;margin:0 auto 4rem}.faq-item.svelte-x2tk35{background:var(--white);border-radius:.75rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .3s ease}.faq-item.svelte-x2tk35:hover{box-shadow:0 4px 6px #0000001a}.faq-question.svelte-x2tk35{width:100%;padding:1.5rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;color:var(--text-dark);transition:background-color .2s}.faq-question.svelte-x2tk35:hover{background:var(--background-light)}.faq-icon.svelte-x2tk35{width:1.5rem;height:1.5rem;color:var(--primary-color);transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-item.open.svelte-x2tk35 .faq-icon:where(.svelte-x2tk35){transform:rotate(180deg)}.faq-answer.svelte-x2tk35{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open.svelte-x2tk35 .faq-answer:where(.svelte-x2tk35){max-height:500px}.faq-answer.svelte-x2tk35 p:where(.svelte-x2tk35){padding:0 1.5rem 1.5rem;color:var(--text-light);line-height:1.6;margin:0}.faq-cta.svelte-x2tk35{text-align:center;background:var(--white);border-radius:1rem;padding:3rem;box-shadow:0 4px 6px #0000001a}.faq-cta.svelte-x2tk35 h3:where(.svelte-x2tk35){font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.faq-cta.svelte-x2tk35 p:where(.svelte-x2tk35){color:var(--text-light);margin-bottom:2rem;font-size:1.125rem}@media (max-width: 768px){.faq-question.svelte-x2tk35{padding:1.25rem;font-size:1rem}.faq-answer.svelte-x2tk35 p:where(.svelte-x2tk35){padding:0 1.25rem 1.25rem}.faq-cta.svelte-x2tk35{padding:2rem}.faq-cta.svelte-x2tk35 h3:where(.svelte-x2tk35){font-size:1.25rem}}.contact-content.svelte-12i004s{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info.svelte-12i004s h3:where(.svelte-12i004s),.contact-form-section.svelte-12i004s h3:where(.svelte-12i004s){font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-dark)}.contact-form-section.svelte-12i004s p:where(.svelte-12i004s){color:var(--text-light);margin-bottom:2rem}.contact-details.svelte-12i004s{margin-bottom:2rem}.contact-detail.svelte-12i004s{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.detail-icon.svelte-12i004s{color:var(--primary-color);background:var(--background-light);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-content.svelte-12i004s h4:where(.svelte-12i004s){font-weight:600;margin-bottom:.25rem;color:var(--text-dark)}.detail-content.svelte-12i004s p:where(.svelte-12i004s){color:var(--text-light);margin:0;line-height:1.5}.detail-content.svelte-12i004s a:where(.svelte-12i004s){color:var(--primary-color);text-decoration:none;font-weight:500}.detail-content.svelte-12i004s a:where(.svelte-12i004s):hover{text-decoration:underline}.opening-hours.svelte-12i004s{display:flex;flex-direction:column;gap:.25rem}.hours-row.svelte-12i004s{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.day.svelte-12i004s{font-weight:500;color:var(--text-dark);text-transform:capitalize;min-width:4rem}.hours.svelte-12i004s{color:var(--text-light);text-align:right}.map-container.svelte-12i004s{margin-bottom:2rem;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.business-info.svelte-12i004s{background:var(--background-light);padding:1.5rem;border-radius:.75rem;margin-bottom:2rem}.business-info.svelte-12i004s h4:where(.svelte-12i004s){font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.business-info.svelte-12i004s p:where(.svelte-12i004s){margin-bottom:.5rem;color:var(--text-light)}.contact-buttons.svelte-12i004s{display:flex;gap:1rem;flex-wrap:wrap}.contact-form.svelte-12i004s{background:var(--background-light);padding:2rem;border-radius:1rem;margin-bottom:1rem}.form-group.svelte-12i004s{margin-bottom:1.5rem}.form-row.svelte-12i004s{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.svelte-12i004s label:where(.svelte-12i004s){display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}.form-group.svelte-12i004s input:where(.svelte-12i004s),.form-group.svelte-12i004s textarea:where(.svelte-12i004s){width:100%;padding:.75rem;border:2px solid var(--border-light);border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group.svelte-12i004s input:where(.svelte-12i004s):focus,.form-group.svelte-12i004s textarea:where(.svelte-12i004s):focus{outline:none;border-color:var(--primary-color)}.btn-full.svelte-12i004s{width:100%}.form-note.svelte-12i004s{font-size:.875rem;color:var(--text-light);text-align:center;font-style:italic}@media (max-width: 768px){.contact-content.svelte-12i004s{grid-template-columns:1fr;gap:2rem}.form-row.svelte-12i004s{grid-template-columns:1fr}.contact-buttons.svelte-12i004s{flex-direction:column}.contact-form.svelte-12i004s{padding:1.5rem}.map-container.svelte-12i004s{margin-bottom:1.5rem}}.footer.svelte-1eq4wr8{background:var(--background-dark);color:var(--text-light);padding:3rem 0 0;margin-top:4rem}.footer-content.svelte-1eq4wr8{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:2rem}.footer-section.svelte-1eq4wr8 h4:where(.svelte-1eq4wr8){color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.company-info.svelte-1eq4wr8 .logo:where(.svelte-1eq4wr8) h3:where(.svelte-1eq4wr8){color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.company-info.svelte-1eq4wr8 p:where(.svelte-1eq4wr8){color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.certifications.svelte-1eq4wr8{display:flex;flex-direction:column;gap:.5rem}.cert-item.svelte-1eq4wr8{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.cert-icon.svelte-1eq4wr8{color:var(--primary-color);font-weight:700}.footer-links.svelte-1eq4wr8{list-style:none;padding:0;margin:0}.footer-links.svelte-1eq4wr8 li:where(.svelte-1eq4wr8){margin-bottom:.75rem}.footer-links.svelte-1eq4wr8 a:where(.svelte-1eq4wr8){color:var(--text-light);text-decoration:none;transition:color .2s;font-size:.9rem}.footer-links.svelte-1eq4wr8 a:where(.svelte-1eq4wr8):hover{color:var(--primary-color)}.contact-items.svelte-1eq4wr8{margin-bottom:1.5rem}.contact-item.svelte-1eq4wr8{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9rem}.contact-icon.svelte-1eq4wr8{width:1.25rem;height:1.25rem;color:var(--primary-color);flex-shrink:0;margin-top:.125rem}.contact-item.svelte-1eq4wr8 a:where(.svelte-1eq4wr8){color:var(--text-light);text-decoration:none;transition:color .2s}.contact-item.svelte-1eq4wr8 a:where(.svelte-1eq4wr8):hover{color:var(--primary-color)}.social-links.svelte-1eq4wr8{display:flex;gap:.75rem}.social-link.svelte-1eq4wr8{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#ffffff1a;color:var(--text-light);border-radius:50%;transition:all .2s;text-decoration:none}.social-link.svelte-1eq4wr8:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.social-link.svelte-1eq4wr8 svg:where(.svelte-1eq4wr8){width:1.25rem;height:1.25rem}.footer-bottom.svelte-1eq4wr8{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-bottom-content.svelte-1eq4wr8{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--text-light)}.footer-bottom-links.svelte-1eq4wr8{display:flex;gap:2rem}.footer-bottom-links.svelte-1eq4wr8 a:where(.svelte-1eq4wr8){color:var(--text-light);text-decoration:none;transition:color .2s}.footer-bottom-links.svelte-1eq4wr8 a:where(.svelte-1eq4wr8):hover{color:var(--primary-color)}@media (max-width: 1024px){.footer-content.svelte-1eq4wr8{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer.svelte-1eq4wr8{padding:2rem 0 0}.footer-content.svelte-1eq4wr8{grid-template-columns:1fr;gap:2rem}.footer-bottom-content.svelte-1eq4wr8{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links.svelte-1eq4wr8{gap:1rem}}
