/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700&display=swap'); body { font-family: 'Work Sans', sans-serif; background-color: #ffffff; color: #2d3436; margin: 0; padding: 0; line-height: 1.6; } .wp-bg-light { background-color: #f0f8ff; } .wp-header { background: #ffffff; padding: 1.5rem; border-bottom: 2px solid #e1f0ff; position: sticky; top: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; } .wp-logo { font-size: 1.8rem; font-weight: 700; color: #0056b3; text-decoration: none; } .wp-progress-bar { position: fixed; top: 0; left: 0; height: 4px; background: #0056b3; width: 0%; z-index: 101; transition: width 0.2s; } .wp-hero { padding: 4rem 1rem; text-align: center; background: linear-gradient(135deg, #ffffff 0%, #e1f0ff 100%); } .wp-hero-img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-top: 2rem; } .wp-container { max-width: 1100px; margin: 0 auto; padding: 2rem 1rem; display: grid; grid-template-columns: 1fr 350px; gap: 3rem; } @media (max-width: 900px) { .wp-container { grid-template-columns: 1fr; } } .wp-article { background: #fff; padding: 2rem; border-radius: 8px; } .wp-meta { font-size: 0.9rem; color: #636e72; margin-bottom: 1.5rem; display: flex; gap: 1rem; flex-wrap: wrap; } .wp-breadcrumb { margin-bottom: 1rem; font-size: 0.85rem; color: #0056b3; } .wp-lead { font-size: 1.25rem; font-weight: 600; color: #2d3436; margin-bottom: 2rem; border-left: 4px solid #0056b3; padding-left: 1rem; } .wp-h2 { font-size: 2rem; margin: 2rem 0 1rem; color: #0056b3; } .wp-blockquote { font-style: italic; background: #f0f8ff; padding: 1.5rem; border-radius: 8px; margin: 2rem 0; position: relative; } .wp-tags { margin-top: 3rem; display: flex; gap: 0.5rem; } .wp-tag { background: #e1f0ff; color: #0056b3; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.8rem; } .wp-sidebar { display: flex; flex-direction: column; gap: 2.5rem; } .wp-sidebar-box { background: #f9f9f9; padding: 1.5rem; border-radius: 8px; border: 1px solid #eee; } .wp-sidebar-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; color: #0056b3; } .wp-news-list { list-style: none; padding: 0; } .wp-news-item { margin-bottom: 1rem; border-bottom: 1px solid #eee; padding-bottom: 0.5rem; } .wp-news-link { text-decoration: none; color: #2d3436; font-weight: 500; transition: color 0.2s; } .wp-news-link:hover { color: #0056b3; } .wp-form { display: flex; flex-direction: column; gap: 1rem; } .wp-input { padding: 0.8rem; border: 1px solid #ddd; border-radius: 4px; font-family: inherit; } .wp-btn { background: #0056b3; color: #ffffff; padding: 0.8rem 1.5rem; border: none; border-radius: 4px; font-weight: 600; cursor: pointer; transition: background 0.3s; text-transform: uppercase; letter-spacing: 1px; } .wp-btn:hover { background: #003d82; } .wp-footer { background: #2d3436; color: #dfe6e9; padding: 4rem 1rem; text-align: center; margin-top: 4rem; } .wp-footer-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; flex-wrap: wrap; } .wp-footer-link { color: #dfe6e9; text-decoration: none; font-size: 0.9rem; } .wp-disclaimer { font-size: 0.75rem; color: #b2bec3; max-width: 600px; margin: 2rem auto 0; } .wp-cookie-banner { position: fixed; bottom: 20px; left: 20px; right: 20px; background: #fff; border: 1px solid #0056b3; padding: 1.5rem; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.2); z-index: 1000; display: flex; justify-content: space-between; align-items: center; gap: 1rem; } @media (max-width: 600px) { .wp-cookie-banner { flex-direction: column; text-align: center; } }