:root{font-family:Inter,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}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}.navbar{position:fixed;top:0;left:0;right:0;background-color:#1a2b4cf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.navbar-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.logo-text{font-size:1.5rem;font-weight:700;color:#213547;letter-spacing:-.5px}.navbar-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.navbar-menu a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.navbar-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#34d399;transition:width .3s ease}.navbar-menu a:hover{color:#34d399}.navbar-menu a:hover:after{width:100%}@media(max-width:768px){.navbar-container{padding:.75rem 1rem}.navbar-menu{gap:1rem}.logo-text{font-size:1.25rem}.navbar-menu a{font-size:.875rem}}.custom-button{font-family:inherit;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center}.custom-button--primary{background:linear-gradient(135deg,#27ae60,#34d399);color:#fff}.custom-button--primary:hover{background:linear-gradient(135deg,#229954,#2ec896);transform:translateY(-2px);box-shadow:0 8px 20px #27ae6066}.custom-button--secondary{background-color:#213547;color:#fff}.custom-button--secondary:hover{background-color:#1a2b4c;transform:translateY(-2px);box-shadow:0 8px 20px #1a2b4c66}.custom-button--outline{background:transparent;color:#27ae60;border:2px solid #27AE60}.custom-button--outline:hover{background-color:#27ae60;color:#fff;transform:translateY(-2px)}.custom-button--small{padding:8px 16px;font-size:.875rem}.custom-button--medium{padding:12px 24px;font-size:1rem}.custom-button--large{padding:16px 32px;font-size:1.125rem}.custom-button:active{transform:translateY(0)}.custom-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a2b4c,#213547);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(52,211,153,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(39,174,96,.1) 0%,transparent 50%);z-index:1}.hero-overlay{position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(52,211,153,.03) 10px,rgba(52,211,153,.03) 20px);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:900px}.hero-title{font-size:4.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;animation:fadeInUp .8s ease}.hero-accent{background:linear-gradient(135deg,#27ae60,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6;animation:fadeInUp .8s ease .2s both}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons button{width:100%;max-width:300px}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.footer{background:linear-gradient(135deg,#213547,#1a2b4c);color:#fff;padding:4rem 0 1.5rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{margin-bottom:1rem;color:#34d399;font-size:1.25rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.logo-icon{display:flex;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.5px}.logo-dot{color:#27ae60}.footer-description{color:#fffc;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease;position:relative}.footer-links a:hover{color:#34d399}.footer-newsletter{display:flex;gap:.5rem;margin-top:1rem}.footer-input{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#ffffff1a;color:#fff;font-family:inherit}.footer-input::placeholder{color:#ffffff80}.footer-input:focus{outline:none;border-color:#34d399}.footer-submit{padding:.75rem 1.5rem;background:linear-gradient(135deg,#27ae60,#34d399);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s ease}.footer-submit:hover{background:linear-gradient(135deg,#229954,#2ec896);transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:#fff9}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-newsletter{flex-direction:column}.footer-submit{width:100%}}.image-gallery{padding:6rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#fff)}.gallery-container{max-width:1200px;margin:0 auto}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-title{font-size:3rem;font-weight:700;color:#213547;margin-bottom:.5rem}.gallery-subtitle{font-size:1.25rem;color:#213547b3}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:4 / 3;cursor:pointer;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#27ae60cc,#34d399cc);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-icon{transform:scale(.8);transition:transform .3s ease}.gallery-item:hover .gallery-overlay-icon{transform:scale(1)}.image-lightbox{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.lightbox-content{position:relative;max-width:90vw;max-height:90vh}.lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.lightbox-close{position:absolute;top:-50px;right:0;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.lightbox-close:hover{transform:scale(1.2)}@media(max-width:768px){.image-gallery{padding:4rem 1rem}.gallery-title{font-size:2rem}.gallery-subtitle{font-size:1rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}.lightbox-close{top:-60px;font-size:2.5rem}}.full-width-carousel{width:100%;height:600px;position:relative;overflow:hidden}.carousel-container{width:100%;height:100%;position:relative}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.carousel-slide.active{opacity:1}.carousel-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1a2b4ccc,#21354799)}.carousel-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2;animation:fadeInUp .8s ease}.carousel-title{font-size:4rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 10px rgba(0,0,0,.3)}.carousel-subtitle{font-size:1.5rem;color:#fffffff2;max-width:700px;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:#34d399e6;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;box-shadow:0 4px 15px #0003}.carousel-button:hover{background:#27ae60;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0000004d}.carousel-button--prev{left:2rem}.carousel-button--next{right:2rem}.carousel-button svg{width:24px;height:24px}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:3}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#fffc;transform:scale(1.2)}.carousel-dot.active{background:#34d399;width:30px;border-radius:6px}@media(max-width:768px){.full-width-carousel{height:400px}.carousel-title{font-size:2rem;padding:0 1rem}.carousel-subtitle{font-size:1rem;padding:0 1rem}.carousel-button{width:40px;height:40px}.carousel-button svg{width:20px;height:20px}.carousel-button--prev{left:1rem}.carousel-button--next{right:1rem}.carousel-dots{bottom:1rem;gap:.75rem}.carousel-dot{width:10px;height:10px}.carousel-dot.active{width:24px}}.under-construction{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#1c192a,#2d2842);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.under-construction:before{content:"";position:absolute;width:500px;height:500px;background:#ff3e2f1a;border-radius:50%;top:-250px;right:-250px;animation:float 6s ease-in-out infinite}.under-construction:after{content:"";position:absolute;width:400px;height:400px;background:#ff3e2f14;border-radius:50%;bottom:-200px;left:-200px;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.container{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:60px 40px;max-width:650px;width:100%;text-align:center;box-shadow:0 20px 60px #0006;position:relative;z-index:1;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-container{margin-bottom:15px;animation:fadeIn .8s ease-out .2s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.logo-container img{height:60px;width:auto}.icon{width:80px;height:80px;margin:0 auto 30px;background:linear-gradient(135deg,#1c192a,#ff3e2f);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s ease-in-out infinite;box-shadow:0 10px 30px #ff3e2f4d}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.icon svg{width:40px;height:40px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}h1{font-size:36px;color:#1c192a;margin-bottom:20px;font-weight:700;letter-spacing:-.5px}.message{font-size:18px;color:#475569;line-height:1.7;margin-bottom:30px;font-weight:400}.launch-date{display:inline-block;background:linear-gradient(135deg,#1c192a,#ff3e2f);color:#fff;padding:16px 40px;border-radius:50px;font-size:22px;font-weight:600;margin-top:10px;box-shadow:0 10px 30px #ff3e2f66;transition:transform .2s ease}.launch-date:hover{transform:translateY(-2px);box-shadow:0 12px 35px #ff3e2f80}.automotive-badge{display:inline-block;background:#f8fafc;color:#1c192a;padding:10px 24px;border-radius:24px;font-size:14px;font-weight:600;margin-top:35px;border:2px solid #e2e8f0}@media(max-width:640px){.container{padding:40px 25px}.logo-container img{height:50px}h1{font-size:28px}.message{font-size:16px}.launch-date{font-size:19px;padding:14px 32px}}.app{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden}.content-wrapper{padding-top:80px}
