:root{
  --blue:#015aaa;
  --blue-light:#067ce6;
  --green:#1d9478;
  --mint:#36d8b3;
  --ink:#10243a;
  --body:#41566b;
  --paper:#f4f8fb;
  --line:#dde7ef;
  --white:#fff;
  --ff:'Figtree',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --wrap:1200px;
  --r:10px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--ff);color:var(--body);font-size:17px;line-height:1.6;background:var(--white)}
h1,h2,h3,h4{font-family:var(--ff);color:var(--ink);margin:0 0 .5em;line-height:1.15;font-weight:700;letter-spacing:-.015em}
h1{font-size:clamp(2.2rem,4.6vw,3.4rem)}
h2{font-size:clamp(1.7rem,2.8vw,2.3rem)}
h3{font-size:1.2rem}
p{margin:0 0 1em;max-width:68ch}
a{color:var(--blue-light)}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.btn{display:inline-block;padding:13px 26px;border-radius:var(--r);font-weight:600;text-decoration:none;font-size:16px;border:2px solid transparent}
.btn-green{background:var(--green);color:#fff}
.btn-green:hover{background:#177a63}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:#01488a}
.btn-ghost{border-color:#fff;color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.12)}
.btn-outline{border-color:var(--blue);color:var(--blue)}
.btn-outline:hover{background:#eaf3fb}
a:focus-visible,.btn:focus-visible{outline:3px solid var(--mint);outline-offset:3px}

/* topbar */
.topbar{background:var(--ink);color:#c8d8e6;font-size:14px}
.topbar .wrap{display:flex;gap:26px;align-items:center;height:40px}
.topbar a{color:#c8d8e6;text-decoration:none}
.topbar a:hover{color:#fff}
.topbar .spacer{margin-left:auto}
.topbar .call{color:#fff;font-weight:600}

/* nav */
.nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
.nav .wrap{display:flex;align-items:center;gap:32px;height:84px}
.logo img{height:54px;display:block}
.menu{display:flex;gap:26px;margin-left:auto;list-style:none;padding:0;margin-block:0}
.menu a{color:var(--ink);text-decoration:none;font-weight:600;font-size:16px;padding:8px 0;border-bottom:3px solid transparent}
.menu a:hover{border-bottom-color:var(--mint)}
.nav .btn{padding:11px 20px}

/* hero */
.hero{background:linear-gradient(140deg,#013e77 0%,var(--blue) 45%,#0b7fb4 100%);color:#fff;padding:78px 0 130px;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;right:-120px;top:-80px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(54,216,179,.45),rgba(54,216,179,0) 65%)}
.hero h1{color:#fff;max-width:16ch}
.hero p{color:#dceaf6;font-size:19px;max-width:54ch}
.hero .actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero .trust{margin-top:34px;display:flex;gap:28px;flex-wrap:wrap;font-size:15px;color:#bfd8ec}
.hero .trust span{display:flex;align-items:center;gap:8px}
.dot{width:9px;height:9px;border-radius:50%;background:var(--mint);flex:none}

/* service tiles overlapping hero */
.tiles{margin-top:-86px;position:relative;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.tile{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 14px 34px rgba(1,60,110,.12)}
.tile h3{margin-bottom:8px}
.tile p{font-size:15.5px;margin-bottom:18px}
.tile .mark{width:44px;height:44px;border-radius:12px;background:#e7f6f1;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.tile .mark svg{width:24px;height:24px;stroke:var(--green);fill:none;stroke-width:1.8}
.tile.knowledge{background:var(--paper);border-style:dashed}
.tile.knowledge .mark{background:#e4eff9}
.tile.knowledge .mark svg{stroke:var(--blue)}
.tile a.textlink{font-weight:600;text-decoration:none;color:var(--blue)}
.tile a.textlink:hover{text-decoration:underline}

section{padding:72px 0}
.lede{max-width:760px}
.lede p{font-size:19px}

/* alternating blocks */
.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.split + .split{margin-top:64px}
.split.flip .media{order:2}
.media{aspect-ratio:4/3;border-radius:14px;background:linear-gradient(135deg,#d7e8f5,#eef7f4);display:flex;align-items:center;justify-content:center;color:#6d8ba5;font-size:15px;border:1px solid var(--line)}
.split ul{padding-left:20px;margin:0 0 20px}
.split li{margin-bottom:6px}

/* why band */
.band{background:var(--paper)}
.grid6{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:34px}
.point{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}
.point h3{font-size:1.05rem;margin-bottom:6px}
.point p{font-size:15.5px;margin:0}

/* team */
.team{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:34px}
.person{border:1px solid var(--line);border-radius:14px;padding:26px;display:flex;gap:20px}
.avatar{width:84px;height:84px;border-radius:50%;background:linear-gradient(135deg,var(--mint),var(--blue-light));flex:none}
.person h3{margin-bottom:2px}
.role{color:var(--green);font-weight:600;font-size:15px;margin-bottom:10px}
.person p{font-size:15.5px;margin:0}

/* quote strip */
.strip{background:var(--blue);color:#fff;text-align:center}
.strip h2{color:#fff}
.strip p{color:#d5e8f7;margin-left:auto;margin-right:auto}

/* testimonials */
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.quote{border-left:3px solid var(--mint);padding:4px 0 4px 20px}
.quote p{font-size:16px}
.quote cite{font-style:normal;font-weight:600;color:var(--ink);font-size:15px}
.placeholder-note{background:#fff7e6;border:1px solid #f0d9a8;border-radius:10px;padding:14px 18px;font-size:15px;color:#7a5a12;margin-bottom:26px}

/* news */
.news{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.card{border:1px solid var(--line);border-radius:12px;overflow:hidden;position:relative}
.card .thumb{height:150px;background:linear-gradient(135deg,#e3f1ea,#dceaf6)}
.card .body{padding:20px}
.card h3{font-size:1.05rem}
.card a{position:absolute;inset:0;text-indent:-9999px}

/* footer */
footer{background:var(--ink);color:#b8cadb;padding:60px 0 28px;font-size:15.5px}
footer h4{color:#fff;font-size:15px;margin-bottom:14px;font-weight:600}
.fgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
footer a{color:#b8cadb;text-decoration:none;display:block;margin-bottom:8px}
footer a:hover{color:#fff}
.flogo{background:#fff;border-radius:10px;padding:10px;display:inline-block;margin-bottom:16px}
.flogo img{height:48px;display:block}
.legal{border-top:1px solid #23394f;margin-top:40px;padding-top:20px;font-size:13.5px;color:#8ea6bd;display:flex;gap:20px;flex-wrap:wrap}


.partner{font-size:15.5px;background:#eef6f3;border-left:3px solid var(--mint);padding:12px 16px;border-radius:0 8px 8px 0}
.areas{list-style:none;padding:0;margin:30px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.areas li{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:12px 16px;font-weight:600;color:var(--ink);font-size:15.5px}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:start}
.qform{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;display:grid;gap:16px}
.qform label{display:grid;gap:6px;font-weight:600;color:var(--ink);font-size:15.5px}
.qform input,.qform select,.qform textarea{font-family:var(--ff);font-size:16px;font-weight:400;color:var(--body);padding:11px 13px;border:1px solid var(--line);border-radius:8px;background:#fcfdfe}
.qform input:focus,.qform select:focus,.qform textarea:focus{outline:2px solid var(--blue-light);outline-offset:1px;border-color:var(--blue-light)}
.qform .row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.qform button{justify-self:start;cursor:pointer;font-family:var(--ff)}

@media (max-width:900px){
  .tiles,.grid6,.quotes,.news,.team,.fgrid,.contact-grid,.qform .row{grid-template-columns:1fr}
  .areas{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr;gap:28px}
  .split.flip .media{order:0}
  .menu{display:none}
  .tiles{margin-top:-60px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.media{overflow:hidden}
.media img{width:100%;height:100%;object-fit:cover;display:block}
.hero{position:relative;isolation:isolate}
.hero .herobg{position:absolute;inset:0;z-index:-2;overflow:hidden}
.hero .herobg img{width:100%;height:100%;object-fit:cover}
.hero .herobg:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(1,50,95,.92) 0%,rgba(1,90,170,.86) 55%,rgba(11,127,180,.78) 100%)}
.card .thumb{overflow:hidden}
.card .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.avatar{overflow:hidden}
.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}

/* photo-backed sections */
.photobg{position:relative;isolation:isolate;color:#fff;overflow:hidden}
.photobg .bgimg{position:absolute;inset:0;z-index:-2}
.photobg .bgimg img{width:100%;height:100%;object-fit:cover}
.photobg .bgimg:after{content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,rgba(6,32,58,.90) 0%,rgba(1,68,128,.86) 60%,rgba(1,90,170,.80) 100%)}
.photobg h2,.photobg h3{color:#fff}
.photobg p{color:#dceaf6}
.photobg .areas li{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.22);color:#fff}
.photobg .point{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18)}
.photobg .point p{color:#cfe2f2}

.hero:has(.herobg){background:none}
.hero:has(.herobg) .herobg{z-index:0}
.hero:has(.herobg) .wrap{position:relative;z-index:1}
.hero:has(.herobg):after{z-index:0}
/* === final treatment === */
/* hero: colour photo, white text, no card */
.hero .herobg{z-index:0}
.hero .herobg:after{background:linear-gradient(105deg,rgba(4,26,48,.82) 0%,rgba(4,30,56,.60) 52%,rgba(4,30,56,.38) 100%)}
.hero .wrap{position:relative;z-index:1}
.herocard{background:none;box-shadow:none;border-radius:0;padding:0;max-width:680px}
.herocard h1{color:#fff}
.herocard p{color:#e2eefa}
.herocard .trust{color:#cfe2f2}
.herocard .btn-ghost{border-color:#fff;color:#fff}
.herocard .btn-ghost:hover{background:rgba(255,255,255,.14)}
.hero{padding:96px 0 132px}
.tiles{margin-top:-64px}
.tile .mark{background:#e7f6f1}
.tile .mark svg{stroke:var(--green)}

/* photo sections: blue overlay, white text, no panels */
.photobg{padding:82px 0}
.photobg .bgimg:after{background:linear-gradient(115deg,rgba(4,28,52,.90) 0%,rgba(1,68,128,.84) 55%,rgba(1,90,170,.78) 100%)}
.photobg .lede{background:none;box-shadow:none;padding:0;max-width:760px}
.photobg h2,.photobg .lede h2{color:#fff}
.photobg p,.photobg .lede p{color:#dceaf6}
.photobg .grid6{margin-top:40px;gap:34px 30px}
.photobg .point{background:none;border:0;box-shadow:none;padding:0}
.photobg .point h3{color:#fff;font-size:1.08rem;margin-bottom:6px}
.photobg .point p{color:#c9deef;font-size:15.5px}
.pointicon{display:block;width:34px;height:34px;margin-bottom:14px}
.pointicon svg{width:34px;height:34px;fill:none;stroke:var(--mint);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.photobg .areas{display:grid;grid-template-columns:repeat(4,1fr);gap:0 28px;margin-top:34px;border-top:1px solid rgba(255,255,255,.22)}
.photobg .areas li{background:none;border:0;border-bottom:1px solid rgba(255,255,255,.16);box-shadow:none;border-radius:0;color:#fff;padding:13px 2px;font-weight:500;font-size:16px}

/* white-card variant: photo in full colour, content on white */
.photobg.cardstyle .bgimg:after{background:linear-gradient(90deg,rgba(6,32,58,.34) 0%,rgba(6,32,58,.10) 55%,rgba(6,32,58,0) 100%)}
.photobg.cardstyle .lede{background:#fff;border-radius:2px;padding:46px 48px;max-width:640px;box-shadow:0 26px 60px rgba(3,30,55,.28)}
.photobg.cardstyle .lede h2{color:var(--ink)}
.photobg.cardstyle .lede p{color:var(--body)}

/* three-column icon row */
#promise{padding:76px 0}
.promise{display:grid;grid-template-columns:repeat(3,1fr);gap:46px;text-align:center}
.pcol h3{color:var(--green);font-size:1.15rem;margin-bottom:10px}
.pcol p{margin:0 auto;max-width:34ch;font-size:16px}
.picon{display:inline-flex;margin-bottom:16px}
.picon svg{width:40px;height:40px;fill:none;stroke:var(--blue);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}

.strip:not(.photobg){background:var(--blue)}

@media (max-width:900px){
  .herocard,.photobg .lede{max-width:100%}
  .photobg.cardstyle .lede{padding:28px 24px}
  .photobg .areas{grid-template-columns:repeat(2,1fr)}
  .promise{grid-template-columns:1fr;gap:34px}
  .photobg,.hero{padding:56px 0}
  .tiles{margin-top:-40px}
}
/* === pass 3 === */
/* section + hero icons */
.hicon{display:inline-flex;margin-bottom:18px}
.hicon svg{width:52px;height:52px;fill:none;stroke:var(--mint);stroke-width:1.3;
  stroke-linecap:round;stroke-linejoin:round}
.sicon{display:inline-flex;margin-bottom:14px}
.sicon svg{width:40px;height:40px;fill:none;stroke:var(--blue);stroke-width:1.3;
  stroke-linecap:round;stroke-linejoin:round}
.photobg .sicon svg{stroke:var(--mint)}
.photobg.cardstyle .sicon svg{stroke:var(--blue)}
.strip .sicon svg{stroke:#fff}

/* three-column row gets its own tone so it separates from the white above/below */
#promise{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* replaces the mint left-bar note */
.notebox{background:#eef4fa;border:1px solid #d5e4f2;border-left:0;border-radius:10px;
  padding:16px 20px;font-size:15.5px;color:var(--body);position:relative}

/* testimonials as quote cards, no mint bar */
.quotes{gap:26px}
.quotecard{background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px 28px 26px;
  position:relative;box-shadow:0 12px 30px rgba(3,30,55,.07)}
.quotecard:before{content:"\201C";position:absolute;top:6px;left:20px;font-size:62px;line-height:1;
  color:var(--mint);opacity:.55;font-family:Georgia,serif}
.quotecard p{position:relative;margin:14px 0 14px;font-size:16px}
.quotecard cite{font-style:normal;font-weight:600;color:var(--ink);font-size:15px;
  display:block;padding-top:12px;border-top:1px solid var(--line)}

/* 'where we cover' on light, so two blue photo bands never stack */
.areas-light{background:var(--paper);padding:78px 0;border-top:1px solid var(--line)}
.areas-light h2{color:var(--ink)}
.areas-light p{color:var(--body)}
.areas-light .sicon svg{stroke:var(--blue)}
.areas-light .areas{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,1fr);
  gap:0 30px;margin-top:34px;border-top:1px solid #d9e4ee}
.areas-light .areas li{background:none;border:0;border-bottom:1px solid #d9e4ee;border-radius:0;
  box-shadow:none;color:var(--ink);padding:13px 2px;font-weight:500;font-size:16px}

@media (max-width:900px){
  .hicon svg{width:42px;height:42px}
  .sicon svg{width:34px;height:34px}
  .areas-light{padding:52px 0}
  .areas-light .areas{grid-template-columns:repeat(2,1fr)}
  .quotecard{padding:24px 22px 22px}
  #promise{padding:52px 0}
}

/* mobile pass */
@media (max-width:760px){
  .wrap{padding:0 20px}
  h1{font-size:2rem}
  h2{font-size:1.55rem}
  body{font-size:16px}
  .topbar .wrap{height:auto;padding-top:8px;padding-bottom:8px;flex-wrap:wrap;gap:6px 16px;font-size:13px}
  .topbar .spacer{margin-left:0}
  .nav .wrap{height:auto;padding-top:14px;padding-bottom:14px;gap:14px;flex-wrap:wrap}
  .nav .btn{padding:10px 16px;font-size:15px;margin-left:auto}
  .logo img{height:44px}
  .hero{padding:52px 0 70px}
  .tiles{margin-top:-34px;gap:16px}
  .tile{padding:24px}
  .split{gap:22px}
  .media{aspect-ratio:16/10}
  .photobg{padding:52px 0}
  .photobg .grid6{gap:26px}
  .contact-shell{gap:20px}
  .strip{padding:52px 0}
  .fgrid{gap:28px}
  .legal{gap:10px}
  .btn{display:inline-block;width:auto}
  .hero .actions{gap:10px}
  .hero .actions .btn{width:100%;text-align:center}
}
/* === pass 4 === */
/* bigger icons */
.hicon svg{width:64px;height:64px;stroke-width:1.2}
.sicon svg{width:52px;height:52px;stroke-width:1.2}

/* three-column row: solid colour block */
#promise{background:var(--ink);border:0;padding:82px 0}
.pcol h3{color:var(--mint)}
.pcol p{color:#c3d5e5}
.picon svg{stroke:#fff;width:46px;height:46px}

/* testimonials */
.draftnote{font-size:14px;color:#8aa0b4;margin:-4px 0 26px}
.quotecard:before{font-size:70px;top:8px;left:22px}

/* footer */
footer{padding:64px 0 26px}
.fgrid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px}
.fbrand p{font-size:15px;color:#9db3c8;max-width:38ch;margin:0}
.fbar{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;flex-wrap:wrap;
  border-top:1px solid #23394f;margin-top:46px;padding-top:24px;font-size:14.5px;color:#93abc2}
.fbar-left{display:grid;gap:5px}
.fbar-right{display:flex;gap:26px}
.fbar-right a{margin:0;font-weight:600;color:#fff}
.flegal{display:flex;gap:22px;flex-wrap:wrap;font-size:13.5px;color:#7e97af;margin-top:18px}
.flegal a{display:inline;margin:0;color:#7e97af}
.legal{display:none}

@media (max-width:900px){
  .hicon svg{width:50px;height:50px}
  .sicon svg{width:42px;height:42px}
  .picon svg{width:40px;height:40px}
  #promise{padding:56px 0}
  .fgrid{grid-template-columns:1fr;gap:30px}
  .fbar{flex-direction:column;gap:16px}
  .fbar-right{flex-direction:column;gap:6px}
}
/* === pass 5 === */
/* one continuous pale band: service tiles + three-column row */
.tilesband{background:var(--paper);padding-bottom:16px}
.tilesband .tiles{position:relative;z-index:5}
#promise{background:var(--paper);border:0;padding:64px 0 82px}
.pcol h3{color:var(--green)}
.pcol p{color:var(--body)}
.picon svg{stroke:var(--blue);width:46px;height:46px}
@media (max-width:900px){#promise{padding:44px 0 56px}}
/* === logo size === */
.nav .wrap{height:98px}
.logo img{height:70px}
@media (max-width:760px){
  .nav .wrap{height:auto}
  .logo img{height:54px}
}
/* === mobile nav === */
.navtoggle{display:none;width:46px;height:42px;border:1px solid var(--line);border-radius:9px;
  background:#fff;cursor:pointer;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.navtoggle span{display:block;width:20px;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s,opacity .2s}
.navtoggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.navtoggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.navtoggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobilemenu{display:none}
.mobilemenu[hidden]{display:none}

@media (max-width:900px){
  .menu{display:none}
  .navtoggle{display:flex;margin-left:auto}
  .navquote{display:none}
  .nav .wrap{gap:12px;justify-content:space-between}
  .mobilemenu:not([hidden]){display:block;position:sticky;top:0;z-index:39;background:#fff;
    border-bottom:1px solid var(--line);padding:10px 20px 22px;box-shadow:0 18px 30px rgba(3,30,55,.10)}
  .mobilemenu a{display:block;padding:14px 2px;color:var(--ink);text-decoration:none;font-weight:600;
    font-size:17px;border-bottom:1px solid var(--line)}
  .mobilemenu a:last-child{border-bottom:0}
  .mobilemenu .mm-cta{margin-top:18px;text-align:center;color:#fff;border-bottom:0;padding:14px}
  .mm-contact{display:grid;gap:4px;margin-top:16px}
  .mm-contact a{border-bottom:0;padding:4px 2px;font-weight:500;color:var(--blue-light);font-size:16px}
  body.menu-open{overflow:hidden}
  .hide-mobile{display:none}
}
/* === split order === */
@media (max-width:900px){
  .split.flip .media{order:2}
  .split.flip > div:not(.media){order:1}
}
/* === legal pages === */
.legaltext{max-width:780px}
.legaltext h2{font-size:1.35rem;margin:36px 0 12px}
.legaltext ul,.legaltext ol{padding-left:22px;margin:0 0 1em}
.legaltext li{margin-bottom:8px}
.legaltext .updated{font-size:14px;color:#8aa0b4}
.tbc{background:#fff4d6;color:#7a5a12;padding:1px 6px;border-radius:4px}
.hero:not(:has(.herobg)) .herocard h1{color:#fff}
