/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
.wp-container { max-width: 1200px; margin: 0 auto; padding: 20px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #e3f2fd; min-height: 100vh; color: #333; } .wp-header { background: #ffffff; padding: 20px 40px; border-bottom: 3px solid #007bff; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .wp-logo { font-size: 28px; font-weight: 800; color: #007bff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; } .wp-nav { display: flex; gap: 20px; } .wp-nav-link { text-decoration: none; color: #333; font-weight: 600; font-size: 15px; transition: color 0.3s; } .wp-nav-link:hover { color: #007bff; } .wp-main-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; margin-top: 30px; } @media (max-width: 992px) { .wp-main-layout { grid-template-columns: 1fr; } } .wp-content-area { background: #ffffff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); } .wp-hero-image { width: 100%; height: auto; border-radius: 10px; margin-bottom: 30px; object-fit: cover; max-height: 450px; display: block; } .wp-page-title { font-size: 36px; color: #1a1a1a; margin-bottom: 25px; line-height: 1.2; font-weight: 700; } .wp-text-block { font-size: 17px; line-height: 1.8; color: #444; } .wp-text-block p { margin-bottom: 22px; } .wp-text-block h2 { font-size: 26px; color: #333; margin-top: 40px; margin-bottom: 20px; font-weight: 700; border-left: 5px solid #007bff; padding-left: 15px; } .wp-text-block ul { margin-bottom: 25px; padding-left: 20px; list-style-type: none; } .wp-text-block li { margin-bottom: 12px; position: relative; padding-left: 25px; } .wp-text-block li::before { content: '✓'; position: absolute; left: 0; color: #007bff; font-weight: bold; } .wp-sidebar { background: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); height: fit-content; } .wp-sidebar-title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #e3f2fd; } .wp-sidebar-menu { list-style: none; padding: 0; margin: 0; } .wp-sidebar-item { margin-bottom: 15px; } .wp-sidebar-link { text-decoration: none; color: #555; font-weight: 500; font-size: 15px; display: block; padding: 8px 0; transition: all 0.3s; border-bottom: 1px solid #f0f0f0; } .wp-sidebar-link:hover { color: #007bff; transform: translateX(5px); padding-left: 5px; } .wp-form-box { margin-top: 50px; padding: 40px; background: #f8fbff; border: 2px solid #d1e9ff; border-radius: 15px; } .wp-form-title { font-size: 24px; font-weight: 700; color: #007bff; margin-bottom: 10px; } .wp-form-desc { color: #666; margin-bottom: 25px; font-size: 15px; line-height: 1.5; } .wp-input-field { width: 100%; padding: 14px; margin-bottom: 20px; border: 1px solid #c7d8ed; border-radius: 8px; font-size: 16px; transition: border-color 0.3s; box-sizing: border-box; } .wp-input-field:focus { border-color: #007bff; outline: none; box-shadow: 0 0 0 3px rgba(0,123,255,0.1); } .wp-submit-btn { background: #007bff; color: #ffffff; border: none; padding: 16px 32px; font-size: 18px; font-weight: 700; border-radius: 8px; cursor: pointer; transition: background 0.3s, transform 0.2s, box-shadow 0.3s; width: 100%; text-align: center; display: block; text-decoration: none; box-sizing: border-box; } .wp-submit-btn:hover { background: #0056b3; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,123,255,0.3); } .wp-read-also { margin-top: 60px; padding-top: 30px; border-top: 1px solid #eee; } .wp-read-also-title { font-size: 22px; font-weight: 700; color: #333; margin-bottom: 25px; } .wp-read-also-links { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } .wp-read-also-item { background: #f0f7ff; padding: 20px; border-radius: 10px; border-left: 4px solid #007bff; transition: transform 0.3s, background 0.3s; } .wp-read-also-item:hover { background: #e1efff; transform: translateY(-3px); } .wp-read-also-link { text-decoration: none; color: #007bff; font-weight: 700; font-size: 15px; display: block; } .wp-footer { margin-top: 60px; padding: 50px 20px; background: #ffffff; text-align: center; border-top: 2px solid #e3f2fd; } .wp-footer-links { display: flex; justify-content: center; gap: 30px; margin-bottom: 25px; flex-wrap: wrap; } .wp-footer-link { text-decoration: none; color: #666; font-size: 14px; font-weight: 600; transition: color 0.3s; } .wp-footer-link:hover { color: #007bff; } .wp-copyright { color: #999; font-size: 13px; margin-top: 15px; } .wp-success-box { text-align: center; padding: 80px 40px; background: #ffffff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); max-width: 900px; margin: 40px auto; } .wp-success-title { font-size: 42px; color: #007bff; margin-bottom: 25px; font-weight: 800; } .wp-success-text { font-size: 19px; color: #444; line-height: 1.7; margin-bottom: 35px; }