:root{--navy:#062d56;--blue:#0a4d8f;--red:#ed1b2f;--ink:#112c47;--muted:#60768b;--line:#dce6ee;--pale:#f2f7fb;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 44px),var(--max));margin:auto}.topbar{background:var(--navy);color:#d9e7f4;font-size:12px;font-weight:700}.topbar-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center}.topbar a{color:#fff}.topbar i{font-style:normal;margin:0 9px;color:#83a4c1}.header{height:86px;background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 3px 18px rgba(0,0,0,.08)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px}.brand img{width:68px;height:68px;object-fit:cover;border-radius:50%}.brand-copy strong{display:block;color:var(--navy);font-size:18px;letter-spacing:.03em}.brand-copy span{display:block;font-size:10px;color:#4e6b83;letter-spacing:.08em;margin-top:3px}.nav{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:800}.nav a{padding:31px 0;position:relative}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:24px;height:3px;background:var(--red)}.nav-button{background:var(--red);color:#fff!important;padding:14px 18px!important;border-radius:5px}.nav-button b{margin-left:8px}.menu{display:none;border:0;background:none;font-size:30px;color:var(--navy)}.hero{position:relative;min-height:500px;overflow:hidden;color:#fff}.hero-bg{position:absolute;inset:0;background:url('assets/hero-v3-background.png') center center/cover no-repeat;background-color:#0a477e}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,52,.98) 0%,rgba(3,28,52,.91) 30%,rgba(3,28,52,.40) 58%,rgba(3,28,52,.05) 100%)}.hero-inner{min-height:500px;display:flex;align-items:center}.hero-copy{max-width:650px;padding:55px 0}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--blue)}.eyebrow.light{color:#fff}.hero h1{font-size:55px;line-height:1.02;margin:16px 0}.hero h1 span{font-weight:300;color:#c7dced}.hero p{font-size:18px;line-height:1.55;color:#e5eef6;max-width:620px}.actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:5px;padding:14px 20px;font-weight:900;border:1px solid transparent}.btn b{margin-left:9px}.btn.red{background:var(--red);color:#fff}.btn.glass{border-color:#fff;color:#fff;background:rgba(255,255,255,.08)}.btn.outline{border-color:var(--blue);color:var(--navy);background:#fff}.hero-proof{display:flex;gap:38px;margin-top:38px}.hero-proof div{display:flex;align-items:center;gap:10px}.hero-proof b{font-size:25px;color:#fff}.hero-proof span{font-size:10px;line-height:1.25;color:#d4e3f0}.trust{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:19px 20px;border-right:1px solid var(--line)}.trust-grid div:first-child{border-left:1px solid var(--line)}.trust-grid b{display:block;font-size:12px;color:var(--blue);letter-spacing:.1em}.trust-grid span{font-size:12px;color:var(--muted)}.section{padding:80px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.section-head h2,.industry-head h2,.about h2,.coverage h2,.contact h2{font-size:39px;line-height:1.08;margin:7px 0}.section-head>p{max-width:470px;color:var(--muted);line-height:1.55}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.service-card{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden;box-shadow:0 12px 28px rgba(6,45,86,.07);display:flex;flex-direction:column;min-height:420px}.service-card>img{width:100%;height:145px;object-fit:cover}.service-body{padding:17px 18px 19px;display:flex;flex-direction:column;flex:1}.service-badge{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;margin-top:-36px;background:var(--navy);color:#fff;border:4px solid #fff;font-size:11px;font-weight:900}.red-badge{background:var(--red)}.service-card h3{font-size:19px;line-height:1.12;margin:14px 0 9px}.service-card p{font-size:13px;color:var(--muted);line-height:1.45;margin:0}.service-card a{margin-top:auto;padding-top:18px;color:var(--blue);font-weight:900;font-size:12px}.service-card a b{margin-left:6px}.industries{background:var(--navy);color:#fff;padding:58px 0}.industry-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:25px}.industry-head h2{margin:7px 0}.industry-head p{color:#c5d6e6}.industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.industry-card{background:#fff;color:var(--navy);border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.45);transition:transform .2s ease,box-shadow .2s ease}.industry-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,.2)}.industry-card img{display:block;width:100%;height:118px;object-fit:cover}.industry-card div{padding:13px 11px 15px;text-align:center}.industry-card b{display:block;font-size:14px}.industry-card span{display:block;font-size:10px;color:#62788d;margin-top:4px}.integration{background:#f8fbfd}.integration-cards{display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr;gap:12px;align-items:center}.integration-cards article{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 9px 22px rgba(6,45,86,.06)}.partner-logo{height:115px;background:#f5f9fc;display:grid;place-items:center;padding:10px}.partner-logo img{max-width:100%;height:90px;object-fit:contain}.partner-copy{padding:15px 17px 18px}.partner-copy span{font-size:10px;color:var(--red);font-weight:900;letter-spacing:.1em}.partner-copy h3{margin:4px 0 4px;font-size:20px}.partner-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.flow-arrow{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900}.integration-bar{display:flex;align-items:center;justify-content:center;gap:17px;background:var(--navy);color:#fff;border-radius:8px;padding:15px;margin-top:18px;flex-wrap:wrap}.integration-bar div{text-align:center;min-width:120px}.integration-bar b{display:block;font-size:12px}.integration-bar span{font-size:10px;color:#bdd0e1}.integration-bar strong{color:#92b9d8;font-size:20px}.integration-bar .final{background:var(--red);padding:9px 13px;border-radius:5px}.integration-bar .final span{color:#fff}.integration-note{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:15px}.integration-note p{margin:0;color:#536b82;font-size:13px;line-height:1.45}.integration-note a{font-weight:900;color:var(--blue);white-space:nowrap}.about{background:#f8fafc}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.about-card{display:grid;grid-template-columns:150px 1fr;gap:25px;align-items:center;background:#fff;border:1px solid var(--line);padding:25px;box-shadow:0 12px 32px rgba(6,45,86,.06);border-radius:7px}.about-card>img{width:150px;height:150px;object-fit:cover;border-radius:7px}.mini-brand{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:900;font-size:11px;letter-spacing:.11em}.mini-brand img{width:43px;height:43px;object-fit:cover;border-radius:50%}.about-card p{color:var(--muted);line-height:1.55}.about-points div{padding:18px 0;border-bottom:1px solid var(--line)}.about-points b{display:block;font-size:18px}.about-points span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.coverage{padding:68px 0;background:#edf4f8}.coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.coverage p{color:#536b82;max-width:560px;line-height:1.55}.map-wrap{text-align:center}.map-wrap img{display:block;width:min(100%,480px);height:220px;object-fit:contain;margin:0 auto}.map-wrap span{display:block;color:#5b758c;font-size:11px;margin-top:-5px}.contact{padding:75px 0;background:linear-gradient(135deg,#062d56,#0a477e);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:start}.contact h2{font-size:43px}.contact p{color:#c9d8e7;max-width:600px;line-height:1.55}.contact-direct{display:flex;gap:22px;flex-wrap:wrap;margin-top:25px}.contact-direct a{font-weight:900}.quote-form{background:#fff;color:var(--ink);padding:25px;border-radius:7px;box-shadow:0 18px 50px rgba(0,0,0,.18);display:grid;gap:13px}.quote-form h3{margin:0;font-size:25px}.quote-form label{font-size:11px;font-weight:900}.quote-form input,.quote-form select,.quote-form textarea{width:100%;margin-top:5px;border:1px solid #cbd8e4;border-radius:4px;padding:11px;font:inherit}.quote-form textarea{resize:vertical}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-form button{border:0;cursor:pointer}.quote-form small{font-size:9px;color:#74869a;line-height:1.4}.footer{background:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px;padding:40px 0}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand img{width:76px;height:76px;border-radius:50%;object-fit:cover}.footer-brand b,.footer-grid>div>b{display:block}.footer-brand span,.footer a{display:block;color:#5c7388;font-size:12px;margin-top:6px}.bottom{background:var(--navy);color:#fff;padding:14px 22px;font-size:10px;letter-spacing:.13em;display:flex;justify-content:space-between;gap:15px}.bottom span:last-child{letter-spacing:0}@media(max-width:1050px){.nav{gap:13px}.service-grid{grid-template-columns:repeat(3,1fr)}.industry-grid{grid-template-columns:repeat(3,1fr)}.integration-cards{grid-template-columns:1fr 30px 1fr 30px 1fr}.about-grid,.coverage-grid,.contact-grid,.integration-layout{grid-template-columns:1fr}.map-wrap{order:-1}.map-wrap img{height:190px}}@media(max-width:780px){.container{width:min(calc(100% - 30px),var(--max))}.topbar-inner{display:block;text-align:center;padding:7px 0}.topbar-inner span+span{display:block;margin-top:4px}.header{height:74px}.brand img{width:57px;height:57px}.brand-copy span{display:none}.menu{display:block}.nav{display:none;position:absolute;top:108px;left:15px;right:15px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.14);padding:10px;flex-direction:column;gap:0;align-items:stretch}.nav.open{display:flex}.nav a{padding:13px 10px}.nav a.active:after{bottom:5px}.nav-button{text-align:center;margin-top:6px}.hero,.hero-inner{min-height:560px}.hero h1{font-size:45px}.hero p{font-size:16px}.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:15px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid div{border-bottom:1px solid var(--line)}.section-head,.industry-head{display:block}.section-head>p,.industry-head p{margin-top:12px}.service-grid{grid-template-columns:1fr 1fr}.industry-grid{grid-template-columns:1fr 1fr}.integration-cards{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg);margin:auto}.integration-bar{gap:9px}.integration-note{display:block}.integration-note a{display:inline-block;margin-top:10px}.bottom{display:block;text-align:center}.bottom span{display:block}.bottom span+span{margin-top:8px}}@media(max-width:520px){.hero h1{font-size:38px}.hero-proof{grid-template-columns:1fr}.service-grid,.industry-grid{grid-template-columns:1fr}.section{padding:58px 0}.section-head h2,.industry-head h2,.about h2,.coverage h2,.contact h2{font-size:33px}.about-card{grid-template-columns:1fr}.about-card>img{width:100%;height:180px}.two{grid-template-columns:1fr}.map-wrap img{height:155px}.hero{min-height:610px}.hero-inner{min-height:610px}.hero-bg{background-size:auto 100%;background-position:65% center}}

.integration-layout{display:grid;grid-template-columns:1.55fr .75fr;gap:28px;align-items:stretch}.integration-main{background:#f2f7fb;border:1px solid var(--line);border-radius:8px;padding:14px 14px 18px;box-shadow:0 10px 28px rgba(6,45,86,.06)}.integration-feature{display:block;width:100%;height:auto;border-radius:4px}.integration-caption{margin:12px 6px 0;color:#536b82;font-size:13px;line-height:1.45}.integration-link{display:inline-block;margin:7px 6px 0;color:var(--blue);font-weight:900;font-size:12px}.why-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px 25px;box-shadow:0 10px 28px rgba(6,45,86,.06)}.why-panel h2{font-size:28px;line-height:1.1;margin:7px 0 18px;color:var(--navy)}.why-panel ul{list-style:none;padding:0;margin:0}.why-panel li{position:relative;padding:0 0 15px 28px;margin-bottom:15px;border-bottom:1px solid var(--line)}.why-panel li:last-child{border-bottom:0;margin-bottom:0}.why-panel li:before{content:'✓';position:absolute;left:0;top:0;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:11px;font-weight:900}.why-panel b{display:block;font-size:14px;color:var(--navy);line-height:1.3}.why-panel span{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.4}


/* V3 production refinements: HTML hero controls remain clickable and responsive. */
.hero-bg{background-position:center center}
.hero-copy{position:relative;z-index:2}
.hero .hero-shade{z-index:1}
.hero .hero-inner{position:relative;z-index:2}
.service-card a:focus-visible,.industry-card:focus-visible,.btn:focus-visible,.nav a:focus-visible,.contact-direct a:focus-visible,.footer a:focus-visible{outline:3px solid #ffd45a;outline-offset:3px}
@media(max-width:780px){
  .hero{min-height:600px}
  .hero-inner{min-height:600px}
  .hero-bg{background-position:62% center}
  .hero-shade{background:linear-gradient(90deg,rgba(3,28,52,.96) 0%,rgba(3,28,52,.86) 58%,rgba(3,28,52,.40) 100%)}
  .hero-copy{padding:46px 0 40px}
}
@media(max-width:520px){
  .hero{min-height:650px}
  .hero-inner{min-height:650px}
  .hero-bg{background-position:66% center}
  .hero-shade{background:linear-gradient(90deg,rgba(3,28,52,.97) 0%,rgba(3,28,52,.88) 68%,rgba(3,28,52,.45) 100%)}
  .actions{display:grid;grid-template-columns:1fr}
  .actions .btn{width:100%}
}

.service-card{color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(6,45,86,.12)}.service-link{margin-top:auto;padding-top:18px;color:var(--blue);font-weight:900;font-size:12px}.service-link b{margin-left:6px}
