
:root{
  --navy:#1f3040; --navy-deep:#16232f; --orange:#e8951f;
  --steel:#5f717f; --line:#dde2e5; --paper:#ffffff;
  --paper-alt:#f4f6f7; --ink:#1c2733;
}
*{box-sizing:border-box; margin:0; padding:0;}
body{font-family:'Inter',sans-serif; color:var(--ink); background:var(--paper); line-height:1.65;}
h1,h2,h3{font-family:'Source Serif 4',serif; font-weight:600; color:var(--navy-deep); letter-spacing:0.2px;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.container{max-width:1120px; margin:0 auto; padding:0 40px;}

nav{border-bottom:1px solid var(--line); padding:14px 0; background:var(--paper); position:sticky; top:0; z-index:50;}
nav .container{display:flex; align-items:center; justify-content:space-between;}
nav .logo img{height:64px;}
nav .links{display:flex; gap:32px; font-size:14px; color:var(--navy-deep); font-weight:500;}
nav .links a:hover{color:var(--orange);}
nav .cta-group{display:flex; align-items:center; gap:20px;}
nav .phone{font-size:14px; color:var(--steel); font-weight:500;}
nav .btn{background:var(--navy-deep); color:#fff; padding:10px 20px; border-radius:3px; font-size:13px; font-weight:600; letter-spacing:0.3px;}
nav .btn:hover{background:var(--orange); color:var(--navy-deep);}

header.page-head{background:var(--navy-deep); color:#fff; padding:88px 0 76px; position:relative; background-size:cover; background-position:center;}
header.page-head.has-image{background-blend-mode:overlay;}
header.page-head .overlay{position:absolute; inset:0; background:linear-gradient(rgba(22,35,47,0.82),rgba(22,35,47,0.88));}
header.page-head .container{position:relative; z-index:2;}
header.page-head .eyebrow{color:var(--orange); font-size:12px; letter-spacing:1.5px; text-transform:uppercase; font-weight:600; margin-bottom:14px;}
header.page-head h1{color:#fff; font-size:38px; line-height:1.2; max-width:680px; margin-bottom:16px;}
header.page-head p{color:#c3ccd3; font-size:16px; max-width:560px;}
.btn-row{display:flex; gap:16px; margin-top:28px;}
.btn-primary{background:var(--orange); color:var(--navy-deep); padding:13px 26px; border-radius:3px; font-weight:600; font-size:14px; display:inline-block;}
.btn-primary:hover{opacity:0.9;}
.btn-secondary{border:1px solid rgba(255,255,255,0.35); color:#fff; padding:13px 26px; border-radius:3px; font-weight:500; font-size:14px; display:inline-block;}

.trust-strip{background:var(--paper-alt); border-bottom:1px solid var(--line); padding:20px 0;}
.trust-strip .container{display:flex; justify-content:space-between; flex-wrap:wrap; gap:16px; font-size:13px; color:var(--steel); font-weight:500;}

section{padding:72px 0;}
section.alt{background:var(--paper-alt);}
.section-head{max-width:640px; margin-bottom:36px;}
.section-head .eyebrow{color:var(--orange); font-size:12px; letter-spacing:1.5px; text-transform:uppercase; font-weight:600; margin-bottom:10px; display:block;}
.section-head h2{font-size:26px;}
.section-head p.sub{color:var(--steel); font-size:15px; margin-top:10px;}

.narrative{max-width:760px; font-size:15px;}
.narrative p{margin-bottom:16px;}
.feature-img{width:100%; max-width:420px; border-radius:6px; margin-top:22px; box-shadow:0 2px 10px rgba(0,0,0,0.08); border:1px solid var(--line);}

.division-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line);}
.division-card{background:#fff; padding:28px 22px; min-height:170px; display:flex; flex-direction:column; justify-content:space-between;}
.division-card h3{font-size:17px; margin-bottom:8px;}
.division-card p{font-size:13px; color:var(--steel); margin-bottom:16px;}
.division-card .link{font-size:12px; font-weight:600; color:var(--orange); text-transform:uppercase; letter-spacing:0.3px;}
.division-card .link:hover{text-decoration:underline;}

.case-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.case-card{border:1px solid var(--line); border-radius:4px; overflow:hidden; background:#fff;}
.case-card .img{height:170px; background-size:cover; background-position:center;}
.case-card .body{padding:20px;}
.case-card .tag{font-size:11px; color:var(--orange); font-weight:600; text-transform:uppercase; letter-spacing:0.5px; margin-bottom:8px; display:block;}
.case-card h3{font-size:16px; margin-bottom:8px;}
.case-card p{font-size:13px; color:var(--steel);}

.quote-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:32px;}
.quote{border-left:2px solid var(--orange); padding-left:20px;}
.quote p{font-size:14px; margin-bottom:14px; font-style:italic;}
.quote .name{font-size:13px; font-weight:600; color:var(--navy-deep);}
.quote .role{font-size:12px; color:var(--steel);}

.why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.why-item{border-left:2px solid var(--orange); padding-left:16px; font-size:14px;}

.included-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:14px; max-width:820px;}
.included-item{border:1px solid var(--line); border-radius:4px; padding:16px 18px; font-size:14px; background:#fff;}

.client-types{display:grid; grid-template-columns:repeat(3,1fr); gap:14px;}
.client-type{border:1px solid var(--line); border-radius:4px; padding:18px 14px; text-align:center; font-size:13px; font-weight:600; color:var(--navy-deep); background:#fff;}

.faq-item{border-bottom:1px solid var(--line); padding:18px 0;}
.faq-item:last-child{border-bottom:none;}
.faq-item h3{font-size:15px; margin-bottom:8px;}
.faq-item p{font-size:14px; color:var(--steel);}

.accred-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:14px;}
.accred-item{border:1px solid var(--line); border-radius:4px; padding:16px; font-size:13px; font-weight:600; text-align:center; background:#fff;}
.accred-item span{display:block; font-size:11px; color:var(--steel); font-weight:500; margin-top:4px;}
.accred-item.has-logo{display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; min-height:110px;}
.accred-item.has-logo img{max-height:48px; max-width:100%; object-fit:contain;}
.accred-item.has-logo span{margin-top:0;}

.accred-strip{padding:32px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.accred-strip .container{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px;}
.accred-pill{font-size:12px; color:var(--steel); font-weight:600; border:1px solid var(--line); padding:8px 14px; border-radius:3px;}

.contact-grid{display:grid; grid-template-columns:1fr 1.4fr; gap:48px; align-items:start;}
.contact-info{display:flex; flex-direction:column; gap:24px;}
.info-card{border:1px solid var(--line); border-radius:4px; padding:20px 22px;}
.info-card .label{font-size:11px; text-transform:uppercase; letter-spacing:0.5px; color:var(--orange); font-weight:600; margin-bottom:6px;}
.info-card .value{font-size:16px; color:var(--navy-deep); font-weight:600;}
.info-card .sub{font-size:13px; color:var(--steel); margin-top:4px;}
form{background:#fff; border:1px solid var(--line); border-radius:6px; padding:32px;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px;}
.form-group{display:flex; flex-direction:column; gap:6px;}
.form-group.full{grid-column:1 / -1;}
label{font-size:12px; font-weight:600; color:var(--navy-deep); text-transform:uppercase; letter-spacing:0.3px;}
input, textarea{border:1px solid var(--line); border-radius:4px; padding:10px 12px; font-family:'Inter',sans-serif; font-size:14px; width:100%;}
textarea{resize:vertical; min-height:90px;}
.checkbox-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:6px;}
.checkbox-item{display:flex; align-items:center; gap:8px; font-size:13px; font-weight:400; text-transform:none;}
.checkbox-item input{width:auto;}
.submit-btn{background:var(--orange); color:var(--navy-deep); border:none; padding:13px 28px; border-radius:3px; font-weight:600; font-size:14px; cursor:pointer; margin-top:8px;}
.submit-btn:hover{opacity:0.9;}

.closing{background:var(--navy-deep); color:#fff; text-align:center; padding:64px 0;}
.closing h2{color:#fff; font-size:26px; margin-bottom:14px;}
.closing p{color:#c3ccd3; font-size:14px; margin-bottom:28px;}

footer{background:var(--navy-deep); color:#c3ccd3; padding:48px 0 32px;}
footer .flogo img{height:44px; margin-bottom:20px;}
footer .fgrid{display:flex; justify-content:space-between; flex-wrap:wrap; gap:32px;}
footer .faddress p{margin-bottom:6px; font-size:14px;}
footer .faddress a{text-decoration:underline;}
footer .faddress a:hover{color:var(--orange);}
footer .flinks{display:flex; gap:20px; font-size:14px; align-self:flex-start;}
footer .flinks a{text-decoration:underline;}
footer .flinks a:hover{color:var(--orange);}
footer .fbottom{margin-top:32px; padding-top:24px; border-top:1px solid rgba(255,255,255,0.1); font-size:12px; color:#8b98a3;}

@media (max-width: 900px){
  .division-grid, .case-grid, .quote-grid, .why-grid, .included-grid, .accred-grid, .client-types{grid-template-columns:1fr 1fr;}
  .contact-grid{grid-template-columns:1fr;}
  nav .links{display:none;}
}
