@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#0d2130;--yellow:#f4cf55;--ink:#132b3a;--muted:#5f6d76;--line:#dce2e5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #b88c00;outline-offset:6px}.skip{position:absolute;top:-100px;background:var(--yellow);padding:15px;z-index:5}.skip:focus{top:0}header{min-height:104px;padding:22px 5.5%;display:flex;align-items:center;gap:35px;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center;font-weight:800;font-size:22px;letter-spacing:-1px;line-height:1.2}.brand-light{font-weight:500}.brand small{display:block;font-size:10px;letter-spacing:2px;font-weight:600;margin-top:8px}.logo{width:40px;height:40px;background:var(--yellow);border-radius:10px;display:grid;place-items:center;font-size:27px;color:var(--navy)}nav{display:flex;gap:28px;font-size:14px;font-weight:600}nav a:hover{color:#856600}.nav-cta{border:1px solid var(--line);padding:12px 18px;border-radius:5px;font-size:14px;font-weight:700}.nav-cta span{margin-left:16px}.hero{background:var(--navy);color:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:620px}.hero-copy{padding:62px 7% 55px 11%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:var(--yellow);margin:0 0 22px}.hero h1{font-size:clamp(38px,4.2vw,66px);line-height:1.12;font-weight:600;letter-spacing:-2.8px;margin:0 0 25px}.hero em{font-style:normal;color:var(--yellow)}.intro{max-width:455px;color:#c4d0d7;font-size:17px;line-height:1.8;margin-bottom:30px}.button{display:inline-flex;align-items:center;gap:40px;background:var(--yellow);color:var(--navy);padding:16px 22px;border-radius:5px;font-weight:800;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#ffe287;transform:translateY(-2px)}.button span{font-size:22px}.hero-note{font-size:12px;display:flex;align-items:center;gap:9px;margin-top:29px;color:#bccbd3}.hero-note span{color:var(--yellow);margin-left:10px}.hero-note span:first-child{margin-left:0}.hero-visual{position:relative;overflow:hidden;min-height:500px;background:#1c303a}.hero-visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,20,30,.83),transparent 55%)}.photo-caption{position:absolute;bottom:44px;left:35px;z-index:1;border-left:3px solid var(--yellow);padding-left:20px}.photo-caption span{font-size:11px;letter-spacing:2px}.photo-caption strong{display:block;font-size:26px;font-weight:500;line-height:1.4;margin-top:10px}.image-number{position:absolute;top:24px;right:25px;z-index:1;font-size:11px;letter-spacing:2px;color:#fff}.intro-strip{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px 5.5%;border-bottom:1px solid var(--line);background:#f6f8f9}.intro-strip p{line-height:1.6;font-size:15px;margin:0}.intro-strip>span{display:flex;gap:16px;color:#7c8e99;font-size:13px}.intro-strip b{font-weight:600;color:var(--ink);font-size:14px}.section{padding:86px 5.5%}.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:40px}.dark{color:#758591}.section h2,.preparation h2{font-size:clamp(30px,3vw,44px);line-height:1.25;letter-spacing:-1.8px;margin:0;font-weight:600}.section-heading>p{max-width:360px;margin:0;color:var(--muted)}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.services article{padding:29px;border:1px solid var(--line);border-radius:6px}.card-no{display:inline-block;background:#eef2f4;padding:8px 12px;border-radius:4px;font-weight:700;font-size:13px}.services h3{font-size:21px;letter-spacing:-.6px;margin:27px 0 12px}.services p,.steps p{color:var(--muted);font-size:15px}.services a{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:30px;padding-top:18px;font-weight:700;font-size:14px}.services a:hover{color:#967000}.preparation{margin:0 5.5%;padding:54px;background:var(--navy);color:white;border-radius:8px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.preparation>div>p:not(.eyebrow){color:#bdccd5;max-width:400px;font-size:16px;margin-top:23px}.small-note{color:#b8c7cf;border-top:1px solid #354754;padding-top:22px;margin-top:32px;font-size:12px;max-width:400px}.checklist{list-style:none;padding:0;margin:0}.checklist li{display:flex;gap:20px;border-bottom:1px solid #354754;padding:19px 0}.checklist li:first-child{padding-top:0}.checklist li:last-child{border:0;padding-bottom:0}.checklist li>span{font-size:13px;color:var(--yellow);padding-top:3px}.checklist h3{margin:0;font-size:17px}.checklist p{margin:7px 0 0;font-size:14px;color:#bdccd5}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:44px}.steps article{border-top:1px solid var(--line);padding-top:25px}.steps span{color:#7c8e99;font-size:14px}.steps h3{font-size:20px;margin:18px 0 12px}.faq{background:#f5f7f8;display:grid;grid-template-columns:.8fr 1.2fr;gap:65px}.faq>div>p:last-child{color:var(--muted);font-size:15px}.questions details{border-bottom:1px solid #d4dde2;padding:20px 0}.questions details:first-child{padding-top:0}.questions summary{cursor:pointer;font-size:17px;font-weight:600;padding-right:12px}.questions p{font-size:15px;color:var(--muted);margin:15px 0 0;max-width:600px}.closing{text-align:center;padding:72px 20px 80px}.closing>p{font-size:12px;letter-spacing:2px;color:#73838d;font-weight:700}.closing h2{font-size:clamp(32px,4vw,50px);letter-spacing:-2px;line-height:1.2;font-weight:600;margin:23px 0 30px}footer{border-top:1px solid var(--line);padding:30px 5.5%;display:flex;align-items:center;justify-content:space-between;gap:30px}footer .brand{font-size:19px}footer p,footer>span{font-size:12px;color:var(--muted)}footer p{max-width:470px}footer>span{white-space:nowrap}@media(min-width:1600px){body{max-width:1600px;margin:auto}}@media(max-width:1000px){header{gap:15px;padding:20px 4%}nav{gap:14px}nav a{font-size:12px}.nav-cta{display:none}.hero-copy{padding:46px 8%}.hero h1{letter-spacing:-1.8px}.hero{min-height:560px}.intro-strip{flex-wrap:wrap}.intro-strip p{width:100%}.preparation{padding:35px;gap:35px}.section-heading{align-items:start}.services article{padding:22px}.services h3{font-size:19px}footer{flex-wrap:wrap}}@media(max-width:680px){header{min-height:84px;flex-wrap:wrap;padding:18px 6%;gap:20px}.brand{font-size:21px}nav{width:100%;justify-content:space-between;gap:8px}nav a{font-size:12px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6%}.hero h1{font-size:46px}.intro{font-size:16px}.hero-visual{min-height:330px}.hero-note{flex-wrap:wrap}.photo-caption{bottom:28px;left:24px}.photo-caption strong{font-size:23px}.intro-strip{padding:25px 6%;gap:18px}.intro-strip>span{width:100%;gap:20px}.section{padding:58px 6%}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:22px}.services{grid-template-columns:1fr;gap:16px}.services article{padding:25px}.services h3{font-size:21px;margin-top:22px}.preparation{margin:0 6%;padding:28px 24px;grid-template-columns:1fr;gap:33px}.preparation h2{font-size:31px}.steps{grid-template-columns:1fr;gap:22px;margin-top:32px}.steps h3{margin-top:10px}.steps p{margin-bottom:0}.faq{grid-template-columns:1fr;gap:25px}.questions summary{font-size:16px}.closing{padding:55px 6%}footer{padding:30px 6%;display:block}footer p{margin:22px 0 15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.mobile-call{display:none}@media(max-width:680px){body{padding-bottom:72px}.mobile-call{display:block;position:fixed;bottom:0;left:0;right:0;z-index:10;background:#f4cf55;color:#0d2130;text-align:center;font-size:16px;font-weight:800;padding:19px 8px calc(19px + env(safe-area-inset-bottom))}}
.brand-name{display:block;font-size:21px;letter-spacing:-.7px;line-height:1.2}.brand-name .brand-light{display:block;font-size:18px;font-weight:600;letter-spacing:2.6px;margin-top:3px}.brand .logo{flex-shrink:0}.brand small{font-size:10px;letter-spacing:1.3px}footer .brand-name{font-size:19px}footer .brand-name .brand-light{font-size:16px}@media(max-width:680px){.brand-name{font-size:21px}.hero h1{font-size:43px;line-height:1.16}}
