.feature-group{padding:8px 0 20px;border-bottom:1px solid var(--line)}
.feature-group:last-of-type{border-bottom:0}
.feature-group h3{margin:0 0 3px}
.feature-count{color:var(--muted);font-size:13px;margin-right:10px}
.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;margin-top:14px}
.feature-toggle{display:flex;align-items:center;min-height:44px;padding:10px 13px;border:1px solid #ffffff25;border-radius:8px;background:#ffffff04;color:#d9dbe5;cursor:pointer}
.feature-toggle:has(input:checked){background:#11151b;border-color:#65dce455;color:#fff}
.feature-toggle input{position:absolute;opacity:0;pointer-events:none}
.feature-dot{width:7px;height:7px;border-radius:50%;background:#78808f;margin-right:10px;flex:none}
.feature-toggle:has(input:checked) .feature-dot{background:#49e49b;box-shadow:0 0 8px #49e49b55}
.feature-toggle strong{font-size:14px;font-weight:550}
.row.end{justify-content:flex-end;margin-top:10px}
@media(max-width:1000px){.feature-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}
@media(max-width:640px){.feature-grid{grid-template-columns:1fr}}
