﻿ *{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#1e293b;background:#fff}header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 2rem}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo a{font-size:1.5rem;font-weight:700;text-decoration:none;color:#0f172a}nav ul{display:flex;list-style:none;gap:1.5rem}nav ul li a{text-decoration:none;color:#334155;font-weight:500}nav ul li a:hover{color:#0f172a}main{max-width:1200px;margin:2rem auto;padding:0 2rem}footer{text-align:center;padding:2rem;border-top:1px solid #e2e8f0;margin-top:3rem;color:#64748b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin:3rem 0}.feature-block{text-align:center;padding:1.5rem;border-radius:1rem;background:#f8fafc;transition:transform .2s}.feature-block:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.cta-wrapper{text-align:center;margin:2rem 0}.cta-button{display:inline-block;background:#1e293b;color:#fff;padding:.75rem 2rem;border-radius:2rem;text-decoration:none;font-weight:500;transition:background .2s}.cta-button:hover{background:#334155}.hero-animation{max-width:100%;margin:2rem 0;text-align:center}.hero-animation video{max-width:100%;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width:768px){.features-grid{gap:1rem}nav{flex-direction:column;gap:1rem}}article{max-width:800px;margin:0 auto;line-height:1.7;color:#1e293b}article h1{font-size:2rem;border-left:4px solid #1e293b;padding-left:1rem;margin-bottom:1.5rem}article h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:#0f172a}article p{margin-bottom:1.2rem}article ul,article ol{margin:1rem 0 1rem 2rem}article li{margin:.5rem 0}article code{background:#f1f5f9;padding:.2rem .4rem;border-radius:4px;font-family:monospace}article blockquote{border-left:4px solid #cbd5e1;margin:1rem 0;padding-left:1rem;color:#475569}