:root{
  --bg:#050816;
  --bg2:#070b1f;
  --text:#e9edf7;
  --muted:#a7b0c4;
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.12);
  --accent:#3b82f6;        /* electric blue */
  --accent2:#22d3ee;       /* cyan */
  --good:#22c55e;
  --bad:#ef4444;
  --warn:#f59e0b;
  --shadow: 0 20px 60px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 26px;
  --container: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 20% -20%, rgba(59,130,246,.25), transparent 60%),
              radial-gradient(900px 700px at 90% 10%, rgba(34,211,238,.18), transparent 55%),
              linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  color:var(--text);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
strong{color:#fff}

.container{
  width:min(var(--container), calc(100% - 48px));
  margin:0 auto;
}

.muted{color:var(--muted)}
.tiny{font-size:12px; line-height:1.4}

.bg{position:fixed; inset:0; pointer-events:none; z-index:-1}
.bg .grid{
  position:absolute; inset:-40%;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: rotate(-8deg);
  opacity:.25;
  mask-image: radial-gradient(closest-side at 40% 20%, black, transparent 70%);
}
.bg .noise{
  position:absolute; inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  opacity:.06;
  mix-blend-mode: overlay;
}
.blob{
  position:absolute; width:520px; height:520px; border-radius:999px;
  filter: blur(50px);
  opacity:.35;
}
.b1{left:-120px; top:-160px; background:rgba(59,130,246,.75)}
.b2{right:-160px; top:80px; background:rgba(34,211,238,.65)}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(5,8,22,.78), rgba(5,8,22,.55));
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:10px}
.logo{width:34px; height:34px}
.logo.small{width:26px; height:26px}
.brand-name{font-weight:800; letter-spacing:.2px}

.links{
  display:flex; gap:18px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  border-radius:999px;
}
.links a{font-weight:500; color:rgba(233,237,247,.9)}
.links a:hover{color:#fff}

.nav-cta{display:flex; align-items:center; gap:10px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  transition:transform .15s ease, background .15s ease, border-color .15s ease, opacity .15s ease;
  cursor:pointer;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0px)}
.btn-primary{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#041019;
  border-color: rgba(255,255,255,.08);
}
.btn-ghost{
  background:rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.10);
  color:#fff;
}
.btn-ghost:hover{background:rgba(255,255,255,.06)}
.btn[disabled]{opacity:.55; cursor:not-allowed}

.hamburger{
  display:none;
  width:44px; height:40px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  cursor:pointer;
}
.hamburger span{
  display:block; height:2px; width:18px; margin:4px auto;
  background:#fff; opacity:.9; border-radius:2px;
}

.mobile-menu{
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(5,8,22,.78);
}
.mobile-links{display:grid; gap:10px; padding:16px 0}
.mobile-links a{padding:10px 12px; border-radius:12px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08)}
.mobile-links a:hover{background:rgba(255,255,255,.06)}

.hero{padding:62px 0 10px}
.hero-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:28px; align-items:start}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:rgba(233,237,247,.9);
  font-weight:600;
  margin-bottom:18px;
}
.pill-dot{width:8px; height:8px; border-radius:99px; background:linear-gradient(135deg, var(--accent), var(--accent2))}
.pill.subtle{margin-top:14px; font-size:13px}

