*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--background:#f5f6f4;--foreground:#1a1c1b;--card:#fff;--card-foreground:#1a1c1b;--primary:#4a9e92;--primary-foreground:#fff;--secondary:#e8efed;--secondary-foreground:#2b2b2b;--muted:#eaeeec;--muted-foreground:#6b7872;--accent:#6dbdae;--accent-foreground:#fff;--border:#00000014;--input-background:#f0f2f1;--ring:#4a9e92;--radius:.5rem;--color-bg:#2b2b2b;--color-bg-light:#232323;--color-surface:#333;--color-accent:var(--primary);--color-accent-light:var(--accent);--color-accent-hover:#3a8078;--color-text:#fff;--color-text-muted:#a8b8b4;--color-text-subtle:#c8d4d0;--color-border:#ffffff14;--font-sans:"Inter", sans-serif;--font-display:"DM Sans", sans-serif;--max-width:1200px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.navbar[data-astro-cid-l7arcky5]{z-index:100;background-color:#2b2b2b;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled[data-astro-cid-l7arcky5]{box-shadow:0 2px 20px #00000059}.navbar__inner[data-astro-cid-l7arcky5]{max-width:var(--max-width);justify-content:space-between;align-items:center;height:4rem;margin:0 auto;padding:0 1.25rem;display:flex}.navbar__brand[data-astro-cid-l7arcky5]{align-items:center;gap:.75rem;display:flex}.navbar__logo[data-astro-cid-l7arcky5]{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.navbar__brand-text[data-astro-cid-l7arcky5]{flex-direction:column;line-height:1.2;display:none}.navbar__brand-name[data-astro-cid-l7arcky5]{color:#fff;font-size:.875rem;font-weight:600}.navbar__brand-sub[data-astro-cid-l7arcky5]{color:#6dbdae;font-size:.75rem;font-weight:300}.navbar__nav[data-astro-cid-l7arcky5]{align-items:center;gap:.25rem;display:flex}.navbar__link[data-astro-cid-l7arcky5]{color:#c8d4d0;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:color .15s}.navbar__link[data-astro-cid-l7arcky5]:hover{color:#fff}.navbar__right[data-astro-cid-l7arcky5]{align-items:center;gap:.75rem;display:flex}.navbar__cta[data-astro-cid-l7arcky5]{color:#fff;background:linear-gradient(135deg,#4a9e92,#6dbdae);border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex}.navbar__cta[data-astro-cid-l7arcky5]:hover{background:linear-gradient(135deg,#3a8078,#4a9e92)}.navbar__toggle[data-astro-cid-l7arcky5]{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.5rem;display:none}.navbar__toggle-close[data-astro-cid-l7arcky5],.navbar__toggle[data-astro-cid-l7arcky5][aria-expanded=true] .navbar__toggle-open[data-astro-cid-l7arcky5]{display:none}.navbar__toggle[data-astro-cid-l7arcky5][aria-expanded=true] .navbar__toggle-close[data-astro-cid-l7arcky5]{display:block}.navbar__drawer[data-astro-cid-l7arcky5]{background-color:#232323;border-top:1px solid #ffffff14;flex-direction:column;display:none}.navbar__drawer--open[data-astro-cid-l7arcky5]{display:flex}.navbar__drawer-link[data-astro-cid-l7arcky5]{color:#c8d4d0;border-bottom:1px solid #ffffff0d;padding:.875rem 1.5rem;font-size:.875rem;font-weight:500;transition:color .15s}.navbar__drawer-link[data-astro-cid-l7arcky5]:hover{color:#fff}.navbar__drawer-cta[data-astro-cid-l7arcky5]{padding:1rem 1.5rem}.navbar__drawer-phone[data-astro-cid-l7arcky5]{color:#fff;background:linear-gradient(135deg,#4a9e92,#6dbdae);border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:600;display:flex}@media (width>=640px){.navbar__brand-text[data-astro-cid-l7arcky5]{display:flex}}@media (width<=1024px){.navbar__nav[data-astro-cid-l7arcky5]{display:none}.navbar__toggle[data-astro-cid-l7arcky5]{display:block}}@media (width<=640px){.navbar__cta[data-astro-cid-l7arcky5]{display:none}}.hero[data-astro-cid-ge2uvauf]{background-color:#2b2b2b;align-items:center;min-height:100vh;padding-top:4rem;padding-bottom:60px;display:flex;position:relative}.hero__glow[data-astro-cid-ge2uvauf]{pointer-events:none;background:radial-gradient(circle at 80% 20%,#6dbdae1a 0%,#0000 65%);border-radius:50%;width:600px;height:600px;position:absolute;top:0;right:0}.hero__inner[data-astro-cid-ge2uvauf]{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:center;gap:3rem 4rem;width:100%;margin:0 auto;padding:5rem 1.25rem 7rem;display:grid}.hero__badge[data-astro-cid-ge2uvauf]{letter-spacing:.05em;text-transform:uppercase;color:#6dbdae;background:#6dbdae26;border:1px solid #6dbdae4d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero__badge-dot[data-astro-cid-ge2uvauf]{background-color:#6dbdae;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero__heading[data-astro-cid-ge2uvauf]{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;line-height:1.1}.hero__heading-accent[data-astro-cid-ge2uvauf]{background:linear-gradient(135deg,#6dbdae,#4a9e92);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__description[data-astro-cid-ge2uvauf]{font-family:var(--font-sans);color:#a8b8b4;max-width:540px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero__bullets[data-astro-cid-ge2uvauf]{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;list-style:none;display:flex}.hero__bullet[data-astro-cid-ge2uvauf]{color:#c8d4d0;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;display:flex}.hero__bullet-icon[data-astro-cid-ge2uvauf]{flex-shrink:0}.hero__actions[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn[data-astro-cid-ge2uvauf]{border-radius:.75rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.hero__btn--primary[data-astro-cid-ge2uvauf]{color:#fff;background:linear-gradient(135deg,#4a9e92,#6dbdae);box-shadow:0 4px 14px #4a9e924d}.hero__btn--primary[data-astro-cid-ge2uvauf]:hover{background:linear-gradient(135deg,#3a8078,#4a9e92);transform:translateY(-1px)}.hero__btn--secondary[data-astro-cid-ge2uvauf]{color:#6dbdae;background-color:#6dbdae0d;border:1.5px solid #6dbdae66}.hero__btn--secondary[data-astro-cid-ge2uvauf]:hover{background-color:#6dbdae1f}.hero__image[data-astro-cid-ge2uvauf]{justify-content:center;display:flex}.hero__image-border[data-astro-cid-ge2uvauf]{background:linear-gradient(135deg,#6dbdae40,#4a9e921a);border-radius:1.25rem;padding:10px}.hero__image-wrapper[data-astro-cid-ge2uvauf]{aspect-ratio:4/3;border-radius:.875rem;width:clamp(260px,40vw,500px);overflow:hidden}.hero__image-photo[data-astro-cid-ge2uvauf]{object-fit:cover;object-position:center;width:100%;height:100%}.hero__wave[data-astro-cid-ge2uvauf]{line-height:0;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.hero__wave[data-astro-cid-ge2uvauf] svg[data-astro-cid-ge2uvauf]{width:100%;height:60px;display:block}@media (width<=1024px){.hero__inner[data-astro-cid-ge2uvauf]{text-align:center;grid-template-columns:1fr;padding:6rem 1.25rem 8rem}.hero__content[data-astro-cid-ge2uvauf]{flex-direction:column;align-items:center;display:flex}.hero__description[data-astro-cid-ge2uvauf]{max-width:100%}.hero__bullets[data-astro-cid-ge2uvauf]{text-align:left;align-items:flex-start}.hero__actions[data-astro-cid-ge2uvauf]{justify-content:center}.hero__image[data-astro-cid-ge2uvauf]{order:-1}.hero__image-wrapper[data-astro-cid-ge2uvauf]{width:clamp(260px,70vw,420px)}}.stats-bar[data-astro-cid-3vcw3bip]{background-color:#f5f6f4;padding:2.5rem 1.25rem}.stats-bar__inner[data-astro-cid-3vcw3bip]{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.stats-bar__item[data-astro-cid-3vcw3bip]{flex-direction:column;align-items:center;gap:.25rem;display:flex}.stats-bar__value[data-astro-cid-3vcw3bip]{font-family:var(--font-display);color:#4a9e92;letter-spacing:-.02em;font-size:1.875rem;font-weight:700}.stats-bar__label[data-astro-cid-3vcw3bip]{color:#6b7872;font-size:.75rem;font-weight:500;line-height:1.4}@media (width<=640px){.stats-bar__inner[data-astro-cid-3vcw3bip]{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}}.team[data-astro-cid-5npne6nw]{background-color:#fff;padding:5rem 1.25rem}.team__inner[data-astro-cid-5npne6nw]{max-width:1100px;margin:0 auto}.team__grid[data-astro-cid-5npne6nw]{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem 5rem;display:grid}.team__photo-col[data-astro-cid-5npne6nw]{position:relative}.team__photo-glow[data-astro-cid-5npne6nw]{opacity:.2;pointer-events:none;background:linear-gradient(135deg,#6dbdae,#4a9e92);border-radius:50%;width:8rem;height:8rem;position:absolute;top:-1rem;left:-1rem}.team__photo-wrapper[data-astro-cid-5npne6nw]{border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.team__photo[data-astro-cid-5npne6nw]{aspect-ratio:3/4;object-fit:cover;object-position:top;width:100%;display:block}.team__badge[data-astro-cid-5npne6nw]{background-color:#2b2b2b;border-radius:.75rem;padding:1rem;position:absolute;bottom:-1.25rem;right:1rem;box-shadow:0 10px 30px #0003}.team__badge-name[data-astro-cid-5npne6nw]{color:#fff;font-size:.875rem;font-weight:700}.team__badge-title[data-astro-cid-5npne6nw]{color:#6dbdae;font-size:.75rem;font-weight:500}.team__badge-divider[data-astro-cid-5npne6nw]{border-top:1px solid #ffffff1a;margin-top:.5rem;padding-top:.5rem}.team__badge-phone[data-astro-cid-5npne6nw]{align-items:center;gap:.375rem;display:flex}.team__badge-phone-link[data-astro-cid-5npne6nw]{color:#ffffffb3;font-size:.75rem;transition:color .15s}.team__badge-phone-link[data-astro-cid-5npne6nw]:hover{color:#fff}.team__label[data-astro-cid-5npne6nw]{text-transform:uppercase;letter-spacing:.1em;color:#4a9e92;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.team__heading[data-astro-cid-5npne6nw]{font-family:var(--font-display);letter-spacing:-.02em;color:#1a1c1b;margin-bottom:1.25rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.team__text[data-astro-cid-5npne6nw]{font-family:var(--font-sans);color:#4a5250;margin-bottom:1.25rem;font-size:1rem;line-height:1.7}.team__text[data-astro-cid-5npne6nw]:last-of-type{margin-bottom:2rem}.team__specialties[data-astro-cid-5npne6nw]{grid-template-columns:1fr 1fr;gap:.625rem;display:grid}.team__specialty[data-astro-cid-5npne6nw]{color:#2b2b2b;background-color:#f0f8f6;border:1px solid #4a9e9226;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;display:flex}.team__specialty-dot[data-astro-cid-5npne6nw]{background-color:#4a9e92;border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (width<=1024px){.team__grid[data-astro-cid-5npne6nw]{grid-template-columns:1fr;gap:3rem}.team__photo-col[data-astro-cid-5npne6nw]{order:2;width:100%;max-width:480px;margin:0 auto}.team__copy-col[data-astro-cid-5npne6nw]{order:1}}@media (width<=640px){.team[data-astro-cid-5npne6nw]{padding:3.5rem 1.25rem}.team__specialties[data-astro-cid-5npne6nw]{grid-template-columns:1fr}.team__badge[data-astro-cid-5npne6nw]{bottom:-1rem;right:.5rem}}.services[data-astro-cid-lesv7jgp]{background-color:#f5f6f4;padding:5rem 1.25rem}.services__inner[data-astro-cid-lesv7jgp]{max-width:1100px;margin:0 auto}.services__header[data-astro-cid-lesv7jgp]{text-align:center;margin-bottom:3.5rem}.services__label[data-astro-cid-lesv7jgp]{text-transform:uppercase;letter-spacing:.1em;color:#4a9e92;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.services__heading[data-astro-cid-lesv7jgp]{font-family:var(--font-display);letter-spacing:-.02em;color:#1a1c1b;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.services__subheading[data-astro-cid-lesv7jgp]{font-family:var(--font-sans);color:#6b7872;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.6}.services__grid[data-astro-cid-lesv7jgp]{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.services__card[data-astro-cid-lesv7jgp]{background-color:#fff;border:1px solid #00000012;border-radius:1rem;padding:1.5rem;transition:box-shadow .2s,border-color .2s,transform .2s;box-shadow:0 1px 3px #0000000a}.services__card[data-astro-cid-lesv7jgp]:hover{border-color:#4a9e9240;transform:translateY(-2px);box-shadow:0 8px 24px #4a9e921f}.services__card-icon[data-astro-cid-lesv7jgp]{background-color:#f0f8f6;border-radius:.75rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;font-size:1.25rem;display:flex}.services__card-title[data-astro-cid-lesv7jgp]{font-family:var(--font-display);color:#1a1c1b;margin-bottom:.5rem;font-size:1rem;font-weight:700}.services__card-desc[data-astro-cid-lesv7jgp]{font-family:var(--font-sans);color:#6b7872;font-size:.875rem;line-height:1.6}@media (width<=900px){.services__grid[data-astro-cid-lesv7jgp]{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.services[data-astro-cid-lesv7jgp]{padding:3.5rem 1.25rem}.services__grid[data-astro-cid-lesv7jgp]{grid-template-columns:1fr}}.area[data-astro-cid-l4p47u5c]{background-color:#2b2b2b;padding:5rem 1.25rem}.area__inner[data-astro-cid-l4p47u5c]{text-align:center;max-width:900px;margin:0 auto}.area__label[data-astro-cid-l4p47u5c]{text-transform:uppercase;letter-spacing:.1em;color:#6dbdae;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.area__heading[data-astro-cid-l4p47u5c]{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.area__subheading[data-astro-cid-l4p47u5c]{font-family:var(--font-sans);color:#a8b8b4;margin-bottom:3rem;font-size:1rem;line-height:1.6}.area__cities[data-astro-cid-l4p47u5c]{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.area__city[data-astro-cid-l4p47u5c]{color:#fff;background:#6dbdae14;border:1px solid #6dbdae33;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 1rem;font-size:.875rem;font-weight:600;display:flex}.area__footer[data-astro-cid-l4p47u5c]{font-family:var(--font-sans);color:#7a8a86;font-size:.875rem}.area__link[data-astro-cid-l4p47u5c]{color:#6dbdae;text-decoration:underline;transition:color .15s}.area__link[data-astro-cid-l4p47u5c]:hover{color:#fff}@media (width<=640px){.area[data-astro-cid-l4p47u5c]{padding:3.5rem 1.25rem}.area__cities[data-astro-cid-l4p47u5c]{grid-template-columns:repeat(2,1fr)}}.faq[data-astro-cid-7synugci]{background-color:#fff;padding:5rem 1.25rem}.faq__inner[data-astro-cid-7synugci]{max-width:720px;margin:0 auto}.faq__header[data-astro-cid-7synugci]{text-align:center;margin-bottom:3rem}.faq__label[data-astro-cid-7synugci]{text-transform:uppercase;letter-spacing:.1em;color:#4a9e92;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.faq__heading[data-astro-cid-7synugci]{font-family:var(--font-display);letter-spacing:-.02em;color:#1a1c1b;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.faq__list[data-astro-cid-7synugci]{flex-direction:column;gap:.75rem;display:flex}.faq__item[data-astro-cid-7synugci]{background-color:#fafafa;border:1px solid #00000014;border-radius:.75rem;transition:border-color .15s;overflow:hidden}.faq__item[data-astro-cid-7synugci][open]{border-color:#4a9e9240}.faq__question[data-astro-cid-7synugci]{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;list-style:none;display:flex}.faq__question[data-astro-cid-7synugci]::-webkit-details-marker{display:none}.faq__question-text[data-astro-cid-7synugci]{color:#1a1c1b;padding-right:1rem;font-size:.875rem;font-weight:600}.faq__chevron[data-astro-cid-7synugci]{flex-shrink:0;transition:transform .2s}.faq__item[data-astro-cid-7synugci][open] .faq__chevron[data-astro-cid-7synugci]{transform:rotate(180deg)}.faq__answer[data-astro-cid-7synugci]{padding:0 1.5rem 1.25rem}.faq__answer[data-astro-cid-7synugci] p[data-astro-cid-7synugci]{font-family:var(--font-sans);color:#6b7872;font-size:.875rem;line-height:1.7}@media (width<=640px){.faq[data-astro-cid-7synugci]{padding:3.5rem 1.25rem}.faq__question[data-astro-cid-7synugci]{padding:1rem 1.25rem}.faq__answer[data-astro-cid-7synugci]{padding:0 1.25rem 1rem}}.testimonials[data-astro-cid-gakqr736]{background-color:#f5f6f4;padding:5rem 1.25rem}.testimonials__inner[data-astro-cid-gakqr736]{max-width:1100px;margin:0 auto}.testimonials__header[data-astro-cid-gakqr736]{text-align:center;margin-bottom:3.5rem}.testimonials__label[data-astro-cid-gakqr736]{text-transform:uppercase;letter-spacing:.1em;color:#4a9e92;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.testimonials__heading[data-astro-cid-gakqr736]{font-family:var(--font-display);letter-spacing:-.02em;color:#1a1c1b;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.testimonials__grid[data-astro-cid-gakqr736]{columns:3;column-gap:1.5rem}.testimonials__card[data-astro-cid-gakqr736]{break-inside:avoid;background-color:#fff;border:1px solid #00000012;border-radius:1rem;flex-direction:column;margin-bottom:1.5rem;padding:1.75rem;display:flex;box-shadow:0 1px 3px #0000000a}.testimonials__stars[data-astro-cid-gakqr736]{gap:2px;margin-bottom:1rem;display:flex}.testimonials__text[data-astro-cid-gakqr736]{font-family:var(--font-sans);color:#4a5250;flex:1;margin-bottom:1.25rem;font-size:.875rem;font-style:italic;line-height:1.7}.testimonials__author[data-astro-cid-gakqr736]{border-top:1px solid #00000012;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.testimonials__avatar[data-astro-cid-gakqr736]{color:#fff;background-color:#4a9e92;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:700;display:flex}.testimonials__name[data-astro-cid-gakqr736]{color:#1a1c1b;font-size:.875rem;font-weight:600}.testimonials__location[data-astro-cid-gakqr736]{color:#6b7872;font-size:.75rem}@media (width<=900px){.testimonials__grid[data-astro-cid-gakqr736]{columns:2}}@media (width<=560px){.testimonials[data-astro-cid-gakqr736]{padding:3.5rem 1.25rem}.testimonials__grid[data-astro-cid-gakqr736]{columns:1}}.contact[data-astro-cid-he3spzz3]{background-color:#fff;padding:5rem 1.25rem}.contact__inner[data-astro-cid-he3spzz3]{max-width:1100px;margin:0 auto}.contact__grid[data-astro-cid-he3spzz3]{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact__label[data-astro-cid-he3spzz3]{text-transform:uppercase;letter-spacing:.1em;color:#4a9e92;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.contact__heading[data-astro-cid-he3spzz3]{font-family:var(--font-display);letter-spacing:-.02em;color:#1a1c1b;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.contact__desc[data-astro-cid-he3spzz3]{font-family:var(--font-sans);color:#4a5250;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.contact__details[data-astro-cid-he3spzz3]{flex-direction:column;gap:1.5rem;display:flex}.contact__detail[data-astro-cid-he3spzz3]{align-items:flex-start;gap:1rem;display:flex}.contact__detail-icon[data-astro-cid-he3spzz3]{background-color:#f0f8f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.contact__detail-label[data-astro-cid-he3spzz3]{text-transform:uppercase;letter-spacing:.08em;color:#6b7872;margin-bottom:.125rem;font-size:.7rem;font-weight:700}.contact__detail-value[data-astro-cid-he3spzz3]{color:#1a1c1b;font-size:.9rem;font-weight:600}.contact__detail-value[data-astro-cid-he3spzz3] a[data-astro-cid-he3spzz3]{color:inherit;transition:color .15s}.contact__detail-value[data-astro-cid-he3spzz3] a[data-astro-cid-he3spzz3]:hover{color:#4a9e92}.contact__form-wrapper[data-astro-cid-he3spzz3]{background-color:#fafafa;border:1px solid #00000014;border-radius:1rem;padding:2rem}.contact__form[data-astro-cid-he3spzz3]{flex-direction:column;gap:1.25rem;display:flex}.contact__field--full[data-astro-cid-he3spzz3]{width:100%}.contact__field-row[data-astro-cid-he3spzz3]{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact__form-label[data-astro-cid-he3spzz3]{text-transform:uppercase;letter-spacing:.06em;color:#1a1c1b;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.contact__input[data-astro-cid-he3spzz3],.contact__textarea[data-astro-cid-he3spzz3]{width:100%;font-family:var(--font-sans);color:#1a1c1b;background-color:#fff;border:1px solid #0000001a;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;transition:border-color .15s}.contact__input[data-astro-cid-he3spzz3]::placeholder,.contact__textarea[data-astro-cid-he3spzz3]::placeholder{color:#a0a8a5}.contact__input[data-astro-cid-he3spzz3]:focus,.contact__textarea[data-astro-cid-he3spzz3]:focus{border-color:#4a9e92;outline:none;box-shadow:0 0 0 2px #4a9e921a}.contact__textarea[data-astro-cid-he3spzz3]{resize:vertical;min-height:120px}.contact__submit[data-astro-cid-he3spzz3]{color:#fff;width:100%;font-family:var(--font-sans);cursor:pointer;background:linear-gradient(135deg,#4a9e92,#6dbdae);border:none;border-radius:.75rem;padding:.875rem;font-size:.875rem;font-weight:600;transition:background .2s}.contact__submit[data-astro-cid-he3spzz3]:hover{background:linear-gradient(135deg,#3a8078,#4a9e92)}.contact__submit[data-astro-cid-he3spzz3]:disabled{opacity:.6;cursor:not-allowed}.contact__hp[data-astro-cid-he3spzz3]{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.contact__status[data-astro-cid-he3spzz3]{font-family:var(--font-sans);border-radius:.5rem;margin:0;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.contact__status--success[data-astro-cid-he3spzz3]{color:#1f6f63;background-color:#eafaf6;border:1px solid #4a9e924d}.contact__status--error[data-astro-cid-he3spzz3]{color:#9a3b3b;background-color:#fdeeee;border:1px solid #9a3b3b40}@media (width<=900px){.contact__grid[data-astro-cid-he3spzz3]{grid-template-columns:1fr;gap:3rem}}@media (width<=560px){.contact[data-astro-cid-he3spzz3]{padding:3.5rem 1.25rem}.contact__field-row[data-astro-cid-he3spzz3]{grid-template-columns:1fr}.contact__form-wrapper[data-astro-cid-he3spzz3]{padding:1.5rem}}.footer[data-astro-cid-jo6i4kqk]{background-color:#2b2b2b;padding:4rem 1.25rem 0}.footer__inner[data-astro-cid-jo6i4kqk]{max-width:1100px;margin:0 auto}.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1.2fr .8fr 1.2fr;gap:3rem;padding-bottom:3rem;display:grid}.footer__brand-row[data-astro-cid-jo6i4kqk]{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer__logo[data-astro-cid-jo6i4kqk]{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.footer__brand-name[data-astro-cid-jo6i4kqk]{color:#fff;font-size:.9rem;font-weight:600}.footer__brand-sub[data-astro-cid-jo6i4kqk]{color:#6dbdae;font-size:.75rem}.footer__brand-desc[data-astro-cid-jo6i4kqk]{font-family:var(--font-sans);color:#8a9490;font-size:.8rem;line-height:1.6}.footer__col-label[data-astro-cid-jo6i4kqk]{text-transform:uppercase;letter-spacing:.1em;color:#6dbdae;margin-bottom:1.25rem;font-size:.7rem;font-weight:700}.footer__nav[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.75rem;display:flex}.footer__link[data-astro-cid-jo6i4kqk]{color:#c8d4d0;font-size:.85rem;transition:color .15s}.footer__link[data-astro-cid-jo6i4kqk]:hover{color:#fff}.footer__contact-items[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.875rem;display:flex}.footer__contact-item[data-astro-cid-jo6i4kqk]{color:#c8d4d0;align-items:center;gap:.625rem;font-size:.85rem;display:flex}.footer__contact-item[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#c8d4d0;transition:color .15s}.footer__contact-item[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff}.footer__bottom[data-astro-cid-jo6i4kqk]{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.footer__copyright[data-astro-cid-jo6i4kqk],.footer__license[data-astro-cid-jo6i4kqk]{color:#6b7872;font-size:.75rem}@media (width<=900px){.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr;gap:2.5rem}.footer__brand[data-astro-cid-jo6i4kqk]{grid-column:1/-1}}@media (width<=560px){.footer[data-astro-cid-jo6i4kqk]{padding:3rem 1.25rem 0}.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr;gap:2rem}.footer__brand[data-astro-cid-jo6i4kqk]{grid-column:auto}.footer__bottom[data-astro-cid-jo6i4kqk]{text-align:center;flex-direction:column;gap:.5rem}}
