:root{
  --bg:#030811;
  --panel:#071426;
  --panel2:#0b1d34;
  --line:rgba(91,194,255,.23);
  --blue:#58caff;
  --blue2:#92ddff;
  --gold:#ffd86b;
  --text:#f5f8fc;
  --muted:#aebed1;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

html,body{
  margin:0;
  min-height:100%;
}

body{
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 50% -10%,#153d6e 0,#08172a 32%,#030811 70%);
}

a{
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

.site-shell{
  min-height:100vh;
}

.topbar{
  position:sticky;
  top:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px clamp(18px,4vw,54px);
  background:rgba(3,8,17,.92);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(14px);
}

.brand{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

.brand strong{
  font-size:18px;
  letter-spacing:.08em;
}

.brand span{
  margin-top:4px;
  color:var(--blue);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
}

.topnav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.topnav a{
  text-decoration:none;
  color:#dce9f8;
  padding:9px 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
}

.topnav a:hover,
.topnav a:focus-visible{
  background:rgba(88,202,255,.12);
  outline:none;
}

.page{
  width:min(1400px,100%);
  margin:0 auto;
  padding:28px clamp(16px,3vw,42px) 64px;
}

.hero{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:#061120;
  box-shadow:0 26px 80px rgba(0,0,0,.42);
}

.hero img{
  width:100%;
  aspect-ratio:3/1;
  object-fit:cover;
}

.hero-copy{
  padding:26px 28px 30px;
  text-align:center;
  background:
    linear-gradient(180deg,rgba(8,23,42,.55),rgba(5,14,27,.98));
}

.hero-copy h1{
  margin:0;
  font-size:clamp(27px,4vw,52px);
  letter-spacing:.025em;
}

.hero-copy .motto{
  margin:12px 0 0;
  color:var(--gold);
  font-size:clamp(20px,2.7vw,34px);
  font-weight:900;
}

.hero-copy .mission{
  max-width:800px;
  margin:14px auto 0;
  color:#c9d7e7;
  font-size:17px;
  line-height:1.6;
}

.foundation-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.foundation-control{
  appearance:none;
  border:1px solid rgba(88,202,255,.34);
  border-radius:999px;
  padding:11px 18px;
  background:rgba(88,202,255,.08);
  color:#aadef6;
  font-weight:800;
  cursor:default;
}

.foundation-control.primary{
  border-color:rgba(255,216,107,.48);
  color:#ffe49a;
  background:rgba(255,216,107,.08);
}

.foundation-note{
  margin:13px 0 0;
  color:#8498af;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}

.section{
  margin-top:44px;
}

.section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.section-heading h2{
  margin:0;
  font-size:clamp(24px,3vw,36px);
}

.section-heading p{
  max-width:680px;
  margin:0;
  color:var(--muted);
  line-height:1.5;
}

.network-card{
  overflow:hidden;
  border:1px solid rgba(88,202,255,.3);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(12,35,63,.94),rgba(5,16,31,.98));
  box-shadow:0 20px 60px rgba(0,0,0,.34);
}

.network-card img{
  width:100%;
  aspect-ratio:3/1;
  object-fit:cover;
}

.network-card .card-body{
  padding:22px 24px 25px;
}

.network-card h3{
  margin:0;
  font-size:25px;
}

.network-card p{
  margin:10px 0 0;
  color:#b9c9da;
  line-height:1.55;
}

.status-pill{
  display:inline-flex;
  margin-top:15px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(88,202,255,.3);
  color:#93ddff;
  background:rgba(88,202,255,.07);
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.service-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(9,26,48,.96),rgba(5,14,27,.98));
  box-shadow:0 16px 46px rgba(0,0,0,.28);
}

.service-card img{
  width:100%;
  aspect-ratio:3/1;
  object-fit:cover;
}

.service-body{
  padding:18px 20px 21px;
}

.service-body h3{
  margin:0;
  font-size:20px;
}

.service-body p{
  margin:9px 0 0;
  color:#aebed1;
  line-height:1.5;
  font-size:14px;
}

.service-state{
  display:inline-block;
  margin-top:13px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,216,107,.25);
  color:#e7ca78;
  font-size:11px;
  font-weight:900;
  letter-spacing:.055em;
}

.principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.principle{
  min-height:150px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(7,20,38,.75);
}

.principle strong{
  display:block;
  color:var(--blue2);
  font-size:18px;
}

.principle p{
  margin:9px 0 0;
  color:#aebed1;
  line-height:1.55;
}

.footer{
  margin-top:52px;
  padding:26px 18px 12px;
  border-top:1px solid var(--line);
  text-align:center;
  color:#8093aa;
  font-size:13px;
}

.footer strong{
  color:#c8d7e8;
}

@media (max-width:900px){
  .topbar{
    align-items:flex-start;
    flex-direction:column;
  }

  .topnav{
    justify-content:flex-start;
  }

  .service-grid,
  .principles{
    grid-template-columns:1fr;
  }

  .section-heading{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:600px){
  .page{
    padding-top:18px;
  }

  .hero,
  .network-card,
  .service-card{
    border-radius:16px;
  }

  .hero-copy{
    padding:22px 18px 25px;
  }

  .hero img,
  .network-card img,
  .service-card img{
    aspect-ratio:16/7;
  }
}
