/* self-integration: public layout. All page rules are scoped. */
.selfPage{--self-line:#d6dfec;--self-muted:#465976;--self-blue:#0040e3;--self-navy:#030f3f}
.selfPage .selfMain{padding-bottom:88px}
.selfPage .selfHero{padding-top:76px;padding-bottom:48px}
.selfPage .eyebrow{font-size:12px;line-height:1.6;letter-spacing:.025em;margin:0 0 24px}
.selfPage .selfHeroGrid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:56px;align-items:start}
.selfPage h1{font-size:clamp(40px,5.5vw,72px);letter-spacing:-.045em;line-height:1.01;text-transform:uppercase;margin:0;font-weight:700;color:var(--self-navy)}
.selfPage h1 span{display:block}
.selfPage h1 span+span{color:var(--self-blue);margin-top:8px}
.selfPage .selfHeroCopy p{font-size:18px;line-height:1.6;color:var(--self-muted);margin:0 0 16px;max-width:52ch}
.selfPage .selfHeroCopy strong{color:var(--self-navy)}
.selfPage .selfActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.selfPage .selfActions .btn{background:var(--self-blue);border:1px solid var(--self-blue);color:#fff;padding:14px 22px;min-height:50px;line-height:1.35;text-decoration:none;font-size:15px}
.selfPage .selfActions .btn+ .btn{background:transparent;color:var(--self-navy);border-color:#b9c7dc}
.selfPage .selfActions .btn:hover{background:#082cb2;color:#fff;border-color:#082cb2}
.selfPage .selfJobsNav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--self-line);border-radius:16px;overflow:hidden;margin-bottom:56px}
.selfPage .selfJobsNav a{display:flex;flex-direction:column;padding:24px 24px 20px;gap:16px;position:relative;border-right:1px solid var(--self-line);text-decoration:none;color:var(--self-navy);background:#fff}
.selfPage .selfJobsNav a:last-child{border-right:0}
.selfPage .selfJobsNav .mono{font-size:12px;color:var(--self-muted);text-transform:uppercase}
.selfPage .selfJobPromise{font-size:19px;font-weight:600;line-height:1.3;max-width:21ch;flex:1}
.selfPage .selfJobArrow{font-size:22px;color:var(--self-blue)}
.selfPage .selfJobsNav a:hover{background:#edf2ff}
.selfPage .selfJobsNav a:focus-visible{outline-offset:-5px}
.selfPage .selfInfra{background:var(--self-navy);color:#fff;border-radius:20px;padding:44px;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:48px;margin-bottom:80px}
.selfPage .selfInfra .eyebrow{color:#a9bfff;font-size:11px}
.selfPage .selfMain h2{font-size:clamp(27px,3vw,38px);line-height:1.12;letter-spacing:-.025em;margin:0 0 24px;color:var(--self-navy)}
.selfPage .selfInfra h2{color:#fff;font-size:clamp(31px,3.2vw,42px);max-width:15ch}
.selfPage .selfInfraCopy p,.selfPage .selfInfraCopy li{font-size:16px;line-height:1.65;color:#c8d5ee}
.selfPage .selfInfraCopy p{margin:0 0 24px}
.selfPage .selfInfraCopy p:last-child{margin:24px 0 0;padding-top:22px;border-top:1px solid #30416c;font-size:14px}
.selfPage .selfInfraItems{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0;margin:28px 0}
.selfPage .selfInfraItems li{margin:0}
.selfPage .selfInfraItems strong{display:block;color:#fff;margin-bottom:7px}
.selfPage .selfJob,.selfPage .selfSteps,.selfPage .selfFaq{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:72px;padding:0 0 64px;margin:0 0 64px;border-bottom:1px solid var(--self-line);scroll-margin-top:115px}
.selfPage .selfSectionHeading .eyebrow{color:var(--self-blue);margin-bottom:20px}
.selfPage .selfSectionHeading h2{max-width:18ch}
.selfPage .selfCopy{min-width:0}
.selfPage .selfCopy p,.selfPage .selfCopy li{font-size:17px;line-height:1.7;color:var(--self-muted)}
.selfPage .selfCopy p{margin:0 0 20px}
.selfPage .selfCopy p:last-child{margin-bottom:0}
.selfPage .selfJob .selfCopy>p:first-child{font-size:20px;line-height:1.5;margin:0 0 25px}
.selfPage .selfCopy strong{color:var(--self-navy)}
.selfPage .selfCopy a,.selfPage .selfFinalOther a{color:var(--self-blue);text-decoration:underline;text-underline-offset:4px}
.selfPage .selfCopy h3{font-size:20px;line-height:1.35;margin:28px 0 16px}
.selfPage .selfTable{max-width:100%;overflow-x:auto;border:1px solid var(--self-line);border-radius:14px;margin:28px 0}
.selfPage .selfTable table{width:100%;border-collapse:collapse;min-width:480px}
.selfPage .selfTable th,.selfPage .selfTable td{padding:17px;text-align:left;vertical-align:top;font-size:15px;line-height:1.6;border-bottom:1px solid var(--self-line)}
.selfPage .selfTable th{background:#eaf0fb;font-weight:600;color:var(--self-navy)}
.selfPage .selfTable td{color:var(--self-muted)}
.selfPage .selfTable td:first-child{width:35%;font-weight:600;color:var(--self-navy)}
.selfPage .selfTable tr:last-child td{border-bottom:0}
.selfPage .selfSteps ol{counter-reset:step;list-style:none;margin:0;padding:0}
.selfPage .selfSteps li{counter-increment:step;position:relative;padding:0 0 25px 46px;margin:0}
.selfPage .selfSteps li:before{content:counter(step);position:absolute;left:0;top:0;width:29px;height:29px;display:grid;place-items:center;background:#e7eeff;border-radius:50%;color:var(--self-blue);font-size:14px;font-weight:700}
.selfPage .selfSteps li:last-child{padding-bottom:0}
.selfPage .selfSteps strong{display:block;margin-bottom:5px}
.selfPage .selfFaq details{border-bottom:1px solid var(--self-line)}
.selfPage .selfFaq details:first-child{border-top:1px solid var(--self-line)}
.selfPage .selfFaq summary{font-size:17px;font-weight:600;line-height:1.5;cursor:pointer;padding:20px 28px 20px 0;color:var(--self-navy)}
.selfPage .selfFaq details[open] summary{color:var(--self-blue)}
.selfPage .selfFaq details .selfCopy{padding:0 0 24px}
.selfPage .selfFinal{background:#eaf0ff;border:1px solid #cbd8fb;border-radius:20px;padding:44px}
.selfPage .selfFinal h2{max-width:24ch;font-size:clamp(32px,4vw,49px)}
.selfPage .selfFinal .selfCopy{max-width:66ch}
.selfPage .selfFinalOther{font-size:14px;line-height:1.6;margin-top:24px;color:var(--self-muted)}
.selfPage .selfFinalOther p{margin:0}
.selfPage .selfHeroEyebrow{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:32px}
.selfPage .selfHeroEyebrow .eyebrow{margin:0}
.selfPage .selfScopeTag{font-size:12px;font-weight:600;line-height:1.4;text-decoration:none;color:var(--self-blue);background:#edf2ff;border:1px solid #c9d7fd;border-radius:100px;padding:9px 14px}
.selfPage .selfHeroCopy>p:first-child{font-size:22px;line-height:1.4;color:var(--self-navy);font-weight:600}
.selfPage .selfJob{position:relative}
.selfPage .selfLegacyAnchor{position:absolute;top:0;scroll-margin-top:115px}
.selfPage .selfRoutes{display:grid;gap:14px;margin:26px 0}
.selfPage .selfRoutes article{position:relative;border:1px solid var(--self-line);border-radius:14px;padding:24px 24px 24px 68px;background:#f8faff}
.selfPage .selfRouteNumber{position:absolute;left:23px;top:27px;font-size:13px;color:var(--self-blue)}
.selfPage .selfRoutes h3{margin:0 0 10px;font-size:20px;color:var(--self-navy)}
.selfPage .selfRoutes p{font-size:16px;line-height:1.65}
.selfPage .selfSupportGrid{display:grid;grid-template-columns:1fr 1fr;gap:22px 26px;margin:28px 0}
.selfPage .selfSupportGrid article{border-top:2px solid #c7d5f6;padding-top:18px}
.selfPage .selfSupportGrid h3{margin:0 0 10px;color:var(--self-navy)}
.selfPage .selfSupportGrid p{font-size:16px;line-height:1.65}
.selfPage .selfJob.selfInfra{grid-template-columns:minmax(0,1fr) minmax(0,2fr);padding:40px;gap:48px;border:0}
.selfPage .selfJob.selfInfra .eyebrow{color:#a9bfff}
.selfPage .selfJob.selfInfra h2{color:#fff;max-width:20ch}
.selfPage .selfJob.selfInfra p,.selfPage .selfJob.selfInfra li{color:#c8d5ee;font-size:16px;line-height:1.65}
.selfPage .selfJob.selfInfra strong{color:#fff}
.selfPage .selfJob.selfInfra ul{padding-left:20px}
.selfPage .selfJob.selfInfra li{margin-bottom:14px}
.selfPage .selfCopy ul{padding-left:23px}
.selfPage .selfCopy li{margin-bottom:12px}
.selfPage .selfScope{margin-top:30px;padding:24px 0 0;border-top:1px solid var(--self-line);scroll-margin-top:115px}
.selfPage .selfMain .selfScope h2{font-size:17px;line-height:1.4;margin:0 0 10px;letter-spacing:0}
.selfPage .selfScope p{font-size:14px;line-height:1.7;color:var(--self-muted);margin:0;max-width:100ch}
.selfPage .selfMain :focus-visible{outline:3px solid var(--self-blue);outline-offset:4px}
@media(max-width:1050px){.selfPage .selfHeroGrid{gap:32px;grid-template-columns:1fr 1fr}.selfPage h1{font-size:clamp(38px,5.6vw,59px)}.selfPage .selfHero{padding-top:54px}.selfPage .selfJobsNav a{padding:20px}.selfPage .selfJobPromise{font-size:17px}.selfPage .selfInfra{padding:32px;gap:32px}.selfPage .selfJob,.selfPage .selfSteps,.selfPage .selfFaq{gap:36px}}
@media(max-width:800px){.selfPage .selfHeroGrid{grid-template-columns:1fr;gap:28px}.selfPage h1{font-size:clamp(38px,7.5vw,62px)}.selfPage .selfHeroCopy{max-width:65ch}.selfPage .selfJobsNav{grid-template-columns:1fr 1fr}.selfPage .selfJobsNav a:nth-child(2){border-right:0}.selfPage .selfJobsNav a:nth-child(-n+2){border-bottom:1px solid var(--self-line)}.selfPage .selfInfra{grid-template-columns:1fr;gap:10px}.selfPage .selfInfra h2{max-width:26ch}.selfPage .selfJob,.selfPage .selfSteps,.selfPage .selfFaq{grid-template-columns:1fr;gap:12px;padding-bottom:44px;margin-bottom:44px}.selfPage .selfSectionHeading h2{max-width:26ch}.selfPage .selfJob .selfCopy>p:first-child{font-size:18px}}
@media(max-width:480px){.selfPage .selfHero{padding-top:36px;padding-bottom:32px}.selfPage h1{font-size:clamp(32px,9.5vw,45px)}.selfPage .selfHeroCopy p{font-size:17px}.selfPage .selfActions{gap:10px}.selfPage .selfActions .btn{width:100%;text-align:center;justify-content:center}.selfPage .selfJobsNav{margin-bottom:32px}.selfPage .selfJobsNav a{padding:17px 14px;gap:12px}.selfPage .selfJobsNav .mono{font-size:10px}.selfPage .selfJobPromise{font-size:16px}.selfPage .selfInfra{padding:25px 21px;margin-bottom:44px;border-radius:16px}.selfPage .selfInfraItems{grid-template-columns:1fr;gap:20px}.selfPage .selfCopy p,.selfPage .selfCopy li{font-size:16px}.selfPage .selfPrices{grid-template-columns:1fr}.selfPage .selfPrice{font-size:31px}.selfPage .selfFinal{padding:26px 21px;border-radius:16px}.selfPage .selfFaq summary{font-size:16px}.selfPage .selfMain{padding-bottom:44px}}
@media(max-width:1050px){.selfPage .selfJobsNav a{padding:18px 15px}.selfPage .selfJobPromise{font-size:16px}.selfPage .selfJobsNav .mono{font-size:10px}}
@media(max-width:800px){.selfPage .selfHeroEyebrow{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:25px}.selfPage .selfJobsNav a:nth-child(2n){border-right:0}.selfPage .selfJobsNav a:nth-child(-n+4){border-bottom:1px solid var(--self-line)}.selfPage .selfJobsNav a:last-child{grid-column:1/-1}.selfPage .selfJobsNav a:last-child .selfJobPromise{max-width:none}.selfPage .selfJob.selfInfra{grid-template-columns:1fr;gap:12px;padding:30px}.selfPage .selfJob.selfInfra h2{max-width:26ch}}
@media(max-width:480px){.selfPage .selfHeroCopy>p:first-child{font-size:20px}.selfPage .selfSupportGrid{grid-template-columns:1fr;gap:20px}.selfPage .selfRoutes article{padding:20px 20px 20px 54px}.selfPage .selfRouteNumber{left:18px;top:24px}.selfPage .selfRoutes h3{font-size:18px}.selfPage .selfJob.selfInfra{padding:25px 21px}.selfPage .selfScopeTag{font-size:11px}.selfPage .selfHeroEyebrow .eyebrow{font-size:11px}.selfPage .selfJobsNav .mono{font-size:10px}}

/* Page-scoped accessibility and mobile menu support, extracted from the DEV review stylesheet. */
.selfPage .skipLink{position:fixed;top:-100px;left:20px;z-index:100;background:#fff;border:2px solid #0040E3;padding:12px}
.selfPage .skipLink:focus{top:12px}
.selfPage :focus-visible{outline:3px solid #0040E3;outline-offset:4px}
.selfPage .contactCard :focus-visible,.selfPage .siteFooter :focus-visible{outline-color:#99ABC6}
@media(max-width:1100px){.selfPage .siteHeader:has(#navToggle:checked) .navBurger{z-index:75;background:#030F3F}.selfPage .siteHeader:has(#navToggle:checked) .navBurgerIcon i{background:#fff}}
