:root{--bg:#0b2038;--bg2:#102d4b;--panel:#123655;--text:#f5f9ff;--muted:#bfd0e2;--line:rgba(176,217,246,.23);--blue:#44a9ff;--cyan:#79dfff;--green:#76ed62;--orange:#ff9c43;--violet:#aa8cff;--max:1240px;--shadow:0 24px 70px rgba(0,15,32,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:linear-gradient(180deg,#133a5e 0,#0c2946 30%,#071a30 100%);line-height:1.62}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:40;min-height:78px;padding:12px max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;gap:30px;background:rgba(8,28,49,.91);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand-logo{width:285px;height:auto}.site-header nav{display:flex;gap:24px;align-items:center;font-size:13px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.site-header nav a{opacity:.84}.site-header nav a:hover{opacity:1;color:var(--cyan)}.nav-cta{padding:10px 16px;border:1px solid rgba(118,221,255,.55);border-radius:9px}.menu-button{display:none;background:#123655;color:#fff;border:1px solid var(--line);padding:9px 14px;border-radius:8px}.hero{max-width:var(--max);margin:auto;padding:52px 24px 28px;display:grid;grid-template-columns:minmax(280px,.74fr) minmax(0,1.75fr);gap:35px;align-items:start}.hero-copy{padding-top:22px}.eyebrow{margin:0 0 10px;color:var(--cyan);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.hero h1{font-size:clamp(38px,4.8vw,64px);line-height:1.03;letter-spacing:-.045em;margin:0 0 22px}.hero-copy>p:not(.eyebrow){color:var(--muted);font-size:17px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:9px;font-weight:800;font-size:14px}.button.primary{background:#1588d3;color:#fff}.button.secondary{border:1px solid var(--line);background:rgba(11,45,73,.58)}.hero-facts{list-style:none;padding:0;margin:28px 0 0;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:rgba(6,29,50,.4)}.hero-facts li{padding:15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.hero-facts li:nth-child(2n){border-right:0}.hero-facts li:nth-last-child(-n+2){border-bottom:0}.hero-facts strong,.hero-facts span{display:block}.hero-facts strong{font-size:14px}.hero-facts span{font-size:12px;color:var(--muted)}.network-visual{position:relative;border:1px solid rgba(160,215,250,.35);border-radius:18px;overflow:hidden;background:#eaf5ff;box-shadow:var(--shadow)}.network-visual>img{width:100%;height:auto}.network-visual canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.latency-cover{position:absolute;right:2.2%;bottom:3.2%;width:28%;min-width:220px;padding:10px 12px;background:rgba(246,251,255,.94);border:1px solid rgba(13,82,131,.25);border-radius:10px;color:#07355a;font-size:11px;box-shadow:0 10px 24px rgba(0,30,55,.16)}.latency-cover span,.latency-cover strong{display:block}.latency-cover span{color:#1a7d45;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.latency-cover strong{font-size:11px;line-height:1.35}.visual-note{position:absolute;left:14px;bottom:14px;padding:6px 9px;border-radius:7px;background:rgba(2,28,50,.78);font-size:10px;color:#d9eaff}.flow-controls{position:absolute;left:14px;top:14px;display:flex;flex-wrap:wrap;gap:6px;max-width:70%}.flow-controls button{border:1px solid rgba(6,81,139,.25);background:rgba(249,253,255,.9);color:#07355a;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;cursor:pointer}.flow-controls button.active{background:#0568b7;color:#fff}.section{max-width:var(--max);margin:auto;padding:88px 24px}.intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.section h2,.contact h2{font-size:clamp(30px,3.2vw,46px);line-height:1.08;letter-spacing:-.03em;margin:0 0 18px}.prose{color:var(--muted);font-size:17px}.section-heading{margin-bottom:34px}.section-heading.narrow{max-width:770px}.section-heading>p:last-child{color:var(--muted);max-width:780px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.service-card{position:relative;min-height:560px;padding:25px 23px 0;border:1px solid var(--line);border-radius:15px;background:linear-gradient(180deg,rgba(20,59,91,.95),rgba(8,31,54,.98));overflow:hidden;display:flex;flex-direction:column}.service-card:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:var(--accent)}.card-number{color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.14em}.service-card h3{font-size:21px;line-height:1.22;margin:8px 0 12px}.service-card>p,.service-card li{color:#c7d6e5;font-size:14px}.service-card ul{padding-left:18px}.card-map{margin:auto -23px 0;height:170px;border-top:1px solid rgba(131,205,255,.45);background:linear-gradient(180deg,rgba(20,65,100,.72),rgba(5,29,51,.96));padding:14px 16px 12px;display:block;opacity:1;visibility:visible}.card-map svg{display:block;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 4px rgba(116,211,255,.28))}.card-map path,.card-map circle,.card-map rect{fill:none;stroke:var(--accent);stroke-width:2.6;opacity:1}.card-map .packet{fill:#fff;stroke:none;filter:drop-shadow(0 0 3px currentColor)}.secondary-line{opacity:.45}.accent-orange{--accent:var(--orange)}.accent-cyan{--accent:var(--cyan)}.accent-green{--accent:var(--green)}.accent-blue{--accent:var(--blue)}.accent-violet{--accent:var(--violet)}.accent-white{--accent:#fff}.technology{max-width:none;background:rgba(4,20,37,.58);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.technology>*{max-width:var(--max);margin-left:auto;margin-right:auto}.tech-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:stretch;gap:12px}.tech-flow article{background:#0a2b49;border:1px solid var(--line);border-radius:14px;padding:24px}.tech-flow article span{color:var(--cyan);font-size:12px;font-weight:900}.tech-flow article p{color:var(--muted);font-size:14px}.tech-flow i{align-self:center;color:var(--cyan);font-style:normal;font-size:26px}.future-layer{max-width:var(--max)!important;margin-top:18px!important;border:1px dashed rgba(104,205,255,.35);border-radius:14px;padding:18px 22px;background:rgba(19,62,92,.3)}.future-layer p{margin:4px 0;color:#c0d2e4}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.industry-grid article{background:#0a2844;padding:30px;min-height:190px}.industry-grid h3{font-size:21px}.industry-grid p{color:var(--muted)}.approach{max-width:none;background:#f2f6fb;color:#071426}.approach>*{max-width:var(--max);margin-left:auto;margin-right:auto}.approach .eyebrow{color:#0867b8}.approach .section-heading>p:last-child{color:#53677e}.steps{max-width:var(--max)!important;display:grid;grid-template-columns:repeat(4,1fr);list-style:none;padding:0}.steps li{padding:26px;border-top:1px solid #cbd7e5;border-right:1px solid #cbd7e5;min-height:145px}.steps li:nth-child(4n){border-right:0}.steps span,.steps strong,.steps small{display:block}.steps span{color:#1686d9;font-weight:900;font-size:12px}.steps small{color:#5b6d80;margin-top:8px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why-grid article{padding:25px;border-left:2px solid var(--blue);background:rgba(8,38,65,.86)}.why-grid p{color:var(--muted);font-size:14px}.contact{max-width:var(--max);margin:40px auto 90px;padding:60px;border:1px solid rgba(87,198,255,.36);border-radius:24px;background:radial-gradient(circle at 90% 10%,rgba(28,127,196,.32),transparent 36%),#0a2846;display:flex;justify-content:space-between;gap:40px;align-items:center}.contact>div:first-child{max-width:760px}.contact p{color:#c5d4e3}footer{max-width:var(--max);margin:auto;padding:35px 24px 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:#a9bbce;font-size:13px}footer .brand-logo{width:230px}
@media(max-width:1000px){.hero{grid-template-columns:1fr}.hero-copy{max-width:760px}.network-visual{max-width:100%}.card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.menu-button{display:block}.site-header nav{display:none;position:absolute;top:78px;left:16px;right:16px;flex-direction:column;align-items:stretch;background:#0a2845;border:1px solid var(--line);padding:18px;border-radius:12px}.site-header nav.open{display:flex}.intro{grid-template-columns:1fr;gap:20px}.tech-flow{grid-template-columns:1fr}.tech-flow i{transform:rotate(90deg);justify-self:center}.steps{grid-template-columns:repeat(2,1fr)}.steps li:nth-child(4n){border-right:1px solid #cbd7e5}.steps li:nth-child(2n){border-right:0}.contact{flex-direction:column;align-items:flex-start}.flow-controls{position:static;max-width:none;padding:10px;background:#eaf5ff}.visual-note{position:static;border-radius:0}.latency-cover{right:10px;bottom:70px;width:40%}}
@media(max-width:600px){.brand-logo{width:210px}.hero{padding-top:28px}.hero h1{font-size:42px}.hero-facts,.card-grid,.industry-grid,.why-grid,.steps{grid-template-columns:1fr}.hero-facts li{border-right:0;border-bottom:1px solid var(--line)}.hero-facts li:last-child{border-bottom:0}.service-card{min-height:auto}.section{padding:70px 18px}.contact{margin:25px 16px 65px;padding:34px 22px}.steps li{border-right:0!important}footer{flex-direction:column;gap:18px;align-items:flex-start}.latency-cover{position:static;width:auto;min-width:0;border-radius:0}.network-visual{border-radius:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Latest homepage visual integration */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-header .brand-logo{width:300px;max-height:58px;object-fit:contain;object-position:left center}
.hero-image-only{display:block;max-width:1536px;padding:18px 20px 40px}
.hero-image-only .network-visual{width:100%;max-width:none;aspect-ratio:1536/575;border-radius:18px;background:#eef6ff;box-shadow:0 18px 55px rgba(0,22,48,.24);overflow:hidden}
.hero-image-only .network-visual>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero-image-only .flow-controls{right:18px;bottom:14px;left:auto;max-width:720px}
.card-map.card-photo{height:190px;padding:0;background:#dcecff;border-top:1px solid rgba(131,205,255,.55)}
.card-map.card-photo img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.04)}
footer .brand-logo{width:285px;max-height:54px;object-fit:contain;object-position:left center}
@media(max-width:900px){.site-header .brand-logo{width:235px}.hero-image-only{padding:10px 12px 32px}.hero-image-only .network-visual{aspect-ratio:1536/640}.hero-image-only .flow-controls{position:static;max-width:none;border-radius:0}.hero-image-only .network-visual>img{height:auto;min-height:100%;object-fit:cover}}
@media(max-width:600px){.site-header .brand-logo{width:200px}.hero-image-only .network-visual{aspect-ratio:4/3}.hero-image-only .network-visual>img{object-position:center top}.card-map.card-photo{height:170px}}

/* Main visual controls and animation reliability fix */
.hero-image-only .network-visual > img{
  position:relative;
  z-index:1;
}
.hero-image-only .network-visual canvas{
  position:absolute;
  inset:0;
  z-index:2;
  display:block;
  width:100%;
  height:100%;
  pointer-events:none;
}
.hero-image-only .flow-controls{
  top:10px;
  right:12px;
  bottom:auto;
  left:auto;
  z-index:4;
  max-width:calc(100% - 24px);
  display:flex;
  flex-wrap:nowrap;
  justify-content:flex-end;
  align-items:center;
  gap:4px;
  padding:4px;
  border:1px solid rgba(7,79,133,.18);
  border-radius:999px;
  background:rgba(247,252,255,.88);
  backdrop-filter:blur(7px);
  box-shadow:0 5px 16px rgba(4,43,77,.12);
}
.hero-image-only .flow-controls button{
  min-height:25px;
  padding:3px 8px;
  border-radius:999px;
  font-size:9px;
  line-height:1;
  white-space:nowrap;
}
@media(max-width:900px){
  .hero-image-only .flow-controls{
    position:absolute;
    top:7px;
    right:7px;
    left:7px;
    bottom:auto;
    max-width:none;
    justify-content:center;
    overflow-x:auto;
    padding:4px;
    border-radius:10px;
    background:rgba(247,252,255,.92);
  }
  .hero-image-only .flow-controls button{font-size:8px;padding:3px 7px;flex:0 0 auto}
}
@media(max-width:600px){
  .hero-image-only .flow-controls{justify-content:flex-start}
}

/* 2026-08 alignment and logo-background corrections */
.site-header{
  background:rgba(248,250,252,.96);
  border-bottom-color:rgba(8,45,79,.14);
  color:#08294d;
}
.site-header nav a{color:#08294d;opacity:.9}
.site-header nav a:hover{color:#096bb5}
.site-header .nav-cta{border-color:rgba(9,107,181,.35);background:#0a67b5;color:#fff}
.menu-button{background:#0a67b5;color:#fff;border-color:#0a67b5}
.site-header .brand{display:flex;align-items:center;background:#f8fafc}
.site-header .brand-logo{background:#f8fafc}
@media(max-width:900px){
  .site-header nav{background:#f8fafc;border-color:rgba(8,45,79,.16)}
  .site-header nav a{color:#08294d}
}

/* Final presentation refinements */
.button,.nav-cta,.flow-controls button,.service-card,.industry-grid article,.why-grid article{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease,opacity .22s ease;
}
.button:hover,.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(3,38,70,.2)}
.flow-controls button:hover{transform:translateY(-1px);border-color:rgba(9,107,181,.55)}
.service-card:hover{transform:translateY(-5px);border-color:rgba(129,209,255,.46);box-shadow:0 16px 35px rgba(0,15,32,.26)}
.service-card:hover .card-photo img{transform:scale(1.025)}
.card-photo img{transition:transform .45s ease;will-change:transform}
.industry-grid article:hover,.why-grid article:hover{background-color:rgba(16,58,92,.96)}
.hero-image-only .network-visual{animation:visualReveal .75s ease both}
@keyframes visualReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
footer{
  max-width:none;
  padding-left:max(24px,calc((100vw - var(--max))/2));
  padding-right:max(24px,calc((100vw - var(--max))/2));
  background:#f8fafc;
  border-top:1px solid rgba(8,45,79,.14);
  color:#52657a;
}
footer .footer-brand{display:flex;align-items:center;background:#f8fafc}
footer .footer-logo{
  width:285px;
  max-height:64px;
  object-fit:contain;
  object-position:left center;
  background:#f8fafc;
}
footer a{color:#08294d}
footer a:hover{color:#096bb5}
@media(max-width:600px){footer .footer-logo{width:min(285px,88vw)}}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* Clickable overlay for the Learn More button embedded in the hero artwork */
.hero-learn-link{
  position:absolute;
  z-index:8;
  left:1.88%;
  top:41.2%;
  width:8.35%;
  height:6.45%;
  min-width:88px;
  min-height:28px;
  border-radius:8px;
  cursor:pointer;
  background:transparent;
}
.hero-learn-link span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero-learn-link:focus-visible{outline:3px solid #ffb24a;outline-offset:3px}
.section[id],.contact[id]{scroll-margin-top:96px}
@media(max-width:900px){
  .hero-learn-link{left:1.88%;top:41.2%;width:10%;height:7%;min-width:72px;min-height:24px}
}

/* 2026-08-04 mobile responsive correction */
html,body{width:100%;max-width:100%;overflow-x:hidden}
main,.site-header,.hero,.section,.contact,footer{min-width:0}
.site-header>*{min-width:0}
.brand{min-width:0}
.brand-logo{max-width:min(285px,70vw)}
.hero-image-only{width:100%;max-width:1536px}
.hero-image-only .network-visual{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  overflow:hidden;
}
.hero-image-only .network-visual>img{
  width:100%;
  height:auto;
  min-height:0;
  object-fit:contain;
  object-position:center top;
}
.hero-image-only .network-visual canvas{
  inset:auto;
  left:0;
  top:0;
}
.card-grid,.industry-grid,.why-grid,.tech-flow,.steps,.intro{min-width:0}
.card-grid>*,.industry-grid>*,.why-grid>*,.tech-flow>*,.steps>*,.intro>*{min-width:0}
.service-card,.industry-grid article,.why-grid article,.tech-flow article{max-width:100%}
.contact-actions{max-width:100%;display:flex;flex-wrap:wrap;gap:12px}
.contact-actions .button{max-width:100%;overflow-wrap:anywhere}

@media(max-width:900px){
  .hero-image-only{padding:8px 10px 28px}
  .hero-image-only .network-visual{aspect-ratio:auto}
  .hero-image-only .flow-controls{
    position:static;
    width:100%;
    max-width:100%;
    overflow-x:auto;
    flex-wrap:nowrap;
    justify-content:flex-start;
    -webkit-overflow-scrolling:touch;
  }
  .hero-image-only .flow-controls button{flex:0 0 auto}
  .hero-learn-link{min-width:0;min-height:0}
}

@media(max-width:600px){
  .site-header{padding:10px 14px;min-height:68px;gap:12px}
  .site-header .brand-logo{width:min(190px,62vw)}
  .menu-button{flex:0 0 auto;padding:8px 11px}
  .site-header nav{top:68px;left:10px;right:10px;max-height:calc(100dvh - 80px);overflow-y:auto}
  .hero-image-only{padding:6px 0 24px}
  .hero-image-only .network-visual{border-radius:0;border-left:0;border-right:0}
  .hero-image-only .flow-controls{padding:6px 8px}
  .hero-image-only .flow-controls button{font-size:8px;padding:4px 7px}
  .hero-learn-link{left:1.88%;top:41.2%;width:8.35%;height:6.45%}
  .section{padding-left:16px;padding-right:16px}
  .contact{width:auto;max-width:calc(100% - 24px);margin-left:12px;margin-right:12px}
  footer{padding-left:16px;padding-right:16px}
}
