:root{
  --bg:#070914;
  --panel:#0a1022;
  --card:#0e1730;
  --stroke:rgba(255,255,255,.12);
  --text:#eef3ff;
  --muted:rgba(238,243,255,.74);
  --muted2:rgba(238,243,255,.56);
  --accent:#34d399;   /* emerald */
  --accent2:#8b5cf6;  /* violet */
  --shadow: 0 14px 50px rgba(0,0,0,.38);
  --radius:18px;
  --radius2:24px;
  --max:1160px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(1200px 600px at 15% 0%, rgba(52,211,153,.20), transparent 60%),
    radial-gradient(1000px 700px at 92% 10%, rgba(139,92,246,.18), transparent 55%),
    linear-gradient(180deg, var(--bg), #05061a 70%);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 22px}
.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(7,9,20,.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--stroke);
}
.navwrap{display:flex; align-items:center; justify-content:space-between; gap:18px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none; min-width:260px}
.brand img{display:block; height:44px; width:44px}
.brand .btxt{display:flex; flex-direction:column; line-height:1.05}
.brand .btxt strong{font-size:16px; letter-spacing:-.01em}
.brand .btxt span{font-size:12.5px; color:var(--muted2); font-weight:650}

.nav{display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.nav a{
  text-decoration:none; font-weight:700; font-size:13.5px;
  padding:9px 10px; border-radius:12px; color:var(--muted);
  border:1px solid transparent;
}
.nav a:hover{background:rgba(255,255,255,.06); color:var(--text); border-color:rgba(255,255,255,.10)}
.nav a.active{background:rgba(52,211,153,.10); color:var(--text); border:1px solid rgba(52,211,153,.24)}
.cta{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:11px 14px; border-radius:14px; text-decoration:none; font-weight:800;
  background: linear-gradient(135deg, rgba(52,211,153,.98), rgba(139,92,246,.94));
  color:#07101f; box-shadow: 0 12px 28px rgba(52,211,153,.14);
  border:0;
}
.cta.secondary{
  background: rgba(255,255,255,.06);
  color:var(--text);
  border:1px solid var(--stroke);
  box-shadow:none;
}

main{padding:0 0 24px}
.hero{padding:46px 0 14px}
.hero-split{display:grid; grid-template-columns: 1.05fr .95fr; gap:18px; align-items:stretch}
@media (max-width: 980px){
  .hero-split{grid-template-columns:1fr}
  .brand{min-width:unset}
}
.hcard{
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid var(--stroke);
  border-radius: var(--radius2);
  padding:26px;
  box-shadow: var(--shadow);
}
.hcard h1{margin:0 0 12px; font-size:42px; line-height:1.10; letter-spacing:-.03em}
.hcard p{margin:0 0 18px; color:var(--muted); font-size:16px}

.hero-media{
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid var(--stroke);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.03);
  min-height: 420px;
  display:flex;
}
.hero-media img{width:100%; height:100%; object-fit:cover; display:block}

.badges{display:flex; flex-wrap:wrap; gap:10px; margin:16px 0 0}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:9px 10px; border-radius:999px;
  background:rgba(255,255,255,.05); border:1px solid var(--stroke);
  color:var(--muted); font-weight:750; font-size:13px;
}
.badge i{
  width:10px; height:10px; border-radius:4px; display:inline-block;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
}

.section{padding:22px 0}
.section h2{margin:0 0 12px; font-size:24px; letter-spacing:-.01em}
.section p{color:var(--muted); margin:0 0 12px}
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
@media (max-width: 980px){ .grid3{grid-template-columns:1fr} }

.card{
  background: rgba(14,23,48,.72);
  border:1px solid var(--stroke);
  border-radius: var(--radius);
  padding:18px;
}
.card h3{margin:0 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:14px}

.kpi{display:flex; gap:12px; align-items:flex-start}
.kpi .dot{
  margin-top:7px; width:10px; height:10px; border-radius:4px;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  flex:0 0 auto;
}
.kpi b{display:block; font-size:14px}
.kpi span{display:block; color:var(--muted2); font-size:13px; margin-top:4px}

.split{display:grid; grid-template-columns:1fr 1fr; gap:18px}
@media (max-width: 980px){ .split{grid-template-columns:1fr} }
.hr{height:1px; background:var(--stroke); margin:18px 0}

.form{
  background: rgba(255,255,255,.04);
  border:1px solid var(--stroke);
  border-radius: var(--radius2);
  padding:20px;
}
.fieldrow{display:grid; grid-template-columns:1fr 1fr; gap:12px}
@media (max-width: 740px){ .fieldrow{grid-template-columns:1fr} }
label{display:block; font-weight:800; font-size:13px; margin:12px 0 6px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(7,9,20,.45);
  color:var(--text);
  outline:none;
}
textarea{min-height:120px; resize:vertical}
.help{font-size:12px; color:var(--muted2); margin-top:6px}
.check{
  display:flex; align-items:flex-start; gap:10px;
  padding:12px;
  border-radius:16px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.03);
  margin:10px 0;
}
.check input{width:18px; height:18px; margin-top:2px}
.check b{display:block}
.check span{display:block; color:var(--muted2); font-size:12.8px; margin-top:6px}
.smalllinks{font-size:12.5px; color:var(--muted2)}
.smalllinks a{color:var(--text)}

.footer{
  margin-top:44px;
  border-top:1px solid var(--stroke);
  background: rgba(7,9,20,.62);
}
.footgrid{display:grid; grid-template-columns:1.2fr .8fr; gap:18px; padding:26px 0}
@media (max-width: 980px){ .footgrid{grid-template-columns:1fr} }
.fmuted{color:var(--muted2); font-size:13px}
.flinks{display:flex; gap:12px; flex-wrap:wrap}
.flinks a{color:var(--muted); text-decoration:none; font-weight:750; font-size:13px}
.flinks a:hover{color:var(--text)}
.notice{font-size:12.5px; color:var(--muted2); margin-top:10px}
