@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#102e49;--blue:#eaf5fb;--gold:#bc934c;--ink:#18354b;--muted:#617785}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.75}h1,h2,h3,.brand{font-family:Manrope,sans-serif;line-height:1.15}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:5px}.wrap{max-width:1240px;margin:auto;padding:0 36px}.topbar{background:var(--navy);color:#e6f0f7;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;padding-top:8px;padding-bottom:8px}.topbar a{margin-left:24px}header{background:white;border-bottom:1px solid #e7eef2;position:sticky;top:0;z-index:10}.nav{display:flex;align-items:center;justify-content:space-between;min-height:95px;gap:24px}.brand{font-size:21px;font-weight:800;display:flex;align-items:center;gap:12px;white-space:nowrap}.mark{font-size:28px;color:var(--gold);border:2px solid var(--gold);border-radius:50% 50% 50% 5%;width:41px;height:45px;display:grid;place-items:center}.brand small{display:block;font-size:10px;letter-spacing:2.3px;font-weight:600;margin-top:7px}nav{display:flex;align-items:center;gap:23px;font-size:14px;font-weight:600}nav a.active{color:#8c692e}nav a:hover{color:#a47c39}.nav-contact{background:var(--navy);color:white!important;padding:12px 20px;border-radius:6px}.menu{display:none;background:none;border:0;font-size:24px}.hero{background:linear-gradient(110deg,#f3f9fd,#eaf4fa);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding-top:67px;padding-bottom:72px}.eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:700;color:#8b6a34;display:flex;align-items:center;gap:12px}.eyebrow:before{content:'';width:26px;height:2px;background:var(--gold)}h1{font-size:57px;letter-spacing:-2.7px;font-weight:800;margin:24px 0}h1 span{color:#5486a6}p{color:var(--muted);margin:18px 0}.hero p{font-size:17px;max-width:570px}.buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:1px solid var(--navy);border-radius:6px;background:var(--navy);color:white;padding:14px 23px;font-size:14px;font-weight:700;cursor:pointer}.btn:hover{background:#254e6d}.btn.secondary{background:transparent;color:var(--navy);border-color:#bdcfda}.hero-photo{height:475px;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover;border-radius:110px 9px 9px 9px}.photo-note{position:absolute;bottom:24px;left:-24px;background:white;border-radius:8px;padding:18px 25px;box-shadow:0 12px 40px #18354b15;display:flex;gap:15px;align-items:center;line-height:1.5}.photo-note b{font-size:21px}.photo-note span{font-size:13px;color:var(--muted)}.tick{color:var(--gold);font-size:30px}.trust{border-bottom:1px solid #e5edf1}.trust .wrap{display:grid;grid-template-columns:repeat(3,1fr);padding-top:26px;padding-bottom:26px}.trust-item{display:flex;align-items:center;justify-content:center;gap:17px;font-size:14px;border-right:1px solid #dce6ec}.trust-item:last-child{border:0}.trust-item i{font-size:25px;font-style:normal;color:var(--gold)}section.section{padding:85px 0}h2{font-size:37px;letter-spacing:-1.25px;margin:17px 0 24px}h3{font-size:22px;margin:16px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:30px}.section-heading p{max-width:440px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.card{padding:32px;border:1px solid #e1eaf0;border-radius:10px;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #16394d0c}.card-number{font-size:14px;color:var(--gold)}.card p{font-size:15px}.text-link{display:inline-flex;gap:20px;font-size:14px;font-weight:700;margin-top:12px}.pale{background:#f2f8fb}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.big-number{color:var(--gold);font-size:19px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:42px}.step{border-top:1px solid #c8dae5;padding-top:20px}.step h3{font-size:19px}.step p{font-size:15px}.contact-section{background:var(--navy);color:white}.contact-section p{color:#b9d0df}.contact-section .eyebrow{color:#dcc18e}.contact-details{margin-top:30px}.contact-details a,.contact-details address{display:block;margin:15px 0;font-style:normal}.contact-details small{display:block;color:#a5bfce;font-size:12px}.form{padding:32px;background:white;color:var(--ink);border-radius:10px}.form h3{margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:600;margin-bottom:16px}input,select,textarea{width:100%;padding:12px;border:1px solid #dbe4e9;background:#fbfdfe;border-radius:5px;color:var(--ink);font-size:15px}textarea{resize:vertical;min-height:100px}.form .hint{font-size:12px;color:var(--muted);line-height:1.5}.form .btn{width:100%;background:var(--gold);border-color:var(--gold);color:#102e49}.form .btn:disabled{cursor:wait;opacity:.7}.form-status{font-size:14px;color:var(--ink)!important}.hp{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;white-space:nowrap!important}.subhero{background:var(--blue);padding:56px 0}.subhero h1{font-size:46px;max-width:900px}.crumb{font-size:13px;color:var(--muted)}.article{max-width:850px;margin:auto}.article p{font-size:18px}.article strong{color:var(--ink)}.article h2{margin-top:50px}.notice{padding:30px;background:#f1f7fa;border-radius:10px;border:1px dashed #a8becb}.empty-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:30px 0}.photo-slot{min-height:230px;background:#edf4f8;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px dashed #c3d2dc;color:#687e8c}.photo-slot b{color:var(--ink);font-size:23px}.photo-slot span{font-size:14px}footer{padding:40px 0;background:#0b243a;color:#c2d2dd;font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:30px}.footer-row .brand{font-size:17px;color:white}footer p{color:#98b1c2;font-size:12px}.mobile-only{display:none}@media(max-width:1050px){nav{gap:12px;font-size:12px}.wrap{padding-left:25px;padding-right:25px}h1{font-size:46px}.hero-grid{gap:30px}.hero-photo{height:440px}.brand{font-size:17px}}@media(max-width:780px){.topbar .wrap>span{display:none}.topbar .wrap{justify-content:center}.topbar a{margin:0 8px;font-size:11px}.nav{min-height:77px}.menu{display:block}nav{display:none;position:absolute;left:0;right:0;top:77px;background:white;padding:20px 25px;box-shadow:0 15px 20px #14364c15;align-items:stretch;font-size:15px}nav.open{display:flex;flex-direction:column}.hero-grid,.two-col{grid-template-columns:1fr;gap:30px}.hero-grid{padding-top:40px;padding-bottom:40px}h1{font-size:44px;letter-spacing:-2px}.hero-photo{height:350px;margin-left:12px}.photo-note{left:-12px}.trust .wrap{grid-template-columns:1fr;padding-top:12px;padding-bottom:12px;gap:12px}.trust-item{border:0;justify-content:flex-start}.cards{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.section-heading{display:block}section.section{padding:55px 0}h2{font-size:31px}.subhero h1{font-size:36px}.form{padding:23px}.footer-row{flex-direction:column}.empty-pair{gap:12px}.photo-slot{min-height:180px;text-align:center}.photo-slot span{font-size:12px}.form-grid{grid-template-columns:1fr;gap:0}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
