        body {
            font-family: 'Arial', sans-serif;
            /*background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);*/
            color: #fff;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0;
        }
       
        .login-container {
            background: rgba(255, 255, 255, 0.1);
            padding: 40px;
            border-radius: 10px;
            backdrop-filter: blur(10px);
            width: 100%;
            max-width: 400px;
            text-align: center;
        }
        .header.bg-dark-full {
            background: #000;
        }
        .login-container h1 {
            color: #dc2626;
            margin-bottom: 20px;
        }
        .form-group {
            margin-bottom: 20px;
            text-align: left;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .form-group input {
            width: 100%;
            padding: 12px;
            border: 1px solid #555;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            font-size: 16px;
        }
        .form-group input::placeholder {
            color: #ccc;
        }
        .form-group option {
            color: #000;
        }
        .btn {
            padding: 12px 24px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            background: #dc2626;
            color: white;
            width: 100%;
            transition: all 0.3s ease;
        }
        .btn:hover {
            background: #b91c1c;
        }
        .alert-error {
            background: rgba(220, 38, 38, 0.2);
            border: 1px solid #dc2626;
            color: #dc2626;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Arial', sans-serif;
            background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #2d1b1b 100%);
            color: #fff;
            min-height: 100vh;
            overflow-x: hidden;
        }
        body.body {
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
        .background-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            pointer-events: none;
            z-index: 1;
        }
        
        .container {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
            padding: 0;
        }
        
        .header {
            background: #fff;
            padding: 30px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        /*.header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="0,0 100,0 80,100 0,100" fill="%23ffffff" opacity="0.1"/></svg>');
            background-size: 200px 100%;
            animation: slidePattern 20s linear infinite;
        }*/
        
        @keyframes slidePattern {
            0% { transform: translateX(-100px); }
            100% { transform: translateX(100px); }
        }
        
        .logo-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            position: relative;
            z-index: 3;
        }
        
        .montcar-logo {
            font-size: 2.5rem;
            font-weight: bold;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
        
        .montcar-subtitle {
            font-size: 0.9rem;
            color: #fff;
            opacity: 0.9;
            margin-top: -5px;
        }
        
        .prestige-logo {
            text-align: right;
        }
        
        .prestige-title {
            font-size: 2rem;
            font-weight: bold;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            letter-spacing: 2px;
        }
        
        .prestige-subtitle {
            font-size: 0.8rem;
            color: #fff;
            opacity: 0.9;
            letter-spacing: 1px;
            margin-top: 5px;
        }
        
        .shield-icon {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.2);
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }
        
        .category-section {
            background: transparent;
            margin-bottom: 0;
        }
        
        .category-header {
            background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 100%);
            padding: 20px;
            text-align: center;
            border-top: 3px solid #dc2626;
            border-bottom: 1px solid #333;
        }
        
        .category-title {
            font-size: 1.5rem;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .category-subtitle {
            font-size: 0.9rem;
            color: #ccc;
            margin-top: 5px;
        }
        
        .vehicles-list {
            background: #000000a3 !important;
            padding: 20px;
        }
        
        .vehicle-item {
            display: flex;
            align-items: center;
            padding: 0 0 0 15px;
            border-bottom: 1px solid #333;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            background: #fff;
            color: #000;
            margin-bottom: 15px;
        }
        
        .vehicle-item:hover {
            background: linear-gradient(90deg, rgba(220, 38, 38, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
            transform: translateX(5px);
            color: #fff;
        }
        .vehicle-item:hover .vehicle-description{
            background: linear-gradient(90deg, rgba(220, 38, 38, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
            transform: translateX(5px);
            color: #fff;
        }
        
        .vehicle-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: #dc2626;
            transform: scaleY(0);
            transition: transform 0.3s ease;
        }
        
        .vehicle-item:hover::before {
            transform: scaleY(1);
        }
        .camera-icon img {
            width: 100%;
        }
        
        .camera-icon {
            width: 40px;
            height: 40px;
            background: #c72323;
            border-radius: 50%;
            display: flex; 
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
            box-shadow: 0 4px 8px rgba(220, 38, 38, 0.3);
            padding: 6px;
        }
        
       /* .camera-icon::before {
            margin-top: -5px;
            content: '📷';
            font-size: 18px;
            filter: grayscale(1) brightness(2);
        } */
        
        .vehicle-info {
            flex: 1;
            margin-right: 20px;
        }
        
        .vehicle-description {
            font-size: 1rem;
            color: #1c1c1c;
            line-height: 1.2;
            margin-bottom: 0px;
            font-weight: 700;
        }
        .vehicle-description:hover{
            color: #fff;
        }
        
        .vehicle-details {
            font-size: 0.85rem;
            color: #dc2626;
            font-weight: bold;
        }
        
        .vehicle-price {
            font-size: 1.4rem;
            font-weight: bold;
            color: #fff;
            background: #c72323;
            padding: 10px 20px;
            text-align: center;
            min-width: 140px;
            box-shadow: 0 4px 8px rgba(220, 38, 38, 0.3);
            transition: all 0.3s ease;
        }
        
        .vehicle-item:hover .vehicle-price {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(220, 38, 38, 0.4);
        }
        
        .footer {
            background: #0000008c;
            padding: 30px 20px;
            text-align: center;
        }
        
        .contact-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .contact-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            text-decoration: none;
            color: #fff;
            font-size: 24px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        }
        
        .contact-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.4);
        }
        
        .btn-phone {
            background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
        }
        
        .btn-whatsapp {
            background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
        }
        
        .btn-instagram {
            background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
        }
        
        .btn-website {
            background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
        }
        
        .btn-location {
            background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
        }
        
        .company-info {
            color: #ccc;
            font-size: 0.9rem;
            line-height: 1.4;
        }
        
        .company-name {
            font-weight: bold;
            color: #fff;
        }
        
        .no-vehicles {
            text-align: center;
            padding: 40px 20px;
            color: #666;
            font-style: italic;
        }
        
        .page-indicator {
            position: fixed;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            writing-mode: vertical-rl;
            text-orientation: mixed;
            color: #666;
            font-size: 0.8rem;
            z-index: 10;
        }
        
        .admin-link {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: rgba(220, 38, 38, 0.9);
            color: white;
            padding: 10px 15px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: bold;
            transition: all 0.3s ease;
            z-index: 10;
            backdrop-filter: blur(10px);
        }
        
        .admin-link:hover {
            background: rgba(220, 38, 38, 1);
            transform: scale(1.05);
        }

        .login-container {
            max-width: 400px;
            margin: 100px auto;
            padding: 30px;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }
        
        .login-container h1 {
            text-align: center;
            margin-bottom: 30px;
            color: #333;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #555;
        }
        
        .form-group input {
            width: 100%;
            padding: 12px;
            color: #000;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
            box-sizing: border-box;
        }
        
        .form-group input:focus {
            outline: none;
            border-color: #007bff;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
        }
        
        .btn {
            width: 100%;
            padding: 12px;
            background: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .btn:hover {
            background: #0056b3;
        }
        
        .alert-error {
            background: #f8d7da;
            color: #721c24;
            padding: 12px;
            border-radius: 5px;
            margin-bottom: 20px;
            border: 1px solid #f5c6cb;
        }
        
        .user-info {
            background: #e7f3ff;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
            border-left: 4px solid #007bff;
        }
        
        .user-info h3 {
            margin: 0 0 10px 0;
            color: #0056b3;
        }
        
        .user-info p {
            margin: 5px 0;
            color: #333;
        }
        
        @media (max-width: 768px) {
            header::before {
                display: none;
            }
            .header {
                background: #fff;
                padding: 10px 10px 0px 10px;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
            .logo-section {
                flex-direction: column;
                gap: 15px;
            }
            
            .montcar-logo,
            .prestige-title {
                font-size: 1.8rem;
            }
            
            /* Estilo geral do card */
            .vehicle-item {
                flex-direction: column;
                display: flex;
                align-items: center;
                padding: 20px;
                border-bottom: 1px solid #333;
                transition: all 0.3s ease;
                cursor: pointer;
                position: relative;
                overflow: hidden;
                background: #fff;
                color: #000;
                margin-bottom: 15px;
            }
            .vehicle-card {
                display: flex;
                flex-direction: column;
                max-width: 350px;
                border: 1px solid #ddd;
                border-radius: 8px;
                overflow: hidden;
                background: #fff;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                margin-bottom: 20px;
            }

            /* Animação fade-in */
            .vehicle-card.fade-in {
                animation: fadeIn 0.5s ease-in;
            }
            @keyframes fadeIn {
                from { opacity: 0; transform: translateY(10px); }
                to { opacity: 1; transform: translateY(0); }
            }

            /* Container da imagem */
            .vehicle-image {
                position: relative;
                width: 100%;
                max-width: 350px;
                height: 229px;
                overflow: hidden;
            }

            /* Imagem do veículo */
            .vehicle-image img.vehicle-thumbnail {
                width: 350px;
                height: 229px;
                object-fit: cover;
                display: block;
            }
            .vehicle-image img.wp-post-image,
            .vehicle-image img.default-image {
                width: 350px;
                height: 229px;
                object-fit: cover;
            }

            /* Link da imagem */
            .vehicle-image .vehicle-link {
                display: block;
            }

            /* Badges */
            .vehicle-badge {
                position: absolute;
                top: 10px;
                left: 10px;
                padding: 5px 10px;
                color: #fff;
                font-size: 12px;
                border-radius: 3px;
            }
            .vehicle-badge.badge-featured {
                background: #f39c12;
            }
            .vehicle-badge.badge-sold {
                background: #e74c3c;
            }

            /* Badge de condição */
            .vehicle-condition-badge {
                position: absolute;
                bottom: 10px;
                right: 10px;
                padding: 5px 10px;
                color: #fff;
                font-size: 12px;
                border-radius: 3px;
            }
            .vehicle-condition-badge.badge-new {
                background: #2ecc71;
            }
            .vehicle-condition-badge.badge-certified {
                background: #3498db;
            }
            .vehicle-condition-badge.badge-used {
                background: #7f8c8d;
            }

            /* Ações (botões de favorito, visualização rápida, galeria) */
            .vehicle-actions {
                position: absolute;
                top: 10px;
                right: 10px;
                display: flex;
                gap: 5px;
            }
            .vehicle-actions button {
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
                border: none;
                padding: 8px;
                border-radius: 50%;
                cursor: pointer;
            }
            .vehicle-actions .btn-gallery .gallery-count {
                position: absolute;
                top: -5px;
                right: -5px;
                background: #e74c3c;
                color: #fff;
                font-size: 10px;
                padding: 2px 5px;
                border-radius: 50%;
            }

            /* Informações do veículo */
            .vehicle-info {
                padding: 15px;
            }
            .vehicle-header {
                display: flex;
                flex-direction: column;
                gap: 5px;
            }
            .vehicle-title {
                font-size: 18px;
                margin: 0;
            }
            .vehicle-title a {
                text-decoration: none;
                color: #333;
                text-transform: uppercase;
            }
            .vehicle-brand,
            .vehicle-category {
                font-size: 14px;
                color: #666;
            }
            .vehicle-price {
                background: #d62229;
                font-size: 16px;
                font-weight: bold;
                color: #ffffff;
                margin: 10px 0;
            }
            .vehicle-model {
                font-size: 14px;
                color: #333;
            }
            .vehicle-details {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                font-size: 12px;
                color: #666;
            }
            .vehicle-detail {
                display: flex;
                align-items: center;
                gap: 5px;
            }
            .vehicle-excerpt {
                font-size: 12px;
                color: #666;
                margin: 10px 0;
            }

            /* Ações na parte inferior */
            .vehicle-actions-bottom {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                margin-top: 10px;
            }
            .vehicle-actions-bottom .btn {
                padding: 8px 15px;
                border: none;
                border-radius: 5px;
                cursor: pointer;
                font-size: 14px;
            }
            .vehicle-actions-bottom .btn-primary {
                background: #3498db;
                color: #fff;
            }
            .vehicle-actions-bottom .btn-secondary {
                background: #7f8c8d;
                color: #fff;
            }
            .vehicle-actions-bottom .btn-whatsapp {
                background: #25d366;
                color: #fff;
                text-decoration: none;
            }

            /* Meta */
            .vehicle-meta {
                padding: 10px 15px;
                background: #f9f9f9;
                font-size: 12px;
                color: #666;
            }
            .vehicle-date,
            .vehicle-updated {
                display: flex;
                align-items: center;
                gap: 5px;
            }
            
            .contact-buttons {
                gap: 10px;
            }
            
            .contact-btn {
                width: 60px;
                height: 60px;
                font-size: 20px;
            }
            
            .page-indicator {
                display: none;
            }
            .montcar-logo img, .prestige-logo img {
                width: 60%;
            }
            .prestige-logo {
                text-align: center;
            }
        }
