/*
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&display=swap');
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Work Sans', sans-serif; background-color: #F5F0E8; color: #2D2D2D; font-size: 16px; line-height: 1.7; }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }
    .wp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
    .wp-header { background: #fff; border-bottom: 2px solid #1A5C2E; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
    .wp-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; max-width: 1200px; margin: 0 auto; }
    .wp-logo { font-size: 26px; font-weight: 700; color: #1A5C2E; letter-spacing: -0.5px; }
    .wp-logo span { color: #2D2D2D; }
    .wp-nav { display: flex; gap: 24px; list-style: none; }
    .wp-nav a { font-size: 15px; font-weight: 500; color: #2D2D2D; transition: color 0.2s; }
    .wp-nav a:hover { color: #1A5C2E; }
    .wp-btn { background: #1A5C2E; color: #fff !important; padding: 10px 22px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer; border: none; transition: background 0.2s; display: inline-block; }
    .wp-btn:hover { background: #145024; }
    .wp-btn-outline { background: transparent; border: 2px solid #1A5C2E; color: #1A5C2E !important; padding: 9px 20px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s; display: inline-block; }
    .wp-btn-outline:hover { background: #1A5C2E; color: #fff !important; }
    .wp-progress-bar { height: 4px; background: #e0d8cc; position: sticky; top: 64px; z-index: 99; }
    .wp-progress-fill { height: 100%; background: #1A5C2E; width: 0%; transition: width 0.1s; }
    .wp-breadcrumbs { padding: 12px 0; font-size: 13px; color: #888; }
    .wp-breadcrumbs a { color: #1A5C2E; }
    .wp-breadcrumbs span { margin: 0 6px; }
    .wp-hero { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 32px; }
    .wp-hero-img { width: 100%; height: 420px; object-fit: cover; border-radius: 12px; }
    .wp-hero-overlay { background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 60%); border-radius: 12px; }
    .wp-hero-text {  bottom: 28px; left: 28px; right: 28px; color: #fff; }
    .wp-hero-text h1 { font-size: 32px; font-weight: 700; line-height: 1.25; margin-bottom: 10px; }
    .wp-hero-text .wp-rubric { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; background: #1A5C2E; color: #fff; padding: 3px 10px; border-radius: 4px; display: inline-block; margin-bottom: 10px; }
    .wp-meta { display: flex; align-items: center; gap: 16px; font-size: 13px; color: rgba(255,255,255,0.85); flex-wrap: wrap; }
    .wp-meta-icon { display: flex; align-items: center; gap: 5px; }
    .wp-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
    @media (max-width: 900px) { .wp-layout { grid-template-columns: 1fr; } .wp-nav { display: none; } }
    .wp-article h2 { font-size: 22px; font-weight: 700; color: #1A5C2E; margin: 32px 0 12px; }
    .wp-article h3 { font-size: 18px; font-weight: 600; color: #2D2D2D; margin: 24px 0 10px; }
    .wp-article p { margin-bottom: 18px; color: #3D3D3D; line-height: 1.75; }
    .wp-article ul, .wp-article ol { margin: 0 0 18px 24px; }
    .wp-article li { margin-bottom: 8px; color: #3D3D3D; }
    .wp-blockquote { border-left: 4px solid #1A5C2E; background: #EDF5F0; padding: 18px 24px; border-radius: 0 8px 8px 0; margin: 28px 0; font-style: italic; font-size: 17px; color: #1A5C2E; }
    .wp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; }
    .wp-tag { background: #E8F0EB; color: #1A5C2E; font-size: 12px; padding: 4px 12px; border-radius: 20px; font-weight: 500; }
    .wp-read-also { background: #fff; border: 1px solid #E0D8CC; border-radius: 10px; padding: 24px; margin: 40px 0; }
    .wp-read-also h3 { font-size: 17px; font-weight: 700; margin-bottom: 16px; color: #1A5C2E; }
    .wp-read-also-list { display: flex; flex-direction: column; gap: 12px; }
    .wp-read-also-item { display: flex; gap: 10px; align-items: flex-start; padding: 10px; border-radius: 8px; transition: background 0.2s; }
    .wp-read-also-item:hover { background: #F5F0E8; }
    .wp-read-also-item-num { background: #1A5C2E; color: #fff; min-width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
    .wp-read-also-item-text { font-size: 14px; font-weight: 500; color: #2D2D2D; }
    .wp-form-section { background: #fff; border-radius: 12px; padding: 28px; margin: 32px 0; border: 1px solid #E0D8CC; }
    .wp-form-section h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; color: #1A5C2E; }
    .wp-form-section p { font-size: 14px; color: #666; margin-bottom: 20px; }
    .wp-form-row { display: flex; gap: 10px; flex-wrap: wrap; }
    .wp-form input[type='text'] { flex: 1; min-width: 200px; padding: 12px 16px; border: 1.5px solid #D0C8BC; border-radius: 6px; font-family: 'Work Sans', sans-serif; font-size: 15px; background: #F9F6F1; outline: none; transition: border 0.2s; }
    .wp-form input[type='text']:focus { border-color: #1A5C2E; }
    .wp-sidebar { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 24px; }
    .wp-sidebar-widget { background: #fff; border-radius: 10px; padding: 20px; border: 1px solid #E0D8CC; }
    .wp-sidebar-widget h4 { font-size: 15px; font-weight: 700; color: #1A5C2E; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid #F5F0E8; text-transform: uppercase; letter-spacing: 0.5px; }
    .wp-sidebar-item { display: block; padding: 10px 0; border-bottom: 1px solid #F0EBE3; cursor: pointer; transition: all 0.2s; }
    .wp-sidebar-item:last-child { border-bottom: none; }
    .wp-sidebar-item:hover { padding-left: 6px; }
    .wp-sidebar-item-title { font-size: 13px; font-weight: 600; color: #2D2D2D; line-height: 1.4; margin-bottom: 3px; }
    .wp-sidebar-item:hover .wp-sidebar-item-title { color: #1A5C2E; }
    .wp-sidebar-item-desc { font-size: 12px; color: #888; line-height: 1.4; }
    .wp-sidebar-sub { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
    .wp-form-widget input { width: 100%; padding: 10px 14px; border: 1.5px solid #D0C8BC; border-radius: 6px; font-family: 'Work Sans', sans-serif; font-size: 14px; background: #F9F6F1; margin-bottom: 10px; outline: none; }
    .wp-form-widget input:focus { border-color: #1A5C2E; }
    .wp-footer { background: #1A5C2E; color: #fff; padding: 40px 0 24px; margin-top: 60px; }
    .wp-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
    .wp-footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
    @media (max-width: 700px) { .wp-footer-top { grid-template-columns: 1fr; } }
    .wp-footer-logo { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
    .wp-footer-desc { font-size: 13px; opacity: 0.8; line-height: 1.6; }
    .wp-footer-nav h5, .wp-footer-contact h5 { font-size: 14px; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.9; }
    .wp-footer-nav ul { list-style: none; }
    .wp-footer-nav li { margin-bottom: 8px; }
    .wp-footer-nav a { font-size: 13px; opacity: 0.75; transition: opacity 0.2s; }
    .wp-footer-nav a:hover { opacity: 1; }
    .wp-footer-contact p { font-size: 13px; opacity: 0.75; margin-bottom: 6px; }
    .wp-footer-bottom { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
    .wp-footer-disclaimer { font-size: 12px; opacity: 0.65; max-width: 600px; line-height: 1.5; }
    .wp-footer-copy { font-size: 12px; opacity: 0.65; }
    .wp-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #2D2D2D; color: #fff; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; z-index: 9999; box-shadow: 0 -4px 20px rgba(0,0,0,0.15); }
    .wp-cookie-text { font-size: 13px; opacity: 0.9; max-width: 700px; line-height: 1.5; }
    .wp-cookie-text a { color: #7EC99A; text-decoration: underline; }
    .wp-success-box { max-width: 560px; margin: 80px auto; background: #fff; border-radius: 16px; padding: 48px 40px; text-align: center; border: 1px solid #E0D8CC; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
    .wp-success-icon { width: 72px; height: 72px; background: #EDF5F0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
    .wp-success-box h1 { font-size: 26px; font-weight: 700; color: #1A5C2E; margin-bottom: 12px; }
    .wp-success-box p { color: #666; font-size: 15px; margin-bottom: 24px; }
    .wp-policy-content { max-width: 800px; margin: 0 auto; background: #fff; border-radius: 12px; padding: 40px; border: 1px solid #E0D8CC; }
    .wp-policy-content h1 { font-size: 28px; font-weight: 700; color: #1A5C2E; margin-bottom: 24px; }
    .wp-policy-content h2 { font-size: 19px; font-weight: 700; color: #2D2D2D; margin: 28px 0 10px; }
    .wp-policy-content p { color: #444; line-height: 1.75; margin-bottom: 16px; }
    .wp-policy-content ul { margin: 0 0 16px 24px; }
    .wp-policy-content li { color: #444; margin-bottom: 7px; }
  