
:root{
  --bg:#06130f;
  --panel:#0d211b;
  --panel2:#123127;
  --text:#f8fafc;
  --muted:#aec1ba;
  --line:rgba(255,255,255,.11);
  --lime:#b7f56b;
  --green:#27d79a;
  --teal:#61e6d4;
  --gold:#e1c16e;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:radial-gradient(circle at top left,#143d31 0,var(--bg) 42%,#020807 100%);
}
a{text-decoration:none;color:inherit}
.hero{
  min-height:670px;
  padding:28px;
  background:
    linear-gradient(115deg,rgba(6,19,15,.97),rgba(6,19,15,.72)),
    url("https://images.unsplash.com/photo-1497440001374-f26997328c1b?auto=format&fit=crop&w=1800&q=80");
  background-size:cover;
  background-position:center;
  border-bottom:1px solid var(--line);
}
.nav{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{
  font-size:23px;
  font-weight:950;
  letter-spacing:-.045em;
}
.brand span{color:var(--lime)}
.nav-links{
  display:flex;
  gap:24px;
  color:var(--muted);
  font-size:14px;
}
.nav-links a:hover{color:var(--text)}
.hero-content{
  max-width:1200px;
  margin:122px auto 0;
}
.eyebrow{
  margin:0 0 12px;
  color:var(--lime);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:950;
}
h1{
  max-width:940px;
  margin:0;
  font-size:clamp(44px,7vw,88px);
  line-height:.9;
  letter-spacing:-.078em;
}
.lede{
  max-width:780px;
  margin:28px 0 0;
  color:#d9e8e2;
  font-size:20px;
  line-height:1.65;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.button{
  display:inline-block;
  padding:14px 21px;
  border-radius:999px;
  border:1px solid var(--line);
  font-weight:950;
}
.primary{
  color:#08120f;
  background:linear-gradient(135deg,var(--lime),var(--teal));
}
.secondary{
  background:rgba(255,255,255,.075);
}
main{
  max-width:1200px;
  margin:0 auto;
  padding:36px 20px 86px;
}
.kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:-88px;
  position:relative;
}
.kpi{
  min-height:155px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(13,33,27,.9);
  backdrop-filter:blur(14px);
  box-shadow:0 22px 55px rgba(0,0,0,.25);
}
.kpi span{
  display:block;
  color:var(--green);
  font-size:32px;
  font-weight:950;
  letter-spacing:-.04em;
}
.kpi p{
  color:var(--muted);
  line-height:1.45;
}
.intro{
  margin:72px 0 34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:end;
}
h2{
  margin:0;
  font-size:clamp(30px,4vw,50px);
  line-height:1;
  letter-spacing:-.055em;
}
.intro p:last-child,.section-head p,.insights p,.cta p{
  color:var(--muted);
  line-height:1.7;
  font-size:17px;
}
.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-bottom:70px;
}
.cards article{
  padding:24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(18,49,39,.96),rgba(12,31,25,.96));
}
.icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(183,245,107,.14);
  color:var(--lime);
  font-weight:950;
}
.cards h3{
  margin:24px 0 10px;
  font-size:23px;
}
.cards p{
  color:var(--muted);
  line-height:1.55;
}
.market-section{
  padding:30px;
  border:1px solid var(--line);
  border-radius:30px;
  background:rgba(13,33,27,.72);
}
.section-head{margin-bottom:24px}
.value-chain{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.value-chain div{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
}
.value-chain strong{
  display:block;
  color:var(--lime);
  margin-bottom:8px;
}
.value-chain span{
  color:var(--muted);
  line-height:1.45;
}
.platform{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:34px;
  margin:70px 0;
  align-items:start;
}
.platform-list{
  display:grid;
  gap:12px;
}
.platform-list div{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:center;
  padding:16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(18,49,39,.72);
}
.platform-list span{
  color:var(--green);
  font-weight:950;
}
.platform-list p{
  margin:0;
  color:#dfece8;
  line-height:1.5;
}
.insights{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:60px 0;
}
.insights article{
  padding:30px;
  border:1px solid var(--line);
  border-radius:30px;
  background:rgba(18,49,39,.72);
}
.insights li{
  margin:10px 0;
  color:#d8e8e2;
}
.cta{
  padding:44px;
  border:1px solid rgba(183,245,107,.28);
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(183,245,107,.12),rgba(97,230,212,.08)),
    rgba(13,33,27,.84);
  text-align:center;
}
.cta h2{
  max-width:850px;
  margin:0 auto;
}
.cta p{
  max-width:760px;
  margin:20px auto 28px;
}
footer{
  max-width:1200px;
  margin:0 auto;
  padding:34px 20px 54px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:40px;
  color:var(--muted);
}
footer strong{
  color:var(--text);
  font-size:20px;
}
@media(max-width:960px){
  .nav{align-items:flex-start;flex-direction:column;gap:18px}
  .hero{min-height:790px}
  .kpi-grid,.intro,.cards,.value-chain,.platform,.insights{grid-template-columns:1fr}
  footer{flex-direction:column}
}
