/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800&display=swap');
*{font-family:'Work Sans',sans-serif;box-sizing:border-box;}
body{background:#f9fafb;color:#1a1a1a;}
.wp-progress-bar{position:fixed;top:0;left:0;height:3px;background:#dc2626;z-index:9999;width:0%;transition:width .15s ease;}
.wp-btn-red{background:#dc2626;color:#fff;border:none;cursor:pointer;transition:background .2s;}
.wp-btn-red:hover{background:#b91c1c;}
.wp-header{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.08);position:sticky;top:3px;z-index:100;}
.wp-hero-img{width:100%;height:420px;object-fit:cover;border-radius:12px;}
.wp-card{background:#fff;border-radius:10px;box-shadow:0 1px 6px rgba(0,0,0,.07);overflow:hidden;}
.wp-sidebar{position:sticky;top:80px;}
blockquote{border-left:4px solid #dc2626;padding:12px 20px;background:#fff5f5;margin:24px 0;font-style:italic;border-radius:0 8px 8px 0;}
.wp-tag{display:inline-block;background:#f3f4f6;color:#374151;padding:3px 10px;border-radius:20px;font-size:12px;margin:3px;}
.wp-breadcrumb{font-size:13px;color:#6b7280;}
.wp-breadcrumb a{color:#dc2626;text-decoration:none;}
.wp-input{border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;width:100%;font-size:14px;outline:none;}
.wp-input:focus{border-color:#dc2626;}
.wp-cookie{position:fixed;bottom:0;left:0;right:0;background:#1f2937;color:#fff;z-index:9998;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;}
