/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
/* Mavteli Global Styles */ @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; } html { scroll-behavior: smooth; } body { font-family: 'Work Sans', sans-serif; background-color: #f5f0e8; color: #2c2c2c; line-height: 1.6; font-size: 16px; } a { color: #b034e0; text-decoration: none; transition: color 0.2s; } a:hover { color: #c0641a; } .wp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .wp-header { background: #fff; border-bottom: 2px solid #b034e0; padding: 14px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.07); } .wp-header-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .wp-logo { font-size: 1.7rem; font-weight: 700; color: #b034e0; letter-spacing: -0.5px; } .wp-nav a { margin-left: 20px; color: #2c2c2c; font-weight: 500; font-size: 0.95rem; } .wp-nav a:hover { color: #b034e0; } .wp-breadcrumbs { background: #dd78dc; padding: 8px 0; font-size: 0.85rem; } .wp-breadcrumbs-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; color: #777; } .wp-breadcrumbs a { color: #b034e0; } .wp-progress-bar-wrap { height: 4px; background: #e5ddd0; position: sticky; top: 62px; z-index: 99; } .wp-progress-bar { height: 4px; background: #b034e0; width: 0%; transition: width 0.2s; } .wp-layout { display: flex; gap: 32px; max-width: 1200px; margin: 36px auto 48px; padding: 0 20px; align-items: flex-start; } .wp-main { flex: 1 1 0; min-width: 0; } .wp-sidebar { width: 300px; flex-shrink: 0; position: sticky; top: 90px; } .wp-sidebar-title { font-size: 1.1rem; font-weight: 700; color: #b034e0; border-bottom: 2px solid #b034e0; padding-bottom: 8px; margin-bottom: 16px; } .wp-sidebar-item { background: #fff; border-radius: 10px; padding: 14px 16px; margin-bottom: 12px; border: 1px solid #e8e0d4; transition: box-shadow 0.2s, transform 0.2s; } .wp-sidebar-item:hover { box-shadow: 0 4px 16px rgba(224,120,32,0.13); transform: translateY(-2px); } .wp-sidebar-item a { display: block; color: #2c2c2c; } .wp-sidebar-item a:hover { color: #b034e0; } .wp-sidebar-item-title { font-weight: 600; font-size: 0.95rem; margin-bottom: 4px; } .wp-sidebar-item-desc { font-size: 0.82rem; color: #888; line-height: 1.4; } .wp-hero { border-radius: 14px; overflow: hidden; margin-bottom: 28px; position: relative; } .wp-hero-img { width: 100%; height: 550px; object-fit: cover; display: block; border-radius: 14px; } .wp-article-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 18px; font-size: 0.88rem; color: #888; } .wp-tag { background: #b034e0; color: #fff; border-radius: 20px; padding: 3px 13px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.3px; } .wp-article-title { font-size: 2rem; font-weight: 700; line-height: 1.2; margin-bottom: 14px; color: #1a1a1a; } .wp-article-lead { font-size: 1.08rem; color: #555; border-left: 4px solid #b034e0; padding-left: 16px; margin-bottom: 24px; line-height: 1.7; background: #fff8f0; padding: 14px 16px; border-radius: 0 8px 8px 0; } .wp-article-body h2 { font-size: 1.35rem; font-weight: 700; margin: 28px 0 12px; color: #1a1a1a; } .wp-article-body h3 { font-size: 1.1rem; font-weight: 600; margin: 20px 0 8px; color: #333; } .wp-article-body p { margin-bottom: 16px; line-height: 1.75; color: #3a3a3a; } .wp-blockquote { background: #fff; border-left: 5px solid #b034e0; padding: 18px 22px; margin: 24px 0; border-radius: 0 10px 10px 0; font-style: italic; color: #555; font-size: 1.05rem; box-shadow: 0 2px 12px rgba(0,0,0,0.05); } .wp-tags-list { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; } .wp-tags-list span { background: #dd78dc; color: #666; border-radius: 20px; padding: 4px 14px; font-size: 0.82rem; } .wp-read-also { background: #fff; border: 1px solid #e8e0d4; border-radius: 14px; padding: 24px; margin-top: 36px; } .wp-read-also h3 { font-size: 1.1rem; font-weight: 700; color: #b034e0; margin-bottom: 16px; } .wp-read-also ul { list-style: none; } .wp-read-also ul li { padding: 8px 0; border-bottom: 1px solid #f1eee0; } .wp-read-also ul li:last-child { border-bottom: none; } .wp-read-also ul li a { color: #2c2c2c; font-weight: 500; } .wp-read-also ul li a:hover { color: #b034e0; } .wp-form-section { background: #fff; border-radius: 14px; padding: 32px; margin-top: 36px; border: 1px solid #e8e0d4; box-shadow: 0 2px 16px rgba(0,0,0,0.05); } .wp-form-section h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; color: #1a1a1a; } .wp-form-section p { color: #777; font-size: 0.92rem; margin-bottom: 18px; } .wp-form { display: flex; gap: 10px; flex-wrap: wrap; } .wp-form input[type='text'] { flex: 1 1 180px; padding: 12px 16px; border: 1px solid #ddd; border-radius: 8px; font-family: 'Work Sans', sans-serif; font-size: 0.95rem; background: #fafafa; outline: none; transition: border-color 0.2s; } .wp-form input[type='text']:focus { border-color: #b034e0; } .wp-btn { background: #b034e0; color: #fff; border: none; border-radius: 8px; padding: 12px 28px; font-size: 0.95rem; font-weight: 600; cursor: pointer; font-family: 'Work Sans', sans-serif; transition: background 0.2s, transform 0.1s; } .wp-btn:hover { background: #c0641a; transform: translateY(-1px); } .wp-footer { background: #2c2c2c; color: #ccc; padding: 40px 0 20px; margin-top: 60px; } .wp-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .wp-footer-logo { font-size: 1.4rem; font-weight: 700; color: #b034e0; margin-bottom: 8px; } .wp-footer-links { display: flex; flex-wrap: wrap; gap: 18px; margin: 18px 0; } .wp-footer-links a { color: #ccc; font-size: 0.88rem; } .wp-footer-links a:hover { color: #b034e0; } .wp-footer-disclaimer { font-size: 0.8rem; color: #888; border-top: 1px solid #444; padding-top: 16px; margin-top: 16px; line-height: 1.6; } .wp-footer-copy { font-size: 0.8rem; color: #666; margin-top: 12px; } .wp-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 2px solid #b034e0; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; z-index: 9999; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); } .wp-cookie-text { font-size: 0.88rem; color: #555; flex: 1 1 300px; } .wp-cookie-btn { background: #b034e0; color: #fff; border: none; border-radius: 8px; padding: 10px 24px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: 'Work Sans', sans-serif; } .wp-policy-section { background: #fff; border-radius: 14px; padding: 36px; } .wp-policy-section h1 { font-size: 1.8rem; font-weight: 700; margin-bottom: 18px; color: #1a1a1a; } .wp-policy-section h2 { font-size: 1.15rem; font-weight: 700; margin: 24px 0 10px; color: #1a1a1a; } .wp-policy-section p { margin-bottom: 14px; color: #444; line-height: 1.75; } .wp-policy-section ul { margin: 10px 0 16px 24px; color: #444; line-height: 1.8; } .wp-success-section { background: #fff; border-radius: 14px; padding: 60px 36px; text-align: center; } .wp-success-icon { width: 72px; height: 72px; background: #b034e0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; } .wp-success-icon svg { stroke: #fff; } .wp-success-section h1 { font-size: 1.9rem; font-weight: 700; margin-bottom: 14px; color: #1a1a1a; } .wp-success-section p { color: #666; font-size: 1.05rem; max-width: 480px; margin: 0 auto 28px; line-height: 1.7; } @media (max-width: 900px) { .wp-layout { flex-direction: column; } .wp-sidebar { width: 100%; position: static; } .wp-hero-img { height: 230px; } .wp-article-title { font-size: 1.45rem; } } @media (max-width: 600px) { .wp-nav { display: none; } .wp-form { flex-direction: column; } }