
body{margin:0;font-family:Inter,system-ui,sans-serif;color:#1C2434;background:#fff}
a{text-decoration:none;color:inherit}
.kk-container{max-width:1120px;margin:0 auto;padding:24px}
.kk-header{border-bottom:1px solid #e5e7eb;background:#fff}
.kk-header-inner{display:flex;align-items:center;justify-content:space-between}
.kk-nav a{margin:0 10px;font-weight:600}
.kk-hero{padding:60px 0}
.kk-hero h1{font-size:38px;margin-bottom:12px}
.kk-actions a{margin-right:12px}
.kk-btn{padding:12px 18px;border-radius:999px;font-weight:700}
.kk-btn.primary{background:#5B5CF6;color:#fff}
.kk-btn.secondary{border:1px solid #e5e7eb}
.kk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.kk-card{border:1px solid #e5e7eb;border-radius:16px;padding:24px}
@media(max-width:900px){.kk-grid{grid-template-columns:1fr}}
