/* Blog: blog-website-speed-india.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.1rem;font-weight:700;color:var(--gold2);margin:32px 0 12px;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);}
.stat-box{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0;}
@media(max-width:600px){.stat-box{grid-template-columns:1fr;}}
.stat-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:22px;text-align:center;}
.stat-big{font-family:var(--ff-head);font-size:2rem;font-weight:800;color:var(--gold);line-height:1;}
.stat-desc{font-size:.78rem;color:var(--muted);margin-top:6px;line-height:1.5;}
.fix-step{display:flex;gap:20px;margin-bottom:20px;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);}
.fix-step-num{width:40px;height:40px;background:var(--gold);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:800;font-size:.9rem;color:#060608;flex-shrink:0;}
.fix-step-content h3{margin:0 0 6px;font-size:.98rem;color:var(--text);}
.fix-step-content p{margin:0;font-size:.87rem;}
.speed-bar{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;margin:12px 0;}
.speed-bar-label{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.82rem;}
.speed-bar-label span{color:var(--text2);}
.speed-bar-label strong{font-family:var(--ff-head);font-weight:700;}
.speed-track{height:8px;background:var(--border2);border-radius:100px;overflow:hidden;}
.speed-fill{height:100%;border-radius:100px;transition:width 1s ease;}
.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;}
.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;}
code{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:2px 8px;font-size:.85rem;color:var(--gold2);font-family:monospace;}
