.about-section{padding-bottom:4rem}.about-section>.homepage-container{grid-column:1 / -1}.about-section-label{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#0d2135;background:#0d213514;padding:.35rem 1rem;border-radius:50px;margin-bottom:.75rem}.about-hero{text-align:center;padding:3rem 0 2.5rem}.about-hero__title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#0d2135;margin-bottom:.5rem;line-height:1.2}.about-hero__slogan{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600;color:#64748b;letter-spacing:.02em}.about-story{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:start;margin-bottom:4rem}.about-story__content p{font-size:1.05rem;line-height:1.8;color:#475569;margin:0}.about-story__content p strong{color:#0d2135;font-weight:700}.about-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-stat-card{background:#f1f5f9;padding:1.5rem;border-radius:14px;text-align:center}.about-stat-card__number{display:block;font-size:1.75rem;font-weight:800;color:#0d2135;line-height:1.2}.about-stat-card__label{display:block;font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-top:.35rem}.about-highlights{margin-bottom:4rem;text-align:center}.about-highlights h2{font-size:1.75rem;font-weight:800;color:#0d2135;margin-top:.5rem;margin-bottom:2rem}.about-highlights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-highlight-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 1.5rem;text-align:center}.about-highlight-card__icon{width:56px;height:56px;background:#0d213514;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#0d2135;margin:0 auto 1.25rem}.about-highlight-card h3{font-size:1rem;font-weight:700;color:#0d2135;line-height:1.5;margin:0}.about-cta{background:#f1f5f9;border-radius:20px;padding:3rem 2.5rem;text-align:center}.about-cta h2{font-size:1.75rem;font-weight:800;color:#0d2135;margin-bottom:.75rem}.about-cta p{font-size:1.05rem;color:#64748b;max-width:520px;margin:0 auto 1.75rem;line-height:1.6}.about-cta__actions{display:flex;justify-content:center;gap:1rem}.btn{display:inline-flex;align-items:center;padding:.85rem 2rem;border-radius:10px;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;border:none}.btn--primary{background-color:#0d2135;color:#fff}.btn--primary:hover{opacity:.9}.btn--outline{background-color:#fff;color:#0d2135;border:2px solid #0d2135}.btn--outline:hover{background-color:#0d2135;color:#fff}@media(max-width:1023px){.about-highlights__grid{grid-template-columns:1fr}.about-story{grid-template-columns:1fr;gap:2rem}}@media(max-width:767px){.about-section{padding-bottom:2.5rem}.about-hero{padding:2rem 0}.about-cta{padding:2.5rem 1.5rem}.about-cta__actions{flex-direction:column}.about-stats-grid{grid-template-columns:1fr 1fr}}.bottom-cta{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));padding:4rem 0;text-align:center}.bottom-cta__content{max-width:560px;margin:0 auto}.bottom-cta__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#fff;margin-bottom:.75rem;white-space:nowrap}.bottom-cta__subtitle{font-size:1.0625rem;color:#fffc;margin-bottom:2rem;line-height:1.5}.bottom-cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background-color:var(--color-whatsapp);color:#fff;border-radius:var(--style-border-radius-inputs);border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:1.0625rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.bottom-cta__btn:hover{transform:scale(1.04);box-shadow:0 6px 20px #25d36659}@media(max-width:767px){.bottom-cta{padding:3rem 0}}.brand-bar{padding:3rem 0}.brand-bar__header{margin-bottom:1.5rem}.brand-bar__track{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.brand-tag{display:inline-block;padding:.5rem 1.25rem;border:1px solid var(--color-border-light);border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--color-text-dark);text-decoration:none;white-space:nowrap;text-transform:uppercase;transition:all .2s ease}.brand-tag:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}@media(max-width:767px){.brand-bar{padding:2rem 0}.brand-bar__track{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.brand-bar__track::-webkit-scrollbar{display:none}}.collection-page{padding:3rem 0;background:#f8fafc}.collection-page__inner{max-width:1440px;margin:0 auto;padding:0 1.5rem}.collection-header{text-align:center;margin-bottom:2rem}.collection-header__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#0d2135;margin-bottom:.5rem}.collection-header__subtitle{font-size:1rem;color:#64748b}.collection-filters-form{margin-bottom:1.5rem}.collection-search{margin-bottom:1.25rem;max-width:960px;margin-left:auto;margin-right:auto}.collection-search__form{display:flex;align-items:flex-end;gap:.75rem}.collection-search__field{display:flex;flex-direction:column;gap:.375rem}.collection-search__field--model{flex:1 1 auto}.collection-search__field label{font-size:1rem;font-weight:600;color:#475569}.collection-search__input{padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;background:#fff;width:100%}.collection-search__input:focus{outline:none;border-color:#0d2135}.collection-search__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#0d2135;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;height:fit-content;position:relative}.results--loading .collection-grid{opacity:0;transition:opacity .15s ease}.collection-card{animation:card-fade-in .35s ease-out both}.collection-filter-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.collection-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer}.collection-filters__clear{padding:.625rem 1rem;background:none;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#64748b;text-decoration:none}.collection-filters__clear:hover{border-color:#0d2135;color:#0d2135}.collection-filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;overflow:hidden}.collection-filters__grid{display:flex;flex-wrap:wrap;gap:1.25rem 1.5rem}.collection-filters__grid>.collection-filters__field{flex:1 1 auto;min-width:160px}.collection-filters__grid>.collection-filters__field:first-child{flex:0 0 100%}.collection-filters__field{display:flex;flex-direction:column;gap:.5rem}.collection-filters__field>label{font-size:1rem;font-weight:600;color:#475569}.collection-filters__field--vendor .filter-checkbox{text-transform:uppercase}.collection-filters__actions{margin-top:1rem}.collection-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.collection-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.collection-card:hover{border-color:#0d2135;transform:translateY(-2px);box-shadow:0 16px 40px #0d21351f}.collection-card__image-wrapper{aspect-ratio:3 / 2;background:#f1f5f9;overflow:hidden;position:relative}.collection-card__image{width:100%;height:100%;object-fit:cover}.collection-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.collection-card__info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.card__year{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:.25rem}.card__year-item{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f1f5f9;border-radius:6px;font-size:.75rem;font-weight:600;color:#475569;line-height:1}.collection-card__meta{font-size:.8125rem;color:#64748b;margin:.25rem 0}.collection-empty{text-align:center;padding:4rem 1rem;color:#64748b}.collection-empty a{color:#0d2135;font-weight:600}@media(max-width:1023px){.collection-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-search{flex-direction:column;align-items:stretch}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-section{padding:4rem 0}.contact-section>.homepage-container{grid-column:1 / -1}.contact-header{text-align:center;margin-bottom:3rem}.contact-header__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--color-text);margin-bottom:.75rem}.contact-header__subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin:0 auto;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr;max-width:720px;margin:0 auto 4rem}.contact-info{display:flex;flex-direction:column;gap:1.75rem}.contact-info__block{display:flex;gap:1rem;align-items:flex-start}.contact-info__icon{width:48px;height:48px;min-width:48px;background-color:var(--color-primary);background-color:oklch(from var(--color-primary) l c h / .1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.contact-info__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.25rem;font-weight:600}.contact-info__value{font-size:1rem;color:var(--color-text);font-weight:600;line-height:1.5;margin:0}.contact-info__value a{color:var(--color-primary);text-decoration:none}.contact-info__value a:hover{text-decoration:underline}.contact-info__note{font-size:.85rem;color:var(--color-text-muted);margin-top:.25rem}.contact-form-wrapper{background:var(--color-bg-alt);border-radius:16px;padding:2.25rem}.contact-form__field{margin-bottom:1.25rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form__label{display:block;font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.contact-form__label .required{color:#e53935}.contact-form__input,.contact-form__textarea,.contact-form__select{width:100%;padding:.8rem 1rem;border:1.5px solid var(--color-border, #e0e0e0);border-radius:10px;font-size:.95rem;color:var(--color-text);background:var(--color-bg);transition:border-color .2s,box-shadow .2s;font-family:inherit}.contact-form__input:focus,.contact-form__textarea:focus,.contact-form__select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px oklch(from var(--color-primary) l c h / .15)}.contact-form__textarea{resize:vertical;min-height:120px}.contact-form__submit{display:inline-flex;align-items:center;gap:.5rem;width:100%;justify-content:center;padding:.9rem 2rem;background-color:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s,transform .15s;margin-top:.5rem}.contact-form__submit:hover{opacity:.9;transform:translateY(-1px)}.contact-form__submit svg{flex-shrink:0}.contact-faq-teaser__title{text-align:center;font-size:1.75rem;font-weight:800;margin-bottom:2rem;color:var(--color-text)}.contact-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-faq-item{background:var(--color-bg-alt);padding:1.5rem;border-radius:12px;border-left:3px solid var(--color-primary)}.contact-faq-item h4{font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.contact-faq-item p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin:0}@media(max-width:767px){.contact-section{padding:2.5rem 0}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form-wrapper{padding:1.5rem}.contact-form__row,.contact-faq-grid{grid-template-columns:1fr}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.partner-brands{padding:1rem 0;background:#fff}.partner-brands__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.partner-brands__title{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:800;color:#0d2135;margin-bottom:.25rem}.partner-brands__subtitle{font-size:.9rem;color:#64748b;margin:0}.partner-brands__all-link{font-size:.9rem;font-weight:600;color:#0d2135;text-decoration:none;white-space:nowrap;border-bottom:2px solid #0d2135;padding-bottom:2px;transition:color .2s}.partner-brands__all-link:hover{color:var(--color-primary);border-color:var(--color-primary)}.partner-brands__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#e8ecf1;border-radius:12px;overflow:hidden}@media(max-width:1023px){.partner-brands__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.partner-brands__grid{grid-template-columns:repeat(3,1fr)}}.brand-card{display:flex;align-items:center;justify-content:center;background:#fff;text-decoration:none;padding:1.5rem 1rem;min-height:110px;transition:background-color .2s ease}.brand-card:hover{background-color:#f8fafc}.brand-card__inner{display:flex;align-items:center;justify-content:center}.brand-card__logo{max-width:120px;max-height:56px;object-fit:contain;opacity:.7;transition:opacity .2s,transform .2s}.brand-card:hover .brand-card__logo{opacity:1;transform:scale(1.06)}.brand-card__name{display:none;text-transform:uppercase}@media(max-width:767px){.partner-brands{padding:2rem 0}.partner-brands__header{flex-direction:column;align-items:flex-start;gap:.5rem}.brand-card{min-height:80px;padding:1rem .5rem}.brand-card__name{font-size:.85rem}}.site-footer{background-color:var(--color-footer-bg);color:#fffc;padding:4rem 0 0}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.site-footer__logo{font-size:1.25rem;font-weight:800;color:#fff;text-decoration:none}.site-footer__tagline{margin-top:.75rem;font-size:.875rem;line-height:1.5;color:#fff9}.site-footer__heading{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:1rem}.site-footer__links{list-style:none;padding:0;margin:0}.site-footer__links li{margin-bottom:.5rem}.site-footer__links a{color:#ffffffb3;text-decoration:none;font-size:.875rem;transition:color .2s ease}.site-footer__links a:hover{color:#fff}.site-footer__links--plain li{color:#ffffffb3;font-size:.875rem}.site-footer__links--plain a{color:inherit}.site-footer__social{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.site-footer__social a{display:inline-flex;color:#ffffffb3;transition:color .2s ease,transform .2s ease}.site-footer__social a[aria-disabled=true]{color:#ffffff59;pointer-events:none;cursor:default}.site-footer__social a:hover:not([aria-disabled=true]){color:#fff;transform:translateY(-2px)}.site-footer__bottom{margin-top:3rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.813rem;color:#ffffff80}@media(max-width:767px){.site-footer{padding:2.5rem 0 0}.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.site-footer__brand{grid-column:1 / -1}}@media(max-width:479px){.site-footer__grid{grid-template-columns:1fr}}.site-header{position:sticky;top:0;z-index:100;background-color:#fff;box-shadow:0 2px 12px #00000014;border-bottom:1px solid rgba(13,33,53,.08)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 2rem}.site-header__logo{font-size:1.75rem;font-weight:900;color:#0d2135;text-decoration:none;white-space:nowrap;letter-spacing:-.02em}.site-header__nav{display:flex;gap:.25rem;align-items:center}.site-header__link{font-family:inherit;font-size:.95rem;font-weight:600;color:#374151;text-decoration:none;transition:all .2s ease;white-space:nowrap;padding:.5rem 1rem;border-radius:8px;position:relative;letter-spacing:-.01em}.site-header__link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#0d2135;border-radius:1px;transition:width .2s ease}.site-header__link:hover,.site-header__link--active{color:#0d2135}.site-header__link:hover:after,.site-header__link--active:after{width:calc(100% - 2rem)}.site-header__actions{display:flex;align-items:center;gap:.5rem}.site-header__icon,.site-header__search-toggle,.site-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1.5px solid #e2e8f0;background:transparent;cursor:pointer;color:#64748b;border-radius:10px;transition:all .2s ease;text-decoration:none}.site-header__icon:hover,.site-header__search-toggle:hover,.site-header__menu-toggle:hover{background-color:#f1f5f9;color:#0d2135;border-color:#0d2135}@media(max-width:767px){.site-header__nav{display:none}.site-header__inner{padding:0 1rem;height:60px}.site-header__logo{font-size:1.35rem}.site-header__menu-toggle{display:flex}.search-panel{padding:1rem}.search-panel form{flex-direction:column}.search-panel__submit{width:100%}}@media(min-width:768px){.site-header__menu-toggle{display:none}}.search-panel{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid rgba(13,33,53,.08);padding:1.25rem 2rem;z-index:99;box-shadow:0 8px 24px #0000000f}.search-panel.is-open{display:block}.search-panel__inner{max-width:720px;margin:0 auto}.search-panel form{display:flex;gap:.75rem}.search-panel__input{flex:1;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:1rem;background:#fff}.search-panel__input:focus{outline:none;border-color:#0d2135}.search-panel__submit{padding:.75rem 1.5rem;background:#0d2135;color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid rgba(13,33,53,.08);padding:.75rem 1.5rem 1.25rem;z-index:99;box-shadow:0 8px 24px #0000000f}.mobile-nav.is-open{display:block}.mobile-nav__link{display:block;padding:.875rem 0;font-size:1rem;font-weight:600;color:#374151;text-decoration:none;border-bottom:1px solid #f1f5f9;transition:color .2s}.mobile-nav__link:hover{color:#0d2135}.mobile-nav__link:last-child{border-bottom:none}.site-header__menu-toggle.is-active{background-color:#0d2135;color:#fff;border-color:#0d2135}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{background:#0d2135;min-height:420px;padding:3rem 0;text-align:center;position:relative;overflow:hidden;display:flex;justify-content:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d2135b8;z-index:1}.hero__inner{display:flex;align-items:center;justify-content:center;width:100%;position:relative;z-index:2}.hero__content{position:relative;z-index:2;max-width:800px;margin:0 auto}.hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:1rem}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:#ffffffd9;line-height:1.7;margin-bottom:0;white-space:pre-line}@media(max-width:767px){.hero{min-height:auto;padding:3.5rem 0}}.homepage-categories{padding:1.5rem 0;background:transparent}.homepage-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(min-width:1024px){.hp-category-group{display:contents}.hp-category-card:nth-child(1){order:1}.hp-category-card:nth-child(3){order:2}.hp-category-card:nth-child(5){order:3}.hp-category-card:nth-child(7){order:4}.hp-category-panel:nth-child(2){order:5}.hp-category-panel:nth-child(4){order:6}.hp-category-panel:nth-child(6){order:7}.hp-category-panel:nth-child(8){order:8}.hp-category-panel{grid-column:1 / -1}}@media(max-width:1023px){.homepage-categories__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.homepage-categories__grid{grid-template-columns:1fr;gap:1rem}}.hp-category-card{display:block;width:100%;text-align:left;text-decoration:none;color:inherit;background:#f8fafc;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;padding:1.5rem;position:relative;cursor:pointer;font-family:inherit;font-size:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hp-category-card:hover,.hp-category-card.is-active,.hp-category-card:focus-visible{border:2px solid #0d2135;transform:scale(1.02);box-shadow:0 8px 24px #0d213514;outline:none}.hp-category-card__meta{margin-bottom:1rem}.hp-category-card__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#94a3b8;text-transform:uppercase}.hp-category-card__title{font-size:1.25rem;font-weight:700;color:#0d2135;margin-bottom:.5rem;line-height:1.3}.hp-category-card__subtitle{font-size:.875rem;color:#64748b;margin-bottom:1rem;line-height:1.6}.hp-category-card__cta{font-size:.875rem;font-weight:600;color:#0d2135;display:inline-flex;align-items:center;gap:.5rem}.hp-category-card__arrow{display:inline-block}.hp-category-panel{grid-column:1 / -1;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;border-top:3px solid #0d2135;padding:1.5rem 2.5rem 2rem;margin-top:.25rem}.hp-category-panel__inner{max-width:none;width:100%}.hp-category-panel__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;font-size:.75rem;font-weight:700;color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem}.hp-category-panel__title{font-size:1.25rem;font-weight:700;color:#0d2135;margin-bottom:1.25rem}.hp-category-panel__desc{font-size:.875rem;color:#64748b;margin-bottom:1.25rem}.hp-category-panel__brands{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.625rem;margin-bottom:1.5rem}.hp-brand-chip{padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;font-size:.875rem;color:#374151;text-decoration:none;text-align:center;text-transform:uppercase}.hp-brand-chip:hover{border-color:#0d2135;color:#0d2135;background:#f1f5f9}.hp-category-panel__inventory{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:1.5rem}.hp-inventory-row{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;background:#f8fafc;border-radius:8px;font-size:.875rem;color:#374151;text-decoration:none;text-transform:uppercase}.hp-inventory-row:hover{background:#f1f5f9;color:#0d2135}.hp-inventory-row span:last-child{color:#94a3b8}.hp-category-panel__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#0d2135;color:#fff;border-radius:10px;font-size:.9375rem;font-weight:600;text-decoration:none}.inquiry-form{display:flex;flex-wrap:wrap;gap:1rem}.inquiry-form__field{flex:1 1 30%;display:flex;flex-direction:column;gap:.375rem}.inquiry-form__field--full{flex:1 1 100%}.inquiry-form__field label{font-size:.813rem;font-weight:600;color:#475569}.inquiry-form__field input,.inquiry-form__field select,.inquiry-form__field textarea{padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.938rem;font-family:inherit;resize:vertical;background:#fff}.inquiry-form__field input:focus,.inquiry-form__field select:focus,.inquiry-form__field textarea:focus{outline:none;border-color:#0d2135}.inquiry-form__submit{flex:1 1 100%;padding:.875rem;background-color:#25d366;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit}@media(max-width:1024px){.hp-category-panel__inventory{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:767px){.hp-category-panel{padding:1.5rem}.hp-category-panel__inventory{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.inquiry-form__field{flex:1 1 100%}}.how-it-works{padding:4rem 0;background-color:#f8fafc}.steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem}.step{flex:1;max-width:220px;text-align:center;position:relative}.step__number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:.875rem;margin-bottom:.75rem}.step__icon{margin-bottom:.75rem;line-height:1}.step__icon--svg{color:var(--color-primary);display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-left:auto;margin-right:auto;border-radius:50%;background-color:#fff;box-shadow:0 2px 8px #0000000f}.step__icon--svg svg{width:22px;height:22px}.step__title{font-size:1rem;font-weight:700;color:var(--color-text-dark);margin-bottom:.375rem}.step__desc{font-size:.813rem;color:var(--color-text-muted);line-height:1.4}.step__arrow{display:flex;align-items:center;justify-content:center;color:var(--color-primary);opacity:.35;padding-top:3.5rem}.step__arrow svg{width:20px;height:20px}@media(max-width:1023px){.steps{flex-wrap:wrap}.step__arrow{display:none}.step{max-width:calc(50% - 1rem)}}@media(max-width:479px){.how-it-works{padding:2.5rem 0}.step{max-width:100%}}.new-cars-page{padding:3rem 0;background:#f8fafc}.new-cars-page__inner{max-width:1440px;margin:0 auto;padding:0 1.5rem}.new-cars-header{text-align:center;margin-bottom:2rem}.new-cars-header__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#0d2135;margin-bottom:.5rem}.new-cars-header__subtitle{font-size:1rem;color:#64748b}.new-cars-filters-form{margin-bottom:1.5rem}.new-cars-search{margin-bottom:1.25rem;max-width:960px;margin-left:auto;margin-right:auto}.new-cars-search__form{display:flex;align-items:flex-end;gap:.75rem}.new-cars-search__field{display:flex;flex-direction:column;gap:.375rem}.new-cars-search__field--model{flex:1 1 auto}.new-cars-search__field label{font-size:1rem;font-weight:600;color:#475569}.new-cars-search__input{padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;background:#fff;width:100%}.new-cars-search__input:focus{outline:none;border-color:#0d2135}.new-cars-search__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#0d2135;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;height:fit-content;position:relative}.results--loading .new-cars-grid{opacity:0;transition:opacity .15s ease}.new-cars-card{animation:card-fade-in .35s ease-out both}.new-cars-filter-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.new-cars-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer}.new-cars-filters__clear{padding:.625rem 1rem;background:none;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#64748b;text-decoration:none}.new-cars-filters__clear:hover{border-color:#0d2135;color:#0d2135}.new-cars-filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1rem;overflow:hidden}.new-cars-filters__grid{display:flex;flex-wrap:wrap;gap:.75rem}.new-cars-filters__grid>.new-cars-filters__field:first-child{flex:0 0 100%}.new-cars-filters__grid>.new-cars-filters__field:not(:first-child){flex:1;min-width:180px}.new-cars-filters__field{display:flex;flex-direction:column;gap:.5rem}.new-cars-filters__field>label{font-size:1rem;font-weight:600;color:#475569}.new-cars-filters__field--vendor .filter-checkbox{text-transform:uppercase}.new-cars-filters__actions{margin-top:.75rem}.new-cars-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.new-cars-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.new-cars-card:hover{border-color:#0d2135;transform:translateY(-2px);box-shadow:0 16px 40px #0d21351f}.new-cars-card__image-wrapper{aspect-ratio:3 / 2;background:#f1f5f9;overflow:hidden;position:relative}.new-cars-card__image{width:100%;height:100%;object-fit:cover}.new-cars-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.new-cars-card__info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.card__header{display:flex;align-items:baseline;gap:.375rem;margin-bottom:.25rem;flex-wrap:wrap}.card__brand{font-size:1.0625rem;font-weight:800;color:#0d2135;text-transform:uppercase;letter-spacing:.02em}.card__name{font-size:.9375rem;font-weight:600;color:#334155;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6em}.card__year{font-size:.75rem;color:#64748b;display:block;margin-top:.125rem}.card__sep{color:#94a3b8;font-weight:500;font-size:1.0625rem}.card__specs{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;min-height:22px}.card__body-type{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.375rem}.card__body-badge{display:inline-block;font-size:.6875rem;color:#0d2135;background:#eef2f7;border:1px solid #dbe4f0;border-radius:6px;padding:.2rem .5rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.card__spec{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;line-height:1;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.25rem .625rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.card__price-row{display:flex;align-items:baseline;gap:.375rem;margin:.25rem 0}.card__price-from{font-size:.75rem;color:#94a3b8;font-weight:500}.card__price{font-size:1.125rem;font-weight:800;color:#dc2626;letter-spacing:-.02em}.new-cars-empty{text-align:center;padding:4rem 1rem;color:#64748b}.new-cars-empty a{color:#0d2135;font-weight:600}@media(max-width:1023px){.new-cars-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.new-cars-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.new-cars-search__form{flex-direction:column;align-items:stretch}}.vehicle-detail{padding:2rem 0}.vehicle-detail__inner{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:3rem;row-gap:.75rem;align-items:start}.vehicle-detail__left,.vehicle-info{min-width:0}.vehicle-detail__left{display:flex;flex-direction:column;gap:1.5rem}.vehicle-detail__header{display:flex;flex-direction:column;gap:.5rem}.vehicle-gallery{position:relative}@media(max-width:767px){.vehicle-detail__inner{grid-template-columns:1fr;gap:1.5rem}}.gallery__main{border-radius:8px;overflow:hidden;background-color:var(--color-bg-alt);aspect-ratio:16 / 10;position:relative}.gallery__main-img{width:100%;height:100%;object-fit:cover}.gallery__nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s,background .2s;color:var(--color-primary);padding:0}.gallery__main:hover .gallery__nav{opacity:1}.gallery__nav--prev{left:.75rem}.gallery__nav--next{right:.75rem}.gallery__nav:hover{background:#fffffff2}.gallery__placeholder{display:flex;align-items:center;justify-content:center}.gallery__thumbs-wrap{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem;scroll-behavior:smooth;flex:1}.gallery__thumbs::-webkit-scrollbar{display:none}.gallery__thumbs-nav{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:border-color .2s,color .2s;padding:0}.gallery__thumbs-nav:hover{border-color:#0d2135;color:#0d2135}.gallery__thumb{flex:0 0 auto;width:100px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0;transition:border-color .2s;aspect-ratio:16 / 10}.gallery__thumb:hover,.gallery__thumb--active{border-color:var(--color-primary)}.gallery__thumb--placeholder{display:flex;align-items:center;justify-content:center;background:#f8fafc;cursor:default;border-color:#e2e8f0}.gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.vehicle-breadcrumb{font-size:.813rem;color:var(--color-text-muted);margin-bottom:.625rem}.vehicle-breadcrumb a{color:var(--color-accent);text-decoration:none}.vehicle-breadcrumb a:hover{text-decoration:underline}.vehicle-breadcrumb--top{grid-column:1 / -1;margin-bottom:.5rem}.vehicle-breadcrumb__brand{text-transform:uppercase}.vehicle-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:var(--color-text-dark);line-height:1.2;margin-top:0;margin-bottom:.5rem}.vehicle-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.vehicle-badges--right{margin:.75rem 0 1rem}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.badge--year{background-color:#dbeafe;color:#1d4ed8}.badge--mileage{background-color:#fef3c7;color:#b45309}.badge--condition{background-color:#dcfce7;color:#15803d}.badge--stock{background-color:#fee2e2;color:#b91c1c}.vehicle-tag{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;letter-spacing:.01em;background:#f1f5f9;border:1px solid #e2e8f0;color:#334155}.vehicle-tag--top-custom{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.vehicle-price-block{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));border-radius:10px;padding:1.25rem;margin-bottom:1rem}.vehicle-price{display:block;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;letter-spacing:-.01em}.price-note{font-size:.813rem;color:#ffffffbf;margin-top:.375rem}.vehicle-specs-table{border:1px solid var(--color-border-light);border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.specs-heading{font-size:.95rem;font-weight:700;padding:.875rem 1rem;background-color:var(--color-bg-alt);color:var(--color-text-dark);border-bottom:1px solid var(--color-border-light);margin:0}.specs-list{padding:.5rem 0;margin:0}.spec-row{display:flex;justify-content:space-between;padding:.625rem 1rem;border-bottom:1px solid #f3f4f6}.spec-row:last-child{border-bottom:none}.spec-row dt{font-size:.85rem;color:var(--color-text-muted);font-weight:500}.spec-row dd{font-size:.85rem;color:var(--color-text-dark);font-weight:600;margin:0;max-width:60%;text-align:right;word-break:break-word}.color-swatches{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.color-swatch{display:inline-block;width:20px;height:20px;border-radius:4px;border:1px solid rgba(0,0,0,.12);cursor:default}.spec-row--header dt{font-size:.9rem;font-weight:700}.spec-row--header dd{font-size:.9rem;font-weight:800;color:var(--color-primary)}.spec-row--vin dt,.spec-row--vin dd{opacity:.7}.vehicle-description-box{border:1px solid var(--color-border-light);border-radius:10px;overflow:hidden;margin-bottom:1.5rem;background-color:#fff}.vehicle-description-box__heading{font-size:.95rem;font-weight:700;padding:.875rem 1rem;background-color:var(--color-bg-alt);color:var(--color-text-dark);border-bottom:1px solid var(--color-border-light);margin:0}.vehicle-description-box__content{padding:1rem;font-size:.85rem;line-height:1.7;color:var(--color-text-dark);max-height:280px;overflow-y:auto}.vehicle-description-box__content p{margin:0 0 .75rem}.vehicle-description-box__content p:last-child{margin-bottom:0}.vehicle-actions{margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:700;font-size:1rem;text-decoration:none;border-radius:8px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;padding:1rem 2rem;width:100%}.btn--lg{padding:1.125rem 2.5rem}.btn--whatsapp{background-color:var(--color-whatsapp);color:#fff;box-shadow:0 4px 14px #25d36659}.btn--whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 22px #25d36673}.action-hint{font-size:.813rem;color:var(--color-text-muted);text-align:center;margin-top:.625rem}.shipping-box{border:1px solid var(--color-border-light);border-radius:10px;padding:1.25rem;background-color:#fafbfc}.shipping-title{font-size:.9rem;font-weight:700;color:var(--color-text-dark);margin:0 0 .75rem}.shipping-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.shipping-list li{display:flex;align-items:center;gap:.5rem;font-size:.813rem;color:var(--color-text-muted)}.shipping-list svg{flex-shrink:0;color:var(--color-whatsapp)}.vehicle-description-section{padding:3rem 0;border-top:1px solid var(--color-border-light);margin-top:2rem}.description-content{max-width:720px;margin:0 auto;font-size:.95rem;line-height:1.7;color:var(--color-text-dark)}.description-content h2{font-size:1.25rem;margin-top:1.5rem}.description-content ul{padding-left:1.25rem}.description-content li{margin-bottom:.375rem}.related-section{padding:3rem 0;background-color:var(--color-bg-alt)}.related-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.related-card:hover,.related-card *{text-decoration:none}.related-card:hover{border-color:#0d2135;transform:translateY(-2px);box-shadow:0 16px 40px #0d21351f}.related-card__image-wrapper{aspect-ratio:3 / 2;background:#f1f5f9;overflow:hidden;position:relative}.related-card__image{width:100%;height:100%;object-fit:cover}.related-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.related-card__info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.related-card .card__header{display:flex;align-items:baseline;gap:.375rem;margin-bottom:.25rem;flex-wrap:wrap}.related-card .card__brand{font-size:1.0625rem;font-weight:800;color:#0d2135;text-transform:uppercase;letter-spacing:.02em}.related-card .card__name{font-size:.9375rem;font-weight:600;color:#334155;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6em}.related-card .card__year{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:.25rem}.related-card .card__year-item{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f1f5f9;border-radius:6px;font-size:.75rem;font-weight:600;color:#475569;line-height:1}.related-card .card__sep{color:#94a3b8;font-weight:500;font-size:1.0625rem}.related-card .card__specs{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;min-height:22px}.related-card .card__spec{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;line-height:1;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.25rem .625rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.related-card .card__price-row{display:flex;align-items:baseline;gap:.375rem;margin:.25rem 0}.related-card .card__price-from{font-size:.75rem;color:#94a3b8;font-weight:500}.related-card .card__price{font-size:1.125rem;font-weight:800;color:#dc2626;letter-spacing:-.02em}@media(max-width:767px){.vehicle-gallery{position:static}.gallery__thumbs{gap:.375rem}.gallery__thumb img{width:100%;height:100%}.vehicle-detail{padding:1rem 0}.vehicle-specs-table,.shipping-box{margin-bottom:1rem}.vehicle-description-section{padding:2rem 0;margin-top:1rem}.related-section{padding:2rem 0}}.wa-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.wa-modal[hidden]{display:none}.wa-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d21358c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.wa-modal__dialog{position:relative;background:#fff;border-radius:16px;padding:1.75rem;width:100%;max-width:440px;box-shadow:0 24px 64px #0d213540;animation:wa-modal-in .2s ease-out}@keyframes wa-modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.wa-modal__close{position:absolute;top:.75rem;right:.9rem;border:none;background:none;font-size:1.5rem;line-height:1;color:#94a3b8;cursor:pointer;padding:.25rem}.wa-modal__close:hover{color:#0d2135}.wa-modal__title{font-size:1.25rem;font-weight:800;color:#0d2135;margin:0 0 .25rem}.wa-modal__vehicle{font-size:.875rem;color:#64748b;margin:0 0 1rem}.wa-modal__label{display:block;font-size:.8125rem;font-weight:600;color:#475569;margin-bottom:.375rem}.wa-modal__textarea{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;resize:vertical;box-sizing:border-box}.wa-modal__textarea:focus{outline:none;border-color:#25d366}.wa-modal__actions{display:flex;gap:.625rem;margin-top:1rem}.wa-modal__actions .btn--whatsapp{flex:1}.wa-modal__copy{flex:0 0 auto;padding:0 1rem;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;font-family:inherit}.wa-modal__copy:hover{border-color:#0d2135;color:#0d2135}.wa-modal__divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0 .75rem;color:#94a3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.wa-modal__divider:before,.wa-modal__divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.wa-modal__qr{display:flex;align-items:center;gap:1rem}.wa-modal__qr img{width:96px;height:96px;border:1px solid #e2e8f0;border-radius:8px}.wa-modal__qr-hint{font-size:.8125rem;color:#64748b;margin:0}@media(max-width:479px){.wa-modal__dialog{padding:1.25rem}.wa-modal__qr{flex-direction:column;text-align:center}}.search-page{padding:3rem 0;background:#f8fafc}.search-page__inner{max-width:1440px;margin:0 auto;padding:0 1.5rem}.search-header{text-align:center;margin-bottom:2rem}.search-header__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#0d2135;margin-bottom:.5rem}.search-header__subtitle{font-size:1rem;color:#64748b}.search-form-wrapper{margin-bottom:1.5rem;max-width:960px;margin-left:auto;margin-right:auto}.search-form{display:flex;align-items:flex-end;gap:.75rem}.search-form__field{flex:1 1 auto}.search-form__input{width:100%;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;background:#fff}.search-form__input:focus{outline:none;border-color:#0d2135}.search-form__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#0d2135;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;height:fit-content}.search-form__btn:hover{background:#1a3a5c}.search-summary{text-align:center;color:#64748b;margin-bottom:1.5rem}.search-results{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.search-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.search-card:hover{border-color:#0d2135;transform:translateY(-2px);box-shadow:0 16px 40px #0d21351f}.search-card__image-wrapper{aspect-ratio:3 / 2;background:#f1f5f9;overflow:hidden;position:relative}.search-card__image{width:100%;height:100%;object-fit:cover}.search-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.search-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;z-index:2}.search-card__badge--new{background:#dbeafe;color:#1d4ed8}.search-card__badge--used{background:#fef3c7;color:#92400e}.search-card__info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.search-card__header{display:flex;align-items:baseline;gap:.375rem;flex-wrap:wrap}.search-card__brand{font-size:1.0625rem;font-weight:800;color:#0d2135;text-transform:uppercase;letter-spacing:.02em}.search-card__name{font-size:.9375rem;font-weight:600;color:#334155;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6em}.search-card__sep{color:#94a3b8;font-weight:500;font-size:1.0625rem}.search-card__meta{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#64748b}.search-card__meta-item{font-weight:500}.search-card__specs{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;min-height:22px}.search-card__spec{font-size:.6875rem;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:.12rem .375rem;font-weight:500}.search-card__price-row{display:flex;align-items:baseline;gap:.375rem;margin-top:.25rem}.search-card__price{font-size:1.125rem;font-weight:800;color:#dc2626;letter-spacing:-.02em}.search-empty{text-align:center;padding:4rem 1rem;color:#64748b}.search-empty a{color:#0d2135;font-weight:600}.search-results .pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.search-results .pagination a,.search-results .pagination .page.current{padding:.5rem .875rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#374151;text-decoration:none;font-weight:600}.search-results .pagination .page.current{background:#0d2135;color:#fff;border-color:#0d2135}.search-result{display:flex;gap:1rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.search-result__image{width:120px;height:80px;object-fit:cover;border-radius:8px}.search-result__content a{color:#0d2135;font-weight:600;text-decoration:none}@media(max-width:1023px){.search-results{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.search-results{grid-template-columns:repeat(2,1fr);gap:1rem}.search-form{flex-direction:column;align-items:stretch}.search-result{flex-direction:column}.search-result__image{width:100%;height:auto}}.stats-bar{background-color:var(--color-bg-alt);padding:3rem 0}.stats-bar__inner{display:flex;justify-content:space-around;align-items:center;gap:2rem}.stat-item{text-align:center;flex:1;max-width:200px}.stat-item__value{display:block;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--color-primary);line-height:1.2}.stat-item__label{display:block;font-size:.875rem;color:var(--color-text-muted);margin-top:.375rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.stats-bar{padding:2rem 0}}.used-cars-page{padding:3rem 0;background:#f8fafc}.used-cars-page__inner{max-width:1440px;margin:0 auto;padding:0 1.5rem}.used-cars-header{text-align:center;margin-bottom:2rem}.used-cars-header__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#0d2135;margin-bottom:.5rem}.used-cars-header__subtitle{font-size:1rem;color:#64748b}.used-cars-filters-form{margin-bottom:1.5rem}.used-cars-search{margin-bottom:1.25rem;max-width:960px;margin-left:auto;margin-right:auto}.used-cars-search__form{display:flex;align-items:flex-end;gap:.75rem}.used-cars-search__field{display:flex;flex-direction:column;gap:.375rem}.used-cars-search__field--model{flex:1 1 auto}.used-cars-search__field label{font-size:1rem;font-weight:600;color:#475569}.used-cars-search__input{padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;background:#fff;width:100%}.used-cars-search__input:focus{outline:none;border-color:#0d2135}.used-cars-search__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#0d2135;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;height:fit-content;position:relative}.btn--loading{pointer-events:none;opacity:.75}.btn--loading:after{content:"";width:16px;height:16px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:btn-spin .6s linear infinite;display:inline-block;margin-left:.5rem}@keyframes btn-spin{to{transform:rotate(360deg)}}.results--loading{position:relative;min-height:200px}.results--loading .used-cars-grid{opacity:0;transition:opacity .15s ease}.results--loading:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid #e2e8f0;border-top-color:#0d2135;border-radius:50%;animation:btn-spin .8s linear infinite}.used-cars-card{animation:card-fade-in .35s ease-out both}@keyframes card-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.used-cars-filter-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.used-cars-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer}.used-cars-filters__clear{padding:.625rem 1rem;background:none;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#64748b;text-decoration:none}.used-cars-filters__clear:hover{border-color:#0d2135;color:#0d2135}.used-cars-filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1rem;overflow:hidden}.used-cars-filters__grid{display:flex;flex-wrap:wrap;gap:1.25rem 1.5rem}.used-cars-filters__grid>.used-cars-filters__field{flex:1 1 auto;min-width:160px}.used-cars-filters__grid>.used-cars-filters__field:first-child{flex:0 0 100%}.used-cars-filters__field{display:flex;flex-direction:column;gap:.5rem}.used-cars-filters__field>label{font-size:1rem;font-weight:600;color:#475569}.used-cars-filters__field--vendor .filter-checkbox{text-transform:uppercase}.filter-checkboxes{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0;width:100%}.filter-checkboxes--stacked{flex-direction:column;align-items:flex-start}.filter-checkbox{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#374151;cursor:pointer;white-space:nowrap}.filter-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1.5px solid #cbd5e1;border-radius:4px;background:#fff;margin:0;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.filter-checkbox input[type=checkbox]:checked{background:#f8fafc;border-color:#0d2135}.filter-checkbox input[type=checkbox]:checked:after{content:"\2713";color:#0d2135;font-size:11px;font-weight:700;line-height:1}.filter-checkbox:has(input:checked){border-color:#0d2135;background:#eef2f7;color:#0d2135;font-weight:600}.filter-range{display:flex;align-items:center;gap:.5rem;width:100%}.filter-range__input{flex:1;min-width:0;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.938rem;background:#fff}.filter-range__sep{color:#94a3b8;font-size:.875rem}.used-cars-filters__actions{margin-top:.75rem}.used-cars-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.used-cars-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.used-cars-card:hover{border-color:#0d2135;transform:translateY(-2px);box-shadow:0 16px 40px #0d21351f}.used-cars-card__image-wrapper{aspect-ratio:3 / 2;background:#f1f5f9;overflow:hidden;position:relative}.used-cars-card__image{width:100%;height:100%;object-fit:cover}.used-cars-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.used-cars-card__info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.used-cars-card .card__title-group{margin-bottom:.5rem}.used-cars-card .card__brand{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.125rem}.used-cars-card .card__name{font-size:1rem;font-weight:800;color:#0d2135;margin:0;line-height:1.2}.used-cars-card .card__meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-size:.8125rem;color:#334155}.used-cars-card .card__meta-item{font-weight:500}.used-cars-card .card__meta-label{color:#94a3b8;font-weight:400}.used-cars-card .card__meta-sep{color:#cbd5e1}.used-cars-card .card__sep{color:#94a3b8;font-weight:500;font-size:1.0625rem}.used-cars-card .card__specs{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;min-height:22px}.used-cars-card .card__body-type{margin-bottom:.375rem}.used-cars-card .card__body-badge{display:inline-block;font-size:.625rem;color:#fff;background:#0d2135;border-radius:4px;padding:.15rem .5rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.used-cars-card .card__spec{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;line-height:1;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.25rem .625rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.used-cars-card .card__price-row{display:flex;align-items:baseline;gap:.375rem;margin:.25rem 0}.used-cars-card .card__price-from{font-size:.75rem;color:#94a3b8;font-weight:500}.used-cars-card .card__price{font-size:1.125rem;font-weight:800;color:#dc2626;letter-spacing:-.02em}.vehicle-tag{display:inline-block;padding:.15rem .5rem;background:#eef2f7;border:1px solid #dbe4f0;border-radius:4px;font-size:.6875rem;color:#0d2135;font-weight:500;white-space:nowrap}.vehicle-tag--condition{background:#fef3c7;border-color:#fde68a;color:#92400e}.vehicle-tag--custom{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.used-cars-empty{text-align:center;padding:4rem 1rem;color:#64748b}.used-cars-empty a{color:#0d2135;font-weight:600}@media(max-width:1023px){.used-cars-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.used-cars-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.used-cars-search__form{flex-direction:column;align-items:stretch}}.why-choose-us{padding:4rem 0;background-color:#fff}.trust-card{text-align:center;padding:2rem 1.5rem;border-radius:8px;transition:transform .25s ease,box-shadow .25s ease;background-color:var(--color-bg-alt)}.trust-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.trust-card__icon{margin-bottom:1rem;line-height:1}.trust-card__icon--svg{color:var(--color-primary);display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-left:auto;margin-right:auto;border-radius:12px;background-color:#1a5da814}.trust-card__icon--svg svg{width:28px;height:28px}.trust-card__title{font-size:1.125rem;font-weight:700;color:var(--color-text-dark);margin-bottom:.5rem}.trust-card__desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.5}@media(max-width:767px){.why-choose-us{padding:2.5rem 0}.trust-card{padding:1.5rem 1rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
