*{
  box-sizing:border-box;
  margin:0;
  padding:0
}
html{
  scroll-behavior:smooth;
  overflow-x:hidden
}
body{
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:#02070b;
  color:#f4fbff;
  overflow-x:hidden;
  cursor:auto
}
a,button{
  cursor:pointer;
  color:inherit
}
img{
  max-width:100%;
  display:block
}
.site-bg{
  position:fixed;
  inset:0;
  z-index:-3;
  background:radial-gradient(circle at 4% 22%,rgba(0,116,255,.28),transparent 21%),radial-gradient(circle at 95% 55%,rgba(0,255,160,.24),transparent 22%),linear-gradient(135deg,#031220 0%,#02060b 36%,#03090d 65%,#002019 100%)
}
.site-bg:before{
  content:"";
  position:absolute;
  inset:-10%;
  background:repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 18px),repeating-linear-gradient(0deg,rgba(255,255,255,.02) 0 1px,transparent 1px 18px);
  opacity:.34;
  animation:gridDrift 18s linear infinite
}
.site-bg:after{
  content:"";
  position:absolute;
  right:-12vw;
  bottom:-10vh;
  width:48vw;
  height:48vw;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,255,160,.32),transparent 64%);
  filter:blur(25px)
}
.mouse-glow{
  position:fixed;
  left:0;
  top:0;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,255,170,.14),rgba(0,118,255,.08) 42%,transparent 70%);
  pointer-events:none;
  z-index:-1;
  transform:translate(-50%,-50%);
  opacity:.75;
  filter:blur(10px)
}
@keyframes gridDrift{
  to{
    transform:translate(72px,72px)
  }
}
.site-header{
  width:min(1360px,calc(100% - 42px));
  margin:26px auto 0;
  padding:20px 24px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  position:sticky;
  top:16px;
  z-index:100;
  border:1px solid rgba(52,238,180,.22);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(3,18,31,.82),rgba(1,12,15,.78));
  backdrop-filter:blur(18px);
  box-shadow:0 18px 60px rgba(0,0,0,.42),inset 0 0 35px rgba(52,238,180,.04);
  overflow:hidden
}
.site-header:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(52,238,180,.11),rgba(30,150,255,.12),transparent);
  transform:translateX(-100%);
  animation:scan 5s ease-in-out infinite;
  pointer-events:none
}
@keyframes scan{
  50%,100%{
    transform:translateX(100%)
  }
}
.brand,.nav,.top-cta,.menu-toggle{
  position:relative;
  z-index:2
}
.brand img{
  width:270px;
  filter:drop-shadow(0 0 20px rgba(52,238,180,.22))
}
.nav{
  justify-self:center;
  display:flex;
  gap:8px;
  padding:8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(0,0,0,.28)
}
.nav a{
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  padding:12px 17px;
  border-radius:12px;
  color:#e6f8ff;
  transition:.25s
}
.nav a:hover{
  background:rgba(52,238,180,.12);
  color:#54ffc8;
  transform:translateY(-2px)
}
.button,.top-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border:1px solid rgba(52,238,180,.62);
  border-radius:999px;
  padding:15px 24px;
  font-weight:950;
  color:#fff;
  background:linear-gradient(135deg,rgba(0,255,170,.2),rgba(30,150,255,.16));
  box-shadow:0 0 35px rgba(0,255,170,.16);
  transition:.25s
}
.button:hover,.top-cta:hover{
  transform:translateY(-3px);
  box-shadow:0 0 50px rgba(0,255,170,.28)
}
.button.ghost{
  border-color:rgba(30,150,255,.55);
  background:rgba(3,20,32,.64)
}
.menu-toggle{
  display:none;
  background:#03151d;
  color:#fff;
  border:1px solid rgba(52,238,180,.35);
  border-radius:14px;
  font-size:24px;
  padding:10px 14px
}
.hero{
  width:min(1360px,calc(100% - 42px));
  margin:56px auto 0;
  padding:20px 0 86px
}
.hero-grid{
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:70px;
  align-items:center
}
.section-label{
  color:#35ffad;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:13px;
  font-weight:950;
  margin-bottom:24px
}
.hero h1,.page-hero h1{
  font-size:clamp(54px,7.2vw,104px);
  line-height:.95;
  letter-spacing:-.07em;
  margin-bottom:28px;
  color:#f4fbff
}
.hero-lead{
  font-size:clamp(22px,2.3vw,32px)!important;
  font-weight:950;
  color:#f7feff!important;
  line-height:1.25!important
}
.hero p,.page-hero p{
  font-size:18px;
  line-height:1.72;
  color:#c3d5dc;
  max-width:760px;
  margin-bottom:18px
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:36px 0 20px
}
.tool-line{
  color:#bfffe9!important;
  font-weight:900
}
.hero-visual{
  display:grid;
  place-items:center;
  min-height:520px
}
.monitor-card{
  width:min(560px,100%);
  border:1px solid rgba(40,160,255,.34);
  border-radius:34px;
  padding:34px;
  background:radial-gradient(circle at 42% 55%,rgba(48,255,183,.16),transparent 18%),radial-gradient(circle at 10% 30%,rgba(0,255,170,.15),transparent 28%),linear-gradient(135deg,rgba(9,48,48,.74),rgba(6,31,52,.86));
  box-shadow:0 30px 100px rgba(0,0,0,.45),inset 0 0 70px rgba(0,255,170,.06);
  position:relative;
  overflow:hidden;
  animation:floaty 5s ease-in-out infinite
}
.monitor-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(90deg,transparent 0 12px,rgba(255,255,255,.025) 13px 14px);
  opacity:.6
}
.traffic{
  display:flex;
  gap:10px;
  position:relative;
  z-index:2
}
.traffic span{
  width:13px;
  height:13px;
  border-radius:50%;
  background:#34ffab;
  box-shadow:0 0 18px rgba(52,255,171,.8)
}
.monitor-label{
  display:inline-block;
  position:relative;
  z-index:2;
  margin:44px 0 42px;
  padding:11px 18px;
  border:1px solid rgba(52,255,171,.42);
  border-radius:999px;
  color:#45ffb4;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:13px;
  font-weight:950;
  background:rgba(0,255,170,.08)
}
.mini-wave{
  height:76px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  position:relative;
  z-index:2;
  margin-bottom:44px
}
.mini-wave span{
  width:8px;
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff,#36ffc0 45%,#1798ff);
  box-shadow:0 0 16px rgba(54,255,192,.7);
  animation:wave 1.2s ease-in-out infinite
}
.mini-wave span:nth-child(1){
  height:22px;
  animation-delay:.05s
}
.mini-wave span:nth-child(2){
  height:36px;
  animation-delay:.12s
}
.mini-wave span:nth-child(3){
  height:50px;
  animation-delay:.18s
}
.mini-wave span:nth-child(4){
  height:42px;
  animation-delay:.24s
}
.mini-wave span:nth-child(5){
  height:30px;
  animation-delay:.30s
}
.mini-wave span:nth-child(6){
  height:60px;
  animation-delay:.36s
}
.mini-wave span:nth-child(7){
  height:34px;
  animation-delay:.42s
}
.mini-wave span:nth-child(8){
  height:54px;
  animation-delay:.48s
}
.mini-wave span:nth-child(9){
  height:40px;
  animation-delay:.54s
}
.mini-wave span:nth-child(10){
  height:62px;
  animation-delay:.60s
}
.mini-wave span:nth-child(11){
  height:32px;
  animation-delay:.66s
}
.mini-wave span:nth-child(12){
  height:44px;
  animation-delay:.72s
}
.bar-graph{
  height:128px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:rgba(0,0,0,.34);
  display:flex;
  align-items:end;
  justify-content:space-around;
  padding:18px;
  position:relative;
  z-index:2;
  margin-bottom:18px
}
.bar-graph span{
  width:30px;
  border-radius:18px 18px 0 0;
  background:linear-gradient(180deg,#35ffbb 0%,#23d9ff 58%,#168fff 100%);
  animation:barDance 1.5s ease-in-out infinite
}
.bar-graph span:nth-child(1){
  height:38px
}
.bar-graph span:nth-child(2){
  height:70px;
  animation-delay:.1s
}
.bar-graph span:nth-child(3){
  height:48px;
  animation-delay:.2s
}
.bar-graph span:nth-child(4){
  height:84px;
  animation-delay:.3s
}
.bar-graph span:nth-child(5){
  height:44px;
  animation-delay:.4s
}
.bar-graph span:nth-child(6){
  height:62px;
  animation-delay:.5s
}
.bar-graph span:nth-child(7){
  height:88px;
  animation-delay:.6s
}
.bar-graph span:nth-child(8){
  height:52px;
  animation-delay:.7s
}
.bar-graph span:nth-child(9){
  height:32px;
  animation-delay:.8s
}
.bar-graph span:nth-child(10){
  height:68px;
  animation-delay:.9s
}
.bar-graph span:nth-child(11){
  height:40px;
  animation-delay:1s
}
.bar-graph span:nth-child(12){
  height:58px;
  animation-delay:1.1s
}
.status-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  position:relative;
  z-index:2
}
.status-grid div{
  padding:17px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06)
}
.status-grid strong{
  display:block;
  color:#fff;
  font-size:16px
}
.status-grid em{
  display:block;
  color:#35ffad;
  font-style:normal;
  font-weight:950;
  font-size:16px;
  margin-top:4px
}
@keyframes wave{
  0%,100%{
    transform:scaleY(.55);
    opacity:.68
  }
  50%{
    transform:scaleY(1.3);
    opacity:1
  }
}
@keyframes barDance{
  50%{
    transform:scaleY(.65)
  }
}
@keyframes floaty{
  50%{
    transform:translateY(-14px)
  }
}
.section,.contact-strip,.content-section,.results-section,.contact-cards{
  width:min(1320px,calc(100% - 42px));
  margin:0 auto;
  border-top:1px solid rgba(255,255,255,.11)
}
.section{
  padding:100px 0
}
.centre{
  text-align:center
}
.centre .section-intro{
  margin-left:auto;
  margin-right:auto
}
.section h2,.contact-strip h2,.text-card h2,.result-copy h2{
  font-size:clamp(38px,5.2vw,70px);
  line-height:1.02;
  letter-spacing:-.055em;
  color:#f5fbff;
  margin-bottom:28px
}
.section p,.contact-strip p,.text-card p,.result-copy p{
  font-size:18px;
  line-height:1.72;
  color:#bfd0d9
}
.section-intro{
  max-width:830px;
  margin-bottom:30px
}
.card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-top:52px
}
.card{
  min-height:260px;
  padding:34px 34px 38px;
  text-align:center;
  border:1px solid rgba(28,151,255,.32);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(7,31,42,.88),rgba(3,12,22,.94));
  box-shadow:0 20px 65px rgba(0,0,0,.38);
  transition:.28s;
  position:relative;
  overflow:hidden
}
.card:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 5%,rgba(0,255,170,.13),transparent 34%);
  opacity:.75
}
.card:hover{
  transform:translateY(-8px);
  border-color:rgba(52,255,171,.62);
  box-shadow:0 22px 75px rgba(0,255,170,.14)
}
.icon{
  width:74px;
  height:74px;
  margin:0 auto 26px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(135deg,rgba(0,255,170,.22),rgba(30,150,255,.18));
  box-shadow:0 0 34px rgba(0,255,170,.17);
  font-size:28px;
  position:relative;
  z-index:2
}
.card h3{
  position:relative;
  z-index:2;
  font-size:25px;
  margin-bottom:14px;
  color:#f5fbff
}
.card p{
  position:relative;
  z-index:2;
  font-size:18px;
  line-height:1.55
}
.split{
  display:grid;
  grid-template-columns:.85fr 1fr;
  gap:80px;
  align-items:start
}
.split h2{
  text-align:left
}
.split p{
  text-align:left
}
.checks{
  display:grid;
  gap:14px
}
.checks p{
  padding:20px 24px;
  border:1px solid rgba(28,151,255,.38);
  border-radius:18px;
  background:linear-gradient(90deg,rgba(0,255,170,.13),rgba(3,21,39,.86));
  font-weight:950;
  color:#35ffad;
  box-shadow:0 14px 45px rgba(0,0,0,.23)
}
.checks span{
  color:#f0fff9;
  margin-left:14px
}
.steps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.steps div{
  min-height:128px;
  border:1px solid rgba(28,151,255,.36);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(7,31,42,.88),rgba(3,12,22,.94));
  padding:26px;
  box-shadow:0 16px 50px rgba(0,0,0,.3);
  transition:.28s
}
.steps div:hover{
  transform:translateY(-6px);
  border-color:rgba(52,255,171,.6)
}
.steps span{
  display:block;
  color:#35ffad;
  font-weight:950;
  margin-bottom:26px
}
.steps strong{
  font-size:26px;
  color:#fff;
  line-height:1.1
}
.contact-strip{
  margin-top:80px;
  margin-bottom:0;
  padding:54px 54px;
  border:1px solid rgba(52,255,171,.38);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(0,255,170,.15),rgba(11,45,77,.55),rgba(1,8,16,.78));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  box-shadow:0 26px 90px rgba(0,0,0,.38)
}
.contact-strip h2{
  max-width:760px
}
.contact-strip p{
  max-width:860px
}
.footer{
  margin-top:80px;
  padding:48px 24px 36px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.1);
  background:rgba(0,0,0,.34)
}
.footer img{
  width:250px;
  margin:0 auto 16px;
  filter:drop-shadow(0 0 20px rgba(0,255,170,.22))
}
.footer p{
  color:#c4d8df;
  font-size:16px;
  line-height:1.45
}
.page-hero{
  width:min(1180px,calc(100% - 42px));
  margin:70px auto 0;
  padding:70px 0;
  text-align:center
}
.page-hero p{
  margin-left:auto;
  margin-right:auto
}
.content-section{
  display:grid;
  gap:24px;
  margin-top:40px;
  padding-top:60px
}
.text-card{
  padding:40px;
  border:1px solid rgba(28,151,255,.32);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(7,31,42,.88),rgba(3,12,22,.94))
}
.text-card ul{
  padding-left:22px
}
.text-card li{
  color:#d5e6ec;
  line-height:1.7;
  margin:10px 0
}
.results-section{
  display:grid;
  gap:64px;
  margin-top:40px;
  padding-top:60px
}
.result-copy{
  padding:34px;
  text-align:center;
  border:1px solid rgba(28,151,255,.32);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(7,31,42,.88),rgba(3,12,22,.94));
  margin-bottom:18px
}
.video-card{
  padding:14px;
  border:1px solid rgba(28,151,255,.32);
  border-radius:24px;
  background:rgba(0,0,0,.45)
}
iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  border-radius:18px;
  display:block
}
.contact-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin-top:40px;
  padding-top:60px
}
.contact-card{
  text-align:center;
  text-decoration:none;
  padding:42px;
  border:1px solid rgba(28,151,255,.32);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(7,31,42,.88),rgba(3,12,22,.94));
  transition:.28s
}
.contact-card:hover{
  transform:translateY(-8px);
  border-color:rgba(52,255,171,.6)
}
.contact-icon{
  width:74px;
  height:74px;
  margin:0 auto 24px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(135deg,rgba(0,255,170,.22),rgba(30,150,255,.18));
  font-size:32px
}
.contact-card strong{
  display:block;
  font-size:30px;
  margin-bottom:10px
}
.contact-card span{
  color:#55ffc8;
  overflow-wrap:anywhere
}
.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .8s ease,transform .8s ease
}
.reveal.visible{
  opacity:1;
  transform:translateY(0)
}
@media(max-width:1050px){
  .mouse-glow{
    display:none
  }
  .site-header{
    grid-template-columns:auto auto;
    width:min(100% - 24px,1360px);
    padding:16px
  }
  .brand img{
    width:210px
  }
  .top-cta{
    display:none
  }
  .menu-toggle{
    display:block;
    justify-self:end
  }
  .nav{
    display:none;
    position:absolute;
    top:84px;
    left:12px;
    right:12px;
    flex-direction:column;
    background:#031014;
    padding:20px;
    box-shadow:0 18px 60px rgba(0,0,0,.6)
  }
  .nav.open{
    display:flex
  }
  .nav a{
    width:100%;
    text-align:center;
    font-size:18px;
    padding:16px
  }
  .hero{
    width:min(100% - 24px,1360px);
    margin-top:34px
  }
  .hero-grid,.split,.card-grid,.steps,.contact-cards{
    grid-template-columns:1fr
  }
  .hero h1{
    font-size:56px
  }
  .hero-visual{
    min-height:360px
  }
  .monitor-card{
    padding:24px
  }
  .bar-graph span{
    width:20px
  }
  .section,.contact-strip,.content-section,.results-section{
    width:min(100% - 24px,1320px)
  }
  .section{
    padding:62px 0
  }
  .section h2,.contact-strip h2{
    font-size:42px
  }
  .split{
    gap:34px
  }
  .contact-strip{
    flex-direction:column;
    text-align:center;
    padding:32px 22px
  }
  .button{
    width:100%
  }
  .status-grid{
    grid-template-columns:1fr
  }
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation:none!important;
    transition:none!important
  }
  .reveal{
    opacity:1;
    transform:none
  }
}
