.skip-link{position:absolute;top:-100%;left:1rem;padding:.5rem 1rem;background:var(--color-accent);color:var(--color-white);font-family:var(--font-heading);font-weight:600;font-size:.875rem;border-radius:var(--radius-md);z-index:9999;transition:top .2s ease}.skip-link:focus{top:1rem}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}main{animation:pageFadeIn .4s ease-out both}.navbar[data-astro-cid-l3rxwkef]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;background:transparent;transition:background-color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),padding .35s cubic-bezier(.22,1,.36,1)}.navbar--scrolled[data-astro-cid-l3rxwkef]{background:#0a2e1c;box-shadow:0 4px 32px #00000038;padding:.875rem 0}.navbar__inner[data-astro-cid-l3rxwkef]{max-width:1200px;margin-inline:auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar__logo[data-astro-cid-l3rxwkef]{display:inline-flex;align-items:center;gap:.375rem;text-decoration:none;flex-shrink:0}.navbar__logo-text[data-astro-cid-l3rxwkef]{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1;transition:color .25s ease}.navbar__logo[data-astro-cid-l3rxwkef]:hover .navbar__logo-text[data-astro-cid-l3rxwkef]{color:#10b981}.navbar__logo-dot[data-astro-cid-l3rxwkef]{display:block;width:7px;height:7px;border-radius:50%;background:#10b981;margin-bottom:10px;flex-shrink:0;box-shadow:0 0 8px #10b98199}.navbar__desktop[data-astro-cid-l3rxwkef]{display:flex;align-items:center}.navbar__links[data-astro-cid-l3rxwkef]{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.navbar__link[data-astro-cid-l3rxwkef]{display:inline-block;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#ffffffd9;text-decoration:none;padding:.5rem .75rem;border-radius:6px;transition:color .2s ease,background .2s ease;white-space:nowrap;position:relative}.navbar__link[data-astro-cid-l3rxwkef]:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%) scaleX(0);width:calc(100% - 1.5rem);height:2px;background:#10b981;border-radius:99px;transition:transform .22s cubic-bezier(.22,1,.36,1)}.navbar__link[data-astro-cid-l3rxwkef]:hover{color:#fff;background:#ffffff12}.navbar__link[data-astro-cid-l3rxwkef]:hover:after,.navbar__link[data-astro-cid-l3rxwkef].nav-link--active:after{transform:translate(-50%) scaleX(1)}.navbar__link[data-astro-cid-l3rxwkef].nav-link--active{color:#fff}.navbar__cta[data-astro-cid-l3rxwkef]{display:inline-flex;align-items:center;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#fff;text-decoration:none;background:#10b981;padding:.5rem 1.25rem;border-radius:9999px;margin-left:.5rem;transition:background .22s ease,box-shadow .22s ease,transform .22s ease;box-shadow:0 2px 12px #10b9814d;white-space:nowrap}.navbar__cta[data-astro-cid-l3rxwkef]:hover{background:#059669;box-shadow:0 4px 20px #10b98173;transform:translateY(-1px);color:#fff}.navbar__cta[data-astro-cid-l3rxwkef].nav-link--active{background:#059669}.navbar__toggle[data-astro-cid-l3rxwkef]{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;cursor:pointer;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:8px;transition:background .2s ease,border-color .2s ease;flex-shrink:0}.navbar__toggle[data-astro-cid-l3rxwkef]:hover{background:#ffffff2e;border-color:#ffffff59}.navbar__toggle-bar[data-astro-cid-l3rxwkef]{display:block;width:20px;height:2px;background:#fff;border-radius:99px;transform-origin:center;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s ease,width .2s ease}.navbar__toggle[data-astro-cid-l3rxwkef].is-active .navbar__toggle-bar[data-astro-cid-l3rxwkef]:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle[data-astro-cid-l3rxwkef].is-active .navbar__toggle-bar[data-astro-cid-l3rxwkef]:nth-child(2){opacity:0;width:0}.navbar__toggle[data-astro-cid-l3rxwkef].is-active .navbar__toggle-bar[data-astro-cid-l3rxwkef]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu[data-astro-cid-l3rxwkef]{position:fixed;top:0;left:0;right:0;z-index:999;background:#0a2e1c;padding:5.5rem 1.5rem 2rem;transform:translateY(-100%);opacity:0;transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .28s ease;pointer-events:none;overflow-y:auto;max-height:100vh}.mobile-menu[data-astro-cid-l3rxwkef].is-open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu__links[data-astro-cid-l3rxwkef]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.mobile-menu__item[data-astro-cid-l3rxwkef]{opacity:0;transform:translate(-16px);transition:opacity .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.mobile-menu[data-astro-cid-l3rxwkef].is-open .mobile-menu__item[data-astro-cid-l3rxwkef]:nth-child(1){opacity:1;transform:none;transition-delay:60ms}.mobile-menu[data-astro-cid-l3rxwkef].is-open .mobile-menu__item[data-astro-cid-l3rxwkef]:nth-child(2){opacity:1;transform:none;transition-delay:.1s}.mobile-menu[data-astro-cid-l3rxwkef].is-open .mobile-menu__item[data-astro-cid-l3rxwkef]:nth-child(3){opacity:1;transform:none;transition-delay:.14s}.mobile-menu[data-astro-cid-l3rxwkef].is-open .mobile-menu__item[data-astro-cid-l3rxwkef]:nth-child(4){opacity:1;transform:none;transition-delay:.18s}.mobile-menu[data-astro-cid-l3rxwkef].is-open .mobile-menu__item[data-astro-cid-l3rxwkef]:nth-child(5){opacity:1;transform:none;transition-delay:.22s}.mobile-menu[data-astro-cid-l3rxwkef].is-open .mobile-menu__item[data-astro-cid-l3rxwkef]:nth-child(6){opacity:1;transform:none;transition-delay:.26s}.mobile-menu[data-astro-cid-l3rxwkef].is-open .mobile-menu__item[data-astro-cid-l3rxwkef]:nth-child(7){opacity:1;transform:none;transition-delay:.3s}.mobile-menu[data-astro-cid-l3rxwkef].is-open .mobile-menu__item[data-astro-cid-l3rxwkef]:nth-child(8){opacity:1;transform:none;transition-delay:.34s}.mobile-menu__link[data-astro-cid-l3rxwkef]{display:block;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.125rem;font-weight:500;color:#fffc;text-decoration:none;padding:.875rem 1rem;border-radius:10px;transition:color .2s ease,background .2s ease;border-left:3px solid transparent}.mobile-menu__link[data-astro-cid-l3rxwkef]:hover,.mobile-menu__link[data-astro-cid-l3rxwkef].nav-link--active{color:#fff;background:#ffffff12;border-left-color:#10b981}.mobile-menu__cta[data-astro-cid-l3rxwkef]{display:block;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#fff;text-decoration:none;background:#10b981;padding:1rem 1.5rem;border-radius:12px;text-align:center;margin-top:.5rem;box-shadow:0 4px 16px #10b9814d;transition:background .2s ease,box-shadow .2s ease}.mobile-menu__cta[data-astro-cid-l3rxwkef]:hover{background:#059669;box-shadow:0 6px 24px #10b98173;color:#fff}.mobile-menu__footer[data-astro-cid-l3rxwkef]{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:.75rem}.mobile-menu__contact-link[data-astro-cid-l3rxwkef]{display:inline-flex;align-items:center;gap:.625rem;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#ffffffa6;text-decoration:none;transition:color .2s ease}.mobile-menu__contact-link[data-astro-cid-l3rxwkef] svg[data-astro-cid-l3rxwkef]{stroke:#10b981;flex-shrink:0}.mobile-menu__contact-link[data-astro-cid-l3rxwkef]:hover{color:#fffffff2}.mobile-backdrop[data-astro-cid-l3rxwkef]{position:fixed;inset:0;z-index:998;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .3s ease;backdrop-filter:blur(2px)}.mobile-menu[data-astro-cid-l3rxwkef].is-open~.mobile-backdrop[data-astro-cid-l3rxwkef]{opacity:1;pointer-events:auto}@media (max-width: 1024px){.navbar__desktop[data-astro-cid-l3rxwkef]{display:none}.navbar__toggle[data-astro-cid-l3rxwkef]{display:flex}}@media (max-width: 380px){.navbar__logo-text[data-astro-cid-l3rxwkef]{font-size:1.25rem}}.footer[data-astro-cid-dwl4onjj]{background:#0a2e1c;color:#ffffffb3;font-family:Inter,system-ui,sans-serif;position:relative;overflow:hidden}.footer[data-astro-cid-dwl4onjj]:before{content:"";position:absolute;top:0;right:0;width:600px;height:600px;background:radial-gradient(circle at 100% 0%,rgba(16,185,129,.06) 0%,transparent 60%);pointer-events:none}.footer__accent-bar[data-astro-cid-dwl4onjj]{height:3px;background:linear-gradient(90deg,#10b981,#c9a84c,#10b981);background-size:200% 100%;animation:shimmer 4s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.footer__main[data-astro-cid-dwl4onjj]{padding:5rem 0 4rem;position:relative;z-index:1}.footer__grid[data-astro-cid-dwl4onjj]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;align-items:start}.footer__logo[data-astro-cid-dwl4onjj]{display:inline-flex;align-items:center;gap:.375rem;text-decoration:none;margin-bottom:1.25rem}.footer__logo-text[data-astro-cid-dwl4onjj]{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1;transition:color .2s ease}.footer__logo[data-astro-cid-dwl4onjj]:hover .footer__logo-text[data-astro-cid-dwl4onjj]{color:#10b981}.footer__logo-dot[data-astro-cid-dwl4onjj]{display:block;width:8px;height:8px;border-radius:50%;background:#10b981;margin-bottom:12px;flex-shrink:0;box-shadow:0 0 10px #10b98199}.footer__tagline[data-astro-cid-dwl4onjj]{font-size:.9375rem;line-height:1.65;color:#fff9;margin-bottom:1.5rem;max-width:280px}.footer__company-info[data-astro-cid-dwl4onjj]{padding:1rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px}.footer__dl[data-astro-cid-dwl4onjj]{display:flex;flex-direction:column;gap:.5rem}.footer__dl-row[data-astro-cid-dwl4onjj]{display:flex;gap:.75rem;font-size:.8125rem}.footer__dl-row[data-astro-cid-dwl4onjj] dt[data-astro-cid-dwl4onjj]{color:#ffffff73;font-weight:500;min-width:55px;flex-shrink:0}.footer__dl-row[data-astro-cid-dwl4onjj] dd[data-astro-cid-dwl4onjj]{color:#fffc;font-weight:500;font-family:Plus Jakarta Sans,system-ui,sans-serif}.footer__heading[data-astro-cid-dwl4onjj]{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c9a84c;margin-bottom:1.25rem}.footer__links[data-astro-cid-dwl4onjj]{display:flex;flex-direction:column;gap:.125rem;list-style:none;margin:0;padding:0}.footer__link[data-astro-cid-dwl4onjj]{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:400;color:#ffffffa6;text-decoration:none;padding:.375rem 0;transition:color .2s ease,gap .2s ease;line-height:1.4}.footer__link-arrow[data-astro-cid-dwl4onjj]{font-size:1rem;color:#10b981;opacity:0;transform:translate(-6px);transition:opacity .2s ease,transform .2s ease;flex-shrink:0}.footer__link[data-astro-cid-dwl4onjj]:hover{color:#fff;gap:.625rem}.footer__link[data-astro-cid-dwl4onjj]:hover .footer__link-arrow[data-astro-cid-dwl4onjj]{opacity:1;transform:translate(0)}.footer__address[data-astro-cid-dwl4onjj]{font-style:normal}.footer__contact-list[data-astro-cid-dwl4onjj]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.footer__contact-item[data-astro-cid-dwl4onjj]{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.5;color:#ffffffa6}.footer__contact-icon[data-astro-cid-dwl4onjj]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#10b9811f;border-radius:8px;flex-shrink:0;margin-top:1px;transition:background .2s ease}.footer__contact-icon[data-astro-cid-dwl4onjj] svg[data-astro-cid-dwl4onjj]{stroke:#10b981}.footer__contact-item[data-astro-cid-dwl4onjj]:hover .footer__contact-icon[data-astro-cid-dwl4onjj]{background:#10b98138}.footer__contact-link[data-astro-cid-dwl4onjj]{color:#ffffffa6;text-decoration:none;transition:color .2s ease}.footer__contact-link[data-astro-cid-dwl4onjj]:hover{color:#10b981}.footer__col--social[data-astro-cid-dwl4onjj]{display:flex;flex-direction:column;gap:1.5rem}.footer__social[data-astro-cid-dwl4onjj]{display:flex;flex-direction:column;gap:.625rem;margin-top:0}.footer__social-link[data-astro-cid-dwl4onjj]{display:inline-flex;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:500;color:#ffffffa6;text-decoration:none;padding:.625rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.footer__social-link[data-astro-cid-dwl4onjj]:hover{color:#fff;background:#10b9811f;border-color:#10b9814d;transform:translate(3px)}.footer__social-link[data-astro-cid-dwl4onjj] svg[data-astro-cid-dwl4onjj]{flex-shrink:0;opacity:.75;transition:opacity .2s ease}.footer__social-link[data-astro-cid-dwl4onjj]:hover svg[data-astro-cid-dwl4onjj]{opacity:1}.footer__badge[data-astro-cid-dwl4onjj]{display:flex;align-items:center;gap:.875rem;padding:1rem 1.125rem;background:linear-gradient(135deg,#c9a84c1f,#c9a84c0d);border:1px solid rgba(201,168,76,.25);border-radius:12px}.footer__badge-icon[data-astro-cid-dwl4onjj]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#c9a84c26;border-radius:10px;flex-shrink:0}.footer__badge-icon[data-astro-cid-dwl4onjj] svg[data-astro-cid-dwl4onjj]{stroke:#c9a84c}.footer__badge-text[data-astro-cid-dwl4onjj]{display:flex;flex-direction:column;gap:.125rem}.footer__badge-title[data-astro-cid-dwl4onjj]{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;font-weight:700;color:#c9a84c;line-height:1.2}.footer__badge-sub[data-astro-cid-dwl4onjj]{font-size:.75rem;color:#ffffff8c;font-weight:400}.footer__privacy-link[data-astro-cid-dwl4onjj]{font-size:.8125rem;color:#fff6;text-decoration:none;transition:color .2s ease;align-self:flex-start}.footer__privacy-link[data-astro-cid-dwl4onjj]:hover{color:#ffffffbf}.footer__bottom[data-astro-cid-dwl4onjj]{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;position:relative;z-index:1}.footer__bottom-inner[data-astro-cid-dwl4onjj]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__copyright[data-astro-cid-dwl4onjj]{font-size:.8125rem;color:#fff6;font-weight:400;line-height:1.5}.footer__disclaimer[data-astro-cid-dwl4onjj]{font-size:.75rem;color:#ffffff47;font-style:italic;line-height:1.5}@media (max-width: 1024px){.footer__grid[data-astro-cid-dwl4onjj]{grid-template-columns:1fr 1fr;gap:2.5rem}.footer__col--brand[data-astro-cid-dwl4onjj]{grid-column:1 / -1;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:2rem}.footer__col--brand[data-astro-cid-dwl4onjj] .footer__tagline[data-astro-cid-dwl4onjj]{max-width:480px}}@media (max-width: 640px){.footer__grid[data-astro-cid-dwl4onjj]{grid-template-columns:1fr;gap:2rem}.footer__col--brand[data-astro-cid-dwl4onjj]{grid-column:auto}.footer__main[data-astro-cid-dwl4onjj]{padding:3.5rem 0 3rem}.footer__bottom-inner[data-astro-cid-dwl4onjj]{flex-direction:column;align-items:flex-start;gap:.5rem}.footer__social[data-astro-cid-dwl4onjj]{flex-direction:row;flex-wrap:wrap}}@media (max-width: 400px){.footer__logo-text[data-astro-cid-dwl4onjj]{font-size:1.5rem}}
