@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--black: #000000;--brand: #1D4ED8;--shadow-card: 0 1px 4px rgba(10, 22, 40, .06), 0 4px 16px rgba(10, 22, 40, .06);--blue-pale: #F0F5FF;--gray-text: #5A6A85;--gray-light: #F5F6F8;--gray-border: #D0DEFA;--ink: #1B2E5E;--white: #FFFFFF;--section-padding: 124px 0;--section-padding-sm: 76px 0;--container-max: 1380px;--container-px: clamp(28px, 6vw, 76px);--gap-xl: 80px;--gap-lg: 60px;--gap-md: 40px;--gap-sm: 25px;--gap-xs: 16px;--r-xs: 4px;--r-sm: 8px;--r-md: 12px;--r-lg: 20px;--r-xl: 32px;--r-pill: 9999px;--shadow-xs: 0 2px 8px rgba(27, 46, 94, .06);--shadow-sm: 0 4px 16px rgba(27, 46, 94, .09);--shadow-md: 0 8px 32px rgba(27, 46, 94, .12);--shadow-lg: 0 16px 56px rgba(27, 46, 94, .15);--ease: cubic-bezier(.4, 0, .2, 1);--duration: .3s}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;overflow-y:overlay;scrollbar-color:var(--brand) transparent;scrollbar-width:thin}body{font-family:Inter,sans-serif;background-color:var(--white);color:var(--gray-text);overflow-x:hidden;margin:0;padding:0}img{max-width:100%;display:block;height:auto}a{text-decoration:none;color:inherit}ul{list-style:none;margin:0;padding:0}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--brand);border-radius:var(--r-pill)}::-webkit-scrollbar-thumb:hover{background:#1743b8}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;color:var(--black);margin:0}h1{font-size:clamp(50px,6.5vw,84px);font-weight:800;line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1.15;letter-spacing:-.02em}h3{font-size:clamp(24px,3.2vw,36px);font-weight:700;line-height:1.25}h4{font-size:24px;font-weight:600}h5{font-size:20px;font-weight:600}p{font-size:20px;font-weight:400;color:var(--gray-text);line-height:1.75;margin:0}.btn-primary{background:var(--brand);color:var(--white);padding:13px 30px;border-radius:var(--r-sm);font-family:Inter,sans-serif;font-weight:600;font-size:15px;border:none;cursor:pointer;transition:background var(--duration) var(--ease),transform .2s var(--ease);display:inline-block;text-align:center}.btn-primary:hover{background:var(--brand);transform:translateY(-2px)}.btn-outline{background:var(--white);color:var(--brand);border:1.5px solid var(--brand);padding:13px 30px;border-radius:var(--r-sm);font-weight:600;font-size:15px;transition:all var(--duration) var(--ease);cursor:pointer;display:inline-block;text-align:center}.btn-outline:hover{background:var(--brand);border-color:var(--brand);color:var(--white)}.btn-ghost{background:transparent;color:var(--brand);border:none;font-weight:600;font-size:15px;padding:0;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:gap var(--duration) var(--ease)}.btn-ghost:hover{gap:10px}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-px)}.section{padding:var(--section-padding)}.section-sm{padding:var(--section-padding-sm)}.section-label,.about-eyebrow,.solutions-eyebrow,.products-eyebrow,.faq-eyebrow,.featured-eyebrow{display:none!important}.section-title{font-size:clamp(32px,4vw,52px);font-weight:700;color:var(--black);line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.section-sub{font-size:16px;font-weight:400;color:var(--gray-text);line-height:1.75;max-width:540px;margin-bottom:40px}.header-centered{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:64px;width:100%}.header-centered .section-sub{margin-left:auto;margin-right:auto;margin-bottom:0;max-width:680px}.card{background:var(--white);border-radius:var(--r-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.bg-pale{background:var(--blue-pale)}.bg-soft{background:var(--blue-soft)}.bg-white{background:var(--white)}.bg-gray{background:var(--gray-light)}.bg-dark{background:var(--black-section)}.text-navy{color:var(--black)}.text-blue{color:var(--brand)}.text-gray{color:var(--gray-text)}.text-white{color:var(--white)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-md)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.reveal{opacity:0;transform:translateY(28px)}.reveal.active{animation:fadeInUp .55s var(--ease) forwards}.reveal.active:nth-child(1){animation-delay:0s}.reveal.active:nth-child(2){animation-delay:.1s}.reveal.active:nth-child(3){animation-delay:.2s}.reveal.active:nth-child(4){animation-delay:.3s}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:64px 0}h1{font-size:clamp(32px,8vw,48px)}h2{font-size:clamp(26px,6vw,36px)}}.reach-globe-card{display:flex;justify-content:center;align-items:center;width:100%}.header-wrapper[data-astro-cid-5blmo7yk]{position:sticky;top:0;z-index:1000;width:100%;background-color:var(--white)}.announcement-bar[data-astro-cid-5blmo7yk]{background-color:var(--black);color:var(--white);font-size:13px;font-weight:500;text-align:center;padding:9px 0}.announcement-inner[data-astro-cid-5blmo7yk]{position:relative;display:flex;justify-content:center;align-items:center}#close-announcement[data-astro-cid-5blmo7yk]{position:absolute;right:0;background:none;border:none;color:#fff9;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s}#close-announcement[data-astro-cid-5blmo7yk]:hover{color:var(--white)}.navbar[data-astro-cid-5blmo7yk]{height:70px;border-bottom:1px solid var(--blue-pale);box-shadow:var(--shadow-xs);background-color:var(--white)}.nav-inner[data-astro-cid-5blmo7yk]{height:100%;display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;text-decoration:none}.logo-img[data-astro-cid-5blmo7yk]{height:36px;width:auto;display:block;object-fit:contain}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:36px;height:100%}.nav-link[data-astro-cid-5blmo7yk]{font-size:18px;font-weight:500;color:#222;text-decoration:none;display:flex;align-items:center;height:100%;border-bottom:2px solid transparent;transition:color .2s}.nav-link[data-astro-cid-5blmo7yk]:hover{color:var(--brand)}.nav-link[data-astro-cid-5blmo7yk].active{color:var(--brand);border-bottom-color:var(--brand)}.nav-right[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:24px}.phone-number[data-astro-cid-5blmo7yk]{font-size:17px;color:#222;font-weight:500;text-decoration:none;transition:color .2s}.phone-number[data-astro-cid-5blmo7yk]:hover{color:var(--brand)}.quote-btn[data-astro-cid-5blmo7yk]{padding:12px 26px;font-size:17px;border-radius:8px;background-color:var(--brand)}.hamburger[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger[data-astro-cid-5blmo7yk] .line[data-astro-cid-5blmo7yk]{width:100%;height:2px;background-color:var(--brand);border-radius:2px;transition:all .3s ease;transform-origin:left center}.hamburger[data-astro-cid-5blmo7yk].open .line[data-astro-cid-5blmo7yk]:nth-child(1){transform:rotate(45deg)}.hamburger[data-astro-cid-5blmo7yk].open .line[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.hamburger[data-astro-cid-5blmo7yk].open .line[data-astro-cid-5blmo7yk]:nth-child(3){transform:rotate(-45deg)}.mobile-menu[data-astro-cid-5blmo7yk]{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--white);border-bottom:1px solid var(--blue-pale);padding:24px var(--container-px);flex-direction:column;gap:20px;box-shadow:var(--shadow-sm)}.mobile-menu[data-astro-cid-5blmo7yk].open{display:flex}.mobile-link[data-astro-cid-5blmo7yk]{font-size:20px;font-weight:500;color:#222;text-decoration:none;padding-bottom:12px;border-bottom:1px solid var(--blue-pale)}.mobile-link[data-astro-cid-5blmo7yk].active{color:var(--brand);font-weight:600}.mobile-bottom[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:16px;margin-top:12px}.mobile-phone[data-astro-cid-5blmo7yk]{font-size:19px;color:#222;font-weight:500;text-align:center}.mobile-quote[data-astro-cid-5blmo7yk]{width:100%;text-align:center}@media(max-width:768px){.nav-links[data-astro-cid-5blmo7yk],.nav-right[data-astro-cid-5blmo7yk]{display:none}.hamburger[data-astro-cid-5blmo7yk]{display:flex}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--gray-light);border-top:3px solid var(--brand);padding-top:80px}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:35% 1fr;gap:80px;margin-bottom:60px}.footer-logo-img[data-astro-cid-sz7xmlte]{height:32px;width:auto;display:block;object-fit:contain}.tagline[data-astro-cid-sz7xmlte]{font-size:14px;color:var(--gray-text);line-height:1.7;max-width:280px;margin:12px 0 0}.social-icons[data-astro-cid-sz7xmlte]{display:flex;gap:10px;margin-top:24px}.social-icon[data-astro-cid-sz7xmlte]{width:36px;height:36px;background-color:var(--blue-pale);color:var(--brand);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s var(--ease)}.social-icon[data-astro-cid-sz7xmlte]:hover{background-color:var(--brand);color:var(--white)}.footer-links[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.col-title[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--black);margin:0 0 18px}.link-list[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.link-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:14px;font-weight:400;color:var(--gray-text);text-decoration:none;line-height:2.4;transition:color .2s var(--ease)}.link-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--brand)}.newsletter-strip[data-astro-cid-sz7xmlte]{background-color:var(--blue-pale);padding:28px 0;margin-bottom:60px}.newsletter-inner[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;gap:32px}.newsletter-left[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:12px}.news-title[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:var(--black)}.news-desc[data-astro-cid-sz7xmlte]{font-size:17px;color:#222}.newsletter-form[data-astro-cid-sz7xmlte]{display:flex;align-items:center}.news-input[data-astro-cid-sz7xmlte]{padding:12px 20px;border:1px solid var(--gray-border);border-radius:8px 0 0 8px;font-size:17px;width:300px;outline:none;font-family:inherit;background:var(--white)}.news-input[data-astro-cid-sz7xmlte]:focus{border-color:var(--brand)}.news-btn[data-astro-cid-sz7xmlte]{background-color:var(--brand);color:var(--white);padding:12px 24px;border:none;border-radius:0 8px 8px 0;font-weight:600;font-size:17px;cursor:pointer;font-family:inherit;transition:background .3s var(--ease)}.news-btn[data-astro-cid-sz7xmlte]:hover{background-color:var(--brand)}.cert-badges-row[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;gap:16px;margin-bottom:48px;flex-wrap:wrap}.cert-badge[data-astro-cid-sz7xmlte]{width:90px;height:56px;background-color:var(--white);border:1px solid var(--blue-pale);border-radius:8px;box-shadow:0 2px 8px #1b2e5e0f;display:flex;align-items:center;justify-content:center;filter:grayscale(1);transition:filter .3s var(--ease)}.cert-badge[data-astro-cid-sz7xmlte]:hover{filter:grayscale(0)}.cert-badge[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{max-width:80%;max-height:75%;object-fit:contain}.cert-badge[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-size:11px;font-weight:700;color:#222;text-transform:uppercase}.bottom-bar[data-astro-cid-sz7xmlte]{background-color:var(--white);border-top:1px solid var(--blue-pale);padding:20px 0}.bottom-inner[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}.bottom-left[data-astro-cid-sz7xmlte],.bottom-right[data-astro-cid-sz7xmlte]{font-size:12px;color:#94a3b8}.bottom-center[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:var(--brand)}@media(max-width:1024px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:48px}.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr);gap:32px}.newsletter-inner[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.newsletter-left[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:4px}.newsletter-form[data-astro-cid-sz7xmlte]{width:100%;flex-direction:column;gap:12px}.news-input[data-astro-cid-sz7xmlte],.news-btn[data-astro-cid-sz7xmlte]{width:100%;border-radius:8px}.bottom-inner[data-astro-cid-sz7xmlte]{flex-direction:column;gap:16px;text-align:center}}
