:root{
  --bg:#07060b;
  --panel:#0f0e17;
  --panel2:#0c0b12;
  --text:#f4f3ff;
  --muted:#bdb8d7;
  --gold:#c7a43b;
  --purple:#6f2cff;
  --green:#1fbf75;
  --stroke:rgba(255,255,255,0.10);
}
.logo{
height:60px;
width:auto;
margin-right:10px;
}
.hero-logo{
height:120px;
margin-bottom:20px;
filter: drop-shadow(0px 8px 20px rgba(0,0,0,0.6));
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:
    radial-gradient(1100px 600px at 20% 10%, rgba(111,44,255,0.22), transparent 55%),
    radial-gradient(900px 520px at 85% 20%, rgba(31,191,117,0.18), transparent 60%),
    radial-gradient(900px 600px at 45% 95%, rgba(199,164,59,0.18), transparent 55%),
    var(--bg);
  color:var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
  line-height:1.55;
}

.container{width:min(1120px, 92%); margin:0 auto}

.nav{
  position:sticky; top:0; z-index:10;
  background:rgba(7,6,11,0.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--stroke);
}

.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}

.brand{display:flex; gap:12px; align-items:center}
.brand-mark{
  width:40px; height:40px; border-radius:14px;
  display:grid; place-items:center;
  border:1px solid var(--stroke);
  background:linear-gradient(135deg, rgba(111,44,255,0.32), rgba(31,191,117,0.18));
  color:var(--gold);
  font-weight:800;
}
.brand-name{font-weight:900; letter-spacing:2px}
.brand-sub{color:var(--muted); font-size:12px}

.nav-links{display:flex; gap:18px; align-items:center}
.nav-links a{
  color:var(--muted); text-decoration:none; font-weight:600; font-size:14px;
}
.nav-links a:hover{color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:14px;
  background:linear-gradient(135deg, rgba(111,44,255,0.90), rgba(31,191,117,0.65));
  color:white; text-decoration:none; font-weight:800;
  border:1px solid rgba(255,255,255,0.12);
  box-shadow: 0 16px 40px rgba(0,0,0,0.40);
}
.btn:hover{filter:brightness(1.06)}
.btn.small{padding:10px 14px; border-radius:12px}
.btn.ghost{
  background:transparent;
  border:1px solid rgba(255,255,255,0.14);
  box-shadow:none;
}
.btn.ghost:hover{background:rgba(255,255,255,0.06)}

.hero{padding:64px 0 34px}
.hero-grid{
  display:grid; gap:28px;
  grid-template-columns: 1.15fr 0.85fr;
}
@media (max-width: 900px){
  .hero-grid{grid-template-columns:1fr}
  .nav-links{display:none}
}

.chip{
  display:inline-flex; gap:10px; align-items:center;
  padding:8px 12px; border-radius:999px;
  border:1px solid var(--stroke);
  color:var(--muted);
  background:rgba(255,255,255,0.03);
  font-weight:700;
  font-size:13px;
}
h1{font-size:54px; line-height:1.05; margin:14px 0 12px}
@media (max-width: 520px){ h1{font-size:40px} }

.lead{color:var(--muted); font-size:18px; max-width:58ch}
.cta-row{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}

.trust{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:22px}
.trust-item{
  border:1px solid var(--stroke);
  border-radius:16px;
  padding:12px 12px;
  background:rgba(255,255,255,0.03);
}
.trust-top{font-weight:900; color:var(--gold)}
.trust-bottom{color:var(--muted); font-size:13px}

.hero-card .card{
  border:1px solid var(--stroke);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(15,14,23,0.92), rgba(12,11,18,0.92));
  padding:18px 18px;
}
.card-title{margin:0 0 8px; font-size:18px}
.quote{margin:0; font-size:22px; font-weight:900}
.divider{height:1px; background:var(--stroke); margin:14px 0}
.mini{margin:0 0 8px; color:var(--muted); font-size:13px; letter-spacing:1.2px; text-transform:uppercase}
.list{margin:0; padding-left:18px; color:var(--muted)}
.list li{margin:8px 0}
.badge-row{display:flex; flex-wrap:wrap; gap:8px; margin-top:12px}
.badge{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,0.03);
  font-size:12px;
  color:var(--muted);
  font-weight:800;
}

.section{padding:56px 0}
.section.alt{
  background:rgba(255,255,255,0.02);
  border-top:1px solid var(--stroke);
  border-bottom:1px solid var(--stroke);
}
.section-head{max-width:70ch}
.section-head h2{font-size:34px; margin:0 0 8px}
.section-head p{margin:0; color:var(--muted); font-size:16px}

.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:18px}
@media (max-width: 900px){ .grid-3{grid-template-columns:1fr} }

.panel{
  border:1px solid var(--stroke);
  border-radius:18px;
  padding:16px;
  background:rgba(255,255,255,0.03);
}
.panel h3{margin:0 0 6px}
.panel p{margin:0; color:var(--muted)}
.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; color:var(--text)}

.grid-5{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:12px;
  margin-top:18px;
}
@media (max-width: 1100px){ .grid-5{grid-template-columns: repeat(2,1fr)} }
@media (max-width: 560px){ .grid-5{grid-template-columns: 1fr} }

.pillar{
  border:1px solid var(--stroke);
  border-radius:18px;
  padding:14px;
  background:rgba(255,255,255,0.03);
}
.pillar-top{
  color:var(--gold);
  font-weight:900;
  letter-spacing:2px;
  font-size:12px;
  margin-bottom:8px;
}
.pillar h3{margin:0 0 6px; font-size:16px}
.pillar p{margin:0; color:var(--muted); font-size:14px}

.path{margin-top:18px; display:grid; gap:10px}
.step{
  display:flex; gap:14px; align-items:flex-start;
  border:1px solid var(--stroke);
  border-radius:18px;
  padding:14px;
  background:rgba(255,255,255,0.03);
}
.step-num{
  width:34px; height:34px; border-radius:14px;
  display:grid; place-items:center;
  border:1px solid var(--stroke);
  color:var(--gold);
  font-weight:900;
}
.step-body h3{margin:0 0 4px}
.step-body p{margin:0; color:var(--muted)}

.callout{
  margin-top:18px;
  border:1px solid rgba(199,164,59,0.35);
  background:rgba(199,164,59,0.08);
  border-radius:20px;
  padding:16px;
}
.callout-title{font-weight:900; color:var(--gold); margin-bottom:6px}
.callout-text{color:var(--text); font-weight:700}

.footer{
  margin-top:22px;
  display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap;
  padding-top:18px;
  border-top:1px solid var(--stroke);
}
.footer-brand{font-weight:900; letter-spacing:2px}
.footer-sub{color:var(--muted)}
.fine{color:var(--muted); font-size:13px}