:root{
  --bg:#050806;
  --bg2:#08140c;
  --panel:#101d14;
  --panel2:#14281b;
  --text:#f6fff7;
  --muted:#c4d6c8;
  --green:#4fde72;
  --green2:#22b455;
  --gold:#e9c86d;
  --orange:#ffb84d;
  --red:#ff6b6b;
  --line:rgba(255,255,255,.12);
  --shadow:0 28px 90px rgba(0,0,0,.42);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 15% 0%,rgba(79,222,114,.18),transparent 34%),
    radial-gradient(circle at 90% 4%,rgba(233,200,109,.13),transparent 30%),
    linear-gradient(180deg,var(--bg),#010302 75%);
  min-height:100vh;
}
a{color:inherit}
.page{
  width:min(1280px,calc(100% - 32px));
  margin:0 auto;
}
.topbar{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(5,8,6,.86);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
}
.nav{
  width:min(1280px,calc(100% - 32px));
  margin:0 auto;
  padding:14px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.logo{
  width:52px;
  height:52px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--green),var(--gold));
  color:#051007;
  display:grid;
  place-items:center;
  font-weight:950;
  box-shadow:0 18px 40px rgba(79,222,114,.22);
}
.brand strong{display:block;font-size:20px}
.brand span{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.menu{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.menu a{
  text-decoration:none;
  color:var(--muted);
  padding:10px 13px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:800;
  font-size:14px;
}
.menu a:hover,.menu a.active{
  color:var(--text);
  border-color:var(--line);
  background:rgba(255,255,255,.08);
}
.menu a.login{
  background:linear-gradient(135deg,var(--green),var(--gold));
  color:#051007;
  border:0;
}
.mobile-menu{display:none;position:relative}
.mobile-menu summary{
  cursor:pointer;
  list-style:none;
  border:1px solid var(--line);
  border-radius:999px;
  padding:11px 14px;
  background:rgba(255,255,255,.08);
  font-weight:950;
}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-links{
  position:absolute;
  right:0;
  top:54px;
  min-width:250px;
  padding:12px;
  display:grid;
  gap:8px;
  background:rgba(5,8,6,.98);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
}
.mobile-links a{
  text-decoration:none;
  padding:12px;
  color:var(--muted);
  border-radius:16px;
}
.mobile-links a:hover{background:rgba(255,255,255,.08);color:var(--text)}
.hero{
  padding:58px 0 28px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  align-items:stretch;
}
.hero-main,.hero-side,.card,.wide-panel{
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.hero-main{padding:40px}
.hero-side{padding:22px;display:grid;gap:14px}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--green),var(--gold));
  color:#051007;
  font-weight:950;
  font-size:13px;
}
h1{
  font-size:clamp(38px,5.8vw,74px);
  line-height:.96;
  letter-spacing:-1.7px;
  margin:20px 0;
}
h2{
  font-size:clamp(25px,3.2vw,40px);
  line-height:1.08;
  margin:0 0 14px;
}
h3{font-size:22px;margin:0 0 8px}
p{color:var(--muted);line-height:1.7;font-size:16px}
.lead{font-size:20px;color:#effff3;max-width:900px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 19px;
  border-radius:999px;
  border:1px solid var(--line);
  text-decoration:none;
  font-weight:950;
  background:rgba(255,255,255,.08);
}
.btn.primary{
  background:linear-gradient(135deg,var(--green),var(--gold));
  color:#051007;
  border:0;
}
.mini{
  padding:18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(0,0,0,.22);
}
.mini p{margin:0}
.badges{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:20px 0;
}
.badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(79,222,114,.11);
  border:1px solid rgba(79,222,114,.34);
  color:#f2fff5;
  font-weight:900;
  font-size:13px;
}
.section-title{
  margin:34px 0 16px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
}
.section-title p{max-width:700px;margin:0}
.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.grid.two{grid-template-columns:repeat(2,1fr)}
.card{padding:26px}
.card ul{color:var(--muted);line-height:1.75;margin:10px 0 0;padding-left:20px}
.card-icon{
  width:54px;
  height:54px;
  border-radius:20px;
  display:grid;
  place-items:center;
  font-size:25px;
  background:rgba(79,222,114,.12);
  border:1px solid rgba(79,222,114,.34);
  margin-bottom:16px;
}
.wide-panel{
  margin:18px 0;
  padding:28px;
  background:
    radial-gradient(circle at 8% 0%,rgba(79,222,114,.12),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));
}
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  counter-reset:step;
}
.step{
  counter-increment:step;
  background:rgba(0,0,0,.22);
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
}
.step:before{
  content:counter(step);
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--green),var(--gold));
  color:#051007;
  font-weight:950;
  margin-bottom:12px;
}
.table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:22px;
}
table{width:100%;border-collapse:collapse;background:rgba(0,0,0,.22)}
th,td{padding:15px;border-bottom:1px solid var(--line);text-align:left;color:var(--muted)}
th{color:var(--text);background:rgba(255,255,255,.075)}
form{display:grid;gap:14px}
label{display:grid;gap:8px;font-weight:900}
input,select,textarea{
  width:100%;
  border:1px solid var(--line);
  background:rgba(0,0,0,.28);
  color:var(--text);
  border-radius:16px;
  padding:14px;
  font-size:16px;
}
textarea{min-height:130px;resize:vertical}
.result{
  margin-top:18px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(79,222,114,.45);
  background:rgba(79,222,114,.10);
}
.footer{
  margin-top:44px;
  border-top:1px solid var(--line);
  background:rgba(0,0,0,.26);
}
.footer-inner{
  width:min(1280px,calc(100% - 32px));
  margin:0 auto;
  padding:30px 0;
  color:var(--muted);
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
}
.footer a{color:var(--muted);text-decoration:none;margin-left:14px}
.footer a:hover{color:var(--text)}
@media(max-width:1050px){
  .menu{display:none}
  .mobile-menu{display:block}
  .hero{grid-template-columns:1fr;padding-top:34px}
  .grid,.grid.two,.steps{grid-template-columns:1fr}
}
@media(max-width:640px){
  .page,.nav,.footer-inner{width:min(100% - 22px,1280px)}
  .brand strong{font-size:17px}
  .brand span{font-size:11px}
  .logo{width:46px;height:46px}
  .hero-main,.hero-side,.card,.wide-panel{border-radius:22px;padding:22px}
  h1{letter-spacing:-1px}
  .footer-inner{grid-template-columns:1fr}
  .footer a{margin-left:0;margin-right:12px}
}
