/* Reuses /doors/style.css base — blog-specific additions only */
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#2c3e50;background:linear-gradient(135deg,#f4e4d4 0%,#e8d5c4 100%);min-height:100vh}
.container{max-width:1200px;margin:0 auto;padding:10px}
header{background:rgba(255,255,255,0.98);padding:20px 0;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000;backdrop-filter:blur(10px);border-bottom:3px solid #ff6b35}
.header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.logo{font-size:26px;font-weight:700;color:#2c3e50;display:flex;align-items:center;gap:10px;text-decoration:none}
.main-nav{display:flex;gap:4px;align-items:center}
.nav-link{color:#2c3e50;text-decoration:none;font-weight:600;font-size:15px;padding:7px 14px;border-radius:20px;transition:all .2s;white-space:nowrap}
.nav-link:hover,.nav-link.active{background:#fff5f0;color:#ff6b35}
.phone-cta{font-size:18px;color:#ff6b35;text-decoration:none;font-weight:600;transition:all .3s;background:#fff5f0;padding:8px 18px;border-radius:25px;border:2px solid #ff6b35;white-space:nowrap}
.phone-cta:hover{background:#ff6b35;color:#fff}
main{margin-top:80px}
.page-wrap{background:#fff;border-radius:20px;padding:50px 40px;box-shadow:0 20px 60px rgba(0,0,0,.15);margin:40px 0;border:2px solid #e8d5c4}
h1{font-size:38px;color:#2c3e50;font-weight:800;margin-bottom:12px;line-height:1.2}
.hl{color:#ff6b35}
.tagline{font-size:18px;color:#666;margin-bottom:32px}
h2{font-size:25px;color:#2c3e50;font-weight:700;margin-bottom:14px;line-height:1.3}
h3{font-size:19px;color:#2c3e50;font-weight:600;margin-bottom:10px;margin-top:20px}
p{color:#555;font-size:16px;line-height:1.8;margin-bottom:14px}
a.bl{color:#ff6b35;text-decoration:none;font-weight:600}
a.bl:hover{text-decoration:underline}

/* Blog listing grid */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;margin:32px 0}
.post-card{background:#fff;border:2px solid #e8d5c4;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s,transform .2s}
.post-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.12);transform:translateY(-3px)}
.post-icon{font-size:36px}
.post-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.post-cat{background:#fff5f0;color:#ff6b35;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}
.post-date{font-size:13px;color:#999}
.post-title{font-size:19px;font-weight:700;line-height:1.35;margin:0}
.post-title a{color:#2c3e50;text-decoration:none}
.post-title a:hover{color:#ff6b35}
.post-excerpt{color:#666;font-size:15px;line-height:1.7;flex:1}
.post-read{color:#ff6b35;font-weight:700;text-decoration:none;font-size:15px;margin-top:4px;display:inline-block}
.post-read:hover{text-decoration:underline}

/* Blog single post article */
.post-header{margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #ffe8df}
.post-header .post-meta{margin-bottom:16px}
.article-body h2{font-size:24px;margin-top:32px;margin-bottom:12px}
.article-body h3{font-size:20px;margin-top:24px;margin-bottom:10px}
.article-body p{margin-bottom:16px}
.article-body ul,.article-body ol{margin:14px 0 14px 24px;color:#555;font-size:16px;line-height:1.8}
.article-body li{margin-bottom:8px}
.article-body blockquote{background:#fff5f0;border-left:4px solid #ff6b35;padding:16px 20px;border-radius:0 8px 8px 0;margin:20px 0;color:#555;font-style:italic}
.cta-box{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;padding:28px 32px;border-radius:16px;margin:36px 0;text-align:center}
.cta-box h3{color:#fff;font-size:22px;margin-bottom:8px}
.cta-box p{color:rgba(255,255,255,.9);margin-bottom:16px}
.cta-btn{background:#fff;color:#ff6b35;padding:12px 28px;border-radius:25px;text-decoration:none;font-weight:700;font-size:16px;display:inline-block;transition:all .2s}
.cta-btn:hover{background:#2c3e50;color:#fff}
.post-tags{margin-top:28px;display:flex;gap:8px;flex-wrap:wrap}
.tag{background:#fff5f0;color:#ff6b35;font-size:13px;padding:4px 12px;border-radius:20px;text-decoration:none;border:1px solid #ffe8df}
.tag:hover{background:#ff6b35;color:#fff}
.related-posts{margin-top:40px}
.related-posts h2{font-size:22px;margin-bottom:18px}
.locs{background:#fff5f0;padding:26px;border-radius:15px;margin:32px 0;border:2px solid #ffe8df}
.loc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:13px;margin-top:14px}
.ll{color:#666;line-height:1.8;font-size:14px}
.ll strong{color:#ff6b35;display:block;margin-bottom:3px}
footer{background:rgba(255,255,255,.98);padding:26px 0;text-align:center;color:#666;margin-top:46px;border-radius:20px 20px 0 0;border-top:3px solid #ff6b35;font-size:13px}
.crumb{font-size:13px;color:#666;margin-bottom:22px}
.crumb a{color:#ff6b35;text-decoration:none}
.crumb a:hover{text-decoration:underline}
.crumb span{margin:0 6px;color:#999}
.trust-bar{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;padding:18px 24px;border-radius:12px;margin-bottom:32px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.trust-text{flex:1;min-width:200px}
.trust-text strong{display:block;font-size:15px;margin-bottom:3px}
.trust-text span{font-size:13px;opacity:.95}
.trust-cta{background:#fff;color:#ff6b35;border:none;padding:9px 18px;border-radius:20px;text-decoration:none;font-weight:700;font-size:14px;white-space:nowrap}
.trust-cta:hover{background:#2c3e50;color:#fff}
@media(max-width:900px){.main-nav{display:none}}
@media(max-width:768px){
    h1{font-size:26px}
    h2{font-size:20px}
    .page-wrap{padding:26px 14px;margin:18px 8px}
    .phone-cta{font-size:14px;padding:6px 11px}
    .logo{font-size:20px}
    .blog-grid{grid-template-columns:1fr}
    .trust-bar{flex-direction:column;text-align:center;gap:10px}
}
