.features-page{position:relative;overflow-x:hidden}.feat-glow{position:fixed;border-radius:50%;pointer-events:none;z-index:0;filter:blur(120px)}.feat-glow-1{width:620px;height:620px;top:-160px;right:-160px;background:radial-gradient(circle,rgba(124,156,255,.22) 0,transparent 70%)}.feat-glow-2{width:520px;height:520px;bottom:8%;left:-140px;background:radial-gradient(circle,rgba(78,205,196,.16) 0,transparent 70%)}.features-hero{position:relative;z-index:1;text-align:center;padding:180px 0 60px}.features-hero h1{font-size:3rem;font-weight:800;margin:18px 0;line-height:1.12}.feat-title-line{display:block}.feat-title-accent{background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.features-hero p{color:var(--text-secondary);font-size:1.15rem;line-height:1.6;max-width:700px;margin:0 auto}.feat-jump{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:34px auto 0;max-width:900px}.feat-jump a{color:var(--text-secondary);text-decoration:none;font-size:.85rem;font-weight:500;border:1px solid var(--border-default);border-radius:999px;padding:6px 14px;transition:color .2s,border-color .2s,background .2s}.feat-jump a:focus-visible,.feat-jump a:hover{color:var(--accent-text);border-color:var(--accent-primary);background:var(--accent-bg-subtle)}.features-body{position:relative;z-index:1;padding:40px 0 100px}.feature-group{margin-bottom:72px;scroll-margin-top:90px}.feature-group-head{margin-bottom:28px}.feature-group-head h2{font-size:1.9rem;font-weight:800;margin:12px 0 8px}.feature-group-head p{color:var(--text-secondary);margin:0;max-width:720px;line-height:1.6}.feature-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{display:flex;gap:16px;background:linear-gradient(135deg,var(--bg-dropdown) 0,var(--bg-secondary) 100%);border:1px solid var(--border-default);border-radius:16px;padding:24px;transition:transform .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-4px);border-color:rgba(124,156,255,.4)}.feature-check{flex-shrink:0;width:34px;height:34px;border-radius:9px;background:var(--accent-bg-subtle);color:var(--accent-text);display:flex;align-items:center;justify-content:center}.feature-check svg{width:18px;height:18px}.feature-card h3{font-size:1.1rem;margin:0 0 6px}.feature-card p{color:var(--text-secondary);line-height:1.6;margin:0;font-size:.92rem}.feature-card code{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.85em;background:var(--accent-bg-subtle);padding:1px 6px;border-radius:5px;color:var(--accent-text)}.feat-specs{margin:0 0 72px;border:1px solid var(--border-default);border-radius:18px;overflow:hidden;background:var(--bg-secondary)}.feat-specs-head{padding:18px 24px;border-bottom:1px solid var(--border-default);background:rgba(255,255,255,.03)}.feat-specs-head h2{margin:0;font-size:1.3rem}.feat-spec-row{display:grid;grid-template-columns:1fr 1.6fr;gap:16px;padding:13px 24px;border-top:1px solid var(--border-translucent);font-size:.92rem}.feat-spec-row:first-of-type{border-top:none}.feat-spec-row dt{color:var(--text-muted);margin:0}.feat-spec-row dd{color:var(--text-secondary);margin:0}.feat-spec-row code{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.88em;color:var(--accent-text)}.features-cta{text-align:center;background:linear-gradient(135deg,var(--bg-dropdown) 0,var(--bg-secondary) 100%);border:1px solid var(--border-default);border-radius:24px;padding:56px 32px;margin-top:24px}.features-cta h2{font-size:2rem;font-weight:800;margin:0 0 28px}.features-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.features-hero{padding:150px 0 40px}.features-hero h1{font-size:2.2rem}.feat-spec-row,.feature-cards{grid-template-columns:1fr}.feat-spec-row{gap:4px}}