/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Work Sans', sans-serif; background: #f9f9f9; color: #1a1a1a; line-height: 1.7; } .wp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .wp-header { background: #8B0000; padding: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; } .wp-header-inner { display: flex; justify-content: space-between; align-items: center; } .wp-logo { font-size: 28px; font-weight: 700; color: #fff; text-decoration: none; } .wp-nav { display: flex; gap: 30px; } .wp-nav a { color: #fff; text-decoration: none; font-weight: 500; transition: opacity 0.3s; } .wp-nav a:hover { opacity: 0.8; } .wp-breadcrumbs { padding: 15px 0; font-size: 14px; color: #666; } .wp-breadcrumbs a { color: #8B0000; text-decoration: none; } .wp-progress-bar { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: #dc143c; z-index: 9999; transition: width 0.1s; } .wp-main { display: grid; grid-template-columns: 1fr 350px; gap: 40px; padding: 40px 0; } .wp-content { background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); } .wp-hero-img { width: 100%; height: 550px; object-fit: cover; border-radius: 8px; margin-bottom: 30px; } .wp-category { display: inline-block; background: #8B0000; color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; } .wp-title { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; color: #1a1a1a; } .wp-meta { display: flex; gap: 25px; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 2px solid #f0f0f0; font-size: 14px; color: #666; } .wp-meta-item { display: flex; align-items: center; gap: 6px; } .wp-lead { font-size: 20px; font-weight: 500; color: #333; margin-bottom: 30px; line-height: 1.6; border-left: 4px solid #8B0000; padding-left: 20px; } .wp-article p { margin-bottom: 20px; font-size: 17px; } .wp-article h2 { font-size: 32px; font-weight: 700; margin: 40px 0 20px; color: #1a1a1a; } .wp-article h3 { font-size: 24px; font-weight: 600; margin: 30px 0 15px; color: #333; } .wp-article blockquote { background: #f8f8f8; border-left: 5px solid #8B0000; padding: 25px 30px; margin: 30px 0; font-style: italic; font-size: 18px; color: #555; } .wp-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; padding-top: 30px; border-top: 2px solid #f0f0f0; } .wp-tag { background: #f0f0f0; color: #555; padding: 8px 18px; border-radius: 20px; font-size: 14px; text-decoration: none; transition: all 0.3s; } .wp-tag:hover { background: #8B0000; color: #fff; } .wp-sidebar { position: sticky; top: 100px; } .wp-sidebar-block { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); margin-bottom: 30px; } .wp-sidebar-title { font-size: 22px; font-weight: 700; margin-bottom: 25px; color: #1a1a1a; border-bottom: 3px solid #8B0000; padding-bottom: 12px; } .wp-sidebar-item { padding: 18px 0; border-bottom: 1px solid #f0f0f0; transition: all 0.3s; } .wp-sidebar-item:last-child { border-bottom: none; } .wp-sidebar-item:hover { padding-left: 10px; } .wp-sidebar-item a { text-decoration: none; color: #1a1a1a; display: block; } .wp-sidebar-item-title { font-size: 16px; font-weight: 600; margin-bottom: 6px; color: #1a1a1a; } .wp-sidebar-item-desc { font-size: 14px; color: #666; line-height: 1.5; } .wp-form { background: linear-gradient(135deg, #8B0000 0%, #dc143c 100%); padding: 35px; border-radius: 8px; color: #fff; } .wp-form-title { font-size: 24px; font-weight: 700; margin-bottom: 10px; } .wp-form-desc { margin-bottom: 25px; opacity: 0.95; } .wp-form input { width: 100%; padding: 14px 18px; border: none; border-radius: 6px; margin-bottom: 15px; font-size: 16px; font-family: 'Work Sans', sans-serif; } .wp-form button { width: 100%; background: #fff; color: #8B0000; border: none; padding: 16px; border-radius: 6px; font-size: 18px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-family: 'Work Sans', sans-serif; } .wp-form button:hover { transform: translateY(-2px); box-shadow: 0 5px 20px rgba(0,0,0,0.2); } .wp-related { background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); margin-top: 40px; } .wp-related-title { font-size: 28px; font-weight: 700; margin-bottom: 30px; color: #1a1a1a; } .wp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; } .wp-related-item { border: 1px solid #e0e0e0; border-radius: 8px; padding: 25px; transition: all 0.3s; text-decoration: none; display: block; } .wp-related-item:hover { border-color: #8B0000; box-shadow: 0 5px 20px rgba(139,0,0,0.1); transform: translateY(-3px); } .wp-related-item-title { font-size: 18px; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; } .wp-related-item-desc { font-size: 14px; color: #666; line-height: 1.5; } .wp-footer { background: #1a1a1a; color: #fff; padding: 50px 0 30px; margin-top: 60px; } .wp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; } .wp-footer-about { } .wp-footer-logo { font-size: 26px; font-weight: 700; margin-bottom: 15px; } .wp-footer-desc { color: #aaa; line-height: 1.7; margin-bottom: 20px; } .wp-footer-phone { color: #fff; font-size: 20px; font-weight: 600; text-decoration: none; display: flex; align-items: center; gap: 8px; } .wp-footer-title { font-size: 18px; font-weight: 700; margin-bottom: 20px; } .wp-footer-links { list-style: none; } .wp-footer-links li { margin-bottom: 12px; } .wp-footer-links a { color: #aaa; text-decoration: none; transition: color 0.3s; } .wp-footer-links a:hover { color: #fff; } .wp-footer-bottom { padding-top: 30px; border-top: 1px solid #333; text-align: center; color: #888; font-size: 14px; } .wp-disclaimer { background: #8B0000; color: #fff; padding: 25px; border-radius: 8px; margin-bottom: 20px; font-size: 14px; line-height: 1.6; } .wp-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1a1a; color: #fff; padding: 25px; box-shadow: 0 -2px 20px rgba(0,0,0,0.3); z-index: 9998; display: none; } .wp-cookie-banner.active { display: block; } .wp-cookie-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 30px; } .wp-cookie-text { flex: 1; font-size: 15px; line-height: 1.6; } .wp-cookie-btn { background: #dc143c; color: #fff; border: none; padding: 12px 40px; border-radius: 6px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: all 0.3s; font-family: 'Work Sans', sans-serif; } .wp-cookie-btn:hover { background: #8B0000; } .wp-policy-content { background: #fff; padding: 50px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); } .wp-policy-content h1 { font-size: 38px; margin-bottom: 30px; color: #1a1a1a; } .wp-policy-content h2 { font-size: 28px; margin: 35px 0 20px; color: #333; } .wp-policy-content p { margin-bottom: 18px; font-size: 16px; line-height: 1.8; } .wp-policy-content ul { margin: 20px 0; padding-left: 30px; } .wp-policy-content li { margin-bottom: 12px; font-size: 16px; } .wp-success { text-align: center; padding: 80px 20px; } .wp-success-icon { width: 100px; height: 100px; background: #8B0000; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; } .wp-success-title { font-size: 42px; font-weight: 700; margin-bottom: 20px; color: #1a1a1a; } .wp-success-text { font-size: 18px; color: #666; max-width: 600px; margin: 0 auto 40px; line-height: 1.7; } .wp-success-content { background: #fff; padding: 50px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); margin-top: 50px; text-align: left; } @media (max-width: 968px) { .wp-main { grid-template-columns: 1fr; } .wp-sidebar { position: static; } .wp-related-grid { grid-template-columns: 1fr; } .wp-footer-grid { grid-template-columns: 1fr; } .wp-cookie-content { flex-direction: column; } .wp-nav { display: none; } }