:root{
  --bg:#020407;
  --panel:#07101a;
  --panel-2:#0a121c;
  --line:rgba(255,255,255,.12);
  --line-strong:rgba(255,255,255,.20);
  --text:#f5f7fa;
  --muted:#98a5b2;
  --muted-2:#71808f;
  --blue:#168dff;
  --blue-2:#67baff;
  --cyan:#28c7ff;
  --green:#50e58d;
  --radius:18px;
  --shadow:0 18px 55px rgba(0,0,0,.38);
  --shell:1460px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 77% 10%,rgba(25,92,166,.13),transparent 24%),
    linear-gradient(180deg,#020407 0%,#04080d 50%,#020407 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:repeating-linear-gradient(180deg,rgba(255,255,255,.009) 0,rgba(255,255,255,.009) 1px,transparent 1px,transparent 4px);
  opacity:.42;
}
button,a{font:inherit}
img,video,svg{max-width:100%}
a:focus-visible,button:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}
.shell{width:min(var(--shell),calc(100% - 56px));margin-inline:auto}

/* Header */
.topbar{
  height:90px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  z-index:30;
}
.brand{display:block;width:245px;flex:0 0 auto}
.brand img{display:block;width:100%;height:auto}
.client-access{position:relative}
.client-title{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  color:#f7fbff;
  border:1px solid rgba(31,157,255,.88);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(7,23,36,.95),rgba(4,12,20,.94));
  box-shadow:0 0 0 1px rgba(29,154,255,.18) inset,0 0 22px rgba(29,154,255,.14);
  cursor:pointer;
  font-size:.86rem;
  transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease;
}
.client-title:hover{border-color:#69c8ff;box-shadow:0 0 0 1px rgba(55,186,255,.26) inset,0 0 30px rgba(22,150,255,.22);transform:translateY(-1px)}
.client-title b{font-size:1.08rem;font-weight:400;line-height:1}
.client-dot{width:8px;height:8px;border-radius:50%;background:#20a7ff;box-shadow:0 0 13px rgba(32,167,255,.9)}
.client-links{
  display:none;
  position:absolute;
  right:0;
  top:calc(100% + 8px);
  min-width:226px;
  overflow:hidden;
  border:1px solid var(--line-strong);
  border-radius:13px;
  background:rgba(5,10,16,.97);
  box-shadow:var(--shadow);
  backdrop-filter:blur(16px);
}
.client-access.open .client-links{display:grid;animation:menuIn .18s ease both}
@keyframes menuIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.client-links a{position:relative;padding:13px 15px;color:#e8edf3;text-decoration:none;border-bottom:1px solid var(--line);font-size:.82rem}
.client-links a:last-child{border-bottom:0}
.client-links a::after{content:"";position:absolute;left:14px;right:14px;bottom:7px;height:1px;background:linear-gradient(90deg,var(--blue),transparent);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.client-links a:hover::after{transform:scaleX(1)}

/* Hero */
.hero{
  min-height:630px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px 24px 0 0;
  background:#030609;
  box-shadow:var(--shadow);
}
.hero-media{position:absolute;inset:0;overflow:hidden}
.hero-media video,.hero-fallback{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:0;
  transition:opacity 1.2s ease;
}
.hero-media video{transform:translateZ(0);backface-visibility:hidden;will-change:opacity}
.hero-media video.ready{opacity:1}
.hero-fallback{opacity:1;background:url('assets/hero-datacenter.webp') center/cover no-repeat;transition:background-image 1.2s ease,opacity 1.2s ease}
.hero-media video.ready~.hero-fallback{opacity:0}
.hero-vignette{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,4,7,.985) 0%,rgba(2,4,7,.94) 30%,rgba(2,4,7,.62) 47%,rgba(2,4,7,.16) 72%,rgba(2,4,7,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.26));
}
.hero-reflection{
  position:absolute;
  right:-12%;
  bottom:-30%;
  width:64%;
  height:52%;
  background:radial-gradient(ellipse at center,rgba(29,139,255,.22),transparent 62%);
  filter:blur(32px);
  animation:lightBreath 9s ease-in-out infinite;
}
@keyframes lightBreath{0%,100%{opacity:.42;transform:translateX(0)}50%{opacity:.76;transform:translateX(-3%)}}
.hero-progress{position:absolute;right:28px;bottom:22px;display:flex;gap:7px;z-index:3}
.hero-progress i{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.28);box-shadow:0 0 0 1px rgba(255,255,255,.08)}
.hero-progress i.active{width:22px;background:linear-gradient(90deg,var(--blue),var(--cyan));box-shadow:0 0 12px rgba(24,141,255,.4)}
.hero-copy{position:relative;z-index:4;width:54%;padding:34px 0 36px 44px}
.eyebrow{display:block;margin:0 0 10px;color:#7fbee9;font-size:.69rem;font-weight:700;letter-spacing:.16em}
.hero-history{color:#28a8ff;letter-spacing:.04em;text-transform:none;font-size:.88rem;font-weight:560}
.hero h1{margin:0}
.future-line{display:block;max-width:780px;color:#f7f9fb;font-size:clamp(3rem,4.45vw,5.25rem);font-weight:590;line-height:1;letter-spacing:-.055em}
.future-line b{color:var(--blue);font-weight:650}
.hero-seo{max-width:680px;margin:18px 0 0;color:#d5dce4;font-size:clamp(.98rem,1.2vw,1.14rem);font-weight:440;line-height:1.48}
.lead{max-width:620px;margin:12px 0 0;color:#aab5c0;font-size:1rem;line-height:1.48}
.hero-actions{display:flex;flex-wrap:wrap;margin-top:21px}
.btn{
  min-height:50px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:11px;
  text-decoration:none;
  font-size:.84rem;
  font-weight:680;
  transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn.primary{color:#fff;background:rgba(4,10,16,.7);border:1px solid #169cff;box-shadow:0 0 0 1px rgba(22,156,255,.14) inset,0 0 24px rgba(22,156,255,.12)}
.btn.primary:hover{background:rgba(9,27,43,.82);box-shadow:0 0 0 1px rgba(67,186,255,.22) inset,0 0 30px rgba(22,156,255,.2)}
.whatsapp-cta svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.whatsapp-cta b{font-size:1rem;font-weight:500}

/* Infrastructure strip */
.hero-opsbar{
  min-height:47px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.08);
  border-top:0;
  border-radius:0 0 16px 16px;
  background:linear-gradient(90deg,rgba(4,9,14,.98),rgba(5,14,22,.96));
  color:#aeb9c4;
  font-size:.76rem;
}
.opsbar-main,.opsbar-status{display:flex;align-items:center;gap:10px;min-width:0}
.opsbar-main b{color:#556574;font-weight:400}
.opsbar-status{white-space:nowrap;color:#a7b3be}
.opsbar-status i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 12px rgba(80,229,141,.55)}
.pulse-icon{position:relative;width:19px;height:16px;display:inline-block;flex:0 0 auto}
.pulse-icon::before{content:"";position:absolute;left:0;right:0;top:7px;height:1px;background:#1e98ff;opacity:.55}
.pulse-icon i{position:absolute;left:1px;top:4px;width:16px;height:8px;border-left:1px solid var(--cyan);border-bottom:1px solid var(--cyan);transform:skewX(-28deg) rotate(-28deg);filter:drop-shadow(0 0 4px rgba(40,199,255,.45))}

/* Monitoring */
.telemetry{margin-top:14px}
.telemetry-card{position:relative;overflow:hidden;padding:18px 18px 15px;border:1px solid var(--line-strong);border-radius:18px;background:linear-gradient(120deg,rgba(4,8,12,.98),rgba(6,16,25,.97));box-shadow:0 12px 40px rgba(0,0,0,.22)}
.telemetry-top{display:grid;grid-template-columns:minmax(270px,1.1fr) minmax(250px,.85fr) auto;align-items:center;gap:18px}
.telemetry-name strong{display:block;color:#f2f6fa;font-size:1.28rem;font-weight:580;letter-spacing:-.03em}
.telemetry-name strong b{color:#2aa8ff;font-weight:580}
.telemetry-name em{display:block;margin-top:3px;color:#2aa8ff;font-size:.76rem;font-style:normal}
.operation-status{padding-left:20px;border-left:1px solid rgba(255,255,255,.1)}
.operation-status>span{display:block;margin-bottom:5px;color:#7f8c99;font-size:.62rem;letter-spacing:.05em}
.operation-status>strong{display:flex;align-items:center;gap:6px;color:#9ca9b6;font-size:.86rem;font-weight:560;white-space:nowrap}
.operation-status>strong i{width:8px;height:8px;border-radius:50%;background:#2aa8ff;box-shadow:0 0 12px rgba(42,168,255,.6)}
.operation-status.is-normal>strong{color:var(--green)}
.operation-status.is-normal>strong i{background:var(--green);box-shadow:0 0 12px rgba(80,229,141,.6)}
.operation-status>strong b{font-weight:700;color:inherit}
.score-separator:has(+ #operationScore:empty){display:none}
.telemetry-clock{text-align:right}
.telemetry-clock span{display:block;color:#35aaff;font-size:1.35rem;font-weight:650;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.telemetry-clock small{display:block;max-width:160px;color:#7f8d9b;font-size:.64rem;line-height:1.3;text-transform:capitalize}
.telemetry-line{position:relative;height:4px;margin:13px 0;border-radius:999px;overflow:hidden;background:linear-gradient(90deg,rgba(24,140,255,.22),rgba(80,229,141,.18),rgba(24,140,255,.22))}
.telemetry-line::before{content:"";position:absolute;inset:1px 0 auto;height:1px;background:linear-gradient(90deg,transparent,#188cff 18%,#50e58d 52%,#188cff 82%,transparent);opacity:.7}
.telemetry-line i{position:absolute;top:0;bottom:0;width:30%;background:linear-gradient(90deg,transparent,var(--blue),#78c5ff,var(--green),transparent);filter:drop-shadow(0 0 6px rgba(24,140,255,.55));animation:telemetrySweep 3.4s linear infinite}
@keyframes telemetrySweep{from{left:-32%}to{left:105%}}
.telemetry-metrics{display:grid;grid-template-columns:repeat(6,1fr)}
.telemetry-metrics.five{grid-template-columns:repeat(5,1fr)}
.telemetry-item{min-width:0;padding:5px 14px 4px;border-right:1px solid rgba(255,255,255,.075)}
.telemetry-item:first-child{padding-left:0}
.telemetry-item:last-child{border-right:0}
.telemetry-item small{display:block;margin-bottom:5px;color:#7c8a98;font-size:.6rem;letter-spacing:.11em}
.telemetry-item strong{display:block;color:var(--green);font-size:.92rem;letter-spacing:.025em}
.telemetry-item:nth-child(odd) strong{color:var(--blue-2)}
.telemetry-item span{display:block;margin-top:4px;overflow:hidden;color:#768493;font-size:.6rem;white-space:nowrap;text-overflow:ellipsis}
.telemetry-item.optional.is-hidden,.telemetry-item.is-hidden{display:none}

/* Primary services */
.primary-services{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.primary-card{position:relative;min-height:225px;padding:25px;display:grid;grid-template-columns:100px 1fr;align-items:center;gap:22px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(7,11,16,.98),rgba(10,16,23,.94));box-shadow:0 10px 32px rgba(0,0,0,.16);transition:border-color .28s ease,transform .28s ease,box-shadow .28s ease}
.primary-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--blue),var(--cyan),transparent);opacity:.5;transform:scaleX(.45);transition:opacity .35s ease,transform .35s ease}
.primary-card:hover{border-color:rgba(72,159,240,.38);transform:translateY(-2px);box-shadow:0 14px 36px rgba(0,0,0,.23)}
.primary-card:hover::after{opacity:1;transform:scaleX(.94)}
.big-icon svg{display:block;width:92px;height:92px;fill:none;stroke:#eaf0f5;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px rgba(255,255,255,.06));transition:stroke .28s ease,transform .28s ease,filter .28s ease}
.primary-card:hover .big-icon svg{stroke:#65c2ff;transform:translateY(-3px);filter:drop-shadow(0 0 10px rgba(43,171,255,.22))}
.primary-card h2{margin:0 0 10px;color:#f4f7fa;font-size:1.52rem;line-height:1.05;letter-spacing:-.035em}
.primary-card p{max-width:350px;margin:0;color:#909ca9;font-size:.81rem;line-height:1.54}

/* Services */
.solutions{margin-top:14px;padding:17px 18px 14px;border:1px solid var(--line);border-radius:18px;background:rgba(6,10,15,.9)}
.solutions-head{display:flex;align-items:baseline;gap:18px;margin-bottom:11px}
.solutions-head .eyebrow{margin:0}
.solutions-head h2{margin:0;color:#d9e0e7;font-size:1.05rem;font-weight:590;letter-spacing:-.02em}
.capabilities-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid rgba(255,255,255,.065);border-radius:13px;overflow:hidden;background:rgba(255,255,255,.012)}
.capability{min-height:84px;padding:12px 8px;display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid rgba(255,255,255,.07);color:#aeb9c4;text-align:left;transition:background .25s ease,color .25s ease}
.capability:last-child{border-right:0}
.capability svg{width:34px;height:34px;flex:0 0 auto;fill:none;stroke:#e8edf3;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s ease,transform .25s ease,filter .25s ease}
.capability span{font-size:.65rem;line-height:1.3}
.capability:hover{color:#f0f5f9;background:rgba(24,140,255,.03)}
.capability:hover svg{stroke:#6bc3ff;transform:translateY(-2px);filter:drop-shadow(0 0 8px rgba(31,164,255,.18))}
.solutions-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:11px;border-top:1px solid rgba(255,255,255,.06);border-left:1px solid rgba(255,255,255,.04)}
.solution-item{position:relative;min-height:92px;padding:13px 8px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;border-right:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055);transition:background .25s ease}
.solution-item::after{content:"";position:absolute;left:28%;right:28%;bottom:6px;height:1px;background:linear-gradient(90deg,transparent,var(--blue),transparent);transform:scaleX(0);transition:transform .25s ease}
.solution-item svg{display:block;width:34px;height:34px;fill:none;stroke:#e7edf3;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s ease,transform .25s ease,filter .25s ease}
.solution-item span{display:block;color:#99a5b1;font-size:.62rem;line-height:1.25;transition:color .25s ease}
.solution-item:hover{background:rgba(20,132,235,.025)}
.solution-item:hover::after{transform:scaleX(1)}
.solution-item:hover svg{stroke:#69c2ff;transform:translateY(-2px);filter:drop-shadow(0 0 7px rgba(37,167,255,.18))}
.solution-item:hover span{color:#e9eef3}

/* Footer */
.footer{margin-top:13px;padding:13px 0 17px;display:flex;align-items:center;justify-content:flex-start;gap:18px;border-top:1px solid rgba(255,255,255,.07)}
.footer-brand{display:flex;align-items:center;gap:13px;flex:0 0 auto}
.footer-brand>img{display:block;width:108px;height:auto}
.footer-legal{flex:1;min-width:0;margin:0;color:#65727e;font-size:.54rem;line-height:1.55}
.footer-legal b{color:#8d99a5;font-weight:600}
.social-links{display:flex;align-items:center;gap:7px}
.social-links a{width:27px;height:27px;display:grid;place-items:center;color:#9ba7b3;text-decoration:none;border:1px solid rgba(255,255,255,.13);border-radius:50%;background:rgba(255,255,255,.012);transition:border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease}
.social-links a:hover{color:#63c5ff;border-color:rgba(53,177,255,.72);box-shadow:0 0 16px rgba(37,163,255,.18);transform:translateY(-1px)}
.social-links svg{width:13px;height:13px;fill:currentColor;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.social-links a:nth-child(2) svg{fill:none}
.social-links a:nth-child(2) .dot{fill:currentColor;stroke:none}
.reveal{opacity:0;transform:translateY(9px);transition:opacity .55s ease,transform .55s ease}
.reveal.in{opacity:1;transform:none}

/* Responsive */
@media(max-width:1180px){
  .shell{width:calc(100% - 36px)}
  .topbar{height:84px}
  .brand{width:222px}
  .hero{min-height:600px}
  .hero-copy{width:60%;padding:30px 0 34px 30px}
  .future-line{font-size:clamp(2.85rem,5.4vw,4.75rem);max-width:700px}
  .hero-seo{font-size:.99rem;max-width:610px}
  .telemetry-top{grid-template-columns:1fr auto}
  .operation-status{grid-column:1/2;grid-row:2;margin-top:8px;padding-left:0;border-left:0}
  .telemetry-clock{grid-column:2;grid-row:1/3}
  .telemetry-metrics,.telemetry-metrics.five{grid-template-columns:repeat(3,1fr)}
  .telemetry-item{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06)}
  .telemetry-item:nth-child(3n){border-right:0}
  .telemetry-item:nth-last-child(-n+3){border-bottom:0}
  .primary-card{grid-template-columns:82px 1fr;gap:16px;padding:21px}
  .big-icon svg{width:78px;height:78px}
  .primary-card h2{font-size:1.3rem}
  .capabilities-grid{grid-template-columns:repeat(3,1fr)}
  .capability:nth-child(3n){border-right:0}
  .capability:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.07)}
  .solutions-grid{grid-template-columns:repeat(6,1fr)}
}

@media(max-width:900px){
  .primary-services{grid-template-columns:1fr}
  .primary-card{min-height:145px}
  .primary-card p{max-width:none}
  .solutions-grid{grid-template-columns:repeat(4,1fr)}
}

@media(max-width:760px){
  .shell{width:calc(100% - 20px)}
  .topbar{height:72px}
  .brand{width:174px}
  .client-title{padding:9px 11px;font-size:.72rem}
  .client-links{min-width:205px}
  .hero{min-height:560px;align-items:flex-end;border-radius:17px 17px 0 0}
  .hero-media video,.hero-fallback{object-position:68% center;background-position:68% center}
  .hero-vignette{background:linear-gradient(180deg,rgba(2,4,7,.05) 0%,rgba(2,4,7,.17) 29%,rgba(2,4,7,.86) 57%,rgba(2,4,7,.99) 100%)}
  .hero-copy{width:100%;padding:177px 18px 22px}
  .hero-history{font-size:.71rem;margin-bottom:8px}
  .future-line{font-size:clamp(2.45rem,10.8vw,3.55rem);line-height:1.01}
  .hero-seo{margin-top:12px;font-size:.86rem;line-height:1.4}
  .lead{margin-top:9px;font-size:.8rem;line-height:1.44}
  .hero-actions{margin-top:15px}
  .btn{width:100%;min-height:47px}
  .hero-progress{right:18px;bottom:16px;display:none}
  .hero-opsbar{min-height:52px;padding:8px 12px;align-items:flex-start;flex-direction:column;justify-content:center;gap:5px;font-size:.63rem}
  .opsbar-main{gap:7px;flex-wrap:wrap}
  .opsbar-status{font-size:.61rem}
  .telemetry{margin-top:10px}
  .telemetry-card{padding:13px 12px;border-radius:15px}
  .telemetry-top{grid-template-columns:1fr auto;column-gap:10px}
  .telemetry-name strong{font-size:.98rem}
  .telemetry-name em{font-size:.61rem}
  .operation-status{grid-column:1/3;grid-row:2;margin-top:9px;padding:8px 0 0;border-top:1px solid rgba(255,255,255,.07)}
  .operation-status>strong{font-size:.75rem}
  .telemetry-clock span{font-size:1.05rem}
  .telemetry-clock small{max-width:98px;font-size:.5rem}
  .telemetry-metrics,.telemetry-metrics.five{grid-template-columns:1fr 1fr}
  .telemetry-item{padding:10px 8px;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
  .telemetry-item:nth-child(3n){border-right:1px solid rgba(255,255,255,.06)}
  .telemetry-item:nth-child(even){border-right:0}
  .telemetry-item:nth-last-child(-n+2){border-bottom:0}
  .telemetry-item small{font-size:.52rem}
  .telemetry-item strong{font-size:.8rem}
  .telemetry-item span{font-size:.53rem}
  .primary-services{margin-top:10px;gap:9px}
  .primary-card{min-height:132px;padding:16px;grid-template-columns:64px 1fr;gap:13px;border-radius:15px}
  .big-icon svg{width:60px;height:60px}
  .primary-card h2{margin-bottom:6px;font-size:1.13rem}
  .primary-card p{font-size:.72rem;line-height:1.43}
  .solutions{margin-top:10px;padding:14px 10px 10px;border-radius:15px}
  .solutions-head{display:block;margin:0 3px 9px}
  .solutions-head h2{margin-top:3px;font-size:.94rem}
  .capabilities-grid{grid-template-columns:repeat(3,1fr)}
  .capability{min-height:72px;padding:9px 5px;gap:6px;text-align:center;flex-direction:column}
  .capability svg{width:28px;height:28px}
  .capability span{font-size:.54rem}
  .solutions-grid{grid-template-columns:repeat(3,1fr)}
  .solution-item{min-height:80px;padding:10px 4px 8px}
  .solution-item svg{width:29px;height:29px}
  .solution-item span{font-size:.53rem}
  .footer{margin-top:10px;padding:12px 0 15px;display:grid;grid-template-columns:1fr;gap:9px}
  .footer-brand{justify-content:space-between}
  .footer-brand>img{width:88px}
  .footer-legal{font-size:.46rem}
  .social-links a{width:25px;height:25px}
}

@media(max-width:430px){
  .topbar{height:68px}
  .brand{width:154px}
  .client-title{padding:8px 10px;font-size:.66rem}
  .hero{min-height:540px}
  .hero-copy{padding-top:155px}
  .future-line{font-size:2.5rem}
  .hero-seo{font-size:.81rem}
  .capabilities-grid{grid-template-columns:repeat(2,1fr)}
  .capability:nth-child(3n){border-right:1px solid rgba(255,255,255,.07)}
  .capability:nth-child(even){border-right:0}
  .capability:nth-child(-n+4){border-bottom:1px solid rgba(255,255,255,.07)}
  .solutions-grid{grid-template-columns:repeat(2,1fr)}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .hero-media video{display:none}
}
