.elementor-744 .elementor-element.elementor-element-b96d612{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:center;--gap:0px 0px;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */<style>
        body {
            font-family: 'Montserrat', sans-serif;
            color: #333;
            line-height: 1.6;
        }
        
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https://www.carscoops.com/wp-content/uploads/2025/03/2025-VW-Tera-Brazil-main-new.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
        }
        
        .navbar {
            background-color: rgba(255, 255, 255, 0.9);
        }
        
        .countdown-box {
            background: rgba(0, 0, 0, 0.7);
            border-left: 4px solid #0077CE;
        }
        
        .countdown-item {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
        }
        
        .btn-primary {
            background-color: #0077CE;
            transition: all 0.3s;
        }
        
        .btn-primary:hover {
            background-color: #005b9e;
            transform: translateY(-2px);
        }
        
        .feature-card {
            transition: all 0.3s;
            border-bottom: 3px solid transparent;
        }
        
        .feature-card:hover {
            border-bottom: 3px solid #0077CE;
            transform: translateY(-5px);
        }
        
        .specs-card {
            border-left: 3px solid #0077CE;
        }
        
        .image-gallery img {
            transition: all 0.3s;
        }
        
        .image-gallery img:hover {
            transform: scale(1.03);
        }
        
        .benefit-card {
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s;
        }
        
        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .version-tab {
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .version-tab.active {
            background-color: #0077CE;
            color: white;
        }
        
        .version-tab:hover:not(.active) {
            background-color: #e9f5ff;
        }
        
        .store-card {
            transition: all 0.3s;
        }
        
        .store-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .form-input {
            border: 1px solid #ddd;
            transition: all 0.3s;
        }
        
        .form-input:focus {
            border-color: #0077CE;
            box-shadow: 0 0 0 3px rgba(0, 119, 206, 0.2);
        }
        
        .section-heading::after {
            content: "";
            display: block;
            width: 80px;
            height: 3px;
            background-color: #0077CE;
            margin: 8px auto 0;
        }
        
        .tech-icon {
            background-color: #e9f5ff;
            color: #0077CE;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            transition: all 0.3s;
        }
        
        .tech-feature:hover .tech-icon {
            background-color: #0077CE;
            color: white;
        }
        
        #test-drive-form {
            background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
        }
        
        .ambient-light {
            position: relative;
            overflow: hidden;
        }
        
        .ambient-light::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 50%;
            height: 100%;
            background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.3) 100%
            );
            transform: skewX(-25deg);
            animation: shine 3s infinite;
        }
        
        @keyframes shine {
            0% {
                left: -100%;
            }
            20% {
                left: 100%;
            }
            100% {
                left: 100%;
            }
        }
    </style>/* End custom CSS */