*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img{max-width:100%;display:block}a{color:inherit}:root{--navy: #1a2744;--navy-dark: #111b33;--red: #c0392b;--red-dark: #a93226;--white: #ffffff;--off-white: #f4f6f9;--gray-light: #e8ecf2;--gray-mid: #6b7a96;--gray-text: #3d4a63;--font-main: "Segoe UI", system-ui, -apple-system, sans-serif}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--navy);background:var(--white);line-height:1.6}.skip-link{position:absolute;top:-40px;left:0;background:var(--navy);color:var(--white);padding:8px 16px;z-index:9999;font-size:.875rem;text-decoration:none}.skip-link:focus{top:0}.site-header{background:var(--navy);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0003}.header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:68px}.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--white)}.site-logo img{width:44px;height:44px;object-fit:contain;border-radius:4px}.logo-text{display:flex;flex-direction:column}.logo-name{font-size:1rem;font-weight:700;line-height:1.2}.logo-tagline{font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;opacity:.8}.site-nav{display:flex;align-items:center;gap:.25rem;list-style:none}.site-nav a{color:var(--white);text-decoration:none;font-size:.875rem;padding:.5rem .75rem;border-radius:4px;transition:background .15s;white-space:nowrap}.site-nav a:hover{background:#ffffff1a}.nav-dropdown{position:relative}.nav-dropdown>a:after{content:" ▾";font-size:.7em}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--navy-dark);border-radius:4px;min-width:200px;padding:.5rem 0;box-shadow:0 4px 16px #0000004d;list-style:none}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:.5rem 1rem;font-size:.85rem;border-radius:0}.nav-cta{background:var(--red)!important;color:var(--white)!important;font-weight:600!important;padding:.5rem 1rem!important}.nav-cta:hover{background:var(--red-dark)!important}main{min-height:60vh}.section{padding:4rem 1.5rem}.section-inner{max-width:1200px;margin:0 auto}.section-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem}.section--dark{background:var(--navy);color:var(--white)}.section--light{background:var(--off-white)}.section--white{background:var(--white)}.hero{background:var(--navy);color:var(--white);padding:5rem 1.5rem 4rem}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.hero-eyebrow{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;opacity:.8;margin-bottom:1rem}.hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem}.hero-description{font-size:1.1rem;opacity:.9;max-width:560px;margin-bottom:1.75rem;line-height:1.7}.hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;padding:.3rem .75rem;border-radius:100px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2)}.badge--red{background:var(--red);border-color:var(--red)}.badge--outline{background:transparent}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-logo-block{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-logo-block img{width:160px;height:160px;object-fit:contain;border-radius:8px}.hero-logo-tagline{font-size:.85rem;font-style:italic;opacity:.8}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s,opacity .15s;border:2px solid transparent}.btn--primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark)}.btn--outline{background:transparent;color:var(--white);border-color:var(--white)}.btn--outline:hover{background:#ffffff1a}.btn--outline-navy{background:transparent;color:var(--navy);border-color:var(--navy)}.btn--outline-navy:hover{background:var(--navy);color:var(--white)}.cred-bar{background:var(--navy-dark);color:var(--white);padding:.75rem 1.5rem;font-size:.78rem}.cred-bar-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.cred-item{display:flex;gap:.4rem}.cred-label{font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.cred-value{opacity:.9}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.card{background:var(--white);border:1px solid var(--gray-light);border-radius:6px;padding:1.75rem}.card-icon{font-size:2rem;margin-bottom:.75rem}.card h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.card p{font-size:.9rem;color:var(--gray-text);line-height:1.6}.card ul{margin-top:.75rem;padding-left:1.25rem;font-size:.875rem;color:var(--gray-text)}.card ul li{margin-bottom:.25rem}.card .nigp{font-size:.75rem;color:var(--gray-mid);margin-top:.75rem;font-style:italic}.section-divider{border:none;border-top:1px solid var(--gray-light);margin:0}.page-hero{background:var(--navy);color:var(--white);padding:3.5rem 1.5rem 3rem}.page-hero-inner{max-width:1200px;margin:0 auto}.page-hero h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:.75rem}.page-hero p{font-size:1.05rem;opacity:.9;max-width:640px}.data-table{width:100%;border-collapse:collapse;font-size:.9rem;margin-top:1rem}.data-table th{background:var(--navy);color:var(--white);padding:.6rem 1rem;text-align:left;font-weight:600}.data-table td{padding:.6rem 1rem;border-bottom:1px solid var(--gray-light)}.data-table tr:last-child td{border-bottom:none}.data-table tr:nth-child(2n) td{background:var(--off-white)}.kv-table{width:100%;border-collapse:collapse;font-size:.9rem;margin-top:.75rem}.kv-table td{padding:.5rem .75rem;border-bottom:1px solid var(--gray-light);vertical-align:top}.kv-table td:first-child{font-weight:600;color:var(--gray-mid);width:40%}.kv-table tr:last-child td{border-bottom:none}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.step{background:var(--off-white);border-radius:6px;padding:1.5rem;position:relative}.step-icon{font-size:1.75rem;margin-bottom:.75rem}.step h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--navy)}.step p{font-size:.875rem;color:var(--gray-text)}.cta-block{background:var(--navy);color:var(--white);padding:3.5rem 1.5rem;text-align:center}.cta-block h2{font-size:1.75rem;font-weight:800;margin-bottom:1rem}.cta-block p{font-size:1rem;opacity:.85;max-width:560px;margin:0 auto 1.75rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cert-card{border:1px solid var(--gray-light);border-radius:6px;padding:1.5rem;margin-bottom:1rem}.cert-status{display:inline-block;font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:100px;margin-bottom:.5rem}.cert-status--active{background:#d4edda;color:#155724}.cert-status--pending{background:#fff3cd;color:#856404}.rfq-layout{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}.form-section{margin-bottom:2rem}.form-section-title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red);border-bottom:1px solid var(--gray-light);padding-bottom:.5rem;margin-bottom:1.25rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.4rem;color:var(--navy)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem .75rem;border:1px solid #cdd5e0;border-radius:4px;font-size:.9rem;font-family:var(--font-main);color:var(--navy);background:var(--white);transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #1a27441a}.form-group textarea{resize:vertical;min-height:120px}.form-note{font-size:.8rem;color:var(--gray-mid);margin-top:1rem;line-height:1.5}.honeypot{display:none!important}.form-disclaimer{font-size:.78rem;color:var(--gray-mid);margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--gray-light);line-height:1.6}.form-submit{margin-top:1.5rem}.sidebar-box{background:var(--off-white);border-radius:6px;padding:1.5rem;margin-bottom:1.5rem}.sidebar-box h3{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:var(--navy)}.sidebar-box p{font-size:.875rem;color:var(--gray-text);margin-bottom:.5rem}.site-footer{background:var(--navy-dark);color:#c8d0de;padding:3rem 1.5rem 0}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem}.footer-brand img{width:52px;height:52px;object-fit:contain;border-radius:4px;margin-bottom:.75rem}.footer-brand-name{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.25rem}.footer-tagline{font-size:.85rem;color:#c8d0de;margin-bottom:.75rem;font-style:italic}.footer-desc{font-size:.8rem;color:#a8b4c8;line-height:1.6}.footer-col h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{font-size:.85rem;color:#c8d0de;text-decoration:none}.footer-col ul li a:hover{color:var(--white)}.footer-col address{font-style:normal;font-size:.85rem;color:#c8d0de;line-height:1.7}.footer-col address a{color:#c8d0de;text-decoration:none}.footer-col address a:hover{color:var(--white)}.footer-reg-list{list-style:none}.footer-reg-list li{font-size:.8rem;color:#c8d0de;margin-bottom:.35rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.78rem;color:#a8b4c8}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#a8b4c8;text-decoration:none}.footer-bottom-links a:hover{color:var(--white)}.external-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1.5rem}.external-link-card{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;border:1px solid var(--gray-light);border-radius:6px;text-decoration:none;color:var(--navy);transition:border-color .15s,box-shadow .15s}.external-link-card:hover{border-color:var(--navy);box-shadow:0 2px 8px #00000014}.external-link-card .el-icon{font-size:1.5rem}.external-link-card .el-name{font-weight:700;font-size:.9rem}.external-link-card .el-desc{font-size:.8rem;color:var(--gray-text);margin-top:.2rem}.agency-section{border-bottom:1px solid var(--gray-light);padding:2rem 0}.agency-section:last-child{border-bottom:none}.agency-icon{font-size:2rem;margin-bottom:.75rem}.agency-section h2{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.75rem}.agency-section p{font-size:.9rem;color:var(--gray-text);line-height:1.7;max-width:720px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.contact-method{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;border:1px solid var(--gray-light);border-radius:6px}.contact-icon{font-size:1.75rem}.contact-method h3{font-size:1rem;font-weight:700;margin-bottom:.25rem}.contact-method p,.contact-method a{font-size:.9rem;color:var(--gray-text);text-decoration:none;display:block}.contact-method a:hover{color:var(--navy)}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr}.hero-logo-block{display:none}.footer-inner{grid-template-columns:1fr 1fr}.rfq-layout,.contact-grid{grid-template-columns:1fr}}@media (max-width: 700px){.site-nav{display:none}.footer-inner{grid-template-columns:1fr}.cred-bar-inner{gap:.75rem}}:focus-visible{outline:3px solid #4a90d9;outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:0;z-index:200;flex-shrink:0}.hamburger-bar{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle--open .hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle--open .hamburger-bar:nth-child(2){opacity:0}.nav-toggle--open .hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 700px){.nav-toggle{display:flex}.site-nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--navy-dark);flex-direction:column;padding:.5rem 0;box-shadow:0 4px 16px #0000004d;z-index:150;list-style:none;gap:0}.site-nav.nav-open{display:flex}.site-nav a{display:block;padding:.875rem 1.5rem;font-size:1rem;border-radius:0;white-space:normal}.site-nav a:hover{background:#ffffff14}.dropdown-menu{display:block!important;position:static;background:#00000040;box-shadow:none;border-radius:0;padding:0;min-width:unset}.dropdown-menu a{padding-left:2.5rem;font-size:.95rem}.nav-cta{margin:.5rem 1.5rem!important;display:block!important;text-align:center!important;border-radius:4px!important}.nav-dropdown>a:after{content:""}}
