:root{--color-bg: #F8FAFC;--color-surface: #FFFFFF;--color-primary: #1a2b4a;--color-accent: #9B1C2E;--color-accent-hover: #7d1624;--color-text: #1a2b4a;--color-text-muted: #64748B;--color-border: #E2E8F0;--color-success: #16A34A;--color-warning: #D97706;--color-error: #DC2626;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--section-padding: 5rem 1.5rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:Inter,sans-serif;font-size:var(--text-base);line-height:1.7;padding-top:68px}h1,h2,h3,h4{font-family:DM Sans,sans-serif;font-weight:700;line-height:1.2;color:var(--color-primary)}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}img{max-width:100%;display:block}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal-stagger>*{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.reveal.in,.reveal-stagger.in>*{opacity:1;transform:translateY(0)}.reveal-stagger.in>*:nth-child(1){transition-delay:.05s}.reveal-stagger.in>*:nth-child(2){transition-delay:.17s}.reveal-stagger.in>*:nth-child(3){transition-delay:.29s}.reveal-stagger.in>*:nth-child(4){transition-delay:.41s}.reveal-stagger.in>*:nth-child(5){transition-delay:.53s}.reveal-stagger.in>*:nth-child(6){transition-delay:.65s}@media(prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1;transform:none;transition:none}}.section-light{background:var(--color-bg);color:var(--color-text)}.section-dark{background:var(--color-primary);color:#fff}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:#fff}.section-dark p{color:#ffffffa6}.site-nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;background:#f8fafceb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}.site-nav[data-astro-cid-dmqpwcec].scrolled{border-bottom-color:var(--color-border);box-shadow:var(--shadow-sm)}.nav-inner[data-astro-cid-dmqpwcec]{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:68px;display:flex;align-items:center;justify-content:space-between}.nav-logo[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{display:block;height:36px;width:auto}.nav-links[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:2rem}.nav-link[data-astro-cid-dmqpwcec]{font-size:.925rem;font-weight:500;color:var(--color-primary);text-decoration:none;transition:color .2s ease}.nav-link[data-astro-cid-dmqpwcec]:hover{color:var(--color-accent)}.nav-cta[data-astro-cid-dmqpwcec]{font-size:.875rem;font-weight:600;color:#fff;background:var(--color-accent);padding:.55rem 1.15rem;border-radius:var(--radius-md);text-decoration:none;transition:background .2s ease;white-space:nowrap}.nav-cta[data-astro-cid-dmqpwcec]:hover{background:var(--color-accent-hover);color:#fff}.nav-toggle[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:32px;height:32px}.nav-toggle[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;height:2px;width:100%;background:var(--color-primary);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.nav-toggle[data-astro-cid-dmqpwcec].open span[data-astro-cid-dmqpwcec]:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[data-astro-cid-dmqpwcec].open span[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-dmqpwcec].open span[data-astro-cid-dmqpwcec]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--color-border);background:var(--color-bg);gap:0}.mobile-menu[data-astro-cid-dmqpwcec].open{display:flex}.mobile-link[data-astro-cid-dmqpwcec]{font-size:1rem;font-weight:500;color:var(--color-primary);text-decoration:none;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.mobile-link[data-astro-cid-dmqpwcec]:hover{color:var(--color-accent)}.mobile-cta[data-astro-cid-dmqpwcec]{display:inline-block;margin-top:1rem;font-size:.925rem;font-weight:600;color:#fff;background:var(--color-accent);padding:.65rem 1.25rem;border-radius:var(--radius-md);text-decoration:none;text-align:center;transition:background .2s ease}.mobile-cta[data-astro-cid-dmqpwcec]:hover{background:var(--color-accent-hover)}@media(max-width:768px){.nav-links[data-astro-cid-dmqpwcec]{display:none}.nav-toggle[data-astro-cid-dmqpwcec]{display:flex}}.footer[data-astro-cid-sz7xmlte]{background:var(--color-primary);color:#fff9;border-top:1px solid rgba(255,255,255,.08)}.footer__inner[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 3rem;display:grid;grid-template-columns:1.25fr 2fr;gap:4rem}.footer__logo-link[data-astro-cid-sz7xmlte]{display:inline-block;margin-bottom:.875rem}.footer__logo-link[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{display:block;height:32px;width:auto}.footer__tagline[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:.8125rem;color:#ffffff73;margin:0 0 1.5rem;line-height:1.5}.footer__social[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem}.footer__social-link[data-astro-cid-sz7xmlte]{width:36px;height:36px;border:1px solid rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ffffff80;transition:border-color .18s ease,color .18s ease}.footer__social-link[data-astro-cid-sz7xmlte]:hover{border-color:#fff6;color:#fff}.footer__nav[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__nav-heading[data-astro-cid-sz7xmlte]{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin:0 0 1rem}.footer__nav-list[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer__nav-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:.875rem;color:#ffffff8c;text-decoration:none;transition:color .15s ease}.footer__nav-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer__address[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:.875rem;color:#ffffff8c;font-style:normal;line-height:1.65;margin:0 0 .625rem}.footer__phone[data-astro-cid-sz7xmlte],.footer__email[data-astro-cid-sz7xmlte]{display:block;font-family:Inter,sans-serif;font-size:.875rem;color:#ffffff8c;text-decoration:none;margin-bottom:.35rem;transition:color .15s ease}.footer__phone[data-astro-cid-sz7xmlte]:hover,.footer__email[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer__bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.07)}.footer__bottom-inner[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__legal[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:.8rem;color:#ffffff4d;margin:0}.footer__legal-links[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer__legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:.8rem;color:#ffffff4d;text-decoration:none;transition:color .15s ease}.footer__legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#ffffffb3}@media(max-width:900px){.footer__inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2.5rem;padding-bottom:2rem}.footer__nav[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.footer__nav[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem}.footer__bottom-inner[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start}}
