/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
.wp-body-wrap { background: #f5f3ff; font-family: 'Inter', sans-serif; color: #1f2937; margin: 0; padding: 0; min-height: 100vh; } .wp-container { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; padding: 0 15px; } .wp-header { width: 100%; background: #ffffff; padding: 20px 0; box-shadow: 0 2px 10px rgba(124, 58, 237, 0.05); position: sticky; top: 0; z-index: 100; } .wp-header-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 15px; } .wp-logo { font-size: 28px; font-weight: 800; color: #7c3aed; text-decoration: none; letter-spacing: -0.5px; } .wp-main { flex: 3; padding: 30px; background: #ffffff; border-radius: 12px; margin: 20px 0; box-shadow: 0 4px 6px rgba(0,0,0,0.02); } .wp-sidebar { flex: 1; min-width: 300px; padding: 30px; background: #ffffff; border-radius: 12px; margin: 20px 0 20px 30px; height: fit-content; box-shadow: 0 4px 6px rgba(0,0,0,0.02); } .wp-hero-img { width: 100%; height: 400px; object-fit: cover; border-radius: 12px; margin-bottom: 30px; transition: transform 0.5s; } .wp-hero-img:hover { transform: scale(1.02); } .wp-article-title { font-size: 38px; font-weight: 700; color: #4c1d95; margin-bottom: 25px; line-height: 1.2; } .wp-article-subtitle { font-size: 24px; font-weight: 600; color: #6d28d9; margin: 30px 0 15px; padding-left: 15px; border-left: 4px solid #7c3aed; } .wp-paragraph { font-size: 17px; line-height: 1.8; margin-bottom: 20px; text-align: justify; color: #4b5563; } .wp-list { margin-bottom: 25px; padding-left: 20px; } .wp-list-item { margin-bottom: 12px; font-size: 17px; color: #4b5563; line-height: 1.6; list-style-type: none; position: relative; padding-left: 25px; } .wp-list-item::before { content: '✓'; color: #7c3aed; position: absolute; left: 0; font-weight: bold; } .wp-btn { background: #7c3aed; color: #ffffff !important; padding: 16px 32px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; font-weight: 600; font-size: 16px; box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3); } .wp-btn:hover { background: #6d28d9; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4); } .wp-read-also { margin-top: 50px; border-top: 1px solid #ddd6fe; padding-top: 30px; } .wp-read-also-title { font-size: 22px; font-weight: 700; margin-bottom: 20px; color: #4c1d95; } .wp-read-also-list { list-style: none; padding: 0; } .wp-read-also-item { margin-bottom: 15px; } .wp-read-also-link { color: #7c3aed; text-decoration: none; font-weight: 500; font-size: 17px; transition: color 0.2s; } .wp-read-also-link:hover { color: #4c1d95; text-decoration: underline; } .wp-sidebar-title { font-size: 20px; font-weight: 700; margin-bottom: 20px; color: #1f2937; border-bottom: 2px solid #ddd6fe; padding-bottom: 8px; } .wp-sidebar-link { display: block; margin-bottom: 15px; color: #6d28d9; text-decoration: none; font-size: 15px; line-height: 1.4; transition: transform 0.2s; } .wp-sidebar-link:hover { transform: translateX(5px); color: #4c1d95; } .wp-form { margin-top: 40px; background: #fdfcff; padding: 25px; border-radius: 12px; border: 1px solid #7c3aed22; } .wp-form-title { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: #4c1d95; } .wp-input { width: 100%; padding: 14px; margin-bottom: 20px; border: 2px solid #ddd6fe; border-radius: 8px; box-sizing: border-box; font-size: 16px; outline: none; transition: border-color 0.2s; } .wp-input:focus { border-color: #7c3aed; } .wp-footer { width: 100%; padding: 60px 20px; background: #ffffff; margin-top: 60px; border-top: 1px solid #ddd6fe; text-align: center; } .wp-footer-links { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 30px; } .wp-footer-link { color: #6b7280; text-decoration: none; font-size: 14px; transition: color 0.2s; } .wp-footer-link:hover { color: #7c3aed; } .wp-copyright { color: #9ca3af; font-size: 13px; } .wp-nav-menu { display: flex; gap: 25px; } .wp-nav-item { color: #4b5563; text-decoration: none; font-weight: 500; font-size: 15px; transition: color 0.2s; } .wp-nav-item:hover { color: #7c3aed; } @media (max-width: 992px) { .wp-container { flex-direction: column; } .wp-sidebar { margin: 20px 0; min-width: auto; } .wp-article-title { font-size: 30px; } }