
:root{
  --bg:#06110d;
  --bg2:#0a1711;
  --panel:#0c1b14;
  --text:#f5f7f5;
  --muted:#92a098;
  --line:rgba(255,255,255,.085);
  --green:#73db4c;
  --green2:#b5f37c;
  --green3:#2d7c35;
  --shadow:0 28px 80px rgba(0,0,0,.34);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 78% 35%, rgba(96,203,73,.10), transparent 28rem),
    radial-gradient(circle at 7% 80%, rgba(43,104,54,.13), transparent 25rem),
    linear-gradient(135deg,var(--bg),var(--bg2));
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}

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

.noise{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,black,transparent 85%);
}

.container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}

.site-header{
  position:relative;
  z-index:5;
  border-bottom:1px solid var(--line);
}

.header-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}

.brand-mark{
  width:39px;
  height:39px;
}

.brand-name{
  font-size:22px;
  font-weight:850;
  letter-spacing:-.045em;
}

.brand-name span{color:var(--green)}

.header-status{
  display:flex;
  align-items:center;
  gap:10px;
  color:#aebbb3;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.11em;
}

.status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 6px rgba(115,219,76,.08),0 0 18px rgba(115,219,76,.42);
}

.hero{
  position:relative;
  z-index:2;
}

.hero-grid{
  min-height:690px;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  align-items:center;
  gap:56px;
  padding:72px 0 78px;
}

.eyebrow{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:25px;
  color:var(--green2);
  font-size:11px;
  line-height:1.4;
  letter-spacing:.17em;
  font-weight:800;
}

.eyebrow-line{
  display:inline-block;
  width:38px;
  height:1px;
  background:var(--green);
  box-shadow:0 0 12px rgba(115,219,76,.55);
}

h1{
  margin:0;
  max-width:760px;
  font-size:clamp(58px,7.5vw,106px);
  line-height:.91;
  letter-spacing:-.072em;
  font-weight:880;
}

h1 span{
  color:var(--green);
  text-shadow:0 0 50px rgba(115,219,76,.11);
}

.lead{
  max-width:670px;
  margin:32px 0 0;
  color:#c4cec7;
  font-size:18px;
  line-height:1.7;
}

.lead strong{
  color:#fff;
  font-weight:720;
}

.launch-row{
  margin-top:29px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px 18px;
}

.launch-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 13px;
  border:1px solid rgba(115,219,76,.22);
  border-radius:999px;
  background:rgba(115,219,76,.055);
  color:var(--green2);
  font-size:11px;
  font-weight:800;
  letter-spacing:.10em;
}

.pulse{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green);
}

.launch-note{
  color:var(--muted);
  font-size:13px;
}

.categories{
  margin-top:48px;
  padding-top:28px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.category{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 0;
}

.category-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:rgba(255,255,255,.035);
}

.category-icon img{
  width:21px;
  height:21px;
}

.category strong{
  display:block;
  margin-bottom:3px;
  font-size:13px;
}

.category span span,
.category div>span{
  color:var(--muted);
  font-size:11px;
  white-space:nowrap;
}

.hero-art{
  position:relative;
  min-height:520px;
  display:grid;
  place-items:center;
  isolation:isolate;
}

.energy-illustration{
  position:relative;
  z-index:2;
  width:min(520px,100%);
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.35));
}

.glow{
  position:absolute;
  border-radius:50%;
  filter:blur(20px);
  pointer-events:none;
}

.glow-one{
  width:330px;
  height:330px;
  background:rgba(100,209,74,.075);
  border:1px solid rgba(137,231,99,.08);
}

.glow-two{
  width:470px;
  height:470px;
  border:1px solid rgba(137,231,99,.08);
  background:radial-gradient(circle,transparent 45%,rgba(103,214,76,.025));
}

.floating-card{
  position:absolute;
  z-index:3;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(8,20,14,.72);
  backdrop-filter:blur(12px);
  box-shadow:var(--shadow);
}

.card-a{
  left:0;
  top:88px;
  width:154px;
}

.card-b{
  right:-2px;
  bottom:92px;
  display:flex;
  align-items:center;
  gap:10px;
}

.floating-label{
  display:block;
  color:var(--muted);
  font-size:9px;
  letter-spacing:.13em;
  margin-bottom:4px;
}

.floating-card strong{
  font-size:12px;
  letter-spacing:.05em;
}

.meter{
  height:28px;
  margin-top:12px;
  display:flex;
  align-items:flex-end;
  gap:5px;
}

.meter span{
  width:7px;
  border-radius:4px;
  background:linear-gradient(to top,var(--green3),var(--green));
}

.meter span:nth-child(1){height:11px}
.meter span:nth-child(2){height:18px}
.meter span:nth-child(3){height:24px}
.meter span:nth-child(4){height:28px}

.bolt-small{
  width:33px;
  height:33px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:var(--green);
  color:#07110d;
  font-size:16px;
}

.strip{
  position:relative;
  z-index:2;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.018);
}

.strip-inner{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#78877f;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
}

.strip-inner i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--green);
  opacity:.65;
}

footer{
  position:relative;
  z-index:2;
}

.footer-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#748078;
  font-size:12px;
}

.footer-inner strong{
  color:#abb6af;
  font-weight:650;
}

@media (max-width:980px){
  .hero-grid{
    grid-template-columns:1fr;
    padding-top:62px;
  }

  .hero-copy{max-width:780px}

  .hero-art{
    min-height:470px;
    width:min(590px,100%);
    margin-inline:auto;
  }
}

@media (max-width:720px){
  .container{width:min(100% - 28px,1180px)}

  .header-inner{min-height:75px}
  .header-status{display:none}

  .hero-grid{
    gap:25px;
    padding:52px 0 44px;
  }

  h1{
    font-size:clamp(52px,15vw,80px);
  }

  .lead{
    font-size:16px;
    margin-top:25px;
  }

  .categories{
    grid-template-columns:1fr;
    gap:0;
    margin-top:36px;
  }

  .category{
    border-bottom:1px solid rgba(255,255,255,.05);
  }

  .hero-art{
    min-height:390px;
    margin-top:10px;
  }

  .card-a{
    left:2px;
    top:55px;
    transform:scale(.88);
    transform-origin:left top;
  }

  .card-b{
    right:0;
    bottom:48px;
    transform:scale(.88);
    transform-origin:right bottom;
  }

  .strip-inner{
    justify-content:flex-start;
    overflow:hidden;
    white-space:nowrap;
  }

  .strip-inner span:nth-of-type(n+4),
  .strip-inner i:nth-of-type(n+4){
    display:none;
  }

  .footer-inner{
    min-height:84px;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    gap:5px;
  }
}

@media (prefers-reduced-motion:no-preference){
  .energy-illustration{
    animation:floatSystem 6.5s ease-in-out infinite;
  }

  .card-a{
    animation:floatCardA 5.3s ease-in-out infinite;
  }

  .card-b{
    animation:floatCardB 5.8s ease-in-out infinite;
  }

  .pulse{
    animation:pulseDot 1.8s ease-out infinite;
  }

  @keyframes floatSystem{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-9px)}
  }

  @keyframes floatCardA{
    0%,100%{translate:0 0}
    50%{translate:0 -8px}
  }

  @keyframes floatCardB{
    0%,100%{translate:0 0}
    50%{translate:0 8px}
  }

  @keyframes pulseDot{
    0%{box-shadow:0 0 0 0 rgba(115,219,76,.45)}
    100%{box-shadow:0 0 0 9px rgba(115,219,76,0)}
  }
}
