:root{--navy:#071725;--navy2:#102b43;--blue:#0878d1;--sky:#51b2f4;--ink:#17212b;--muted:#65727e;--line:#dce3e8;--paper:#f3f6f8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.6 Arial,Helvetica,sans-serif}a{color:inherit}.top{min-height:34px;padding:5px clamp(20px,5vw,72px);display:flex;justify-content:space-between;background:var(--navy);color:#bdcad5;font-size:.82rem}.top a{color:#fff;text-decoration:none}header{height:92px;padding:10px clamp(20px,5vw,72px);display:grid;grid-template-columns:auto 1fr auto;gap:38px;align-items:center;position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px;text-decoration:none}.brand img{width:120px;height:68px;object-fit:contain}.brand b{padding-left:14px;border-left:1px solid var(--line);white-space:nowrap}nav{display:flex;justify-content:center;gap:30px}nav a{text-decoration:none;font-weight:700;color:#34414d}.headcall{display:flex;flex-direction:column;text-decoration:none;line-height:1.3}.headcall small{color:var(--muted)}.headcall b{color:var(--blue);font-size:1.12rem}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--navy);color:#fff}.hero-copy{padding:clamp(65px,8vw,120px) clamp(26px,7vw,110px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,var(--navy),var(--navy2))}.tag{margin:0 0 18px;color:var(--sky);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.hero h1{font-size:clamp(3.2rem,6vw,6.2rem);line-height:.95;letter-spacing:-.055em;margin:0 0 28px}.lead{font-size:clamp(1.08rem,1.6vw,1.3rem);color:#cad5df;max-width:680px;margin:0}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.button{min-height:52px;padding:0 23px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800}.blue{background:var(--blue)}.outline{border:1px solid #7c8b98}.hero ul{display:flex;gap:23px;flex-wrap:wrap;list-style:none;padding:0;margin:42px 0 0;color:#d8e1e8;font-size:.9rem}.hero li:before{content:'✓';color:var(--sky);font-weight:900;margin-right:8px}.hero-img{position:relative;overflow:hidden}.hero-img>img{position:absolute;width:100%;height:100%;object-fit:cover}.hero-img>div{position:absolute;left:30px;right:30px;bottom:30px;padding:19px 22px;background:rgba(7,23,37,.9);border-left:4px solid var(--blue);display:flex;flex-direction:column}.hero-img small,.showcase small{color:#9bd5fc;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.intro{padding:100px clamp(22px,7vw,110px) 45px;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end}.intro h2,.coverage h2,.contact h2{font-size:clamp(2.2rem,4vw,4.1rem);line-height:1.05;letter-spacing:-.045em;margin:0}.intro>p{color:var(--muted);font-size:1.12rem;margin:0}.services{margin:0 clamp(22px,7vw,110px) 110px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-right:0;border-bottom:0}.services article{padding:34px;min-height:240px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.2s}.services article:hover{background:var(--paper);transform:translateY(-3px)}.services i{width:42px;height:42px;display:grid;place-items:center;background:var(--navy);color:#fff;font-style:normal;font-weight:900;border-radius:4px}.services h3{font-size:1.32rem;margin:27px 0 8px}.services p{color:var(--muted);margin:0}.showcase{display:grid;grid-template-columns:1fr 1fr;background:var(--paper)}.showcase figure{display:grid;grid-template-columns:1.25fr .75fr;margin:0;min-height:420px;background:#fff;border:1px solid var(--line)}.showcase figure:first-child{border-right:0}.showcase img{width:100%;height:100%;min-height:420px;object-fit:cover}.showcase figcaption{padding:30px 26px;display:flex;flex-direction:column;justify-content:flex-end}.showcase small{color:var(--blue)}.showcase b{font-size:1.25rem;line-height:1.25;margin:8px 0}.showcase p{color:var(--muted);margin:0}.coverage{padding:105px clamp(22px,7vw,110px);display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.places{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-right:0;border-bottom:0}.places span{padding:17px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-weight:800}.contact{padding:90px clamp(22px,7vw,110px);display:grid;grid-template-columns:1.1fr .9fr;gap:80px;background:var(--blue);color:#fff}.contact .tag{color:#d8efff}.contact p{max-width:650px}.details{display:flex;flex-direction:column;justify-content:center;gap:18px}.details>a:not(.button){display:flex;flex-direction:column;text-decoration:none;border-bottom:1px solid #ffffff5c;padding-bottom:14px}.details small{color:#d8efff}.details b{font-size:1.25rem;overflow-wrap:anywhere}.white{background:#fff;color:var(--navy);align-self:flex-start}footer{padding:42px clamp(22px,7vw,110px);display:grid;grid-template-columns:1fr auto;gap:24px;background:var(--navy);color:#fff}footer div{display:flex;gap:20px;flex-wrap:wrap}footer div:first-child{flex-direction:column;gap:0}footer span,footer p{color:#9fb0be}footer a{text-decoration:none}footer p{grid-column:1/-1;margin:0;font-size:.88rem}.mobile{display:none}
@media(max-width:980px){header{grid-template-columns:auto 1fr}nav{display:none}.headcall{justify-self:end}.hero{grid-template-columns:1fr}.hero-copy{min-height:580px}.hero-img{min-height:500px}.services{grid-template-columns:1fr 1fr}.showcase{grid-template-columns:1fr}.showcase figure:first-child{border-right:1px solid var(--line)}.intro,.coverage,.contact{grid-template-columns:1fr;gap:40px}}
@media(max-width:620px){body{padding-bottom:62px}.top a{display:none}header{height:76px}.brand img{width:92px;height:54px}.brand b,.headcall{display:none}.hero-copy{min-height:auto;padding:65px 22px}.hero h1{font-size:3.35rem}.hero-img{min-height:360px}.button{width:100%}.intro{padding-top:75px}.services{grid-template-columns:1fr;margin-bottom:75px}.services article{min-height:auto}.showcase figure{grid-template-columns:1fr}.showcase img{min-height:270px;height:270px}.showcase figcaption{min-height:185px}.coverage,.contact{padding-top:75px;padding-bottom:75px}.places{grid-template-columns:1fr}.white{align-self:stretch}.mobile{display:flex;position:fixed;left:0;right:0;bottom:0;height:62px;background:var(--blue);color:#fff;align-items:center;justify-content:center;text-decoration:none;font-weight:900;z-index:20}footer{grid-template-columns:1fr}}