h1{
  font-size: clamp(38px, 4vw, 58px);
  line-height:1.03;
  margin:0 0 14px;
  letter-spacing:-.6px;
}
.accent{
  background: linear-gradient(135deg, #8ab4ff, #78f3ff);
  -webkit-background-clip:text; background-clip:text;
  color:transparent;
}
.subhead{font-size:16px; line-height:1.7; color:rgba(233,237,247,.82); max-width:56ch}

.cta-row{display:flex; gap:12px; margin:18px 0 22px; flex-wrap:wrap}

.kpis{display:grid; grid-template-columns:repeat(3, 1fr); gap:12px; margin-top:18px}
.kpi{
  padding:14px;
  border-radius: var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
}
.kpi-top{font-size:12px; color:rgba(233,237,247,.7); font-weight:700; letter-spacing:.4px; text-transform:uppercase}
.kpi-big{font-weight:800; margin:6px 0 6px}

.countdown-wrap{
  margin-top:18px;
  padding:16px;
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
}
.countdown-label{font-size:12px; letter-spacing:.4px; text-transform:uppercase; color:rgba(233,237,247,.7); font-weight:800}
.countdown{display:flex; gap:10px; margin-top:12px; flex-wrap:wrap}
.cd-item{
  min-width:98px;
  padding:12px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.cd-num{font-size:22px; font-weight:900}
.cd-txt{font-size:12px; color:rgba(233,237,247,.65); margin-top:2px}
.countdown-note{margin-top:10px; color:rgba(233,237,247,.72); font-size:13px}

.hero-panel{
  border-radius:28px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.panel-top{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  padding:16px 16px 10px;
}
.panel-badge{
  font-size:12px;
  color:rgba(233,237,247,.65);
  font-weight:800;
  letter-spacing:.35px;
  text-transform:uppercase;
}
.panel-chip{
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  font-weight:700;
  font-size:13px;
}
.chart{
  position:relative;
  height:230px;
  margin:0 16px;
  border-radius:18px;
  background: radial-gradient(500px 220px at 30% 30%, rgba(59,130,246,.18), transparent 55%),
              radial-gradient(420px 220px at 75% 60%, rgba(34,211,238,.16), transparent 55%),
              rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.chart-line{
  position:absolute; left:-10%; top:44%;
  width:120%; height:2px;
  background:linear-gradient(90deg, transparent, rgba(138,180,255,.95), transparent);
  transform: rotate(-10deg);
  opacity:.9;
}
.chart-line.l2{top:56%; opacity:.55; transform: rotate(-6deg)}
.marker{
  position:absolute;
  bottom:20px;
  padding:8px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  letter-spacing:.2px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.35);
}
.marker.buy{left:14px; color:rgba(34,197,94,.95)}
.marker.sell{left:82px; color:rgba(239,68,68,.95)}
.marker.news{left:158px; color:rgba(245,158,11,.95)}

.panel-bottom{display:grid; grid-template-columns: 1.15fr .85fr; gap:14px; padding:14px 16px 12px}
.why{padding:14px; border-radius:18px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.10)}
.why-title{font-weight:900; margin-bottom:8px}
.why ul{margin:0; padding-left:18px; color:rgba(233,237,247,.78); line-height:1.6; font-size:14px}
.stats{display:grid; gap:10px}
.stat{
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  display:flex; justify-content:space-between; align-items:baseline;
}
.stat span{color:rgba(233,237,247,.65); font-weight:700; font-size:12px; letter-spacing:.2px; text-transform:uppercase}
.stat strong{font-size:18px; font-weight:900}
.panel-note{padding:0 16px 16px}

.section{padding:66px 0}
.section-head{margin-bottom:18px}
.section-head h2{
  margin:0 0 8px;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing:-.4px;
}
.section-head p{margin:0; max-width:72ch; line-height:1.7}

.steps{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:18px;
}
.step{
  padding:18px;
  border-radius: var(--radius2);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
}
.step-num{
  width:34px; height:34px; display:grid; place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(59,130,246,.9), rgba(34,211,238,.75));
  color:#041019;
  font-weight:900;
}
.step-title{font-weight:900; margin:12px 0 6px}

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

.card{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius2);
  padding:18px;
}
.card.big{padding:22px}
.icon{font-size:22px; margin-bottom:8px}
.card h3{margin:0 0 8px; font-size:18px; letter-spacing:-.2px}
.card p{margin:0; line-height:1.7}

.preview-grid{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap:14px;
  margin-top:18px;
}
.preview-grid .card:nth-child(2),
.preview-grid .card:nth-child(3){height: fit-content}
.preview-grid .card:nth-child(3){grid-column:2}

.card-tag{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px;
  color:rgba(233,237,247,.7);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.35px;
  margin-bottom:10px;
}

