/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Work Sans', sans-serif; background: #f4f4f4; color: #222; } a { text-decoration: none; color: inherit; } .wp-header { background: #fff; border-bottom: 1px solid #e0e0e0; padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .wp-header-logo { font-size: 1.5rem; font-weight: 700; color: #1e3a5f; letter-spacing: 1px; } .wp-header-nav a { margin-left: 20px; font-size: 0.95rem; color: #444; font-weight: 500; } .wp-header-nav a:hover { color: #1e3a5f; } .wp-breadcrumbs { font-size: 0.82rem; color: #888; padding: 12px 0; } .wp-breadcrumbs a { color: #1e3a5f; } .wp-breadcrumbs span { margin: 0 6px; } .wp-progress-bar { height: 4px; background: #e0e0e0; border-radius: 2px; margin-bottom: 16px; } .wp-progress-bar-inner { height: 4px; background: #1e3a5f; border-radius: 2px; width: 60%; } .wp-layout { max-width: 1100px; margin: 0 auto; padding: 24px 16px; display: flex; gap: 32px; align-items: flex-start; } .wp-main { flex: 1; min-width: 0; } .wp-sidebar { width: 300px; flex-shrink: 0; } .wp-hero-img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 10px; margin-bottom: 24px; } .wp-article-header { margin-bottom: 20px; } .wp-rubric { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 2px; color: #1e3a5f; font-weight: 600; margin-bottom: 8px; } .wp-title { font-size: 2rem; font-weight: 700; line-height: 1.25; color: #1a1a1a; margin-bottom: 12px; } .wp-meta { font-size: 0.85rem; color: #888; display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; } .wp-meta span { display: flex; align-items: center; gap: 4px; } .wp-lead { font-size: 1.1rem; color: #444; line-height: 1.7; margin-bottom: 24px; border-left: 4px solid #1e3a5f; padding-left: 16px; background: #edf2fb; border-radius: 0 8px 8px 0; padding: 14px 16px; } .wp-body h2 { font-size: 1.3rem; font-weight: 700; color: #1e3a5f; margin: 28px 0 10px; } .wp-body h3 { font-size: 1.1rem; font-weight: 600; color: #333; margin: 20px 0 8px; } .wp-body p { font-size: 1rem; line-height: 1.75; color: #333; margin-bottom: 16px; } .wp-body blockquote { border-left: 4px solid #1e3a5f; background: #edf2fb; padding: 16px 20px; border-radius: 0 8px 8px 0; font-style: italic; color: #444; margin: 24px 0; font-size: 1.05rem; } .wp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; } .wp-tag { background: #edf2fb; color: #1e3a5f; border-radius: 20px; padding: 4px 14px; font-size: 0.82rem; font-weight: 500; } .wp-read-also { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin: 32px 0; } .wp-read-also h3 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin-bottom: 14px; } .wp-read-also ul { list-style: none; } .wp-read-also li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; } .wp-read-also li:last-child { border-bottom: none; } .wp-read-also a { color: #1e3a5f; font-weight: 500; font-size: 0.95rem; } .wp-read-also a:hover { text-decoration: underline; } .wp-form-box { background: #1e3a5f; border-radius: 12px; padding: 24px; margin: 32px 0; } .wp-form-box h3 { color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; } .wp-form-box p { color: #c8d8f0; font-size: 0.9rem; margin-bottom: 16px; } .wp-form-box input[type='text'] { width: 100%; padding: 12px 16px; border-radius: 8px; border: none; font-family: 'Work Sans', sans-serif; font-size: 1rem; margin-bottom: 12px; outline: none; } .wp-btn { background: #1e3a5f; color: #fff; border: none; border-radius: 8px; padding: 12px 24px; font-family: 'Work Sans', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; width: 100%; transition: background 0.2s; } .wp-form-box .wp-btn { background: #fff; color: #1e3a5f; } .wp-form-box .wp-btn:hover { background: #e8f0fc; } .wp-btn:hover { background: #16305a; } .wp-sidebar { position: sticky; top: 80px; } .wp-sidebar-box { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin-bottom: 20px; } .wp-sidebar-box h3 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin-bottom: 14px; border-bottom: 2px solid #edf2fb; padding-bottom: 8px; } .wp-sidebar-item { padding: 10px 0; border-bottom: 1px solid #f0f0f0; display: block; } .wp-sidebar-item:last-child { border-bottom: none; } .wp-sidebar-item:hover .wp-sidebar-item-title { color: #1e3a5f; text-decoration: underline; } .wp-sidebar-item-title { font-weight: 600; font-size: 0.92rem; color: #222; margin-bottom: 3px; transition: color 0.2s; } .wp-sidebar-item-desc { font-size: 0.8rem; color: #888; } .wp-footer { background: #1e3a5f; color: #c8d8f0; padding: 32px 24px; margin-top: 48px; } .wp-footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; } .wp-footer-logo { font-size: 1.3rem; font-weight: 700; color: #fff; } .wp-footer-links { display: flex; gap: 20px; flex-wrap: wrap; font-size: 0.88rem; } .wp-footer-links a { color: #c8d8f0; } .wp-footer-links a:hover { color: #fff; } .wp-footer-disclaimer { font-size: 0.78rem; color: #8fa8c8; border-top: 1px solid #2d5080; padding-top: 12px; line-height: 1.6; } .wp-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #1e3a5f; color: #fff; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; z-index: 999; font-size: 0.9rem; } .wp-cookie-banner button { background: #fff; color: #1e3a5f; border: none; border-radius: 6px; padding: 8px 20px; font-weight: 700; cursor: pointer; font-family: 'Work Sans', sans-serif; } .wp-policy-content { max-width: 800px; margin: 0 auto; padding: 32px 16px; background: #fff; border-radius: 12px; } .wp-policy-content h1 { font-size: 1.8rem; font-weight: 700; color: #1e3a5f; margin-bottom: 16px; } .wp-policy-content h2 { font-size: 1.2rem; font-weight: 700; color: #1e3a5f; margin: 24px 0 8px; } .wp-policy-content p { font-size: 0.97rem; line-height: 1.75; color: #444; margin-bottom: 12px; } .wp-policy-content ul { padding-left: 20px; margin-bottom: 12px; } .wp-policy-content ul li { font-size: 0.97rem; line-height: 1.75; color: #444; margin-bottom: 6px; } .wp-success-box { max-width: 600px; margin: 60px auto; background: #fff; border-radius: 16px; padding: 48px 32px; text-align: center; box-shadow: 0 4px 24px rgba(30,58,95,0.1); } .wp-success-box h1 { font-size: 2rem; font-weight: 700; color: #1e3a5f; margin-bottom: 12px; } .wp-success-box p { font-size: 1.05rem; color: #555; line-height: 1.7; margin-bottom: 20px; } .wp-success-icon { font-size: 3rem; margin-bottom: 16px; } @media (max-width: 768px) { .wp-layout { flex-direction: column; } .wp-sidebar { width: 100%; position: static; } .wp-title { font-size: 1.5rem; } .wp-cookie-banner { flex-direction: column; text-align: center; } }