/* Blog: blog-why-tn-websites-fail-seo.html */
.post-layout { display:grid;grid-template-columns:1fr 320px;gap:56px;align-items:start; }
@media (max-width:1000px){.post-layout{grid-template-columns:1fr;}}
.post-body { max-width:720px; }
.post-body h2 { font-size:clamp(1.4rem,3vw,1.9rem);text-align:left;margin:48px 0 18px;line-height:1.2; }
.post-body h3 { font-family:var(--ff-head);font-size:1.15rem;font-weight:700;color:var(--gold2);margin:32px 0 14px;letter-spacing:-.02em; }
.post-body p { font-size:.98rem;color:var(--text2);line-height:1.9;margin-bottom:20px;font-weight:300; }
.post-body ul,.post-body ol { padding-left:24px;margin-bottom:20px; }
.post-body ul li,.post-body ol li { font-size:.96rem;color:var(--text2);line-height:1.85;margin-bottom:8px;font-weight:300; }
.post-callout { background:var(--gold-soft);border:1px solid rgba(212,168,67,.25);border-left:4px solid var(--gold);border-radius:var(--radius);padding:24px 28px;margin:32px 0; }
.post-callout p { color:var(--text);margin:0;font-weight:400;font-size:.95rem; }
.post-callout strong { color:var(--gold2); }
.mistake-card { background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 28px 24px;margin:24px 0; }
.mistake-num { font-family:var(--ff-display);font-size:2.5rem;font-weight:600;color:var(--gold);opacity:.6;line-height:1;margin-bottom:12px; }
.mistake-card h3 { margin:0 0 10px;color:var(--text); }
.mistake-card p { margin:0;font-size:.9rem; }
.fix-step { display:flex;gap:20px;margin-bottom:28px;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius); }
.fix-step-num { width:44px;height:44px;background:var(--gold);border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:800;font-size:.95rem;color:#060608;flex-shrink:0; }
.fix-step-content h3 { margin:0 0 8px;font-size:1rem;color:var(--text); }
.fix-step-content p { margin:0;font-size:.88rem; }
.post-sidebar { position:sticky;top:calc(var(--nav-h) + 24px); }
.sidebar-card { background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;margin-bottom:20px; }
.sidebar-card h4 { font-family:var(--ff-head);font-size:.88rem;font-weight:700;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px; }
.toc-list { list-style:none;display:flex;flex-direction:column;gap:10px; }
.toc-list a { font-size:.85rem;color:var(--text2);text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s; }
.toc-list a:hover { color:var(--gold); }
.toc-list a i { color:var(--gold);font-size:.6rem;flex-shrink:0; }
.post-meta-bar { display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:40px; }
.post-meta-item { display:flex;align-items:center;gap:7px;font-size:.82rem;color:var(--muted); }
.post-meta-item i { color:var(--gold);font-size:.72rem; }
