*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Inter,sans-serif;background-color:#080808;color:#f0f0f0;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:Inter,sans-serif}input,textarea,select{font-family:Inter,sans-serif;font-size:1rem}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#06c;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#1c69d4}::selection{background:#0066cc4d;color:#f0f0f0}.text-hero,.hero__title{font-family:Montserrat,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;letter-spacing:-.02em;line-height:1.05}.text-display,.section__title{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1}.text-heading{font-family:Montserrat,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2}.text-subheading{font-family:Montserrat,sans-serif;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:600}.text-body-lg{font-size:1.125rem;line-height:1.7}.text-body{font-size:1rem;line-height:1.6}.text-sm{font-size:.875rem;line-height:1.5}.text-xs{font-size:.75rem;letter-spacing:.05em}.text-muted{color:#888}.text-gold{color:#c8a96e}.text-primary{color:#06c}.text-uppercase{text-transform:uppercase}.text-center{text-align:center}.font-heading{font-family:Montserrat,sans-serif}.price-tag{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.5rem;color:#c8a96e;letter-spacing:-.01em}.price-tag--large{font-size:2rem}.price-tag--consult{color:#888;font-style:italic;font-size:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes borderGlow{0%,to{box-shadow:0 0 8px #0066cc4d}50%{box-shadow:0 0 24px #0066ccb3}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fadeIn{animation:fadeIn .5s ease forwards}.animate-fadeInUp{animation:fadeInUp .6s ease forwards}.animate-fadeInDown{animation:fadeInDown .4s ease forwards}.animate-scaleIn{animation:scaleIn .4s ease forwards}.skeleton{background:linear-gradient(90deg,#1a1a1a 25%,#222,#1a1a1a 75%);background-size:600px 100%;animation:shimmer 1.5s infinite;border-radius:12px}.section{padding:6rem 2rem}@media(max-width:1024px){.section{padding:4rem 1.5rem}}@media(max-width:768px){.section{padding:3rem 1rem}}@media(max-width:640px){.section{padding:2rem 1rem}}.section{position:relative}.section__container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.section__container{padding:0 1.5rem}}@media(max-width:640px){.section__container{padding:0 1rem}}.section__header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.section__header{margin-bottom:3rem}}.section__eyebrow{font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:#c8a96e;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem}.section__eyebrow:before,.section__eyebrow:after{content:"";width:30px;height:1px;background:#c8a96e;opacity:.5}.section__title{color:#f0f0f0;margin-bottom:1rem}.section__title span{background:linear-gradient(135deg,#06c,#c8a96e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section__description{font-size:1rem;color:#888;max-width:560px;margin:0 auto;line-height:1.7}.section-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#2A2A2A 20%,#0066CC 50%,#2A2A2A 80%,transparent 100%);margin:0}.section--dark{background:#080808}.section--surface{background:#111}.section--gradient{background:linear-gradient(180deg,#080808,#111,#080808)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .4s ease,box-shadow .4s ease,padding .4s ease;padding:1.5rem 2rem}.navbar.scrolled{background:#0a0a0ae0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #2A2A2A;box-shadow:0 2px 24px #0009;padding:1rem 2rem}@media(max-width:640px){.navbar{padding:1rem}.navbar.scrolled{padding:.5rem 1rem}}.navbar__inner{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.navbar__inner{padding:0 1.5rem}}@media(max-width:640px){.navbar__inner{padding:0 1rem}}.navbar__inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbar__logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;text-decoration:none}.navbar__logo-img{width:52px;height:52px;transition:transform .25s ease}@media(max-width:640px){.navbar__logo-img{width:42px;height:42px}}.navbar__logo-text{font-family:Montserrat,sans-serif;font-weight:900;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#f0f0f0;line-height:1.2}.navbar__logo-text span{display:block;color:#888;font-weight:400;font-size:.6rem}.navbar__logo:hover .navbar__logo-img{transform:scale(1.05)}.navbar__links{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1.5rem}@media(max-width:768px){.navbar__links{display:none}}.navbar__link{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff;transition:color .15s ease;position:relative;padding-bottom:4px}.navbar__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#c8a96e;transition:width .25s ease;border-radius:9999px}.navbar__link:hover,.navbar__link.active{color:#f0f0f0}.navbar__link:hover:after,.navbar__link.active:after{width:100%}.navbar__cta{background:linear-gradient(135deg,#06c,#1c69d4);color:#fff;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1.5rem;border-radius:9999px;transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}.navbar__cta:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 8px 32px #0066cc4d}@media(max-width:640px){.navbar__cta{display:none}}.navbar__burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}@media(max-width:768px){.navbar__burger{display:flex}}.navbar__burger span{display:block;width:24px;height:2px;background:#f0f0f0;border-radius:9999px;transition:transform .25s ease,opacity .25s ease}.navbar__burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__burger.open span:nth-child(2){opacity:0;transform:translate(-8px)}.navbar__burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar__mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0af5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #2A2A2A;z-index:99;gap:3rem;animation:fadeIn .2s ease;display:none!important}@media(max-width:768px){.navbar__mobile-menu.open{display:flex!important;flex-direction:column;justify-content:center;align-items:center}}.navbar__mobile-menu .navbar__link{font-size:1.5rem;letter-spacing:.2em;color:#fff;background:none;border:none;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600}.navbar__mobile-menu .navbar__link:after{bottom:-4px}.hero{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;justify-content:center;align-items:center}.hero__video-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__video-container video{width:100%;height:100%;object-fit:cover}.hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(160deg,#080808d9,#08080899 40%,#0066cc1a,#080808eb)}.hero__content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:0 2rem;animation:fadeInUp .8s ease forwards;animation-delay:.2s;opacity:0}.hero__label{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#c8a96e;display:flex;justify-content:center;align-items:center;gap:.5rem}.hero__label:before,.hero__label:after{content:"";width:40px;height:1px;background:#c8a96e;opacity:.6}.hero__title{color:#f0f0f0;max-width:800px}.hero__title span{background:linear-gradient(135deg,#06c,#c8a96e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#888;max-width:560px;line-height:1.7}.hero__actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.btn-primary{background:linear-gradient(135deg,#06c,#1c69d4);color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;padding:1rem 3rem;border-radius:9999px;transition:transform .25s ease,box-shadow .25s ease,opacity .15s ease;box-shadow:0 8px 32px #0066cc4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0066cc73;opacity:.93}.btn-primary:active{transform:translateY(-1px)}.btn-outline{border:1px solid rgba(240,240,240,.25);color:#f0f0f0;font-family:Montserrat,sans-serif;font-weight:600;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;padding:1rem 3rem;border-radius:9999px;transition:border-color .15s ease,color .15s ease,background .15s ease}.btn-outline:hover{border-color:#c8a96e;color:#c8a96e;background:#c8a96e0f}.hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;animation:float 2.5s ease-in-out infinite}.hero__scroll span{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:#888}.hero__scroll svg{color:#c8a96e;opacity:.7}.vehicle-card{background:#111;border:1px solid #2A2A2A;border-radius:18px;overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;animation:fadeInUp .5s ease forwards;opacity:0}.vehicle-card:nth-child(1){animation-delay:0s}.vehicle-card:nth-child(2){animation-delay:.07s}.vehicle-card:nth-child(3){animation-delay:.14s}.vehicle-card:nth-child(4){animation-delay:.21s}.vehicle-card:nth-child(5){animation-delay:.28s}.vehicle-card:nth-child(6){animation-delay:.35s}.vehicle-card:nth-child(7){animation-delay:.42s}.vehicle-card:nth-child(8){animation-delay:.49s}.vehicle-card:nth-child(9){animation-delay:.56s}.vehicle-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000080,0 0 0 1px #06c6;border-color:#0066cc80}.vehicle-card:hover .vehicle-card__image-img{transform:scale(1.06)}.vehicle-card:hover .vehicle-card__arrow{opacity:1;transform:translate(0)}.vehicle-card:hover .vehicle-card__overlay{opacity:1}.vehicle-card__image{position:relative;width:100%;padding-top:60%;overflow:hidden;background:#1a1a1a;flex-shrink:0}.vehicle-card__image-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.vehicle-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;background:linear-gradient(135deg,#1a1a1a,#222)}.vehicle-card__placeholder svg{width:56px;height:56px;opacity:.15}.vehicle-card__placeholder span{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#555}.vehicle-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,rgba(8,8,8,.85) 100%);opacity:0;transition:opacity .25s ease}.vehicle-card__badge{position:absolute;top:1rem;left:1rem;font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:4px 10px;border-radius:9999px;z-index:10}.vehicle-card__badge--auto{background:#0066cce6;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vehicle-card__badge--moto{background:#c8a96ee6;color:#080808;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vehicle-card__featured{position:absolute;top:1rem;right:1rem;background:#c8a96e26;border:1px solid #C8A96E;color:#c8a96e;font-size:.55rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:3px 8px;border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vehicle-card__body{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;padding:1.5rem;flex:1}.vehicle-card__name{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;color:#f0f0f0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vehicle-card__meta{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;font-size:.78rem;color:#888}.vehicle-card__meta-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}.vehicle-card__meta-item svg{width:12px;height:12px;flex-shrink:0;opacity:.6}.vehicle-card__tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:.25rem;margin-top:auto;padding-top:.5rem}.vehicle-card__tag{font-size:.6rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:9999px;border:1px solid #3A3A3A;color:#888;background:#ffffff08}.vehicle-card__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #2A2A2A;background:#1a1a1a}.vehicle-card__price{font-family:Montserrat,sans-serif;font-weight:700;font-size:1.15rem;color:#c8a96e}.vehicle-card__price--consult{font-size:.85rem;color:#888;font-style:italic;font-weight:400}.vehicle-card__arrow{display:flex;justify-content:center;align-items:center;width:34px;height:34px;border-radius:50%;background:#0066cc26;border:1px solid rgba(0,102,204,.3);color:#06c;opacity:0;transform:translate(-6px);transition:opacity .25s ease,transform .25s ease,background .15s ease}.vehicle-card__arrow:hover{background:#06c;color:#fff}.vehicle-card__arrow svg{width:14px;height:14px}.vehicle-grid__filter-bar{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:3rem;flex-wrap:wrap}@media(max-width:640px){.vehicle-grid__filter-bar{margin-bottom:2rem}}.vehicle-grid__filter-btn{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 1.5rem;border-radius:9999px;border:1px solid #2A2A2A;color:#888;background:transparent;cursor:pointer;transition:all .15s ease}.vehicle-grid__filter-btn:hover{border-color:#06c;color:#06c}.vehicle-grid__filter-btn--active{background:linear-gradient(135deg,#06c,#1c69d4);border-color:transparent;color:#fff;box-shadow:0 8px 32px #0066cc4d}.vehicle-grid__count{margin-left:auto;font-size:.8rem;color:#888}.vehicle-grid__count strong{color:#c8a96e}.vehicle-grid__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1280px){.vehicle-grid__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.vehicle-grid__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.vehicle-grid__grid{grid-template-columns:1fr;gap:1rem}}.vehicle-grid__empty{grid-column:1/-1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem;color:#888;text-align:center}.vehicle-grid__empty svg{width:64px;height:64px;opacity:.2}.vehicle-detail{min-height:100vh;background:#080808;padding-top:80px}.detail-breadcrumb{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.detail-breadcrumb{padding:0 1.5rem}}@media(max-width:640px){.detail-breadcrumb{padding:0 1rem}}.detail-breadcrumb{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding-top:2rem;padding-bottom:1.5rem;font-size:.78rem;color:#888}.detail-breadcrumb a{color:#888;transition:color .15s ease}.detail-breadcrumb a:hover{color:#06c}.detail-breadcrumb svg{width:12px;height:12px;opacity:.5}.detail-breadcrumb span:last-child{color:#f0f0f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.detail-hero{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.detail-hero{padding:0 1.5rem}}@media(max-width:640px){.detail-hero{padding:0 1rem}}.detail-hero{display:grid;grid-template-columns:1fr 380px;gap:3rem;padding-bottom:4rem;overflow:hidden}.detail-hero>*{min-width:0}@media(max-width:1024px){.detail-hero{grid-template-columns:1fr}}.detail-gallery{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;min-width:0;overflow:hidden}.detail-gallery__main{position:relative;border-radius:18px;overflow:hidden;background:#1a1a1a;aspect-ratio:16/10;cursor:zoom-in;-webkit-user-select:none;user-select:none}.detail-gallery__main img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease;pointer-events:auto}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:50%;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease;opacity:0;pointer-events:none}.gallery-arrow svg{width:20px;height:20px}.gallery-arrow--prev{left:1rem}.gallery-arrow--next{right:1rem}.gallery-arrow:hover{background:#0066ccb3}.detail-gallery__main:hover .gallery-arrow{opacity:1;pointer-events:all}@media(max-width:768px){.gallery-arrow{opacity:1;pointer-events:all;width:36px;height:36px;background:#0000008c}}.gallery-counter{position:absolute;bottom:1rem;right:1rem;z-index:2;font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.08em;color:#fff;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.25rem .6rem;border-radius:9999px;pointer-events:none}.detail-gallery__placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;background:linear-gradient(135deg,#1a1a1a,#222)}.detail-gallery__placeholder svg{width:80px;height:80px;opacity:.1}.detail-gallery__placeholder p{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:#555}.detail-gallery__strip{display:flex;gap:.5rem;overflow-x:auto;overflow-y:visible;width:100%;max-width:100%;padding-bottom:.5rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#2A2A2A transparent}.detail-gallery__strip::-webkit-scrollbar{height:4px}.detail-gallery__strip::-webkit-scrollbar-track{background:transparent}.detail-gallery__strip::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:9999px}.detail-gallery__thumb{flex-shrink:0;width:80px;aspect-ratio:4/3;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .15s ease,opacity .15s ease;background:#1a1a1a}.detail-gallery__thumb img{width:100%;height:100%;object-fit:cover}.detail-gallery__thumb--active{border-color:#06c;opacity:1}.detail-gallery__thumb:not(.detail-gallery__thumb--active):hover{opacity:.8;border-color:#3a3a3a}@media(max-width:640px){.detail-gallery__thumb{width:64px}}.detail-gallery__placeholder-thumb{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#222;color:#555;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.detail-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2rem;position:sticky;top:100px;align-self:flex-start}@media(max-width:1024px){.detail-info{position:static}}.detail-info__category{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:#c8a96e;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.detail-info__category:after{content:"";flex:1;height:1px;background:#2a2a2a}.detail-info__name{font-family:Montserrat,sans-serif;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:900;line-height:1.1;color:#f0f0f0}.detail-info__price{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#c8a96e}.detail-info__price--consult{font-size:1.1rem;color:#888;font-style:italic;font-weight:400}.detail-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.detail-spec{background:#1a1a1a;border:1px solid #2A2A2A;border-radius:12px;padding:1rem}.detail-spec__label{font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#888;margin-bottom:4px}.detail-spec__value{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;color:#f0f0f0}.detail-perks{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem}.detail-perk{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;padding:1rem;background:#0066cc0f;border:1px solid rgba(0,102,204,.15);border-radius:12px}.detail-perk svg{width:18px;height:18px;color:#06c;flex-shrink:0}.detail-perk span{font-size:.85rem;color:#f0f0f0;font-weight:500}.detail-cta{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem}.detail-cta .btn-primary{display:flex;justify-content:center;align-items:center;gap:.5rem;text-align:center;padding:1rem;font-size:.85rem}.detail-cta .btn-primary svg{width:18px;height:18px}.detail-cta .btn-whatsapp{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem;border-radius:9999px;background:#25d366;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;text-align:center}.detail-cta .btn-whatsapp svg{width:20px;height:20px}.detail-cta .btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 24px #25d36659;opacity:.93}.detail-description{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.detail-description{padding:0 1.5rem}}@media(max-width:640px){.detail-description{padding:0 1rem}}.detail-description{padding-bottom:6rem}.detail-description h2{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:#f0f0f0}.detail-description p{font-size:1rem;color:#888;line-height:1.8;max-width:680px}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#000000f0;display:flex;justify-content:center;align-items:center;animation:fadeIn .2s ease}.lightbox__img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:12px;animation:scaleIn .25s ease}.lightbox__close{position:absolute;top:2rem;right:2rem;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:50%;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:#f0f0f0;cursor:pointer;transition:background .15s ease}.lightbox__close:hover{background:#ffffff26}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:#f0f0f0;cursor:pointer;transition:background .15s ease}.lightbox__nav:hover{background:#ffffff26}.lightbox__nav--prev{left:2rem}.lightbox__nav--next{right:2rem}.contact{background:#111;position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(0,102,204,.06) 0%,transparent 70%);pointer-events:none}.contact__inner{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.contact__inner{padding:0 1.5rem}}@media(max-width:640px){.contact__inner{padding:0 1rem}}.contact__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center}@media(max-width:1024px){.contact__inner{grid-template-columns:1fr;gap:3rem}}.contact__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem}.contact__info-items{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem}.contact__info-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem}.contact__info-item-icon{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:12px;background:#0066cc1a;border:1px solid rgba(0,102,204,.2);color:#06c;flex-shrink:0}.contact__info-item-icon svg{width:20px;height:20px}.contact__info-item-text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px}.contact__info-item-text strong{font-size:.8rem;font-weight:600;letter-spacing:.05em;color:#f0f0f0}.contact__info-item-text span,.contact__info-item-text a{font-size:.9rem;color:#888;transition:color .15s ease}.contact__info-item-text span:hover,.contact__info-item-text a:hover{color:#06c}.contact__form-wrapper{background:#1a1a1a;border:1px solid #2A2A2A;border-radius:24px;padding:3rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2rem}@media(max-width:640px){.contact__form-wrapper{padding:1.5rem}}.contact__form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.25rem;position:relative}.form-label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#888;transition:color .15s ease}.form-input,.form-textarea,.form-select{width:100%;background:#111;border:1px solid #2A2A2A;border-radius:12px;padding:1rem;color:#f0f0f0;font-size:.9rem;transition:border-color .15s ease,box-shadow .15s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#555}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1f}.form-input:focus+.form-label,.form-input:focus~.form-label,.form-textarea:focus+.form-label,.form-textarea:focus~.form-label,.form-select:focus+.form-label,.form-select:focus~.form-label{color:#06c}.form-input.error,.form-textarea.error,.form-select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23888'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:3rem}.form-select option{background:#1a1a1a;color:#f0f0f0}.form-error{font-size:.72rem;color:#ef4444;margin-top:2px}.form-submit{background:linear-gradient(135deg,#06c,#1c69d4);color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;padding:1rem 2rem;border-radius:9999px;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 8px 32px #0066cc4d}.form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 40px #06c6}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-submit svg{width:18px;height:18px}.form-success{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-align:center;padding:3rem}.form-success__icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;border-radius:50%;background:#22c55e26;color:#22c55e}.form-success__icon svg{width:32px;height:32px}.form-success h3{font-size:1.2rem;font-weight:700;color:#f0f0f0}.form-success p{font-size:.9rem;color:#888;max-width:360px}.footer{background:#050505;border-top:1px solid #2A2A2A}.footer__main{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.footer__main{padding:0 1.5rem}}@media(max-width:640px){.footer__main{padding:0 1rem}}.footer__main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-top:4rem;padding-bottom:4rem}@media(max-width:1024px){.footer__main{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer__main{grid-template-columns:1fr}}.footer__brand{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem}.footer__brand-logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.footer__brand-img{width:48px;height:48px}.footer__brand-name{font-family:Montserrat,sans-serif;font-weight:900;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:#f0f0f0;line-height:1.2}.footer__brand-name span{display:block;color:#888;font-weight:400;font-size:.62rem}.footer__brand-desc{font-size:.85rem;color:#888;line-height:1.7;max-width:280px}.footer__brand-social{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.footer__social-link{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:12px;border:1px solid #2A2A2A;color:#888;transition:border-color .15s ease,color .15s ease,background .15s ease}.footer__social-link svg{width:16px;height:16px}.footer__social-link:hover{border-color:#06c;color:#06c;background:#0066cc14}.footer__col{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem}.footer__col-title{font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#f0f0f0;padding-bottom:.5rem;border-bottom:1px solid #2A2A2A;width:100%}.footer__col-links{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem}.footer__col-link{font-size:.85rem;color:#888;transition:color .15s ease;cursor:pointer}.footer__col-link:hover{color:#f0f0f0}.footer__bottom{border-top:1px solid #2A2A2A}.footer__bottom-inner{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.footer__bottom-inner{padding:0 1.5rem}}@media(max-width:640px){.footer__bottom-inner{padding:0 1rem}}.footer__bottom-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;flex-wrap:wrap;gap:1rem}@media(max-width:640px){.footer__bottom-inner{flex-direction:column;text-align:center}}.footer__bottom p{font-size:.78rem;color:#555}.footer__bottom p a{color:#888;transition:color .15s ease}.footer__bottom p a:hover{color:#06c}.footer__legal-links{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem}.footer__legal-links a{font-size:.75rem;color:#555;transition:color .15s ease}.footer__legal-links a:hover{color:#888}.stats-bar{background:#111;padding:2.5rem 1.5rem;border-top:1px solid #2A2A2A;border-bottom:1px solid #2A2A2A}.stats-bar__grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}@media(max-width:768px){.stats-bar__grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}}@media(max-width:480px){.stats-bar__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem .5rem}}.stats-bar__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.5rem}.stats-bar__number{font-family:Montserrat,sans-serif;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:900;color:#c8a96e;line-height:1}.stats-bar__label{font-size:.72rem;color:#888;letter-spacing:.1em;text-transform:uppercase;margin-top:.25rem}.navbar__logo-img{width:52px;height:52px;object-fit:contain;transition:transform .25s ease}@media(max-width:640px){.navbar__logo-img{width:40px;height:40px}}.navbar__logo-img:hover{transform:scale(1.05)}.footer__brand-img{width:52px;height:52px;object-fit:contain;transition:opacity .2s ease}.footer__brand-img:hover{opacity:.85}@media(max-width:768px){.detail-hero{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:640px){.detail-breadcrumb,.detail-description{padding-left:1rem;padding-right:1rem}.detail-specs{grid-template-columns:1fr 1fr}.contact__inner{padding-left:1rem;padding-right:1rem}}@media(max-width:640px){.section__eyebrow{font-size:.65rem}.section__title{font-size:clamp(1.6rem,5vw,2.2rem)}}@media(max-width:480px){.vehicle-grid__grid{grid-template-columns:1fr}.vehicle-grid__filter-bar{gap:.35rem}.vehicle-grid__filter-btn{font-size:.65rem;padding:.35rem .75rem}}.floating-cta{position:fixed;top:50%;right:2rem;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.5rem}.floating-cta__label{display:none}.floating-cta__btn{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:0;height:52px;width:52px;border-radius:9999px;overflow:hidden;text-decoration:none;border:none;cursor:pointer;box-shadow:0 6px 24px #0006;transition:width .3s cubic-bezier(.4,0,.2,1),box-shadow .15s ease,transform .15s ease;white-space:nowrap}.floating-cta__btn .floating-cta__icon{flex-shrink:0;width:52px;height:52px;display:flex;justify-content:center;align-items:center}.floating-cta__btn .floating-cta__icon svg{width:22px;height:22px}.floating-cta__btn .floating-cta__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1px;padding-right:1.5rem;opacity:0;transition:opacity .2s ease;pointer-events:none}.floating-cta__btn .floating-cta__hint{font-family:Montserrat,sans-serif;font-size:.55rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;opacity:.75;color:#fff}.floating-cta__btn .floating-cta__number{font-family:Montserrat,sans-serif;font-size:.92rem;font-weight:700;color:#fff;letter-spacing:.02em}.floating-cta__btn:hover{width:200px;transform:translateY(-2px)}.floating-cta__btn:hover .floating-cta__text{opacity:1;pointer-events:all}.floating-cta__btn:active{transform:translateY(0)}.floating-cta__btn--call{background:linear-gradient(135deg,#1a2340,#0d1b3e);border:1px solid rgba(255,255,255,.1)}.floating-cta__btn--call .floating-cta__icon{color:#fff}.floating-cta__btn--call:hover{box-shadow:0 8px 32px #0066cc80;border-color:#06c6}.floating-cta__btn--whatsapp{background:linear-gradient(135deg,#128c7e,#25d366)}.floating-cta__btn--whatsapp .floating-cta__icon{color:#fff}.floating-cta__btn--whatsapp:hover{box-shadow:0 8px 32px #25d36680}@media(max-width:640px){.floating-cta{top:auto;bottom:1rem;right:1rem;transform:none;gap:.25rem}.floating-cta__btn{width:48px;height:48px}.floating-cta__btn:hover{width:48px}.floating-cta__btn:hover .floating-cta__text{opacity:0}}.back-to-top{position:fixed;bottom:2rem;right:2rem;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#06c,#1c69d4);color:#fff;box-shadow:0 8px 32px #0066cc4d;cursor:pointer;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s ease;z-index:900;opacity:0;pointer-events:none;border:none}@media(max-width:640px){.back-to-top{left:2rem}}.back-to-top.visible{opacity:1;pointer-events:all}.back-to-top:hover{transform:translateY(-3px)}.back-to-top svg{width:18px;height:18px}
