:root{--navy-900:#0b1622;--navy-800:#12233a;--navy-700:#1b3352;--navy-600:#24456d;--steel-100:#eef2f6;--steel-200:#dde4ec;--steel-300:#c2cddb;--steel-400:#8e9db1;--steel-500:#5f6f85;--steel-600:#43536a;--amber-500:#e8862a;--amber-600:#d0731c;--amber-100:#fdf0e2;--green-600:#1f7a4d;--white:#fff;--ink:#101a26;--ink-muted:#4a5c72;--radius:6px;--radius-lg:12px;--maxw:1180px;--shadow-sm:0 1px 2px #0b16220f, 0 2px 8px #0b16220d;--shadow-md:0 4px 16px #0b16221a;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip}body{font-family:var(--font-sans);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.65}h1,h2,h3,h4{letter-spacing:-.02em;color:var(--navy-900);margin:0 0 .5em;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,4.2vw,3.05rem)}h2{margin-top:0;font-size:clamp(1.5rem,2.7vw,2.05rem)}h3{font-size:1.2rem}p{margin:0 0 1.15em}a{color:var(--navy-600);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--amber-600)}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.25em}li{margin-bottom:.4em}hr{border:0;border-top:1px solid var(--steel-200);margin:3rem 0}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.wrap-narrow{max-width:760px;margin:0 auto;padding:0 1.5rem}.section{padding:4.5rem 0}.section-tight{padding:3rem 0}.section-alt{background:var(--steel-100)}.section-dark{background:var(--navy-900);color:var(--steel-200)}.section-dark h1,.section-dark h2,.section-dark h3{color:var(--white)}.section-dark a{color:var(--amber-500)}.eyebrow{text-transform:uppercase;letter-spacing:.09em;color:var(--amber-600);margin-bottom:.7rem;font-size:.76rem;font-weight:700}.section-dark .eyebrow{color:var(--amber-500)}.lede{color:var(--ink-muted);max-width:62ch;font-size:1.16rem}.section-dark .lede{color:var(--steel-300)}.btn{border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:1rem;font-weight:650;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn-primary{background:var(--amber-500);color:var(--navy-900);border-color:var(--amber-500)}.btn-primary:hover{background:var(--amber-600);border-color:var(--amber-600);color:var(--navy-900)}.btn-outline{color:var(--navy-800);border-color:var(--steel-300);background:0 0}.btn-outline:hover{border-color:var(--navy-700);color:var(--navy-900);background:var(--steel-100)}.hero .btn-outline,.hero-sub .btn-outline,.cta-band .btn-outline,.section-dark .btn-outline{color:var(--white);background:0 0;border-color:#ffffff80}.hero .btn-outline:hover,.hero-sub .btn-outline:hover,.cta-band .btn-outline:hover,.section-dark .btn-outline:hover{color:var(--white);border-color:var(--white);background:#ffffff1a}.btn-row{flex-wrap:wrap;gap:.85rem;margin-top:1.75rem;display:flex}.topbar{background:var(--navy-900);color:var(--steel-300);padding:.5rem 0;font-size:.84rem}.topbar .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.topbar a{color:var(--steel-200);font-weight:600;text-decoration:none}.topbar a:hover{color:var(--amber-500)}.topbar .certs-inline{flex-wrap:wrap;gap:.5rem;display:flex}.topbar .certs-inline span{border:1px solid var(--navy-600);letter-spacing:.03em;color:var(--steel-200);border-radius:3px;padding:.05rem .42rem;font-size:.72rem;font-weight:700}.site-header{background:var(--white);border-bottom:1px solid var(--steel-200);z-index:50;position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;gap:1.5rem;min-height:74px;display:flex}.logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo img{width:auto;height:46px;display:block}.mainnav{align-items:center;gap:.25rem;display:flex}.mainnav>li{margin:0;list-style:none;position:relative}.mainnav ul{margin:0;padding:0;list-style:none}.mainnav>li>a{color:var(--navy-800);border-radius:var(--radius);padding:.6rem .75rem;font-size:.94rem;font-weight:600;text-decoration:none;display:block}.mainnav>li>a:hover{background:var(--steel-100);color:var(--navy-900)}.dropdown{background:var(--white);border:1px solid var(--steel-200);border-radius:var(--radius-lg);min-width:290px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;padding:.5rem;transition:opacity .14s,transform .14s,visibility .14s;position:absolute;top:100%;left:0;transform:translateY(-4px)}.mainnav>li:hover .dropdown,.mainnav>li:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{color:var(--navy-800);border-radius:var(--radius);padding:.5rem .75rem;font-size:.9rem;text-decoration:none;display:block}.dropdown a:hover{background:var(--steel-100);color:var(--navy-900)}.header-cta{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header-phone{color:var(--navy-900);white-space:nowrap;font-size:1.02rem;font-weight:750;text-decoration:none}.header-phone:hover{color:var(--amber-600)}.nav-toggle{border:1px solid var(--steel-300);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.5rem .7rem;font-size:.9rem;font-weight:650;display:none}@media (width<=1080px){.nav-toggle{display:block}.mainnav{background:var(--white);border-bottom:1px solid var(--steel-200);flex-direction:column;align-items:stretch;gap:0;max-height:78vh;padding:.75rem 1.5rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.mainnav.open{display:flex}.dropdown{opacity:1;visibility:visible;box-shadow:none;border:0;border-left:2px solid var(--steel-200);border-radius:0;margin:0 0 .5rem .75rem;padding:0 0 0 .5rem;position:static;transform:none}}.btn-header{white-space:nowrap;padding:.65rem 1.2rem;font-size:.95rem}.cta-short{display:none}@media (width<=640px){.site-header .wrap{gap:.6rem;min-height:64px;padding-left:1rem;padding-right:1rem}.logo img{height:34px}.nav-toggle{padding:.45rem .62rem;font-size:.85rem}.btn-header{padding:.55rem .85rem;font-size:.85rem}.cta-long{display:none}.cta-short{display:inline}.nav-toggle,.btn-header{justify-content:center;align-items:center;min-height:44px;display:inline-flex}}@media (width<=380px){.site-header .wrap{gap:.4rem;padding-left:.8rem;padding-right:.8rem}.logo img{height:28px}.nav-toggle{padding:.38rem .48rem;font-size:.78rem}.btn-header{padding:.46rem .62rem;font-size:.78rem}}@media (width<=340px){.site-header .wrap{gap:.35rem;padding-left:.65rem;padding-right:.65rem}.logo img{height:25px}.nav-toggle{padding:.34rem .42rem;font-size:.74rem}.btn-header{padding:.42rem .55rem;font-size:.74rem}}.hero{background:linear-gradient(160deg, var(--navy-900) 0%, var(--navy-700) 100%);color:var(--steel-200);padding:4.75rem 0 3.5rem}.hero h1{color:var(--white);max-width:23ch}.hero .lede{max-width:58ch}.statband{background:var(--navy-900);padding:0 0 3.25rem}.statband .stats{background:var(--navy-700);border-color:var(--navy-700)}.statband .stat{background:var(--navy-800);padding:1.6rem 1.25rem}.statband .stat .v{color:var(--white);font-size:1.7rem}.statband .stat .l{color:var(--steel-400)}.hero .lede{color:var(--steel-300);font-size:1.22rem}.hero-sub{background:var(--navy-800);color:var(--steel-200);padding:3.25rem 0 3rem}.hero-sub h1{color:var(--white)}.hero-sub .lede{color:var(--steel-300)}.certbar{background:var(--white);border-bottom:1px solid var(--steel-200);padding:1.1rem 0}.certbar .wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.certbar .label{text-transform:uppercase;letter-spacing:.09em;color:var(--steel-500);font-size:.74rem;font-weight:700}.certbadge{border:1.5px solid var(--navy-700);color:var(--navy-800);border-radius:var(--radius);letter-spacing:-.01em;background:var(--white);align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.85rem;font-weight:750;text-decoration:none;display:inline-flex}.certbadge:hover{background:var(--navy-900);color:var(--white);border-color:var(--navy-900)}.stats{background:var(--steel-300);border:1px solid var(--steel-300);border-radius:var(--radius-lg);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1px;display:grid;overflow:hidden}.stat{background:var(--white);text-align:center;padding:1.5rem 1.25rem}.stat .v{color:var(--navy-900);letter-spacing:-.03em;font-size:1.9rem;font-weight:800;line-height:1.1}.stat .l{color:var(--ink-muted);margin-top:.35rem;font-size:.83rem}.section-dark .stat{background:var(--navy-800)}.section-dark .stat .v{color:var(--white)}.section-dark .stat .l{color:var(--steel-400)}.section-dark .stats{background:var(--navy-700);border-color:var(--navy-700)}.stats-vert{grid-template-columns:1fr}.stats-vert .stat{text-align:left;padding:1.05rem 1.15rem}.stats-vert .stat .v{font-size:1.45rem}.stats-vert .stat .l{margin-top:.15rem}.grid{gap:1.25rem;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(215px,1fr))}.card{background:var(--white);border:1px solid var(--steel-200);border-radius:var(--radius-lg);color:inherit;padding:1.6rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:block}a.card:hover{border-color:var(--navy-600);box-shadow:var(--shadow-md);transform:translateY(-2px)}.card h3{margin-bottom:.45rem;font-size:1.12rem}.card p{color:var(--ink-muted);margin:0;font-size:.95rem}.card .cat{text-transform:uppercase;letter-spacing:.08em;color:var(--amber-600);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.card-arrow{color:var(--navy-600);margin-top:.9rem;font-size:.9rem;font-weight:700}.checklist{grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:.55rem 1.75rem;margin:0;padding:0;list-style:none;display:grid}.checklist li{margin-bottom:.35rem;padding-left:1.65rem;position:relative}.checklist li:before{content:"";background:var(--amber-500);border-radius:2px;width:8px;height:8px;position:absolute;top:.62em;left:0}.steps{counter-reset:step;margin:0;padding:0;list-style:none}.steps li{counter-increment:step;margin-bottom:1.6rem;padding-left:3.5rem;position:relative}.steps li:before{content:counter(step);background:var(--navy-900);width:2.35rem;height:2.35rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:750;display:flex;position:absolute;top:-.1rem;left:0}.steps h3{margin-bottom:.25rem;font-size:1.05rem}.steps p{color:var(--ink-muted);margin:0;font-size:.97rem}.faq details{border:1px solid var(--steel-200);border-radius:var(--radius-lg);background:var(--white);margin-bottom:.7rem;overflow:hidden}.faq summary{cursor:pointer;color:var(--navy-900);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.05rem 1.4rem;font-size:1.03rem;font-weight:650;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--steel-500);flex-shrink:0;font-size:1.4rem;font-weight:400;line-height:1}.faq details[open] summary:after{content:"–"}.faq details[open] summary{border-bottom:1px solid var(--steel-200)}.faq .answer{color:var(--ink-muted);padding:1.05rem 1.4rem}.faq .answer p:last-child{margin:0}.form-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.field{flex-direction:column;gap:.3rem;display:flex}.field.full{grid-column:1/-1}.field label{color:var(--navy-800);font-size:.88rem;font-weight:650}.field .req{color:var(--amber-600)}.field input,.field select,.field textarea{border:1px solid var(--steel-300);border-radius:var(--radius);background:var(--white);color:var(--ink);width:100%;padding:.7rem .85rem;font-family:inherit;font-size:1rem}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--navy-600);outline-offset:0;border-color:var(--navy-600)}.field textarea{resize:vertical;min-height:130px}.field .hint{color:var(--steel-500);font-size:.8rem}.form-note{color:var(--steel-500);margin-top:.9rem;font-size:.85rem}.hp{position:absolute;left:-9999px}.form-panel{background:var(--white);border:1px solid var(--steel-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}.split{grid-template-columns:1.15fr .85fr;align-items:start;gap:3.5rem;display:grid}@media (width<=900px){.split{grid-template-columns:1fr;gap:2.25rem}}.callout{border-left:4px solid var(--amber-500);background:var(--amber-100);border-radius:0 var(--radius) var(--radius) 0;margin:2rem 0;padding:1.25rem 1.5rem}.callout p:last-child{margin:0}.callout strong{color:var(--navy-900)}.breadcrumbs{color:var(--steel-500);border-bottom:1px solid var(--steel-200);padding:.9rem 0;font-size:.85rem}.breadcrumbs a{color:var(--steel-600);text-decoration:none}.breadcrumbs a:hover{color:var(--amber-600);text-decoration:underline}.breadcrumbs span{color:var(--steel-400);margin:0 .4rem}.tag-row{flex-wrap:wrap;gap:.5rem;margin:1.25rem 0;display:flex}.tag{background:var(--steel-100);border:1px solid var(--steel-200);color:var(--navy-800);border-radius:999px;padding:.3rem .85rem;font-size:.83rem;font-weight:600;text-decoration:none}a.tag:hover{background:var(--navy-900);color:var(--white);border-color:var(--navy-900)}.cta-band{background:var(--navy-900);color:var(--steel-200);text-align:center;padding:3.5rem 0}.cta-band h2{color:var(--white)}.cta-band p{max-width:58ch;color:var(--steel-300);margin:0 auto .5rem}.cta-band .btn-row{justify-content:center}.site-footer{background:var(--navy-900);color:var(--steel-400);padding:3.5rem 0 1.75rem;font-size:.92rem}.site-footer h4{color:var(--white);text-transform:uppercase;letter-spacing:.09em;margin-bottom:.9rem;font-size:.82rem}.site-footer a{color:var(--steel-300);text-decoration:none}.site-footer a:hover{color:var(--amber-500)}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:2.5rem;display:grid}@media (width<=860px){.footer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.45rem}.footer-bottom{border-top:1px solid var(--navy-700);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;font-size:.85rem;display:flex}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.calc{background:var(--steel-100);border:1px solid var(--steel-200);border-radius:var(--radius-lg);padding:2rem}.calc-out{background:var(--navy-900);color:var(--white);border-radius:var(--radius-lg);margin-top:1.5rem;padding:1.75rem}.calc-out .row{border-bottom:1px solid var(--navy-700);justify-content:space-between;gap:1rem;padding:.55rem 0;font-size:.97rem;display:flex}.calc-out .row:last-of-type{border-bottom:0}.calc-out .row.total{border-top:2px solid var(--amber-500);border-bottom:0;margin-top:.5rem;padding-top:.9rem;font-size:1.2rem;font-weight:750}.calc-out .muted{color:var(--steel-400)}@media print{.site-header,.site-footer,.topbar,.cta-band{display:none}}.certstrip{background:var(--white);border-top:1px solid var(--steel-200);padding:2.5rem 0}.certstrip .wrap{flex-direction:column;align-items:center;gap:1.35rem;display:flex}.certstrip-label{text-transform:uppercase;letter-spacing:.11em;color:var(--steel-500);text-align:center;margin:0;font-size:.75rem;font-weight:700}.certstrip-label a{color:var(--steel-500);text-underline-offset:3px;text-decoration:underline}.certstrip-label a:hover{color:var(--navy-800)}.certstrip-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.25rem 3rem;display:flex}.certstrip-logos img{object-fit:contain;width:auto;height:66px}.certstrip-logos a{transition:transform .15s;display:block}.certstrip-logos a:hover{transform:translateY(-2px)}.certstrip-logos img[src*=r2v3]{height:78px}@media (width<=620px){.certstrip-logos{gap:1.5rem 2rem}.certstrip-logos img{height:50px}.certstrip-logos img[src*=r2v3]{height:58px}}.certrow{grid-template-columns:150px 1fr;align-items:start;gap:2rem;display:grid}.certrow-logo{justify-content:center;align-items:center;min-height:90px;display:flex}.certrow-logo img{width:auto;max-height:96px}.certrow-badge{border:2px solid var(--navy-800);border-radius:var(--radius);text-align:center;letter-spacing:.04em;color:var(--navy-800);width:100%;padding:.7rem .5rem;font-size:.8rem;font-weight:800;line-height:1.3}@media (width<=700px){.certrow{grid-template-columns:1fr;gap:1.25rem}}.spec{border-collapse:collapse;width:100%;font-size:.93rem}.spec td{border-bottom:1px solid var(--steel-200);vertical-align:top;padding:.55rem 0}.spec tr:last-child td{border-bottom:0}.spec td:first-child{color:var(--steel-500);width:34%}.spec td:last-child{font-weight:600}
