@media (max-width: 767px) {
            
        }

        

        

        .car-list-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-top: 32px;
        }

        @media (max-width: 1024px) {
            .car-list-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .car-list-grid {
                grid-template-columns: 1fr;
            }
        }

        .feature-box {
            background: #f9f9f9;
            padding: 32px;
            border-radius: 8px;
            border: 1px solid #eee;
            height: 100%;
        }

        .feature-box h3 {
            font-size: 1.2rem;
            margin-bottom: 16px;
            color: #111;
            font-weight: 700;
        }

        .feature-list li {
            margin-bottom: 8px;
            color: #444;
            position: relative;
            padding-left: 20px;
        }

        .feature-list li::before {
            content: '✔';
            position: absolute;
            left: 0;
            color: var(--color-accent-gold);
            font-size: 0.8rem;
            top: 2px;
        }

        /* Goo-net Styles */
        .goonet-banner {
            max-width: 800px;
            margin: 40px auto;
            padding: 60px 40px;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            text-align: center;
        }

        .goonet-banner:hover {
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
            transform: translateY(-10px);
        }

        .btn-goonet {
            background: #C40000;
            /* Goo-net Brand Red */
            color: #fff !important;
            border-color: #C40000;
            padding: 18px 50px;
            font-size: 1.1rem;
            font-weight: 700;
            border-radius: 50px;
            box-shadow: 0 10px 20px rgba(196, 0, 0, 0.2);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 12px;
        }

        .btn-goonet:hover {
            background: #e60000;
            border-color: #e60000;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(196, 0, 0, 0.3);
        }

        .btn-goonet::after {
            content: '→';
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .btn-goonet:hover::after {
            transform: translateX(5px);
        }

        /* Feature Box Image Styles */
        .feature-box-image {
            margin: -32px -32px 24px -32px;
            overflow: hidden;
            border-radius: 8px 8px 0 0;
            height: 200px;
        }

        .feature-box-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .feature-box:hover .feature-box-image img {
            transform: scale(1.05);
        }

        /* Logo version for Guarantee */
        .feature-box-image.contain {
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px;
        }

        .feature-box-image.contain img {
            object-fit: contain;
            width: auto;
            max-width: 100%;
        }

        @media (max-width: 768px) {
            .feature-box-image {
                height: 180px;
            }
        }

        /* Split Layout for Lineup */
        .split-layout {
            display: flex;
            align-items: center;
            gap: 60px;
            padding: 40px 0;
        }

        .split-content {
            flex: 1.1;
        }

        .split-image {
            flex: 0.9;
            position: relative;
        }

        .split-image img {
            width: 100%;
            aspect-ratio: 3 / 2;
            height: auto;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
            display: block;
        }

        .category-label {
            color: #c5a059;
            font-size: 0.85rem;
            font-weight: 700;
            letter-spacing: 0.15em;
            margin-bottom: 12px;
            display: block;
            text-transform: uppercase;
        }

        .split-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 24px;
            line-height: 1.25;
            color: #111;
        }

        .split-text {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 40px;
            color: #444;
        }

        .lineup-lists {
            display: grid;
            grid-template-columns: minmax(220px, 360px);
            gap: 24px;
        }

        .lineup-item {
            padding: 22px 24px;
            background: #fff;
            border: 1px solid #eef0f2;
            border-radius: 8px;
        }

        .lineup-subtitle {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 16px;
            color: #111;
        }

        .lineup-subtitle.muted {
            color: #888;
        }

        .feature-list.muted li {
            color: #888;
        }

        .feature-list.muted li::before {
            color: #ccc;
        }

        .feature-list {
            list-style: none;
            padding: 0;
        }

        .sales-grid {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .sales-flow-section {
            padding-top: 50px;
        }

        .sales-support-card {
            background: #fff;
            text-align: center;
        }

        .sales-support-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 56px;
            height: 56px;
            margin: 0 auto 18px;
            border: 1px solid rgba(197, 160, 101, 0.35);
            border-radius: 50%;
            background: rgba(197, 160, 101, 0.08);
            color: var(--color-accent-gold);
        }

        .sales-support-icon svg {
            width: 28px;
            height: 28px;
        }

        .sales-feature-box {
            background: #fff;
        }

        .sales-feature-box--auction {
            border-top: 3px solid #111;
        }

        .sales-feature-box--guarantee {
            border-top: 3px solid #C40000;
        }

        .sales-feature-box--custom {
            border-top: 3px solid #C5A065;
        }

        .sales-feature-text {
            color: #444;
            line-height: 1.8;
        }

        .sales-goonet-link-wrap {
            margin-top: 24px;
        }

        .sales-goonet-link {
            color: #C40000;
            font-size: 0.95rem;
            font-weight: 500;
            text-decoration: underline;
        }

        .sales-goonet-lead {
            margin-bottom: 32px;
            color: #444;
            font-size: 1.1rem;
            line-height: 2;
        }

        .sales-goonet-note {
            margin-top: 32px;
            color: #888;
            font-size: 0.85rem;
        }

        .lineup-note {
            font-size: 0.85rem;
            color: #888;
            margin-top: 16px;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .split-layout {
                gap: 40px;
            }
            .split-title {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 768px) {
            .sales-flow-section {
                padding-top: 30px;
            }

            .split-layout {
                flex-direction: column;
                padding: 20px 0;
            }
            .split-image {
                width: 100%;
                order: -1;
                margin-bottom: 30px;
            }
            .split-title {
                font-size: 1.8rem;
            }
            .lineup-lists {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }
