:root{--navy: #1a3a5c;--navy-dark: #0f2640;--teal: #2a8fa0;--teal-light: #3bb5c9;--warm-white: #fafbfc;--light-gray: #f0f3f6;--medium-gray: #e2e8ee;--text-dark: #1e293b;--text-body: #475569;--text-light: #64748b}[data-astro-cid-ucd2ps2b]{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text-body);background:var(--warm-white);line-height:1.6}.nav[data-astro-cid-ucd2ps2b]{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff7;backdrop-filter:blur(12px);border-bottom:1px solid var(--medium-gray)}.nav-inner[data-astro-cid-ucd2ps2b]{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo[data-astro-cid-ucd2ps2b]{height:52px}.nav-links[data-astro-cid-ucd2ps2b]{display:flex;gap:32px;list-style:none;align-items:center}.nav-links[data-astro-cid-ucd2ps2b] a[data-astro-cid-ucd2ps2b]{text-decoration:none;color:var(--text-dark);font-size:.925rem;font-weight:500;transition:color .2s;position:relative}.nav-links[data-astro-cid-ucd2ps2b] a[data-astro-cid-ucd2ps2b]:hover,.nav-links[data-astro-cid-ucd2ps2b] a[data-astro-cid-ucd2ps2b].active{color:var(--teal)}.nav-links[data-astro-cid-ucd2ps2b] a[data-astro-cid-ucd2ps2b].active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--teal);border-radius:1px}.nav-cta[data-astro-cid-ucd2ps2b]{background:var(--teal);color:#fff!important;padding:10px 22px;border-radius:8px;font-weight:600;transition:background .2s,transform .2s}.nav-cta[data-astro-cid-ucd2ps2b]:hover{background:var(--teal-light);transform:translateY(-1px)}.nav-cta[data-astro-cid-ucd2ps2b]:after{display:none!important}.mobile-toggle[data-astro-cid-ucd2ps2b]{display:none;background:none;border:none;cursor:pointer;padding:8px}.mobile-toggle[data-astro-cid-ucd2ps2b] span[data-astro-cid-ucd2ps2b]{display:block;width:24px;height:2px;background:var(--navy);margin:5px 0;border-radius:2px}.page-hero[data-astro-cid-ucd2ps2b]{margin-top:72px;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 60%,#1a4a6c 100%);padding:80px 24px;text-align:center;position:relative;overflow:hidden}.page-hero-pattern[data-astro-cid-ucd2ps2b]{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle at 2px 2px,white 1px,transparent 0);background-size:40px 40px}.page-hero[data-astro-cid-ucd2ps2b] h1[data-astro-cid-ucd2ps2b]{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:16px;position:relative;z-index:2}.page-hero[data-astro-cid-ucd2ps2b] p[data-astro-cid-ucd2ps2b]{font-size:1.15rem;color:#ffffffb3;max-width:600px;margin:0 auto;position:relative;z-index:2}.section[data-astro-cid-ucd2ps2b]{padding:100px 24px}.section-inner[data-astro-cid-ucd2ps2b]{max-width:1200px;margin:0 auto}.bg-light[data-astro-cid-ucd2ps2b]{background:var(--light-gray)}.section-label[data-astro-cid-ucd2ps2b]{display:inline-flex;align-items:center;gap:8px;background:#2a8fa014;color:var(--teal);padding:6px 16px;border-radius:100px;font-size:.825rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.section-title[data-astro-cid-ucd2ps2b]{font-size:2.4rem;font-weight:800;color:var(--text-dark);margin-bottom:16px;letter-spacing:-.02em;line-height:1.2}.services-full-grid[data-astro-cid-ucd2ps2b]{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-full-card[data-astro-cid-ucd2ps2b]{background:#fff;border-radius:18px;padding:36px 30px;border:1px solid var(--medium-gray);transition:all .3s;position:relative;overflow:hidden}.service-full-card[data-astro-cid-ucd2ps2b]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--teal),var(--teal-light));transform:scaleX(0);transition:transform .3s}.service-full-card[data-astro-cid-ucd2ps2b]:hover{border-color:var(--teal);box-shadow:0 16px 40px #2a8fa01f;transform:translateY(-6px)}.service-full-card[data-astro-cid-ucd2ps2b]:hover:before{transform:scaleX(1)}.sfc-icon[data-astro-cid-ucd2ps2b]{width:56px;height:56px;background:linear-gradient(135deg,#2a8fa01f,#2a8fa00a);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--teal);margin-bottom:24px}.service-full-card[data-astro-cid-ucd2ps2b] h3[data-astro-cid-ucd2ps2b]{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.service-full-card[data-astro-cid-ucd2ps2b] p[data-astro-cid-ucd2ps2b]{font-size:.925rem;color:var(--text-light);line-height:1.7}.btn-primary[data-astro-cid-ucd2ps2b]{display:inline-flex;align-items:center;gap:8px;background:var(--teal);color:#fff;text-decoration:none;padding:14px 32px;border-radius:10px;font-weight:700;font-size:1rem;transition:all .25s}.btn-primary[data-astro-cid-ucd2ps2b]:hover{background:var(--teal-light);transform:translateY(-2px);box-shadow:0 8px 24px #2a8fa059}.cta-banner[data-astro-cid-ucd2ps2b]{background:linear-gradient(135deg,var(--navy-dark),var(--navy),#1a4a6c);padding:80px 24px;text-align:center;position:relative;overflow:hidden}.cta-banner[data-astro-cid-ucd2ps2b] .page-hero-pattern[data-astro-cid-ucd2ps2b]{opacity:.04}.cta-banner-inner[data-astro-cid-ucd2ps2b]{position:relative;z-index:2;max-width:700px;margin:0 auto}.cta-banner[data-astro-cid-ucd2ps2b] h2[data-astro-cid-ucd2ps2b]{font-size:2.4rem;font-weight:800;color:#fff;margin-bottom:16px}.cta-banner[data-astro-cid-ucd2ps2b] p[data-astro-cid-ucd2ps2b]{font-size:1.1rem;color:#ffffffb3;margin-bottom:32px;line-height:1.7}.cta-banner[data-astro-cid-ucd2ps2b] .btn-primary[data-astro-cid-ucd2ps2b]{font-size:1.05rem;padding:16px 36px}.footer[data-astro-cid-ucd2ps2b]{background:var(--navy-dark);padding:64px 24px 32px;color:#fff9}.footer-inner[data-astro-cid-ucd2ps2b]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px}.footer-brand[data-astro-cid-ucd2ps2b] img[data-astro-cid-ucd2ps2b]{height:48px;margin-bottom:16px;filter:brightness(1.2)}.footer-brand[data-astro-cid-ucd2ps2b] p[data-astro-cid-ucd2ps2b]{font-size:.9rem;line-height:1.7;max-width:280px}.footer[data-astro-cid-ucd2ps2b] h4[data-astro-cid-ucd2ps2b]{color:#fff;font-size:.925rem;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:.04em}.footer[data-astro-cid-ucd2ps2b] ul[data-astro-cid-ucd2ps2b]{list-style:none}.footer[data-astro-cid-ucd2ps2b] ul[data-astro-cid-ucd2ps2b] li[data-astro-cid-ucd2ps2b]{margin-bottom:10px}.footer[data-astro-cid-ucd2ps2b] ul[data-astro-cid-ucd2ps2b] a[data-astro-cid-ucd2ps2b]{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .2s}.footer[data-astro-cid-ucd2ps2b] ul[data-astro-cid-ucd2ps2b] a[data-astro-cid-ucd2ps2b]:hover{color:var(--teal-light)}.footer-bottom[data-astro-cid-ucd2ps2b]{max-width:1200px;margin:40px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.85rem}@media (max-width: 1024px){.services-full-grid[data-astro-cid-ucd2ps2b]{grid-template-columns:repeat(2,1fr)}.footer-inner[data-astro-cid-ucd2ps2b]{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.nav-links[data-astro-cid-ucd2ps2b]{display:none}.mobile-toggle[data-astro-cid-ucd2ps2b]{display:block}.page-hero[data-astro-cid-ucd2ps2b] h1[data-astro-cid-ucd2ps2b]{font-size:2rem}.section-title[data-astro-cid-ucd2ps2b]{font-size:1.8rem}.services-full-grid[data-astro-cid-ucd2ps2b]{grid-template-columns:1fr}.section[data-astro-cid-ucd2ps2b]{padding:64px 24px}.footer-inner[data-astro-cid-ucd2ps2b]{grid-template-columns:1fr}.cta-banner[data-astro-cid-ucd2ps2b] h2[data-astro-cid-ucd2ps2b]{font-size:1.8rem}}
