
:root{--navy:#06264a;--blue:#0076c8;--cyan:#12bdec;--ink:#062b58;--muted:#55718b;--line:#d7e6f1;--bg:#edf8fd;--white:#fff;--shadow:0 13px 34px rgba(0,46,84,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;font-size:14px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1440px,94vw);margin:auto}
header{height:48px;background:#fff;border-bottom:1px solid #dfeaf2;position:sticky;top:0;z-index:100}.nav{height:48px;display:flex;align-items:center;justify-content:space-between}.brand img{height:39px}.menu{height:48px;display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600}.menu> a,.dropdown>a{height:48px;display:flex;align-items:center;position:relative;white-space:nowrap}.menu>a.active:after{content:"";position:absolute;height:2px;background:#0784d8;bottom:4px;left:0;right:0}.dropdown{height:48px;display:flex;align-items:center;position:relative}.dropdown-panel{display:none;position:absolute;top:48px;left:-20px;width:330px;padding:8px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:0 0 14px 14px;z-index:200}.dropdown:hover .dropdown-panel,.dropdown:focus-within .dropdown-panel{display:block}.dropdown-panel:before{content:"";position:absolute;left:0;right:0;top:-8px;height:10px}.dropdown-panel a{display:block;padding:10px 12px;border-radius:9px;font-weight:650}.dropdown-panel a:hover{background:#eef8fd;color:#006fbe}.search{font-size:18px}.contact-top{background:#0875c6;color:white!important;padding:9px 22px!important;border-radius:22px;height:auto!important}.mobile-menu{display:none}
.approved-hero{position:relative;background:#123d6b}.approved-hero img{width:100%;height:auto;display:block}.hero-hotspot{position:absolute;display:block;border-radius:24px}.hero-solutions{left:4.5%;top:58.5%;width:12.5%;height:12%}.hero-video{left:17.5%;top:58.5%;width:12%;height:12%}
.story{padding:26px 0 14px;background:linear-gradient(180deg,#eff9fe,#e9f6fc)}.story-grid{display:grid;grid-template-columns:.72fr 1.05fr 1fr;gap:22px;align-items:stretch}.story-copy h2{font-size:21px;margin:8px 0}.story-copy p{font-size:13px;color:#456782;line-height:1.45}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:21px;font-size:12px;font-weight:800}.btn.primary{background:#087fd2;color:white}.video-poster{position:relative;height:153px;border-radius:12px;overflow:hidden;box-shadow:0 7px 20px rgba(0,45,80,.13)}.video-poster img{width:100%;height:100%;object-fit:cover}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(3,25,52,.08)}.play-button{width:62px;height:62px;border-radius:50%;background:rgba(2,33,67,.86);border:3px solid white;color:white;display:grid;place-items:center;font-size:26px;box-shadow:0 8px 24px rgba(0,0,0,.25)}.watch-label{position:absolute;bottom:9px;right:10px;background:#fff;color:#075eaa;padding:7px 12px;border-radius:18px;font-size:10px;font-weight:800}.quote-art{height:153px;border:1px solid #cddfea;border-radius:12px;overflow:hidden;background:white}.quote-art img{width:100%;height:100%;object-fit:cover}
.solutions-home{padding:7px 0 12px}.solution-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:7px}.solution-head h2{font-size:19px;margin:0}.solution-head p{font-size:11px;color:#3471a0;margin:0}.solution-row{display:grid;grid-template-columns:repeat(8,1fr) 2.45fr;gap:7px}.s-card{border:1px solid #d2e1eb;border-radius:8px;height:116px;padding:10px 6px;text-align:center;background:#fff;transition:.2s}.s-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,57,96,.08)}.sicon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;margin:auto;color:white;font-size:17px}.s-card h3{font-size:10px;line-height:1.2;margin:7px 0 6px}.arr{color:#0479cb;font-size:17px}.ai-card{height:116px;border-radius:10px;padding:13px 15px;background:radial-gradient(circle at 75% 28%,#174b95,#0a205b 58%,#061744);color:white;position:relative;overflow:hidden}.ai-card h3{font-size:15px;margin:0 0 4px}.ai-card p{font-size:9px;color:#ddecfa;margin:0 0 4px}.ai-card ul{font-size:8.5px;line-height:1.35;margin:0;padding-left:15px}.ai-card .mini{position:absolute;bottom:8px;left:14px;background:#fff;color:#0b579e;padding:6px 13px;border-radius:14px;font-size:8.5px;font-weight:800}
.why-client{display:grid;grid-template-columns:2.8fr 1.2fr;gap:12px;padding:8px 0 15px}.why h2,.clients-box h2{font-size:16px;margin:0 0 7px}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.why-card{background:#edf7fc;border-radius:8px;min-height:62px;padding:9px;display:flex;gap:8px}.why-card .wi{font-size:20px}.why-card b{font-size:9.5px}.why-card p{font-size:8px;color:#5c758b;margin:2px 0 0}.clients-box{border:1px solid #d6e5ef;border-radius:9px;padding:8px 12px}.clients{display:flex;justify-content:space-around;align-items:center;height:58px}.client{display:flex;align-items:center;gap:8px}.client img{width:46px;height:46px;object-fit:contain}.client b{font-size:9.5px}.client small{display:block;font-size:8px;color:#657b8e}
.page-hero{background:linear-gradient(135deg,#082c58,#0577b7);color:white;padding:58px 0}.page-hero h1{font-size:43px;line-height:1.04;margin:0 0 12px}.page-hero p{max-width:860px;color:#dceff8;font-size:16px}.section{padding:58px 0}.section.alt{background:#f1f9fd}.section h2{font-size:32px;line-height:1.1;margin:0 0 14px}.lead{font-size:16px;color:var(--muted);max-width:880px}.showcase{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}.shot{border:1px solid var(--line);border-radius:18px;background:white;padding:12px;box-shadow:0 10px 28px rgba(0,50,85,.08)}.shot img{width:100%;border-radius:11px}.caption{font-size:11px;color:#607a8f;margin-top:8px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:16px;padding:22px;background:white}.card p{color:var(--muted)}.flow{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.step{border:1px solid var(--line);border-radius:12px;padding:13px;background:white}.step span{font-size:10px;color:#0677c8;font-weight:900}.step h3{font-size:13px;margin:5px 0}.step p{font-size:11px;color:var(--muted)}.notice{padding:11px 13px;background:#fff8e8;border:1px solid #edd391;border-radius:10px;font-size:11px;color:#6c5527}
.cta-band{height:68px;background:linear-gradient(90deg,#08478a,#057fc9,#0bb4e6);color:white}.cta-inner{height:68px;display:flex;align-items:center;justify-content:space-between}.cta-copy h3{font-size:19px;margin:0}.cta-copy p{font-size:10px;color:#dff5ff;margin:2px 0}.cta-actions{display:flex;gap:10px}.btn.white{background:white;color:#075b9e}.btn.outline{border:1px solid white;color:white}
footer{background:#06172d;color:white;padding:14px 0 8px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1.2fr;gap:24px}.footer-logo{height:38px;filter:brightness(0) invert(1)}footer h4{font-size:10px;margin:0 0 5px}footer p,footer a{font-size:8.5px;color:#bccddd;line-height:1.45;display:block;margin:2px 0}.footline{border-top:1px solid #173958;margin-top:8px;padding-top:6px;font-size:7.5px;color:#92a9ba;display:flex;justify-content:space-between}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:5px}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{padding:11px;border:1px solid #bad4e4;border-radius:9px;font:inherit}.field textarea{min-height:130px}.success{display:none;margin-top:10px;padding:10px;border:1px solid #a8dcc3;background:#e9faf2;color:#17603b;border-radius:9px}
@media(max-width:1000px){.menu{display:none}.mobile-menu{display:block}.solution-row{grid-template-columns:repeat(4,1fr)}.ai-card{grid-column:span 4}.story-grid,.showcase{grid-template-columns:1fr 1fr}.quote-art{grid-column:1/-1}.why-client{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.approved-hero{overflow:hidden}.approved-hero img{width:150%;max-width:none;transform:translateX(-4%)}.story-grid,.showcase,.grid3,.form-grid{grid-template-columns:1fr}.solution-row{grid-template-columns:repeat(2,1fr)}.ai-card{grid-column:span 2;height:150px}.why-grid,.flow{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta-band,.cta-inner{height:auto}.cta-inner{padding:12px 0;align-items:flex-start;flex-direction:column}}

.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:25px}.cap-grid a{min-height:105px;padding:20px;border-radius:14px;border:1px solid var(--line);background:#fff;box-shadow:0 7px 20px rgba(0,50,85,.05);display:flex;flex-direction:column;justify-content:center}.cap-grid b{font-size:15px;color:#073e73}.cap-grid span{font-size:11px;color:#668096;margin-top:7px}.address-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:26px}.address-pair .shot{display:flex;flex-direction:column;align-items:center}.address-pair img{height:570px;width:auto;object-fit:contain}.phone-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:26px}.phone-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;text-align:center;box-shadow:0 10px 28px rgba(0,50,85,.07)}.phone-card img{height:560px;width:auto;max-width:100%;object-fit:contain;margin:auto}.phone-card h3{margin:15px 0 5px}.phone-card p{font-size:12px;color:var(--muted)}.gis-list{display:grid;gap:9px;margin-top:20px}.gis-list b{color:#075f9e}.gis-list span{color:var(--muted);font-size:13px;margin-top:-6px}.context-shot{margin-top:18px}.context-shot img{max-height:330px;object-fit:cover;width:100%}@media(max-width:850px){.cap-grid{grid-template-columns:1fr 1fr}.address-pair,.phone-row{grid-template-columns:1fr}.address-pair img,.phone-card img{height:auto;max-height:620px}}

/* V10 deck-image galleries */
.deck-gallery{display:grid;gap:20px;margin-top:24px}
.deck-gallery.two{grid-template-columns:1.45fr .72fr;align-items:center}
.app-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px;align-items:start}
.grievance-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px;align-items:start}
.app-gallery .phone-card,.grievance-gallery .phone-card{background:#fff;border:1px solid #d7e6f1;border-radius:18px;padding:14px;text-align:center;box-shadow:0 8px 22px rgba(0,50,85,.05)}
.app-gallery .phone-card img{width:100%;height:430px;object-fit:contain;margin:auto}
.grievance-gallery .phone-card img{width:100%;height:520px;object-fit:contain;margin:auto}
.app-gallery h3,.grievance-gallery h3{font-size:16px;margin:12px 0 5px}
.app-gallery p,.grievance-gallery p{font-size:11px;color:#55718b;margin:0;line-height:1.45}
.cap-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}
.cap-list span{font-size:12px;font-weight:750;color:#355a76;padding-left:19px;position:relative}
.cap-list span:before{content:"✓";position:absolute;left:0;color:#0aa46d;font-weight:900}
@media(max-width:1050px){
 .app-gallery{grid-template-columns:repeat(2,1fr)}
 .grievance-gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
 .deck-gallery.two,.app-gallery,.grievance-gallery{grid-template-columns:1fr}
 .app-gallery .phone-card img,.grievance-gallery .phone-card img{height:auto;max-height:560px}
 .cap-list{grid-template-columns:1fr}
}

/* V11 — header legibility and single-line section introductions */
header{height:64px}
.nav{height:64px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{height:54px;width:auto;display:block}
.menu{height:64px}
.menu> a,.dropdown>a{height:64px}
.dropdown{height:64px}
.dropdown-panel{top:64px}

/* Use the available desktop width instead of the generic 880px lead limit. */
#smart-address .lead,
#ai .lead{
  max-width:none;
  width:100%;
  white-space:nowrap;
}

/* Keep responsive behaviour sensible on narrower screens. */
@media(max-width:1100px){
  #smart-address .lead,
  #ai .lead{
    white-space:normal;
  }
}
@media(max-width:760px){
  header,.nav{height:56px}
  .brand img{height:47px}
  .menu{height:56px}
}

/* V12 */
.grievance-lead{max-width:none}
.grievance-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:25px;align-items:start}
.grievance-gallery .phone-card{background:#fff;border:1px solid #d7e6f1;border-radius:18px;padding:15px;text-align:center;box-shadow:0 8px 22px rgba(0,50,85,.05)}
.grievance-gallery .phone-card img{width:100%;height:510px;object-fit:contain;margin:auto}
.grievance-gallery h3{font-size:16px;margin:12px 0 5px}
.grievance-gallery p{font-size:11px;color:#55718b;line-height:1.45;margin:0}
@media(max-width:950px){.grievance-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.grievance-gallery{grid-template-columns:1fr}.grievance-gallery .phone-card img{height:auto;max-height:560px}}

/* V13 — search removal and mobile optimisation */
.search{display:none!important}

.mobile-menu{
  display:none;
  border:0;
  background:transparent;
  color:#07305b;
  font-size:25px;
  line-height:1;
  padding:8px;
  cursor:pointer;
}

/* Avoid horizontal overflow caused by wide images/content. */
html,body{max-width:100%;overflow-x:hidden}
img,iframe{max-width:100%}

/* Tablet / phone navigation */
@media(max-width:1000px){
  header,.nav{height:64px}
  .brand img{height:51px}
  .mobile-menu{display:block;position:relative;z-index:302}

  .menu{
    display:none;
    position:absolute;
    top:64px;
    left:0;
    right:0;
    height:auto;
    max-height:calc(100vh - 64px);
    overflow-y:auto;
    background:#fff;
    border-top:1px solid #dce9f1;
    border-bottom:1px solid #dce9f1;
    box-shadow:0 14px 28px rgba(0,46,84,.12);
    padding:10px 4vw 18px;
    z-index:300;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .menu.mobile-open{display:flex}
  .menu > a,.dropdown,.dropdown > a{
    width:100%;
    height:auto;
    min-height:45px;
  }
  .menu > a,.dropdown > a{
    display:flex;
    align-items:center;
    padding:12px 6px;
    border-bottom:1px solid #eef4f8;
    font-size:14px;
  }
  .menu>a.active:after{display:none}
  .contact-top{
    width:max-content!important;
    margin-top:12px;
    padding:10px 22px!important;
    border-bottom:0!important;
  }

  .dropdown{display:block}
  .dropdown-panel{
    display:none!important;
    position:static;
    width:100%;
    box-shadow:none;
    border:0;
    border-radius:0;
    padding:0 0 8px 14px;
    background:#f7fbfe;
  }
  .dropdown.mobile-expanded .dropdown-panel{display:block!important}
  .dropdown-panel:before{display:none}
  .dropdown-panel a{
    padding:10px 12px;
    font-size:13px;
    border-bottom:1px solid #eaf2f7;
  }

  /* The approved desktop hero is retained on desktop. On phones/tablets,
     show it as a full-width visual rather than zooming/cropping it. */
  .approved-hero{background:#0a3968}
  .approved-hero img{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    transform:none!important;
    object-fit:contain;
  }
  .hero-hotspot{display:none}

  .story{padding:28px 0}
  .story-grid{grid-template-columns:1fr 1fr;gap:18px}
  .story-copy{grid-column:1/-1}
  .video-poster,.quote-art{height:190px}

  .solution-row{grid-template-columns:repeat(4,1fr)}
  .ai-card{grid-column:span 4;height:145px}
  .why-client{grid-template-columns:1fr}
  .why-grid{grid-template-columns:repeat(3,1fr)}

  .showcase{grid-template-columns:1fr 1fr}
  .app-gallery{grid-template-columns:repeat(2,1fr)}
  .grievance-gallery{grid-template-columns:repeat(2,1fr)}
  .deck-gallery.two{grid-template-columns:1fr}
  
}

@media(max-width:700px){
  .container{width:min(94vw,680px)}
  header,.nav{height:60px}
  .menu{top:60px;max-height:calc(100vh - 60px)}
  .brand img{height:47px}

  .page-hero{padding:42px 0}
  .page-hero h1{font-size:32px;line-height:1.06}
  .page-hero p{font-size:14px}

  /* The approved desktop hero artwork contains desktop-sized text.
     Keep the complete artwork visible and give it breathing room. */
  .approved-hero img{min-height:0}

  .story-grid,.showcase,.grid2,.grid3,.form-grid{grid-template-columns:1fr!important}
  .story-copy{grid-column:auto}
  .video-poster,.quote-art{height:auto;min-height:170px}
  .video-poster img,.quote-art img{height:auto;min-height:170px;object-fit:cover}

  .solution-row{grid-template-columns:repeat(2,1fr)}
  .s-card{height:128px}
  .ai-card{grid-column:span 2;height:175px}
  .why-grid{grid-template-columns:1fr}
  .clients{height:auto;gap:12px;flex-direction:column;align-items:flex-start}
  .client{width:100%}

  .section{padding:44px 0}
  .section h2{font-size:28px}
  .lead,#smart-address .lead,#ai .lead,.grievance-lead{
    white-space:normal!important;
    max-width:100%!important;
    font-size:14px;
    line-height:1.5;
  }

  .flow{grid-template-columns:1fr 1fr}
  .app-gallery,.grievance-gallery{grid-template-columns:1fr}
  .app-gallery .phone-card img,.grievance-gallery .phone-card img{
    height:auto;
    max-height:620px;
    object-fit:contain;
  }
  .cap-list,.checks,
  
  

  .cta-band,.cta-inner{height:auto}
  .cta-inner{padding:18px 0;align-items:flex-start;flex-direction:column}
  .cta-actions{flex-wrap:wrap}

  .footer-grid{grid-template-columns:1fr 1fr;gap:18px}
  .footline{flex-direction:column;gap:4px}
}

@media(max-width:430px){
  .brand img{height:43px}
  .container{width:92vw}

  /* Keep header usable on 360–430px phones. */
  .nav{gap:8px}
  .mobile-menu{font-size:23px;padding:6px}

  .solution-row{grid-template-columns:1fr 1fr;gap:8px}
  .s-card{height:122px;padding:10px 5px}
  .s-card h3{font-size:10px}

  .flow{grid-template-columns:1fr}
  
  .footer-grid{grid-template-columns:1fr}

  .app-gallery .phone-card,
  .grievance-gallery .phone-card,
  .shot,.card{padding:12px}
}

/* V14 — sharp native homepage project statistics */
.hero-stats-wrap{position:relative;z-index:15;margin-top:-34px;padding:0 0 2px}
.hero-stats{min-height:82px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background:#fff;border:1px solid #cee0ed;border-radius:15px;box-shadow:0 12px 30px rgba(0,47,86,.14);padding:10px}
.hero-stat{display:flex;align-items:center;gap:14px;padding:5px 22px;border-right:1px solid #d6e5ef;color:#062b58}
.hero-stat:last-child{border-right:0}
.hero-stat-icon{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;color:#0a87dc;font-weight:900}
.pin-icon{position:relative}
.pin-icon:before{content:"";width:22px;height:22px;border:7px solid #0a87dc;border-radius:50% 50% 50% 0;transform:rotate(-45deg);position:absolute;top:3px;left:7px}
.pin-icon:after{content:"";width:7px;height:7px;background:#fff;border-radius:50%;position:absolute;top:10px;left:15px}
.house-icon{font-size:37px;transform:translateY(-2px)}
.app-icon{width:34px;height:34px;border:3px solid #0a87dc;position:relative}
.app-icon:after{content:"";width:12px;height:19px;border:3px solid #0a87dc;background:#fff;position:absolute;right:-11px;bottom:-7px;border-radius:2px}
.hero-stat b{display:block;font-size:22px;line-height:1;font-weight:850;letter-spacing:-.025em;color:#052858;white-space:nowrap}
.hero-stat span{display:block;margin-top:3px;font-size:11px;line-height:1.1;font-weight:750;color:#153b62}
.hero-stat small{display:block;margin-top:2px;font-size:9px;line-height:1.18;color:#58748e}
.hero-stats-wrap + .story{padding-top:27px}
@media(max-width:1000px){.hero-stats-wrap{margin-top:-20px}.hero-stats{grid-template-columns:repeat(3,1fr)}.hero-stat{min-height:70px;border-right:0;border-bottom:1px solid #e0ecf3}.hero-stat:nth-child(4),.hero-stat:nth-child(5){border-bottom:0}}
@media(max-width:700px){.hero-stats-wrap{margin-top:-10px}.hero-stats{grid-template-columns:1fr 1fr}.hero-stat{padding:10px 12px;gap:10px}.hero-stat:nth-child(odd){border-right:1px solid #e0ecf3}.hero-stat:last-child{grid-column:1/-1;border-right:0;border-bottom:0}.hero-stat b{font-size:19px}}
@media(max-width:430px){.hero-stats{grid-template-columns:1fr}.hero-stat,.hero-stat:nth-child(odd){border-right:0;border-bottom:1px solid #e0ecf3}.hero-stat:last-child{grid-column:auto;border-bottom:0}}

/* V15 — fix clickable Explore Our Solutions hero CTA */
.approved-hero{position:relative}
.hero-solutions-link{
  position:absolute;
  z-index:25;
  left:3.9%;
  top:73.2%;
  width:16.6%;
  height:15.8%;
  display:block;
  cursor:pointer;
  border-radius:28px;
}
.hero-solutions-link:focus{
  outline:3px solid rgba(255,255,255,.9);
  outline-offset:2px;
}
@media(max-width:1000px){
  .hero-solutions-link{display:block}
}

/* V16 — fully sharp native hero + bridge card */
.hero-v16{position:relative;min-height:360px;background:#06284e;color:#fff;overflow:hidden}
.hero-v16-bg{position:absolute;inset:0;background:url('hero-v16.jpg') center/cover no-repeat}
.hero-v16-inner{position:relative;z-index:2;min-height:360px;display:flex;align-items:center}
.hero-v16-copy{width:610px;padding:34px 0 52px 16px}
.hero-v16 h1{margin:0 0 15px;font-size:48px;line-height:.98;letter-spacing:-1.8px;color:#fff;font-weight:850}
.hero-v16 p{margin:0;color:#f0f7fb;font-size:16px;line-height:1.42;font-weight:500}
.hero-v16-values{margin-top:11px;font-size:13px;font-weight:700;color:#fff}
.hero-v16-values span{color:#17b9ed;padding:0 8px}
.hero-v16-cta{display:inline-flex;align-items:center;gap:16px;margin-top:22px;background:linear-gradient(135deg,#079ce9,#0877d1);color:#fff;padding:13px 24px;border-radius:12px;font-size:14px;font-weight:800;box-shadow:0 8px 20px rgba(0,102,190,.24)}
.hero-v16-cta:hover{transform:translateY(-1px);filter:brightness(1.04)}
.hero-v16-cta strong{font-size:20px;line-height:1}

.bridge-card-v16{height:153px;border:1px solid #cddfea;border-radius:12px;background:linear-gradient(135deg,#fff,#eefaff);display:grid;grid-template-columns:1.08fr .92fr;gap:8px;align-items:center;padding:12px 13px 8px 18px;overflow:hidden}
.bridge-copy-v16{position:relative;padding-left:26px}
.quote-mark-v16{position:absolute;left:0;top:-7px;font-size:37px;line-height:1;color:#087bd1;font-weight:900}
.bridge-card-v16 h3{margin:0 0 8px;font-size:13px;line-height:1.25;font-style:italic;color:#092f60}
.bridge-card-v16 p{margin:0;font-size:10.5px;line-height:1.42;color:#456984}
.bridge-card-v16 img{width:100%;height:130px;object-fit:contain;align-self:end}

/* V14 sharp stats should overlap this native hero exactly as before. */
.hero-v16 + .hero-stats-wrap{margin-top:-30px}

@media(max-width:1000px){
  .hero-v16{min-height:335px}
  .hero-v16-inner{min-height:335px}
  .hero-v16-copy{width:55%;padding-left:8px}
  .hero-v16 h1{font-size:40px}
  .hero-v16 p{font-size:14px}
  .story-grid{grid-template-columns:1fr 1fr}
  .bridge-card-v16{grid-column:1/-1;height:175px}
}
@media(max-width:700px){
  .hero-v16{min-height:430px}
  .hero-v16-bg{background-position:68% center}
  .hero-v16-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,38,79,.96),rgba(4,38,79,.80) 63%,rgba(4,38,79,.35))}
  .hero-v16-inner{min-height:430px;align-items:flex-end}
  .hero-v16-copy{width:100%;padding:48px 0 75px}
  .hero-v16 h1{font-size:39px;line-height:1.02}
  .hero-v16 p{font-size:14px;max-width:92%}
  .desktop-only{display:none}
  .hero-v16-values{font-size:12px}
  .hero-v16-cta{padding:12px 19px}
  .hero-v16 + .hero-stats-wrap{margin-top:-24px}
  .bridge-card-v16{height:auto;min-height:190px;grid-template-columns:1fr 42%;padding:18px}
  .bridge-card-v16 h3{font-size:14px}
  .bridge-card-v16 p{font-size:11px}
}
@media(max-width:430px){
  .hero-v16{min-height:450px}
  .hero-v16-copy{padding-bottom:72px}
  .hero-v16 h1{font-size:34px}
  .hero-v16-values span{padding:0 4px}
  .bridge-card-v16{grid-template-columns:1fr}
  .bridge-card-v16 img{height:120px}
}

/* V18 — footer readability + clearer client marks */
.clients-box{
  padding:12px 18px 14px;
}
.clients-box h2{
  font-size:18px;
  margin-bottom:10px;
}
.clients{
  min-height:76px;
  height:auto;
  gap:24px;
}
.client{
  gap:12px;
  min-width:0;
}
.client img{
  width:68px;
  height:68px;
  object-fit:contain;
  flex:0 0 68px;
}
.client b{
  font-size:11.5px;
  line-height:1.2;
}
.client small{
  font-size:9.5px;
  margin-top:3px;
}

/* Footer was undersized compared with the rest of the site. */
footer{
  padding:24px 0 14px;
}
.footer-grid{
  gap:34px;
}
.footer-logo{
  height:48px;
  width:auto;
}
footer h4{
  font-size:13px;
  line-height:1.2;
  margin:0 0 9px;
  font-weight:800;
}
footer p,
footer a{
  font-size:11.5px;
  line-height:1.55;
  margin:3px 0;
}
.footer-grid > div:first-child p{
  font-size:10.5px;
  margin-top:8px;
}
.footline{
  margin-top:17px;
  padding-top:10px;
  font-size:9.5px;
  line-height:1.4;
}
.cta-copy p{
  font-size:11.5px;
}
@media(max-width:700px){
  .clients{gap:14px}
  .client img{width:62px;height:62px;flex-basis:62px}
  .client b{font-size:12px}
  .client small{font-size:10px}
  footer h4{font-size:13px}
  footer p,footer a{font-size:11.5px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px}
}
@media(max-width:430px){
  .footer-grid{grid-template-columns:1fr}
  .footer-logo{height:46px}
  footer p,footer a{font-size:12px}
  .footline{font-size:9.5px}
}

/* V19 — production Netlify contact form */
.honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-note{margin:12px 0 0;font-size:11px;line-height:1.45;color:#52718b}
.thank-card{max-width:760px;margin:0 auto;text-align:center;padding:44px 34px}
.thank-card h2{font-size:28px;margin-bottom:12px}
.thank-card p{font-size:15px;line-height:1.6;color:#52718b}

/* V20 production footer after removal of inactive legal links */
.footer-grid{grid-template-columns:1.2fr .8fr 1fr}
@media(max-width:700px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.footer-grid{grid-template-columns:1fr}}
