
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Segoe UI","PingFang SC",sans-serif;background:#0d0d0d;color:#e8ffe8;line-height:1.7}
.site-head{background:#111;border-bottom:1px solid #1f3d28}
.head-inner{max-width:1000px;margin:0 auto;padding:16px;display:flex;justify-content:space-between;align-items:center}
.brand{color:#00e676;text-decoration:none;font-weight:700;font-family:Consolas,monospace}
nav{display:flex;gap:14px;flex-wrap:wrap}
nav a{color:#9ad7b0;text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.hero{max-width:1000px;margin:0 auto;padding:72px 16px 40px}
.hero .kicker{font-family:Consolas,monospace;color:#00e676;font-size:12px;letter-spacing:.2em;margin-bottom:12px}
.hero h1{font-size:38px;line-height:1.2;margin-bottom:16px}
.hero p{color:#b7d8c2;margin-bottom:10px;max-width:68ch}
.wa-cta{display:inline-block;margin-top:18px;background:#00e676;color:#04140a;text-decoration:none;font-weight:800;padding:12px 20px;border-radius:2px}
.block{max-width:1000px;margin:0 auto;padding:36px 16px}
.block h2{font-size:22px;border-left:3px solid #00e676;padding-left:12px;margin-bottom:14px}
.card-grid{display:flex;flex-direction:column;gap:12px;margin-top:16px}
.card{background:#1a1a1a;border-left:4px solid #00e676;padding:18px 20px}
.ico{color:#00e676;width:24px;height:24px}
.ico svg{width:24px;height:24px}
.card h3{font-family:Consolas,monospace;font-size:15px;margin:6px 0}
.step-bar{display:flex;list-style:none;gap:0;margin-top:20px;background:#141414}
.step-bar li{flex:1;padding:16px;border-right:1px solid #1f3d28}
.step-bar .n{display:block;color:#00e676;font-family:Consolas,monospace;margin-bottom:8px}
.table-wrap{overflow:auto;margin-top:14px}
table{width:100%;border-collapse:collapse}
th,td{padding:10px;border-bottom:1px solid #1f3d28;text-align:left}
th{color:#00e676;font-family:Consolas,monospace;font-weight:500}
tr:nth-child(even){background:#141414}
.faq-list details{border:1px solid #1f3d28;padding:12px;margin:8px 0;background:#111}
.site-foot{background:#050505;color:#6f8f78;padding:28px 16px;text-align:center;font-size:12px;font-family:Consolas,monospace}
.site-foot p{margin:8px 0}
.cmp-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.cmp{background:#1a1a1a;padding:16px}
@media (max-width:720px){
.step-bar{flex-direction:column}
.hero h1{font-size:28px}
.cmp-cols{grid-template-columns:1fr}
}

.news-web{list-style:none;margin-top:16px}
.news-web li{background:#1a1a1a;border-left:4px solid #00e676;padding:14px 16px;margin:10px 0}
.news-web time{font-family:Consolas,monospace;color:#00e676;font-size:12px}
.news-web h3{font-size:16px;margin:6px 0}
.news-web p{color:#b7d8c2;font-size:14px}
