@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--navy:#062e63;--navy2:#041f45;--blue:#0b61ad;--green:#3f8f2f;--green2:#68ad43;--orange:#f47a21;--ink:#132746;--muted:#62748b;--bg:#f4f8fc;--line:#dbe6ef;--white:#fff;--shadow:0 18px 45px rgba(6,46,99,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(15px);border-bottom:1px solid #e3ebf3}.nav-wrap{height:76px;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:10px;min-width:300px}.brand img{width:190px;height:62px;object-fit:contain}.brand span{font-size:9px;font-weight:900;line-height:1.3;color:var(--navy);border-left:1px solid var(--line);padding-left:10px;white-space:nowrap}.brand span b{display:block;color:var(--green)}.nav{display:flex;align-items:center;gap:19px;flex:1}.nav a{position:relative;padding:29px 0;font-size:11px;font-weight:700;color:#263b59;white-space:nowrap}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--green);transition:.2s}.nav a:hover:after,.nav a.active:after{right:0}.head-actions{display:flex;align-items:center;gap:14px}.phone{font-size:11px;color:var(--navy);white-space:nowrap}.phone small{display:block;font-size:8px;color:var(--muted);text-align:right}.quote-btn,.primary-btn{background:var(--navy);color:#fff;padding:12px 17px;border-radius:5px;font-size:10px;font-weight:900;box-shadow:0 8px 18px rgba(6,46,99,.18)}.quote-btn:hover,.primary-btn:hover{background:var(--green);transform:translateY(-2px)}.menu-toggle{display:none;background:none;border:0;font-size:25px;color:var(--navy)}
.hero{min-height:540px;position:relative;overflow:hidden;background:#eaf4fb}.hero-image{position:absolute;inset:0}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#eef7fd 0%,rgba(238,247,253,.97) 26%,rgba(238,247,253,.52) 51%,rgba(5,30,62,.08) 78%,rgba(4,29,59,.62) 100%)}.hero-content{position:relative;min-height:540px;display:flex;align-items:center;justify-content:space-between}.hero-copy{max-width:710px;padding-top:25px}.eyebrow{font-size:10px;font-weight:900;letter-spacing:1.35px;color:var(--green)}.hero h1{font-size:48px;line-height:1.05;letter-spacing:-1.6px;color:var(--navy);margin:10px 0 15px}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:14px;color:#53677e;max-width:650px;margin:0 0 23px;line-height:1.7}.hero-features{display:flex;gap:27px;margin-top:30px}.hero-features div{display:flex;align-items:center;gap:9px}.hero-features b{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--green);font-size:17px}.hero-features div:nth-child(2) b{background:var(--blue)}.hero-features div:nth-child(3) b{background:var(--orange)}.hero-features span{font-size:8px;color:#607289}.hero-features strong{display:block;font-size:10px;color:var(--navy)}.hero-tech{width:360px;color:#fff;text-align:center;margin-right:15px;text-shadow:0 2px 10px #061e3e}.hero-tech span{display:block;font-size:11px;font-weight:900;color:#cde6b8}.hero-tech strong{display:block;font-size:39px;line-height:1.1;margin:5px 0 13px;color:#fff}.hero-tech div{font-size:10px;font-weight:900;line-height:1.8;color:#d8f0cb}
.section{padding:74px 0}.section-heading{margin-bottom:30px}.section-heading>span{font-size:10px;letter-spacing:1.5px;font-weight:900;color:var(--green)}.section-heading h2{font-size:36px;line-height:1.15;letter-spacing:-.8px;color:var(--navy);margin:6px 0}.section-heading h2 em{font-style:normal;color:var(--green)}.section-heading>p{font-size:12px;color:var(--muted);max-width:700px}.section-heading.mini{font-size:10px}
.solutions{background:#fff}.solutions>.container>.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px}.solutions>.container>.section-heading p{margin:0;max-width:440px}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.solution-grid article{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 6px 22px rgba(6,46,99,.05);transition:.25s}.solution-grid article:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.solution-grid article>img{width:100%;height:170px;object-fit:cover}.card-content{padding:17px}.number{display:inline-grid;place-items:center;width:31px;height:31px;background:#eef7ea;color:var(--green);border-radius:8px;font-size:9px;font-weight:900}.card-content h3{font-size:15px;color:var(--navy);margin:9px 0 5px;text-transform:uppercase}.card-content p{font-size:10px;color:var(--muted);min-height:48px;margin:0;line-height:1.55}.card-content ul{padding-left:15px;margin:11px 0 13px}.card-content li{font-size:9px;color:#5c6d83;margin:4px 0;line-height:1.35}.card-content li::marker{color:var(--green)}.card-content a{font-size:9px;color:var(--navy);font-weight:900}
.stats-band{background:var(--navy);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid div{text-align:center;padding:19px;border-right:1px solid rgba(255,255,255,.16)}.stats-grid div:last-child{border:0}.stats-grid strong{display:block;font-size:25px}.stats-grid span{font-size:9px;color:#c7d7e7}
.about{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.about-copy h2{font-size:39px;margin:7px 0 13px}.about-copy h2 em{font-style:normal;color:var(--green)}.about-copy p{font-size:12px;color:var(--muted);line-height:1.75}.about-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:21px 0}.about-points span{font-size:9px;font-weight:800;color:#52657c}.about-points span::first-letter{color:var(--green)}.about-visual{position:relative}.about-visual img{width:100%;height:310px;object-fit:cover;border-radius:13px}.visual-badge{position:absolute;left:20px;bottom:20px;background:#fff;border-left:4px solid var(--green);border-radius:8px;padding:12px 17px;font-size:10px;color:var(--navy);box-shadow:var(--shadow)}.visual-badge b{color:var(--green)}
.capabilities{padding:76px 0;background:linear-gradient(125deg,var(--navy2),var(--navy));color:#fff}.capabilities .section-heading h2{color:#fff}.capabilities .section-heading>p{color:#c4d5e7}.cap-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.cap-grid div{padding:22px 17px;border:1px solid rgba(255,255,255,.15);border-radius:11px;background:rgba(255,255,255,.05)}.cap-grid b{font-size:25px;color:#79bd55}.cap-grid h3{font-size:13px;color:#fff;margin:7px 0}.cap-grid p{font-size:9px;color:#c4d5e7;margin:0;line-height:1.6}
.process{background:#f3f8fc}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.process-grid div{padding:23px 17px;border-right:1px solid var(--line)}.process-grid div:last-child{border:0}.process-grid b{font-size:27px;color:#d8e6f1}.process-grid h3{font-size:12px;color:var(--navy);margin:5px 0}.process-grid p{font-size:9px;color:var(--muted);margin:0}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.why-grid div{border:1px solid var(--line);border-radius:12px;padding:23px;background:#fff}.why-grid b{font-size:27px;color:#d8e6f1}.why-grid h3{font-size:14px;color:var(--navy)}.why-grid p{font-size:10px;color:var(--muted);line-height:1.65}
.cta{padding:63px 0;background:linear-gradient(125deg,var(--navy2),var(--navy));color:#fff}.cta-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center}.cta span{font-size:10px;font-weight:900;letter-spacing:1.5px;color:#8dcc68}.cta h2{font-size:37px;line-height:1.15;margin:7px 0;color:#fff}.cta p{font-size:12px;color:#c7d7e7;max-width:640px}.white-btn{display:inline-block;background:#fff;color:var(--navy);border-radius:5px;padding:11px 15px;font-size:9px;font-weight:900;margin-top:8px}.contact-box{background:#fff;color:var(--navy);padding:25px;border-radius:12px}.contact-box h3{font-size:23px;margin:0 0 13px}.contact-box h3 em{font-style:normal;color:var(--green)}.contact-box p{font-size:10px;color:var(--muted)}.contact-box p a{color:var(--navy);font-weight:800}.wa-btn{display:inline-block;background:var(--green);color:#fff!important;border-radius:5px;padding:10px 14px;font-size:9px;font-weight:900}
footer{background:#031d40;color:#9eb2c9;font-size:9px;padding:18px 0}.footer{display:grid;grid-template-columns:1fr 2fr 1.2fr;gap:15px;align-items:center}.footer nav{display:flex;justify-content:center;gap:14px}.footer nav a:hover{color:#fff}.footer>span:last-child{text-align:right}
.float{position:fixed;right:0;top:43%;z-index:90;display:grid}.float a{padding:11px;color:#fff;font-size:11px;font-weight:900;background:var(--green);border-radius:8px 0 0 0}.float a:nth-child(2){background:var(--blue);border-radius:0}.float a:nth-child(3){background:var(--orange);border-radius:0 0 0 8px}.float span{display:none}
@media(max-width:1080px){.nav{gap:12px}.brand{min-width:235px}.brand img{width:170px}.brand span,.head-actions{display:none}.hero h1{font-size:42px}.hero-tech{width:280px}.solution-grid{grid-template-columns:repeat(2,1fr)}.cap-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.process-grid div:nth-child(3){border-right:0}.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-header{position:relative}.nav-wrap{height:68px}.brand{min-width:0;flex:1}.brand img{width:185px;height:55px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:8px 5%;gap:0;border-bottom:1px solid var(--line)}.nav.open{display:flex}.nav a{width:100%;padding:12px 0}.nav a:after{bottom:5px}.hero{min-height:650px}.hero-content{min-height:650px;align-items:flex-start;padding-top:70px}.hero-image img{object-position:63% center}.hero-overlay{background:linear-gradient(180deg,#eff7fd 0%,rgba(239,247,253,.97) 43%,rgba(239,247,253,.45) 70%,rgba(3,28,57,.72) 100%)}.hero h1{font-size:35px}.hero-tech{display:none}.hero-features{gap:10px;flex-wrap:wrap}.hero-features div{min-width:145px}.section{padding:55px 0}.solutions>.container>.section-heading{display:block}.solution-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid div:nth-child(2){border-right:0}.about-grid,.cta-grid{grid-template-columns:1fr}.about-copy h2{font-size:32px}.cap-grid,.process-grid,.why-grid{grid-template-columns:1fr}.process-grid div{border-right:0;border-bottom:1px solid var(--line)}.footer{grid-template-columns:1fr;text-align:center}.footer nav{flex-wrap:wrap}.footer>span:last-child{text-align:center}.float{top:auto;bottom:10px;right:10px;display:flex;gap:6px}.float a{width:45px;height:45px;padding:0;display:grid;place-items:center;border-radius:50%!important;box-shadow:0 5px 17px rgba(0,0,0,.22)}}

/* Final visual refinement */
body{font-size:16px}
.nav a{font-size:12px}
.hero h1{font-size:55px}
.hero-copy>p{font-size:16px;max-width:720px}
.section-heading h2{font-size:40px}
.card-content h3{font-size:17px}
.card-content p{font-size:11px}
.card-content li{font-size:10px}
.cap-grid h3{font-size:14px}
.about-copy p{font-size:13px}
.process-grid h3{font-size:13px}
.process-grid p{font-size:10px}
.why-grid h3{font-size:15px}
.why-grid p{font-size:11px}
.cta h2{font-size:41px}
.cta p{font-size:13px}
.hero-tech{background:rgba(4,31,69,.28);border:1px solid rgba(255,255,255,.22);border-radius:14px;padding:22px 18px;backdrop-filter:blur(3px)}
.hero-tech span{color:#cce9ae;font-size:12px}
.hero-tech strong{font-size:42px;color:#fff}
.hero-tech div{font-size:11px;color:#fff}
.float{position:fixed;right:18px;top:38%;z-index:120;display:grid;gap:8px}
.float a{width:128px;min-height:58px;padding:9px 12px!important;display:flex;align-items:center;gap:10px;border-radius:10px!important;box-shadow:0 8px 24px rgba(0,0,0,.22);font-size:12px!important;letter-spacing:.2px}
.float-icon{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:20px;flex:0 0 38px}
.float-wa{background:#238b45!important}.float-call{background:#0b61ad!important}.float-mail{background:#f47a21!important}
.float a span:last-child{display:block!important;font-weight:900}
@media(max-width:1080px){.hero h1{font-size:47px}.float{right:10px}.float a{width:112px}}
@media(max-width:760px){.hero h1{font-size:37px}.hero-copy>p{font-size:14px}.section-heading h2{font-size:32px}.cta h2{font-size:33px}.float{right:8px;bottom:12px;top:auto;display:flex;gap:7px}.float a{width:58px!important;height:58px!important;min-height:58px;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;gap:0!important}.float a span:last-child{display:none!important}.float-icon{width:44px;height:44px;font-size:22px;background:rgba(255,255,255,.18)}}


/* ONLY mobile contact icons - preserve existing mobile website layout */
@media (max-width: 768px) {
  .float-contact {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .float-contact .label,
  .float-contact .text {
    display: none !important;
  }

  .float-contact svg,
  .float-contact i {
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
  }

  /* If the existing button uses text nodes, hide them without
     changing any other mobile section/layout. */
  .float-contact {
    white-space: nowrap;
    overflow: hidden;
  }
}
