:root{--navy:#082d45;--blue:#005971;--aqua:#b8f4f1;--ink:#153548;--muted:#4b6470;--line:#ccdde3;--light:#f0f7fa;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65;background:white}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}a,button,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #007c94;outline-offset:5px}.wrap{width:min(1240px,calc(100% - 80px));margin:auto}.topline{background:var(--navy);color:white;font-size:12px;letter-spacing:.08em;padding:9px 0}.topline .wrap{display:flex;justify-content:space-between}.topline span{letter-spacing:.02em}header{background:white;border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;gap:34px;min-height:104px}.brand{text-decoration:none;font-size:16px;letter-spacing:.06em;font-weight:800;line-height:1.2}.brand span{display:block;font-size:24px;letter-spacing:.14em;margin-top:4px}.nav nav{display:flex;gap:28px;margin-left:auto;font-size:15px;font-weight:700}.nav nav a{text-decoration:none}.nav nav a:hover{text-decoration:underline}.header-phone{display:block;border-left:1px solid var(--line);padding-left:24px;font-weight:800;font-size:18px;line-height:1.3;white-space:nowrap}.header-phone span{display:block;font-size:12px;text-decoration:none;letter-spacing:.02em;font-weight:400;margin-bottom:5px}.menu{display:none}.skip{position:absolute;left:12px;top:-100px;background:var(--navy);color:white;padding:12px;z-index:9}.skip:focus{top:12px}.hero{background:var(--light);overflow:hidden}.hero-layout{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:40px;padding:64px 0}.hero-copy{padding:20px 0}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.13em;line-height:1.5;margin:0 0 20px;text-transform:uppercase;color:var(--blue)}h1,h2,h3{line-height:1.12;letter-spacing:-.035em;margin:0 0 24px}h1{font-size:clamp(38px,4.5vw,64px);font-weight:750}h1 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.055em}h2{font-size:clamp(30px,3.4vw,46px)}h3{font-size:23px}p{margin:0 0 24px}.lead{font-size:20px;line-height:1.65;max-width:760px}.small{font-size:14px;line-height:1.6;color:var(--muted)}.hero-copy .small{margin:17px 0 0}.button{display:inline-flex;justify-content:center;align-items:center;padding:15px 25px;background:var(--blue);color:white;border:1px solid var(--blue);border-radius:3px;font-weight:700;font-size:16px;text-decoration:none;cursor:pointer;min-height:52px}.button:hover{background:var(--navy)}figure{margin:0}figure img{width:100%;height:auto;display:block;object-fit:cover}figcaption{font-size:12px;color:var(--muted);line-height:1.4;padding:8px 0}.hero-photo{position:relative}.hero-photo img{height:520px;object-fit:cover;border-radius:100px 3px 3px 3px}.photo-note{position:absolute;left:-22px;bottom:58px;padding:20px 28px;background:var(--aqua);font-size:13px;font-weight:800;letter-spacing:.08em;line-height:1.6}.problem-strip{background:var(--navy);color:white}.problem-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;font-size:15px}.problem-strip p{margin:0;font-weight:700;color:var(--aqua)}.problem-strip a{text-decoration:none;border-bottom:1px solid #7999a8}.section{padding:90px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:35px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:365px;margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.card{display:block;text-decoration:none;border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:transform .18s}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #082d4512}.card figure img{aspect-ratio:3/2}.card figcaption{display:none}.card-copy{padding:26px}.card h3{font-size:24px;margin-bottom:14px}.card p{font-size:16px;color:var(--muted)}.text-link{font-weight:700;font-size:16px}.blue-section{background:var(--blue);color:white}.blue-section .eyebrow{color:var(--aqua)}.blue-section h2{font-size:clamp(36px,4vw,54px)}.light-link{color:var(--aqua);font-weight:700}.split{display:grid;grid-template-columns:1fr 1fr;gap:100px}.steps{list-style:none;counter-reset:steps;padding:0;margin:0}.steps li{position:relative;padding:0 0 30px 65px;margin-bottom:30px;border-bottom:1px solid #ffffff40;counter-increment:steps}.steps li:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}.steps li:before{content:'0' counter(steps);position:absolute;left:0;top:0;font-family:Georgia,serif;font-size:28px;color:var(--aqua)}.steps h3{margin-bottom:12px}.steps p{margin:0}.page-intro{background:var(--light);padding:45px 0 60px}.page-intro h1{max-width:1000px;font-size:clamp(36px,4vw,54px)}.breadcrumb{font-size:14px;display:inline-block;margin-bottom:28px}.page-intro .lead{margin-bottom:0}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:65px}.prose h2{font-size:30px;line-height:1.25;margin-top:42px}.prose figure{margin-bottom:35px}.prose p,.prose li{max-width:76ch}.prose ul{padding-left:25px}.prose li{margin-bottom:10px}.narrow{max-width:860px}.narrow h2:first-child{margin-top:0}aside{align-self:start;background:var(--light);border-top:4px solid var(--blue);padding:28px;font-size:16px}aside h2{font-size:28px}aside h3{font-size:18px;margin:32px 0 12px}aside>a:not(.button):not(.header-phone){display:block;margin:12px 0;font-size:15px}aside .button{width:100%}aside .header-phone{padding:0;border:0;white-space:normal}aside ul{padding-left:20px}details{border-top:1px solid var(--line);padding:18px 0}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-size:18px;font-weight:700}details p{margin:15px 0 0}.closing{background:var(--aqua);padding:55px 0}.closing .wrap{display:flex;align-items:center;justify-content:space-between;gap:35px}.closing h2{font-size:36px;margin-bottom:14px}.closing p{margin-bottom:0}.closing .eyebrow{margin-bottom:13px}footer{background:var(--navy);color:white;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}footer p{font-size:15px;color:#c6dce5;margin-top:25px}footer .header-phone{padding:0;border:0}footer h3{font-size:18px}footer .footer-grid>div>a:not(.brand):not(.header-phone){display:block;font-size:14px;color:#d8e7ed;margin-bottom:10px;text-decoration:none}footer a:hover{text-decoration:underline}.fine{font-size:12px;color:#c6dce5;border-top:1px solid #ffffff30;padding-top:25px;margin-top:45px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:25px}.full{grid-column:1/-1}label{display:block;font-size:15px;font-weight:700;margin-bottom:8px}input,select,textarea{width:100%;min-height:50px;border:1px solid #8ca6b3;border-radius:2px;padding:11px;background:white;color:var(--ink)}textarea{resize:vertical}.consent{display:flex;align-items:start;gap:12px;font-weight:400;font-size:14px;margin:25px 0 18px}.consent input{width:20px;min-height:20px;flex:0 0 20px;margin:3px 0}#form-status{margin-top:20px;font-size:15px}@media(max-width:1100px){.nav{gap:20px}.nav nav{gap:18px}.header-phone{font-size:16px;padding-left:15px}.hero-layout{gap:30px}.hero-photo img{height:490px}.content-layout{gap:35px;grid-template-columns:minmax(0,1fr) 280px}.split{gap:55px}}@media(max-width:850px){.wrap{width:calc(100% - 40px)}.nav{flex-wrap:wrap;padding:20px 0;gap:18px}.menu{display:block;margin-left:auto;border:1px solid var(--line);background:white;padding:9px 15px;font-size:15px}.nav nav{display:none;order:3;width:100%;flex-wrap:wrap;margin:0;padding:15px 0}.nav nav.open{display:flex}.header-phone{order:2;width:100%;padding:12px 16px;background:var(--light);border:0;border-radius:3px;text-align:center}.header-phone span{display:inline;margin-right:10px}.hero-layout{grid-template-columns:1fr;padding:34px 0;gap:25px}.hero-copy{padding:0}.hero-photo img{height:auto;max-height:440px;border-radius:60px 3px 3px 3px}.photo-note{left:0;bottom:50px}.hero h1{font-size:48px}.problem-strip .wrap{flex-wrap:wrap;justify-content:start;gap:15px 25px}.problem-strip p{width:100%}.cards{grid-template-columns:repeat(2,1fr);gap:20px}.section{padding:60px 0}.section-heading{align-items:start;flex-direction:column;gap:20px}.section-heading>p{max-width:100%}.split{grid-template-columns:1fr;gap:35px}.content-layout{grid-template-columns:1fr}.content-layout aside{max-width:none}.closing .wrap{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid .header-phone{background:transparent;color:white;text-align:left;width:auto}.topline span{display:none}.page-intro{padding:30px 0 40px}.page-intro h1{font-size:40px}}@media(max-width:520px){.cards{grid-template-columns:1fr}.hero h1{font-size:40px}.lead{font-size:18px}.fields{grid-template-columns:1fr}.brand{font-size:14px}.brand span{font-size:21px}.photo-note{font-size:11px;padding:14px 20px}.card-copy{padding:24px}.page-intro h1{font-size:34px}.footer-grid{gap:35px 20px}.closing h2{font-size:31px}.header-phone span{display:block;margin:0 0 4px}.hero-copy .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}
