/*
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; color: #1a1a1a; background: #fff3e6; line-height: 1.6; } .wp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .wp-header { background: #fff; border-bottom: 2px solid #ff8c42; padding: 20px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .wp-header-content { display: flex; justify-content: space-between; align-items: center; } .wp-logo { font-size: 28px; font-weight: 700; color: #ff8c42; text-decoration: none; } .wp-nav { display: flex; gap: 30px; } .wp-nav a { color: #333; text-decoration: none; font-weight: 500; transition: color 0.3s; } .wp-nav a:hover { color: #ff8c42; } .wp-breadcrumbs { padding: 15px 0; font-size: 14px; color: #666; } .wp-breadcrumbs a { color: #ff8c42; text-decoration: none; } .wp-main { display: grid; grid-template-columns: 1fr 350px; gap: 40px; padding: 40px 0; } .wp-content { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); } .wp-hero-img { width: 100%; height: 400px; object-fit: cover; border-radius: 8px; margin-bottom: 30px; } .wp-article-header { margin-bottom: 30px; } .wp-category { display: inline-block; background: #ff8c42; color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; } .wp-title { font-size: 42px; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; line-height: 1.2; } .wp-meta { display: flex; gap: 20px; color: #666; font-size: 14px; margin-bottom: 20px; flex-wrap: wrap; } .wp-meta span { display: flex; align-items: center; gap: 5px; } .wp-lead { font-size: 20px; color: #444; line-height: 1.7; margin-bottom: 30px; font-weight: 400; border-left: 4px solid #ff8c42; padding-left: 20px; } .wp-progress-bar { position: fixed; top: 0; left: 0; width: 0%; height: 4px; background: linear-gradient(90deg, #ff8c42, #ff6b1a); z-index: 999; transition: width 0.1s; } .wp-text p { margin-bottom: 20px; font-size: 17px; color: #333; } .wp-text h2 { font-size: 32px; margin: 40px 0 20px; color: #1a1a1a; font-weight: 700; } .wp-text h3 { font-size: 24px; margin: 30px 0 15px; color: #1a1a1a; font-weight: 600; } .wp-blockquote { background: #fff3e6; border-left: 5px solid #ff8c42; padding: 25px 30px; margin: 30px 0; font-style: italic; font-size: 18px; color: #444; } .wp-tags { display: flex; gap: 10px; flex-wrap: wrap; margin: 40px 0; } .wp-tag { background: #f5f5f5; color: #555; padding: 8px 16px; border-radius: 20px; font-size: 14px; text-decoration: none; transition: all 0.3s; } .wp-tag:hover { background: #ff8c42; color: #fff; } .wp-sidebar { position: sticky; top: 120px; } .wp-sidebar-block { background: #fff; padding: 30px; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); } .wp-sidebar-title { font-size: 20px; font-weight: 700; margin-bottom: 20px; color: #1a1a1a; border-bottom: 3px solid #ff8c42; padding-bottom: 10px; } .wp-sidebar-item { padding: 15px 0; border-bottom: 1px solid #eee; transition: all 0.3s; } .wp-sidebar-item:last-child { border-bottom: none; } .wp-sidebar-item:hover { background: #fff3e6; padding-left: 10px; } .wp-sidebar-item a { text-decoration: none; color: #333; display: block; } .wp-sidebar-item-title { font-weight: 600; font-size: 16px; margin-bottom: 5px; color: #1a1a1a; } .wp-sidebar-item-desc { font-size: 13px; color: #666; } .wp-form { background: linear-gradient(135deg, #ff8c42, #ff6b1a); padding: 30px; border-radius: 12px; color: #fff; } .wp-form h3 { font-size: 22px; margin-bottom: 15px; } .wp-form p { margin-bottom: 20px; font-size: 15px; opacity: 0.95; } .wp-form input { width: 100%; padding: 14px; border: none; border-radius: 8px; margin-bottom: 15px; font-size: 15px; } .wp-form button { width: 100%; background: #fff; color: #ff8c42; padding: 14px; border: none; border-radius: 8px; font-weight: 700; font-size: 16px; cursor: pointer; transition: all 0.3s; } .wp-form button:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } .wp-related { margin-top: 50px; padding-top: 40px; border-top: 2px solid #eee; } .wp-related h3 { font-size: 28px; margin-bottom: 25px; color: #1a1a1a; } .wp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; } .wp-related-item { background: #f9f9f9; padding: 25px; border-radius: 10px; text-decoration: none; color: #333; transition: all 0.3s; border: 2px solid transparent; } .wp-related-item:hover { border-color: #ff8c42; transform: translateY(-5px); box-shadow: 0 5px 20px rgba(255,140,66,0.2); } .wp-related-item h4 { font-size: 18px; margin-bottom: 10px; color: #1a1a1a; } .wp-related-item p { font-size: 14px; color: #666; } .wp-footer { background: #1a1a1a; color: #fff; padding: 50px 0 30px; margin-top: 60px; } .wp-footer-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 30px; } .wp-footer h4 { font-size: 18px; margin-bottom: 20px; color: #ff8c42; } .wp-footer a { color: #ccc; text-decoration: none; display: block; margin-bottom: 10px; transition: color 0.3s; } .wp-footer a:hover { color: #ff8c42; } .wp-footer-bottom { border-top: 1px solid #333; padding-top: 30px; text-align: center; font-size: 14px; color: #999; } .wp-disclaimer { margin-top: 20px; font-size: 13px; line-height: 1.5; opacity: 0.8; } .wp-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1a1a; color: #fff; padding: 25px; z-index: 1000; box-shadow: 0 -5px 20px rgba(0,0,0,0.3); 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: 20px; } .wp-cookie-text { flex: 1; font-size: 14px; } .wp-cookie-btn { background: #ff8c42; color: #fff; padding: 12px 30px; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; white-space: nowrap; } .wp-policy-content { background: #fff; padding: 50px; border-radius: 12px; max-width: 900px; margin: 0 auto; } .wp-policy-content h1 { font-size: 38px; margin-bottom: 30px; color: #1a1a1a; } .wp-policy-content h2 { font-size: 26px; margin: 35px 0 15px; color: #1a1a1a; } .wp-policy-content p { margin-bottom: 15px; color: #444; line-height: 1.7; } .wp-policy-content ul { margin: 15px 0 15px 25px; } .wp-policy-content li { margin-bottom: 10px; color: #444; } .wp-success-content { background: #fff; padding: 60px; border-radius: 12px; text-align: center; max-width: 700px; margin: 60px auto; box-shadow: 0 10px 40px rgba(0,0,0,0.1); } .wp-success-icon { width: 80px; height: 80px; background: #ff8c42; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; } .wp-success-content h1 { font-size: 36px; margin-bottom: 20px; color: #1a1a1a; } .wp-success-content p { font-size: 18px; color: #666; margin-bottom: 15px; line-height: 1.6; } .wp-success-btn { display: inline-block; background: #ff8c42; color: #fff; padding: 15px 40px; border-radius: 8px; text-decoration: none; font-weight: 600; margin-top: 30px; transition: all 0.3s; } .wp-success-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 20px rgba(255,140,66,0.4); } @media (max-width: 968px) { .wp-main { grid-template-columns: 1fr; } .wp-sidebar { position: static; } .wp-related-grid { grid-template-columns: 1fr; } .wp-footer-content { grid-template-columns: 1fr; } .wp-cookie-content { flex-direction: column; } .wp-nav { display: none; } }