:root{--blue:#172c78;--navy:#10245b;--yellow:#fff039;--ink:#172749;--muted:#5c6678;--pale:#f3f7fc;--line:#e2e7f0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);font:16px/1.75 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button,input,select,summary,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #1687c9;outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3{color:var(--blue);line-height:1.2;margin:0 0 22px}h1{font-size:clamp(2.3rem,4.3vw,4rem);letter-spacing:-1.5px}h2{font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.8px}h3{font-size:1.3rem}p{margin:0 0 22px;color:var(--muted)}.container{width:min(1180px,calc(100% - 48px));margin:auto}.topbar{background:var(--blue);color:white;font-size:14px;padding:9px 0}.topbar .container{display:flex;justify-content:space-between;gap:20px}.topbar a{color:var(--yellow)}header{background:white;position:sticky;top:0;z-index:20;box-shadow:0 2px 12px #1427530c}.header-row{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:67px;height:67px;border-radius:50%;object-fit:cover}.brand strong{font-size:24px;letter-spacing:-1px;display:block;line-height:1.2;color:var(--blue)}.brand small{font-size:11px;letter-spacing:2px}.nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:700}.nav>a:hover,.nav summary:hover{color:#247cbe}.nav details{position:relative}.nav summary{cursor:pointer;list-style:none;white-space:nowrap}.nav summary:after{content:'⌄';margin-left:7px}.mega{position:absolute;top:42px;left:-320px;width:690px;max-height:70vh;overflow:auto;background:white;box-shadow:0 16px 50px #13265225;border-top:3px solid var(--yellow);padding:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;z-index:22}.mega b{display:block;color:var(--blue);margin-bottom:8px}.mega a{display:block;font-size:14px;font-weight:400;padding:3px 0}.mega .all{grid-column:1/-1;border-top:1px solid var(--line);padding-top:12px;font-weight:bold}.phone{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:bold}.phone span{background:var(--yellow);border-radius:50%;padding:10px 15px;font-size:20px}.menu-toggle{display:none;background:var(--blue);color:white;border:0;padding:9px 14px}.hero{min-height:575px;position:relative;display:flex;align-items:center;background:#eaf2f5;overflow:hidden}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#edf6f9 4%,#edf6f9f0 30%,#edf6f9a0 50%,transparent 72%)}.hero .container{position:relative;z-index:2;padding-top:55px;padding-bottom:100px}.hero-copy{max-width:570px}.eyebrow{text-transform:uppercase;letter-spacing:2.4px;font-size:13px;font-weight:bold;color:#2478aa;display:block;margin-bottom:18px}.hero p{max-width:500px;font-size:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:16px 25px;background:var(--yellow);color:var(--navy);font-weight:700;font-size:14px;border:0;cursor:pointer;min-height:50px}.btn.blue{background:var(--blue);color:white}.btn.outline{background:transparent;border:1px solid #b3bed0}.actions{display:flex;gap:15px;flex-wrap:wrap}.hero-wave{position:absolute;bottom:-1px;left:0;right:0;height:40px;z-index:3;background:radial-gradient(ellipse at 50% 100%,white 68%,transparent 70%) 0 0/100px 55px repeat-x}.section{padding:88px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.about-image{position:relative}.about-image>img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:5px}.image-note{position:absolute;bottom:-20px;right:-20px;background:var(--blue);color:white;padding:23px 32px;border-left:5px solid var(--yellow)}.image-note strong{display:block;font-size:23px}.checks{list-style:none;padding:0;margin:20px 0 30px}.checks li{padding:7px 0}.checks li:before{content:'✓';color:#2385b6;font-weight:bold;margin-right:12px}.section-head{text-align:center;max-width:670px;margin:0 auto 40px}.pale{background:var(--pale)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{background:white;border:1px solid var(--line);padding:30px;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 15px 30px #13265210}.card .number{font-size:14px;letter-spacing:2px;color:#2584b6;border-bottom:3px solid var(--yellow);display:inline-block;margin-bottom:25px}.card p{font-size:15px}.text-link{font-size:14px;font-weight:bold;color:var(--blue)}.text-link:hover{text-decoration:underline}.center{text-align:center;margin-top:36px}.callout{background:var(--blue);color:white;padding:46px 0}.callout .container{display:flex;justify-content:space-between;align-items:center;gap:25px}.callout h2{color:white;margin:0 0 10px;font-size:30px}.callout p{color:#d7e1f4;margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step b{display:block;font-size:34px;color:#2682b5;margin-bottom:18px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:bold;color:var(--blue);padding-right:10px}.faq p{margin:15px 0 0;font-size:15px}.quote{background:var(--blue);padding:36px;color:white}.quote h2{color:white;font-size:29px}.quote p{color:#d7e1f4;font-size:14px}.quote label{display:block;font-size:14px;margin-bottom:15px}.quote input,.quote select,.quote textarea{display:block;width:100%;border:1px solid #ced7e5;background:white;color:var(--ink);padding:12px;margin-top:5px;min-width:0;border-radius:0}.quote .row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.quote .btn{width:100%}.region-chips{display:flex;flex-wrap:wrap;gap:10px}.region-chips a{border:1px solid var(--line);padding:9px 16px;background:white;font-size:14px}.region-chips a:hover{background:var(--blue);color:white}.region-section{scroll-margin-top:120px;padding:28px 0;border-bottom:1px solid var(--line)}.region-section h2{font-size:27px}.region-section .region-chips a{background:var(--pale)}.page-hero{background:var(--pale);padding:52px 0}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:15px}.page-hero h1{font-size:42px;max-width:900px}.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:65px}.article h2{font-size:28px;margin-top:38px}.article h2:first-child{margin-top:0}.article li{margin-bottom:12px;color:var(--muted)}.sidebar{background:var(--pale);padding:28px;align-self:start;position:sticky;top:125px}.sidebar a:not(.btn){display:block;padding:9px 0;border-bottom:1px solid var(--line);font-size:14px}.sidebar .btn{margin-top:20px}.notice{border-left:3px solid #d5b557;padding:15px 20px;background:#fffcdf;font-size:14px}.contact-card{padding:35px;background:var(--pale)}.contact-card a{color:var(--blue);font-weight:bold}.contact-card h2{font-size:26px}footer{background:#101f48;color:#d5ddef;padding:60px 0 20px}footer h3{color:white;font-size:18px}footer p{color:#bcc7de;font-size:14px}footer .columns{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:45px}footer a{display:block;font-size:14px;padding:5px 0}footer .brand strong{color:white}footer .brand{margin-bottom:20px}footer .bottom{border-top:1px solid #ffffff20;margin-top:40px;padding-top:18px;font-size:13px;display:flex;justify-content:space-between;gap:20px}.floating{position:fixed;bottom:22px;left:20px;display:flex;flex-direction:column;gap:10px;z-index:25}.floating a{width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:#187cae;color:white;box-shadow:0 3px 12px #0002;font-size:23px}.floating a:last-child{background:#1d9947;font-size:19px}.skip{position:fixed;left:10px;top:-100px;background:white;padding:15px;z-index:100}.skip:focus{top:10px}.search{width:100%;padding:15px;border:1px solid #bac8dc;margin:15px 0 20px}.empty{padding:20px;background:var(--pale)}[hidden]{display:none!important}@media(max-width:1100px){.nav{gap:16px}.phone{display:none}.brand strong{font-size:22px}.mega{left:-390px}}@media(max-width:800px){.container{width:calc(100% - 36px)}.topbar .container span:last-child{display:none}.topbar{font-size:12px}.header-row{min-height:82px}.brand img{width:54px;height:54px}.brand strong{font-size:21px}.brand small{font-size:9px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:82px;left:0;right:0;background:white;max-height:80vh;overflow:auto;padding:20px;box-shadow:0 10px 15px #0001}.nav.open{display:block}.nav>a,.nav>details{display:block;padding:12px}.mega{position:static;width:100%;grid-template-columns:1fr 1fr;padding:18px 0;box-shadow:none;max-height:none}.hero{min-height:550px}.hero-photo{object-position:66% center}.hero:after{background:linear-gradient(90deg,#edf6f9f5,#edf6f9db 52%,#edf6f945)}.hero-copy{max-width:480px}.hero h1{font-size:43px}.hero p{font-size:16px}.section{padding:58px 0}.split,.faq-grid,.article-grid{grid-template-columns:1fr;gap:40px}.image-note{right:0}.cards{grid-template-columns:1fr 1fr}.steps{gap:25px}.callout .container{display:block}.callout .btn{margin-top:22px}.sidebar{position:static}footer .columns{grid-template-columns:1fr 1fr;gap:30px}.page-hero h1{font-size:34px}}@media(max-width:480px){.hero h1{font-size:37px}.hero .container{padding-top:45px}.cards,.steps{grid-template-columns:1fr}.hero .actions{gap:10px}.btn{padding:13px 17px}.quote{padding:25px}.quote .row{grid-template-columns:1fr;gap:0}footer .columns{grid-template-columns:1fr}.mega{grid-template-columns:1fr}.page-hero h1{font-size:30px}.floating{left:auto;right:14px;bottom:14px}.floating a{width:44px;height:44px}footer .bottom{display:block}.image-note{padding:15px 23px}.article-grid{gap:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:480px){.hero:after{background:linear-gradient(90deg,#edf6f9f5,#edf6f9df 60%,#edf6f999)}}
