/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800&display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Work Sans', sans-serif; background: #fff; color: #1f2937; line-height: 1.7; } a { text-decoration: none; color: inherit; } .wp-progress-bar { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: #f97316; z-index: 9999; transition: width 0.15s ease; } .wp-header { background: #fff; border-bottom: 2px solid #f97316; padding: 14px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(249,115,22,0.08); } .wp-header-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; } .wp-logo { font-size: 1.6rem; font-weight: 800; color: #f97316; letter-spacing: -0.5px; } .wp-logo span { color: #1f2937; } .wp-nav { display: flex; gap: 24px; list-style: none; } .wp-nav a { font-size: 0.9rem; font-weight: 500; color: #374151; transition: color 0.2s; } .wp-nav a:hover { color: #f97316; } .wp-breadcrumb { background: #f9fafb; border-bottom: 1px solid #e5e7eb; padding: 10px 0; } .wp-breadcrumb-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; font-size: 0.82rem; color: #6b7280; } .wp-breadcrumb-inner a { color: #f97316; } .wp-breadcrumb-inner a:hover { text-decoration: underline; } .wp-main { max-width: 1200px; margin: 0 auto; padding: 40px 20px; display: grid; grid-template-columns: 1fr 340px; gap: 40px; } @media (max-width: 900px) { .wp-main { grid-template-columns: 1fr; } .wp-nav { display: none; } } .wp-article h1 { font-size: 2rem; font-weight: 800; color: #111827; line-height: 1.25; margin-bottom: 12px; } .wp-article h2 { font-size: 1.4rem; font-weight: 700; color: #1f2937; margin: 32px 0 12px; } .wp-article h3 { font-size: 1.15rem; font-weight: 600; color: #374151; margin: 24px 0 10px; } .wp-article p { color: #4b5563; margin-bottom: 16px; font-size: 1rem; } .wp-rubric { display: inline-block; background: #fff7ed; color: #f97316; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px; } .wp-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 0.85rem; color: #9ca3af; margin-bottom: 24px; align-items: center; } .wp-meta strong { color: #6b7280; } .wp-hero-img { width: 100%; max-height: 440px; object-fit: cover; border-radius: 12px; margin-bottom: 28px; display: block; } .wp-lead { font-size: 1.1rem; color: #374151; font-weight: 400; border-left: 4px solid #f97316; padding-left: 16px; margin-bottom: 28px; line-height: 1.75; } .wp-blockquote { border-left: 4px solid #f97316; padding: 16px 20px; margin: 28px 0; background: #fff7ed; border-radius: 0 8px 8px 0; font-style: italic; color: #6b7280; font-size: 1.05rem; } .wp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; } .wp-tag { display: inline-block; background: #f9fafb; color: #f97316; border: 1px solid #fed7aa; border-radius: 20px; padding: 4px 14px; font-size: 0.8rem; font-weight: 500; transition: background 0.2s; } .wp-tag:hover { background: #fff7ed; } .wp-read-also { background: #f9fafb; border-radius: 12px; padding: 24px; margin-top: 36px; } .wp-read-also h3 { font-size: 1rem; font-weight: 700; margin-bottom: 14px; color: #111827; } .wp-read-also ul { list-style: none; } .wp-read-also ul li { padding: 8px 0; border-bottom: 1px solid #e5e7eb; } .wp-read-also ul li:last-child { border-bottom: none; } .wp-read-also ul li a { color: #f97316; font-size: 0.9rem; font-weight: 500; } .wp-read-also ul li a:hover { text-decoration: underline; } .wp-form-box { background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%); border: 1px solid #fed7aa; border-radius: 12px; padding: 28px; margin-top: 36px; } .wp-form-box h3 { font-size: 1.2rem; font-weight: 700; color: #111827; margin-bottom: 6px; } .wp-form-box p { font-size: 0.9rem; color: #6b7280; margin-bottom: 16px; } .wp-form-row { display: flex; gap: 10px; flex-wrap: wrap; } .wp-input { border: 1.5px solid #e5e7eb; border-radius: 8px; padding: 11px 16px; font-size: 0.95rem; font-family: 'Work Sans', sans-serif; outline: none; flex: 1; min-width: 200px; transition: border-color 0.2s, box-shadow 0.2s; } .wp-input:focus { border-color: #f97316; box-shadow: 0 0 0 3px rgba(249,115,22,0.12); } .wp-btn { background: #f97316; color: #fff; border: none; border-radius: 8px; padding: 11px 24px; font-size: 0.95rem; font-weight: 600; font-family: 'Work Sans', sans-serif; cursor: pointer; transition: background 0.2s, transform 0.1s; white-space: nowrap; } .wp-btn:hover { background: #ea6c0a; transform: translateY(-1px); } .wp-btn:active { transform: translateY(0); } .wp-sidebar { display: flex; flex-direction: column; gap: 24px; } .wp-sidebar-card { background: #f9fafb; border-radius: 12px; padding: 22px; } .wp-sidebar-card h4 { font-size: 1rem; font-weight: 700; color: #111827; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid #f97316; } .wp-sidebar-card ul { list-style: none; } .wp-sidebar-card ul li { padding: 8px 0; border-bottom: 1px solid #e5e7eb; font-size: 0.88rem; } .wp-sidebar-card ul li:last-child { border-bottom: none; } .wp-sidebar-card ul li a { color: #374151; font-weight: 500; transition: color 0.2s; } .wp-sidebar-card ul li a:hover { color: #f97316; } .wp-sidebar-form { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 12px; padding: 22px; } .wp-sidebar-form h4 { font-size: 1rem; font-weight: 700; color: #111827; margin-bottom: 6px; } .wp-sidebar-form p { font-size: 0.82rem; color: #6b7280; margin-bottom: 12px; } .wp-sidebar-form .wp-input { width: 100%; margin-bottom: 10px; min-width: unset; } .wp-sidebar-form .wp-btn { width: 100%; } .wp-footer { background: #111827; color: #d1d5db; padding: 56px 0 0; margin-top: 70px; } .wp-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 40px; } @media (max-width: 700px) { .wp-footer-inner { grid-template-columns: 1fr; } } .wp-footer h4 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 14px; } .wp-footer p, .wp-footer li { font-size: 0.85rem; color: #9ca3af; line-height: 1.7; } .wp-footer ul { list-style: none; } .wp-footer ul li { margin-bottom: 8px; } .wp-footer ul li a { color: #9ca3af; transition: color 0.2s; } .wp-footer ul li a:hover { color: #f97316; } .wp-footer-bottom { border-top: 1px solid #1f2937; padding: 20px; text-align: center; font-size: 0.78rem; color: #6b7280; background: #0f172a; } .wp-footer-logo { font-size: 1.4rem; font-weight: 800; color: #f97316; margin-bottom: 10px; } .wp-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #1f2937; color: #fff; padding: 16px 24px; z-index: 9998; display: none; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 3px solid #f97316; } .wp-cookie-banner p { font-size: 0.85rem; color: #d1d5db; } .wp-cookie-banner a { color: #f97316; } .wp-policy-wrap { max-width: 800px; margin: 40px auto; padding: 0 20px 80px; } .wp-policy-wrap h1 { font-size: 1.8rem; font-weight: 800; color: #111827; margin-bottom: 24px; } .wp-policy-wrap h2 { font-size: 1.2rem; font-weight: 700; color: #1f2937; margin: 28px 0 10px; } .wp-policy-wrap p { color: #4b5563; margin-bottom: 14px; font-size: 0.95rem; } .wp-success-wrap { max-width: 600px; margin: 80px auto; padding: 0 20px; text-align: center; } .wp-success-icon { width: 72px; height: 72px; background: #fff7ed; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; border: 3px solid #f97316; } .wp-success-wrap h1 { font-size: 2rem; font-weight: 800; color: #111827; margin-bottom: 12px; } .wp-success-wrap p { color: #6b7280; margin-bottom: 24px; } .wp-hero-single { position: relative; overflow: hidden; border-radius: 12px; margin-bottom: 28px; } .wp-hero-single img { width: 100%; max-height: 440px; object-fit: cover; display: block; } .wp-divider { height: 2px; background: linear-gradient(90deg, #f97316 0%, transparent 100%); margin: 32px 0; border: none; }