:root{--accent:#4f46e5;--accent2:#06b6d4;--ink:#111827;--muted:#5b6472;--line:#e5e7eb;--panel:#ffffff;--bg:#f8fafc}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);line-height:1.65}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{max-width:1120px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{font-weight:900;text-decoration:none}.nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.nav a{text-decoration:none;color:var(--muted);font-size:14px;font-weight:700}.nav a:hover{color:var(--accent)}.hero{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff}.hero-inner{max-width:1120px;margin:0 auto;padding:72px 20px 80px}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;opacity:.88}.hero h1{font-size:clamp(38px,6vw,72px);line-height:1.02;max-width:880px;margin:10px 0 18px;letter-spacing:0}.hero p{max-width:720px;font-size:19px;opacity:.94}.wrap{max-width:1120px;margin:0 auto;padding:34px 20px 72px}.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:12px 0 20px}.section-title h2{margin:0;font-size:28px}.section-title p{margin:0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.post-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;overflow:hidden;text-decoration:none;box-shadow:0 10px 24px rgba(15,23,42,.06);display:flex;flex-direction:column;min-height:100%}.post-card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#dbeafe}.post-card-content{padding:18px}.meta{margin:0 0 8px;color:var(--accent);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.post-card h2{font-size:20px;line-height:1.22;margin:0 0 10px}.post-card p{color:var(--muted);margin:0}.article{max-width:840px;margin:0 auto;padding:34px 20px 76px}.article-hero{width:100%;border-radius:8px;margin:20px 0 26px;box-shadow:0 20px 60px rgba(15,23,42,.16)}.article h1{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:12px 0}.article .dek{font-size:20px;color:var(--muted)}.article h2{font-size:27px;margin:34px 0 10px}.article p,.article li{font-size:18px;color:#243042}.article ul{padding-left:24px}.cta{margin-top:36px;border-radius:8px;background:#111827;color:#fff;padding:24px}.cta a{display:inline-block;margin-top:12px;background:#fff;color:#111827;text-decoration:none;border-radius:6px;padding:10px 16px;font-weight:900}.site-footer{border-top:1px solid var(--line);background:#fff}.footer-inner{max-width:1120px;margin:0 auto;padding:28px 20px;color:var(--muted);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-inner a{font-weight:800;color:var(--accent);text-decoration:none}@media(max-width:860px){.grid{grid-template-columns:1fr}.header-inner{align-items:flex-start;flex-direction:column}.hero-inner{padding-top:54px}.section-title{display:block}}