* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
  --bg:#050b07;
  --bg2:#07130b;
  --text:#f4fff7;
  --muted:#a9b9ad;
  --line:rgba(255,255,255,.16);
  --glass:rgba(255,255,255,.08);
  --glass2:rgba(255,255,255,.13);
  --green:#38ff8b;
  --green2:#00c76d;
  --blue:#2b7cff;
  --shadow:0 30px 110px rgba(0,0,0,.52);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, Segoe UI, system-ui, Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(56,255,139,.18), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(43,124,255,.16), transparent 30%),
    linear-gradient(180deg,var(--bg2),var(--bg));
  color: var(--text);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.glow {
  position: fixed;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  filter: blur(90px);
  opacity: .45;
  z-index: -3;
  animation: pulse 7s ease-in-out infinite alternate;
}

.glow-a {
  background: var(--green2);
  top: -120px;
  right: -110px;
}

.glow-b {
  background: var(--blue);
  bottom: 8%;
  left: -150px;
  animation-delay: 1.6s;
}

@keyframes pulse {
  to {
    transform: translateY(35px) scale(1.12);
  }
}

.header {
  width: min(1180px, calc(100% - 34px));
  margin: 16px auto 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 14px;
  z-index: 50;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(5,12,7,.78);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 14px;
}

.brand b {
  display: block;
  font-size: 19px;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
}

.nav a:hover {
  color: var(--green);
}

.menu {
  display: none;
  border: 1px solid var(--line);
  background: var(--glass);
  color: var(--text);
  padding: 10px 13px;
  border-radius: 14px;
  font-size: 20px;
}

.hero {
  width: min(1180px, calc(100% - 34px));
  margin: 54px auto 0;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 52px;
  align-items: center;
}

.pill {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(56,255,139,.09);
  border: 1px solid rgba(56,255,139,.27);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: .94;
  letter-spacing: -3px;
}

h2 {
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -2px;
}

h3 {
  font-size: 25px;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.sub {
  margin: 24px 0;
  max-width: 710px;
  font-size: 18px;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  font-weight: 900;
  transition: .25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.primary {
  background: linear-gradient(135deg,var(--green),var(--green2));
  color: #031006;
  box-shadow: 0 18px 50px rgba(56,255,139,.22);
}

.secondary {
  background: rgba(255,255,255,.07);
  color: var(--text);
}

.disabled {
  background: rgba(255,255,255,.06);
  color: var(--muted);
  cursor: not-allowed;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: 32px;
}

.metrics div {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 16px;
}

.metrics b {
  display: block;
}

.metrics span {
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.orbit-card {
  width: min(470px,100%);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,.15),
    rgba(255,255,255,.05)
  );
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
  padding: 26px;
  position: relative;
  overflow: hidden;
  animation: float 5s ease-in-out infinite;
}

.orbit-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(
    circle at top right,
    rgba(56,255,139,.28),
    transparent 42%
  );
}

@keyframes float {
  0%,100%{
    transform:translateY(0) rotate(-1deg);
  }
  50%{
    transform:translateY(-18px) rotate(1deg);
  }
}

.top-dots{
  display:flex;
  gap:8px;
  margin-bottom:24px;
}

.top-dots i{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--green);
}

.preview-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
}

.preview-head img{
  width:56px;
  height:56px;
  object-fit:contain;
  border-radius:16px;
}

.preview-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.preview-tile{
  border:1px solid var(--line);
  background:rgba(0,0,0,.22);
  border-radius:18px;
  padding:14px;
}

.preview-tile.active{
  border-color:rgba(56,255,139,.45);
  background:rgba(56,255,139,.1);
}

.preview-tile span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-bottom:6px;
}

.preview-tile b{
  font-size:14px;
}

.graph{
  height:205px;
  display:flex;
  align-items:flex-end;
  gap:14px;
  margin-top:28px;
}

.graph i{
  flex:1;
  border-radius:999px 999px 12px 12px;
  background:linear-gradient(
    to top,
    var(--green2),
    var(--green)
  );
  box-shadow:0 0 25px rgba(56,255,139,.22);
  animation:grow 1.2s ease both;
}

