:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.7;color:#1a1a1a;background-color:#fff;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{min-height:100vh;width:100%;display:flex;flex-direction:column}.container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.header{background:#fffffff2;border-bottom:1px solid rgba(229,231,235,.8);width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000000d}.header-top{background:linear-gradient(135deg,#1e293b,#334155);color:#f8fafc;padding:.75rem 0;font-size:.875rem;width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.header-top .container{display:flex;justify-content:space-between;align-items:center;width:100%}.contact-info span{margin-right:2rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.contact-info span:before{content:"📍";opacity:.7}.contact-info span+span:before{content:"📞"}.header-links a{color:#e2e8f0;text-decoration:none;margin-left:1.5rem;font-size:.8rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 0;position:relative}.header-links a:hover{color:#fff}.header-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s cubic-bezier(.4,0,.2,1)}.header-links a:hover:after{width:100%}.header-main{padding:1.25rem 0;width:100%}.header-main .container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo h1{background:linear-gradient(135deg,#dc2626,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.25rem;font-weight:800;letter-spacing:-.025em;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.05)}.logo{text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.02)}.main-nav{display:flex;align-items:center;gap:.5rem}.main-nav a{text-decoration:none;color:#475569;margin-left:2rem;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.75rem 1.25rem;border-radius:.75rem;position:relative;overflow:hidden}.main-nav a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .6s ease}.main-nav a:hover:before{left:100%}.main-nav a:hover{color:#1e40af;background:#3b82f60d;transform:translateY(-1px)}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0;text-align:center;width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-content h1{font-size:4rem;margin-bottom:1.5rem;font-weight:800;line-height:1.1;letter-spacing:-.025em;text-shadow:0 4px 8px rgba(0,0,0,.2);background:linear-gradient(135deg,#fff,#f1f5f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:1.5rem;margin-bottom:3rem;opacity:.9;line-height:1.6;font-weight:300;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#dc2626,#ea580c);color:#fff;border:none;padding:1.25rem 2.5rem;border-radius:1rem;cursor:pointer;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:180px;position:relative;overflow:hidden;box-shadow:0 10px 30px #dc26264d}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 40px #dc262666}.btn-secondary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1.25rem 2.5rem;border-radius:1rem;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:180px;position:relative;overflow:hidden;box-shadow:0 10px 30px #3b82f64d}.btn-secondary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 40px #3b82f666}.btn-outline{background:transparent;color:#dc2626;border:2px solid #dc2626;padding:1.125rem 2.375rem;border-radius:1rem;cursor:pointer;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:180px;position:relative;overflow:hidden}.btn-outline:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#dc2626;transition:width .4s ease;z-index:-1}.btn-outline:hover:before{width:100%}.btn-outline:hover{color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #dc26264d}.btn-large{padding:1.5rem 3rem;font-size:1.2rem}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;margin:3rem 0;width:100%}.vehicle-card{background:#fff;border:1px solid rgba(229,231,235,.8);border-radius:1.5rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000014;position:relative}.vehicle-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #00000026;border-color:#3b82f64d}.vehicle-card.real-vehicle{border:2px solid #10b981}.vehicle-card.real-vehicle .vehicle-image:after{content:"PREMIUM INVENTORY";position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;z-index:2;box-shadow:0 4px 12px #10b9814d}.vehicle-image{position:relative;height:240px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.vehicle-image img{width:100%;height:100%;max-width:100%;object-fit:cover;transition:transform .6s ease;display:block}.vehicle-card:hover .vehicle-image img{transform:scale(1.1)}.no-image{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-style:italic;font-size:1.1rem;position:relative;overflow:hidden}.no-image:before{content:"🚗";font-size:3rem;opacity:.3;position:absolute;animation:float 3s ease-in-out infinite}.sale-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.75rem 1.25rem;border-radius:2rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #ef444466;z-index:2}.vehicle-content{padding:2rem}.vehicle-title{font-size:1.5rem;margin-bottom:1.25rem;color:#1e293b;font-weight:700;line-height:1.3;letter-spacing:-.01em}.vehicle-specs{margin-bottom:1.5rem}.spec-item{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;padding:.75rem 0;border-bottom:1px solid rgba(229,231,235,.6);transition:all .3s ease}.spec-item:hover{background:#f8fafc80;border-radius:.5rem;padding:.75rem;margin:0 -.5rem}.spec-item:last-child{border-bottom:none}.spec-label{color:#64748b;font-weight:500}.spec-value{font-weight:600;color:#1e293b}.vehicle-pricing{margin-bottom:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;text-align:center;border:1px solid rgba(226,232,240,.8);min-height:100px;display:flex;flex-direction:column;justify-content:center}.original-price{text-decoration:line-through;color:#94a3b8;font-size:.95rem;margin-bottom:.25rem;font-weight:500}.sale-price{font-size:1.5rem;font-weight:800;color:#dc2626;margin-bottom:.5rem;letter-spacing:-.01em;line-height:1.2;word-wrap:break-word}.price{font-size:1.5rem;font-weight:800;color:#1e293b;letter-spacing:-.01em;line-height:1.2;word-wrap:break-word}.savings{color:#059669;font-size:.8rem;font-weight:700;background:#10b9811a;padding:.4rem .8rem;border-radius:1rem;display:inline-block}.vehicle-actions{display:flex;gap:.5rem;justify-content:center;align-items:center}.vehicle-actions .btn-primary,.vehicle-actions .btn-outline{flex:1;text-align:center;padding:.75rem .5rem;font-size:.85rem;border-radius:.75rem;min-width:0;font-weight:600;line-height:1.2}.video-section{padding:0;width:100%;position:relative;background:transparent;overflow:hidden;margin-top:0;display:flex;flex-direction:column;align-items:center}.video-container{position:relative;width:100%;min-height:500px;max-height:80vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:transparent}.promo-video{width:100%;height:auto;min-height:500px;max-height:80vh;object-fit:contain;display:block;margin:0 auto;background:transparent}.video-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;padding:2rem;flex-wrap:wrap;background:transparent}.featured-section{padding:6rem 0;width:100%;background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.featured-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent)}.featured-section h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#1e293b;font-weight:800;letter-spacing:-.025em;position:relative}.featured-section h2:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:4rem;height:.25rem;background:linear-gradient(90deg,#dc2626,#ea580c);border-radius:1rem}.services-section{padding:6rem 0;background:linear-gradient(135deg,#1e293b,#334155);width:100%;position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M0 0h40v40H0V0zm20 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/g%3E%3C/svg%3E")}.services-section h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#f8fafc;font-weight:800;letter-spacing:-.025em;position:relative;z-index:2}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1100px;margin:0 auto;position:relative;z-index:2}.service-card{background:#fffffff2;padding:3rem 2.5rem;border-radius:1.5rem;text-align:center;box-shadow:0 20px 40px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .6s ease}.service-card:hover:before{left:100%}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 60px #00000026}.service-card h3{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.service-card p{color:#64748b;line-height:1.7;font-size:1.1rem}.view-all{text-align:center;margin-top:4rem}.real-data-note{color:#059669;font-weight:700;margin-left:1.5rem;font-size:.875rem;background:#10b9811a;padding:.5rem 1rem;border-radius:2rem;border:1px solid rgba(16,185,129,.2)}.loading{text-align:center;padding:5rem 2rem;color:#64748b;font-size:1.2rem;width:100%}.no-vehicles{text-align:center;padding:5rem 2rem;color:#64748b;width:100%}.no-vehicles h2,.no-vehicles h3{margin-bottom:1rem;color:#475569;font-size:1.8rem;font-weight:600}.no-vehicles p{font-size:1.1rem;line-height:1.6}.error{text-align:center;padding:5rem 2rem;color:#dc2626}.inventory-page{padding:4rem 0;background:linear-gradient(180deg,#f8fafc,#fff 50%);min-height:80vh}.inventory-header{text-align:center;margin-bottom:4rem}.inventory-header h1{font-size:3.5rem;color:#1e293b;margin-bottom:1rem;font-weight:800;letter-spacing:-.025em}.inventory-header p{color:#64748b;font-size:1.3rem;font-weight:400}.search-filter-bar{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:center;background:#fff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(229,231,235,.8)}.search-box{flex:1}.search-box input{width:100%;padding:1.25rem 1.5rem;border:1px solid rgba(226,232,240,.8);border-radius:1rem;font-size:1rem;transition:all .3s ease;background:#f8fafc}.search-box input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.sort-filter select{padding:1.25rem 1.5rem;border:1px solid rgba(12,51,101,.8);border-radius:1rem;background:#f8fafc;font-size:1rem;transition:all .3s ease;min-width:200px}.sort-filter select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.inventory-stats{margin-bottom:2rem;color:#64748b;font-size:1rem;display:flex;align-items:center;gap:1rem}.inventory-layout{display:flex;flex-direction:column;gap:2rem}.inventory-main{flex:1}.cars-page .filter-sidebar{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(229,231,235,.8);margin-bottom:2rem}.cars-page .filter-sidebar h3{width:100%;margin-bottom:0;font-size:1.5rem;color:#1e293b;font-weight:700}.cars-page .filter-sidebar .filter-group{flex:1;min-width:200px;display:flex;flex-direction:column;gap:.75rem}.cars-page .filter-sidebar .filter-group label{font-weight:600;color:#475569;font-size:.95rem;margin-bottom:.25rem}.cars-page .filter-sidebar .range-values{font-size:.9rem;color:#64748b;font-weight:500}.cars-page .filter-sidebar .range-slider{width:100%;height:6px;border-radius:3px;background:#e2e8f0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cars-page .filter-sidebar .range-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 6px #3b82f64d}.cars-page .filter-sidebar .range-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;box-shadow:0 2px 6px #3b82f64d}.cars-page .filter-sidebar .checkbox-group{display:flex;flex-direction:column;gap:.5rem;max-height:150px;overflow-y:auto}.cars-page .filter-sidebar .checkbox-group label{display:flex;align-items:center;gap:.5rem;font-weight:400;font-size:.9rem;color:#64748b;cursor:pointer}.cars-page .filter-sidebar .checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.cars-page .filter-sidebar .btn-outline.full-width{width:100%;margin-top:1rem;padding:.875rem 1.5rem}@media (max-width: 768px){.container{padding:0 1rem}.cars-page .filter-sidebar{flex-direction:column;gap:1.5rem;padding:1.5rem}.cars-page .filter-sidebar .filter-group{min-width:100%}.header-top .container{flex-direction:column;gap:.75rem;text-align:center}.header-main .container{flex-direction:column;gap:1.25rem}.main-nav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.main-nav a{margin:0 .5rem;font-size:.9rem;padding:.5rem 1rem}.hero-section{padding:4rem 0;min-height:60vh}.video-container,.promo-video{min-height:300px;max-height:60vh}.video-buttons{flex-direction:column;gap:1rem;margin-top:1.5rem;padding:1.5rem}.video-buttons button{width:100%;max-width:300px}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:100%;max-width:280px}.vehicles-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.featured-section,.services-section{padding:4rem 0}.featured-section h2,.services-section h2{font-size:2.2rem;margin-bottom:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}.inventory-header h1{font-size:2.5rem}.search-filter-bar{flex-direction:column}.search-box,.sort-filter{width:100%}.sort-filter select{min-width:100%}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.video-container,.promo-video{min-height:250px;max-height:50vh}.video-buttons{padding:1rem}.hero-content p{font-size:1rem}.vehicle-actions{flex-direction:column}.contact-info{display:flex;flex-direction:column;gap:.5rem;text-align:center}.contact-info span{margin-right:0}.header-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.header-links a{margin:0 .25rem;font-size:.8rem}}html{scroll-behavior:smooth}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.status-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #0000004d;z-index:2}.sale-badge{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.rent-badge{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.sale-badge-large,.rent-badge-large{padding:.75rem 1.5rem;border-radius:2rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #0003}.sale-badge-large{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.rent-badge-large{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.vehicle-status-badge{margin-bottom:1rem}.rental-pricing{text-align:center}.rental-label{color:#64748b;font-size:.9rem;margin-top:.25rem}.rental-note{color:#64748b;font-size:.9rem;margin-top:.5rem;font-style:italic}.status-filter{min-width:150px}.status-filter select{padding:1rem 1.25rem;border:1px solid rgba(226,232,240,.8);border-radius:.75rem;background:#f8fafc;font-size:1rem;transition:all .3s ease}.status-indicator{padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:600;margin-left:.5rem}.status-indicator.for-sale{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.status-indicator.for-rent{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.vehicle-details-page{padding:2rem 0;background:linear-gradient(180deg,#f8fafc,#fff 50%);min-height:100vh}.vehicle-details{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem}.image-gallery{position:relative;width:100%;max-width:100%;overflow:hidden}.main-image-container{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px #0000001a;margin-bottom:1.5rem}.main-image{position:relative;height:500px;width:100%;max-width:100%;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;overflow:hidden}.main-image img{width:100%;height:100%;max-width:100%;object-fit:cover;transition:transform .3s ease;display:block}.no-image-large{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.no-image-large.hidden{display:none}.no-image-text h3{font-size:2rem;margin-bottom:1rem;color:#fff}.no-image-text p{font-size:1.2rem;opacity:.8}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0003;transition:all .3s ease;z-index:10}.gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0000004d}.gallery-arrow-prev{left:1.5rem}.gallery-arrow-next{right:1.5rem}.image-counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600}.thumbnail-gallery{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.thumbnail-gallery::-webkit-scrollbar{height:6px}.thumbnail-gallery::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.thumbnail-gallery::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.thumbnail{flex:0 0 auto;width:80px;height:60px;border-radius:.75rem;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;opacity:.7}.thumbnail:hover{opacity:1;transform:scale(1.05)}.thumbnail.active{border-color:#3b82f6;opacity:1;transform:scale(1.05)}.thumbnail img{width:100%;height:100%;object-fit:cover}.image-thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0;margin-top:1rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.image-thumbnails::-webkit-scrollbar{height:6px}.image-thumbnails::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.image-thumbnails::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.image-thumbnails img{flex:0 0 auto;width:80px;height:60px;border-radius:.75rem;object-fit:cover;cursor:pointer;border:3px solid transparent;transition:all .3s ease;opacity:.7;max-width:100%}.image-thumbnails img:hover{opacity:1;transform:scale(1.05)}.image-thumbnails img.active{border-color:#3b82f6;opacity:1;transform:scale(1.05)}.vehicle-header{display:flex;justify-content:between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.vehicle-header h1{font-size:2.5rem;color:#1e293b;margin:0;flex:1}.stock-vin{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:1rem;font-size:.95rem}.stock-vin span{display:flex;flex-direction:column}.stock-vin strong{color:#64748b;font-size:.85rem;margin-bottom:.25rem}.pricing-section{margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1.5rem;text-align:center;border:1px solid rgba(226,232,240,.8)}.rental-pricing .price{font-size:1.5rem;font-weight:800;color:#1e293b;letter-spacing:-.01em;line-height:1.2}.rental-label{color:#64748b;font-size:.85rem;font-weight:600;margin-top:.25rem}.rental-note{color:#64748b;font-size:1rem;margin-top:.5rem}.specifications{margin-bottom:2rem}.specifications h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1e293b}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.spec-item{padding:1rem;background:#f8fafc;border-radius:.75rem;border:1px solid rgba(226,232,240,.8)}.features{margin-bottom:2rem}.features h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1e293b}.features ul{columns:2;gap:1rem;list-style:none;padding:0}.features li{border-bottom:1px solid rgba(226,232,240,.8);position:relative;padding:.75rem 0 .75rem 1.5rem}.features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.action-buttons button{flex:1}@media (max-width: 968px){.vehicle-details{grid-template-columns:1fr;gap:2rem}.main-image{height:400px}.vehicle-header h1{font-size:2rem}.specs-grid{grid-template-columns:1fr}.features ul{columns:1}}@media (max-width: 768px){.vehicle-details-page{padding:1.5rem 0}.vehicle-details{gap:2rem}.main-image{height:350px;max-height:60vh}.main-image img{max-width:100%;object-fit:contain}.image-gallery{width:100%}.action-buttons{flex-direction:column}.gallery-arrow{width:40px;height:40px;font-size:1.2rem}.stock-vin{flex-direction:column;gap:1rem}.container{padding:0 1.5rem}}@media (max-width: 480px){.vehicle-details-page{padding:1rem 0}.vehicle-details{gap:1.5rem;margin-top:1rem}.main-image{height:250px;max-height:50vh}.main-image img{object-fit:contain;max-width:100%;max-height:100%}.image-gallery{width:100%;margin:0}.main-image-container{margin-bottom:1rem;border-radius:1rem}.vehicle-header{flex-direction:column;align-items:flex-start}.vehicle-header h1{font-size:1.8rem}.container{padding:0 1rem}}.appointment-page{padding:4rem 0;background:linear-gradient(180deg,#f8fafc,#fff 50%);min-height:100vh}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{font-size:3.5rem;color:#1e293b;margin-bottom:1rem;font-weight:800;letter-spacing:-.025em}.page-header p{color:#64748b;font-size:1.3rem;font-weight:400}.appointment-layout{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.appointment-form-container{background:#fff;padding:3rem;border-radius:1.5rem;box-shadow:0 20px 40px #00000014;border:1px solid rgba(229,231,235,.8)}.appointment-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.25rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:#f9fafb;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.appointment-info{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 20px 40px #0000001a;position:sticky;top:2rem}.appointment-info h3{font-size:1.5rem;margin-bottom:2rem;color:#f8fafc;font-weight:700}.contact-details{margin-bottom:2.5rem}.contact-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.contact-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.contact-item strong{color:#e2e8f0;font-size:.95rem;margin-bottom:.5rem;display:block}.contact-item p{color:#cbd5e1;line-height:1.6;margin:0;font-size:.95rem}.appointment-notes{background:#ffffff0d;padding:1.5rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1)}.appointment-notes h4{color:#f8fafc;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.appointment-notes ul{list-style:none;padding:0;margin:0}.appointment-notes li{color:#cbd5e1;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.5;font-size:.9rem}.appointment-notes li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.btn-primary.large{padding:1.25rem 2rem;font-size:1.1rem;border-radius:1rem;margin-top:1rem;width:100%;background:linear-gradient(135deg,#dc2626,#ea580c);color:#fff;border:none;cursor:pointer;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-primary.large:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.btn-primary.large:hover:before{left:100%}.btn-primary.large:hover{transform:translateY(-2px);box-shadow:0 15px 30px #dc262666}.form-group input:invalid:not(:focus):not(:placeholder-shown),.form-group select:invalid:not(:focus),.form-group textarea:invalid:not(:focus):not(:placeholder-shown){border-color:#ef4444;background:#ef444405}.form-group input:valid:not(:focus):not(:placeholder-shown),.form-group select:valid:not(:focus),.form-group textarea:valid:not(:focus):not(:placeholder-shown){border-color:#10b981;background:#10b98105}@media (max-width: 1024px){.appointment-layout{grid-template-columns:1fr;gap:3rem}.appointment-info{position:static;order:-1}}@media (max-width: 768px){.appointment-page{padding:2rem 0}.page-header h1{font-size:2.5rem}.page-header p{font-size:1.1rem}.appointment-form-container,.appointment-info{padding:2rem}.form-row{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.appointment-form-container,.appointment-info{padding:1.5rem}.page-header h1{font-size:2rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem}}.btn-primary.large:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-primary.large:disabled:hover{transform:none;box-shadow:0 10px 30px #dc26264d}.appointment-success{text-align:center;padding:3rem 2rem;background:#fff;border-radius:1.5rem;box-shadow:0 20px 40px #00000014}.appointment-success h2{color:#059669;margin-bottom:1rem;font-size:2rem}.appointment-success p{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.form-group select option{padding:.5rem;background:#fff;color:#1e293b}.form-group select:required:invalid{color:#9ca3af}.form-group select option[value=""]{color:#9ca3af}.form-group select option:not([value=""]){color:#1e293b}.form-group input:focus-visible,.form-group select:focus-visible,.form-group textarea:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.btn-primary.large:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}
