.vehicle-landing{font-family:Barlow Semi Condensed,sans-serif;color:#000;line-height:1.6}.vl-container{max-width:1200px;margin:0 auto;padding:0 30px}.vl-section{padding:60px 0}.vl-section--gray{background:#f5f5f5}.vl-section--dark{background:#1a1a1a;color:#fff}.vl-hero{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.vl-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1}.vl-hero__content{position:relative;z-index:2;max-width:800px;padding:40px 30px}.vl-hero__title{font-size:clamp(32px,5vw,52px);font-weight:700;color:#fff;margin:0 0 16px;line-height:1.15;letter-spacing:.5px}.vl-hero__subtitle{font-size:clamp(16px,2vw,20px);font-weight:400;color:#ffffffe6;max-width:700px;margin:0 auto 32px;line-height:1.5}.vl-hero__subtitle p{margin:0}.vl-hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.vl-btn{display:inline-block;font-family:Barlow Semi Condensed,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:16px 30px;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;line-height:1}.vl-btn--primary{background:#be2e1a;color:#fff}.vl-btn--primary:hover{background:#c62828;color:#fff}.vl-btn--outline{background:transparent;color:#fff;border:1px solid #aaa}.vl-btn--outline:hover{background:#444;color:#fff}.vl-btn--outline-dark{background:transparent;color:#be2e1a;border:1px solid #be2e1a}.vl-btn--outline-dark:hover{background:#be2e1a;color:#fff}.vl-section-title{font-size:clamp(28px,4vw,40px);font-weight:700;margin:0 0 12px;line-height:1.2;color:#000}.vl-section--dark .vl-section-title{color:#fff}.vl-section-subtitle{font-size:16px;color:#747474;margin:0 0 40px;font-weight:400}.vl-section--dark .vl-section-subtitle{color:#ffffffb3}.vl-intro{max-width:900px;margin:0 auto;text-align:center}.vl-intro__text{font-size:18px;line-height:1.7;color:#333}.vl-intro__text p{margin:0 0 16px}.vl-intro__text p:last-child{margin-bottom:0}.vl-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.vl-category-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column}.vl-category-card:hover{box-shadow:0 6px 15px #0000001f;transform:translateY(-4px)}.vl-category-card__image{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.vl-category-card__content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.vl-category-card__content h3{font-size:20px;font-weight:600;margin:0 0 6px;color:#000}.vl-category-card__count{font-size:14px;color:#747474;margin:0 0 12px}.vl-category-card__arrow{font-size:14px;font-weight:600;color:#be2e1a;margin-top:auto;transition:color .3s ease}.vl-category-card:hover .vl-category-card__arrow{color:#c62828}.vl-specs-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.vl-specs-table{width:100%;border-collapse:collapse;border:1px solid #e7e7e7;min-width:600px}.vl-specs-table thead th{background:#be2e1a;color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:14px 16px;text-align:left;white-space:nowrap}.vl-specs-table tbody td{padding:12px 16px;font-size:16px;border-bottom:1px solid #e7e7e7;color:#333}.vl-specs-table tbody tr:nth-child(2n){background:#f9f9f9}.vl-specs-table tbody tr:nth-child(odd){background:#fff}.vl-trades{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.vl-trade-card{background:#fff;border:1px solid #e7e7e7;border-radius:12px;padding:30px;transition:box-shadow .3s ease}.vl-trade-card:hover{box-shadow:0 6px 15px #0000001f}.vl-trade-card__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.vl-trade-card__icon{width:40px;height:40px;background:#be2e1a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vl-trade-card__icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.vl-trade-card__title{font-size:20px;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.5px}.vl-trade-card__text{font-size:16px;color:#555;line-height:1.6;margin:0}.vl-trade-card__text p{margin:0}.vl-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.vl-gallery__item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;aspect-ratio:1}.vl-gallery__img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .3s ease,transform .3s ease}.vl-gallery__item:hover .vl-gallery__img{filter:brightness(.7);transform:scale(1.03)}.vl-gallery__caption{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(transparent,#000000b3);color:#fff;font-size:13px;opacity:0;transition:opacity .3s ease}.vl-gallery__item:hover .vl-gallery__caption{opacity:1}.vl-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:10000;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px}.vl-lightbox__close{position:absolute;top:20px;right:24px;background:none;border:none;color:#fff;font-size:36px;cursor:pointer;z-index:10001;line-height:1;padding:8px}.vl-lightbox__close:hover{color:#ccc}.vl-lightbox__img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:8px}.vl-lightbox__caption{color:#fffc;font-size:15px;margin-top:16px;text-align:center}.vl-faq{max-width:800px;margin:0 auto}.vl-faq-item{border-bottom:1px solid #e7e7e7}.vl-faq-item:last-child{border-bottom:none}.vl-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:20px 0;font-family:Barlow Semi Condensed,sans-serif;font-size:18px;font-weight:600;color:#000;cursor:pointer;text-align:left;gap:16px;line-height:1.3}.vl-faq-question:hover{color:#be2e1a}.vl-faq-toggle{font-size:24px;font-weight:300;flex-shrink:0;transition:transform .3s ease;width:24px;text-align:center}.vl-faq-item.active .vl-faq-toggle{transform:rotate(45deg)}.vl-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.vl-faq-item.active .vl-faq-answer{max-height:500px}.vl-faq-answer__inner{padding:0 0 20px;font-size:16px;color:#555;line-height:1.7}.vl-faq-answer__inner p{margin:0 0 12px}.vl-faq-answer__inner p:last-child{margin-bottom:0}.vl-cta{text-align:center}.vl-cta__title{font-size:clamp(28px,4vw,40px);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.vl-cta__subtext{font-size:18px;color:#ffffffb3;margin:0 0 32px}.vl-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.vl-cta__contact{font-size:15px;color:#fff9}.vl-cta__contact a{color:#fffc;text-decoration:none;transition:color .3s ease}.vl-cta__contact a:hover{color:#fff}.vl-cta__divider{margin:0 12px}.vl-no-image{display:flex;align-items:center;justify-content:center;background:#e7e7e7;color:#999;font-size:14px}@media(max-width:991px){.vl-section{padding:40px 0}.vl-container{padding:0 20px}.vl-hero{min-height:400px}.vl-categories{grid-template-columns:repeat(2,1fr);gap:20px}.vl-gallery{grid-template-columns:repeat(3,1fr);gap:15px}}@media(max-width:767px){.vl-section{padding:30px 0}.vl-container{padding:0 15px}.vl-hero{min-height:350px}.vl-hero__content{padding:30px 15px}.vl-categories{grid-template-columns:1fr}.vl-trades{grid-template-columns:1fr;gap:20px}.vl-gallery{grid-template-columns:repeat(2,1fr)}.vl-section-subtitle{margin-bottom:30px}.vl-faq-question{font-size:16px;padding:16px 0}.vl-trade-card,.vl-lightbox{padding:20px}}@media(max-width:480px){.vl-hero{min-height:300px}.vl-hero__actions{flex-direction:column;align-items:center}.vl-btn{width:100%;max-width:280px;text-align:center}.vl-cta__actions{flex-direction:column;align-items:center}.vl-category-card__content h3{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/css-section-vehicle-landing.css.map */
