/*
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&display=swap');
body{font-family:'Work Sans',sans-serif;margin:0;padding:0;background:#fff}
.wp-btn{background:#7C3AED;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;border:none;transition:background .2s;display:inline-block;text-align:center;text-decoration:none}
.wp-btn:hover{background:#6D28D9}
.wp-hero-img{width:100%;height:420px;object-fit:cover;border-radius:.75rem}
.wp-sidebar{background:#F5F3FF;padding:1.5rem;border-radius:.75rem}
.wp-blockquote{border-left:4px solid #7C3AED;padding:1rem 1rem 1rem 1.5rem;color:#6B7280;font-style:italic;margin:1.5rem 0;background:#F5F3FF;border-radius:0 .5rem .5rem 0}
.wp-progress-bar{position:fixed;top:0;left:0;height:3px;background:#7C3AED;z-index:9999;width:0;transition:width .1s}
.wp-header{background:#fff;border-bottom:2px solid #EDE9FE;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:3px;z-index:100;box-shadow:0 2px 8px rgba(124,58,237,.08)}
.wp-footer{background:#F5F3FF;padding:2rem;margin-top:3rem;border-top:2px solid #EDE9FE}
.wp-input{border:2px solid #EDE9FE;border-radius:.5rem;padding:.75rem 1rem;width:100%;font-family:'Work Sans',sans-serif;outline:none;margin-bottom:.75rem;box-sizing:border-box}
.wp-input:focus{border-color:#7C3AED}
.wp-card{background:#F5F3FF;padding:1rem 1.25rem;border-radius:.75rem;margin-bottom:.75rem;border-left:3px solid #7C3AED;text-decoration:none;display:block}
.wp-tag{background:#EDE9FE;color:#7C3AED;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;margin-right:.5rem;display:inline-block;margin-bottom:.5rem}
.wp-cookie{position:fixed;bottom:0;left:0;right:0;background:#1e1e2e;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:10000;gap:1rem}
.wp-breadcrumb{font-size:.85rem;color:#9CA3AF;margin-bottom:1.5rem}
.wp-breadcrumb a{color:#7C3AED;text-decoration:none}
.wp-policy-content p{margin-bottom:1rem;color:#374151;line-height:1.75}
.wp-policy-content h2{font-size:1.25rem;font-weight:700;color:#1F2937;margin:2rem 0 .75rem}