.mini-dash{
  margin-top:14px;
  border-radius: 20px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.22);
  overflow:hidden;
}
.mini-row{
  display:flex; gap:10px; flex-wrap:wrap;
  padding:12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mini-pill{
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  font-weight:800;
  font-size:12px;
  color:rgba(233,237,247,.8);
}
.mini-chart{
  height:160px;
  background: radial-gradient(460px 160px at 30% 40%, rgba(59,130,246,.20), transparent 55%),
              radial-gradient(420px 160px at 80% 60%, rgba(34,211,238,.16), transparent 55%),
              linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.mini-cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
  padding:12px;
  border-top:1px solid rgba(255,255,255,.08);
}
.mini-card{
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  display:flex; flex-direction:column; gap:6px;
}
.mini-card span{font-size:12px; color:rgba(233,237,247,.65); font-weight:800; text-transform:uppercase}
.mini-card strong{font-size:18px; font-weight:900}

.pricing{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:18px;
}
.price-card{
  padding:20px;
  border-radius: var(--radius2);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  position:relative;
}
.price-card.highlight{
  background: linear-gradient(180deg, rgba(59,130,246,.14), rgba(255,255,255,.04));
  border-color: rgba(59,130,246,.25);
}
.badge{
  position:absolute;
  top:16px; right:16px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(59,130,246,.22);
  border:1px solid rgba(59,130,246,.35);
  font-weight:900;
  font-size:12px;
}
.price-top{margin-bottom:12px}
.price-name{font-weight:900; letter-spacing:-.2px}
.price{
  font-size:36px; font-weight:950; letter-spacing:-.6px; margin:8px 0 8px;
}
.price span{font-size:14px; color:rgba(233,237,247,.7); font-weight:800; margin-left:6px}
.price-card ul{margin:0; padding-left:18px; color:rgba(233,237,247,.78); line-height:1.9}
.price-card .btn{margin-top:14px; width:100%}

.about{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:18px;
}
.about a{color:#cfe3ff}
.about a:hover{text-decoration:underline}

.video{padding:0}
.video-inner{
  display:flex; gap:14px; align-items:center;
  padding:18px;
}
.play{
  width:54px; height:54px; border-radius:18px;
  display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(59,130,246,.9), rgba(34,211,238,.75));
  color:#041019;
  font-weight:900;
}
.video-title{font-weight:900}

.cta{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:16px;
  align-items:start;
}
.form{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
label span{display:block; font-size:12px; color:rgba(233,237,247,.65); font-weight:900; text-transform:uppercase; letter-spacing:.3px; margin-bottom:6px}
input{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.25);
  color:#fff;
  outline:none;
}
input:focus{border-color: rgba(34,211,238,.45); box-shadow: 0 0 0 3px rgba(34,211,238,.12)}
.form button{grid-column: 1 / -1}
#formNote{grid-column: 1 / -1; margin:0}

.contact-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
  margin-top:18px;
}
.contact-card:hover{border-color: rgba(34,211,238,.35); background:rgba(255,255,255,.06)}
.contact-title{font-weight:950; letter-spacing:-.2px}
.contact-email{margin-top:6px; font-weight:800; color:#cfe3ff}

.footer{
  padding:28px 0 34px;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.16);
}
.foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.foot-left{display:flex; gap:12px; align-items:center}
.foot-links{display:flex; gap:14px; flex-wrap:wrap}
.foot-links a{color:rgba(233,237,247,.8)}
.foot-links a:hover{color:#fff}
.foot-mail a{color:rgba(207,227,255,.95)}
.foot-mail a:hover{text-decoration:underline}

@media (max-width: 980px){
  .links{display:none}
  .hamburger{display:inline-flex; flex-direction:column; justify-content:center}
  .hero-grid{grid-template-columns: 1fr; gap:18px}
  .kpis{grid-template-columns: 1fr}
  .panel-bottom{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
  .feature-grid{grid-template-columns: 1fr}
  .preview-grid{grid-template-columns: 1fr}
  .preview-grid .card:nth-child(3){grid-column:auto}
  .mini-cards{grid-template-columns: repeat(2, 1fr)}
  .pricing{grid-template-columns: 1fr}
  .about{grid-template-columns: 1fr}
  .cta{grid-template-columns: 1fr}
  .form{grid-template-columns: 1fr}
  .contact-grid{grid-template-columns: 1fr}
}