@keyframes grow{
  from{
    transform:scaleY(.2);
    transform-origin:bottom;
  }
  to{
    transform:scaleY(1);
    transform-origin:bottom;
  }
}

.section{
  width:min(1180px,calc(100% - 34px));
  margin:0 auto;
  padding:88px 0;
}

.section-head{
  max-width:820px;
  margin-bottom:34px;
}

.section-head p:last-child{
  margin-top:15px;
  font-size:17px;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.product-card,
.download-card,
.split-card,
.company-box,
.contact-box{
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(
    145deg,
    rgba(255,255,255,.12),
    rgba(255,255,255,.045)
  );
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow);
}

.product-card{
  padding:26px;
  min-height:280px;
  transition:.25s;
}

.product-card:hover{
  transform:translateY(-8px);
  border-color:rgba(56,255,139,.42);
}

.product-card.highlight{
  grid-column:span 2;
  min-height:360px;
}

.emoji{
  font-size:38px;
  display:inline-block;
  margin-bottom:18px;
}

.product-card p{
  margin:14px 0 18px;
}

.product-card ul{
  margin-left:18px;
  color:var(--muted);
  line-height:1.8;
}

.product-card a{
  color:var(--green);
  font-weight:900;
}

.product-card small{
  display:inline-flex;
  margin-top:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(56,255,139,.25);
  color:var(--green);
  font-weight:800;
}

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

.download-card{
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px;
}

.download-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

.download-badge.live{
  color:var(--green);
  background:rgba(56,255,139,.1);
  border:1px solid rgba(56,255,139,.25);
}

.download-badge.soon{
  color:#ffd166;
  background:rgba(255,209,102,.08);
  border:1px solid rgba(255,209,102,.25);
}

.download-card p{
  margin:14px 0 18px;
}

.info-list{
  display:grid;
  gap:10px;
}

.info-list span{
  padding:12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.05);
  color:var(--muted);
}

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

.split-card,
.company-box,
.contact-box{
  padding:38px;
}

.split-card p:last-child,
.company-box p,
.contact-box p{
  margin-top:18px;
}

.contact-box a{
  display:inline-block;
  margin-top:18px;
  font-size:clamp(22px,4vw,36px);
  font-weight:900;
  color:var(--green);
  word-break:break-word;
}

footer{
  width:min(1180px,calc(100% - 34px));
  margin:24px auto 40px;
  padding-top:24px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:var(--muted);
}

.footer-brand img{
  width:40px;
  height:40px;
  object-fit:contain;
  border-radius:12px;
}

.reveal{
  opacity:0;
  transform:translateY(30px);
  transition:.8s ease;
}

.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

/* Scrollbar */

::-webkit-scrollbar{
  width:10px;
}

::-webkit-scrollbar-track{
  background:#08120c;
}

::-webkit-scrollbar-thumb{
  background:linear-gradient(
    var(--green2),
    var(--green)
  );
  border-radius:20px;
}

/* Responsive */

@media (max-width:1100px){

  .product-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media (max-width:900px){

  .menu{
    display:block;
  }

  .nav{
    display:none;
    position:absolute;
    top:76px;
    left:16px;
    right:16px;
    padding:20px;
    border-radius:20px;
    background:rgba(5,12,7,.96);
    border:1px solid var(--line);
    flex-direction:column;
    gap:18px;
  }

  .nav.open{
    display:flex;
  }

  .hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding:60px 0;
  }

  .download-grid,
  .split-section{
    grid-template-columns:1fr;
  }

}

@media (max-width:640px){

  .header,
  .hero,
  .section,
  footer{
    width:min(100% - 24px,1180px);
  }

  h1{
    letter-spacing:-2px;
  }

  .metrics,
  .preview-grid,
  .product-grid{
    grid-template-columns:1fr;
  }

  .product-card.highlight{
    grid-column:span 1;
    min-height:auto;
  }

  footer{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }

}
