.model-hero-module-scss-module__VXGsPW__hero{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 1px 3px #00000014}.model-hero-module-scss-module__VXGsPW__heroGrid{grid-template-columns:1fr;gap:0;display:grid}.model-hero-module-scss-module__VXGsPW__imageSection{aspect-ratio:16/9;background:var(--ds-surface-subtle);order:1;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative}.model-hero-module-scss-module__VXGsPW__image{object-fit:contain;object-position:center;filter:drop-shadow(0 4px 12px #00000014);transition:transform .4s}.model-hero-module-scss-module__VXGsPW__image:hover{transform:scale(1.02)}.model-hero-module-scss-module__VXGsPW__contentSection{background:var(--ds-surface-subtle);border-top:1px solid var(--ds-border-default);flex-direction:column;order:2;gap:1rem;padding:1.25rem;display:flex}.model-hero-module-scss-module__VXGsPW__titleBlock{flex-direction:column;gap:.5rem;display:flex}.model-hero-module-scss-module__VXGsPW__eyebrowRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.model-hero-module-scss-module__VXGsPW__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--ds-fg-secondary);font-size:.75rem;font-weight:600;line-height:1.2}.model-hero-module-scss-module__VXGsPW__modelRow{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.model-hero-module-scss-module__VXGsPW__modelName{color:var(--ds-fg-primary);letter-spacing:-.03em;margin:0;font-size:1.75rem;font-weight:800;line-height:1.1}.model-hero-module-scss-module__VXGsPW__modelName.model-hero-module-scss-module__VXGsPW__highlighted{background:linear-gradient(110deg, var(--ds-cta-accent) 0%, var(--ds-cta-accent-light) 25%, var(--ds-accent-purple) 42%, var(--ds-cta-surface-mid) 50%, var(--ds-accent-purple) 58%, var(--ds-cta-accent-light) 75%, var(--ds-cta-accent) 100%);-webkit-text-fill-color:#0000;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;animation:.8s linear model-hero-module-scss-module__VXGsPW__glow-shimmer-fast,2s linear .8s infinite model-hero-module-scss-module__VXGsPW__glow-shimmer-slow,.8s ease-out model-hero-module-scss-module__VXGsPW__glow-pulse}@media (prefers-reduced-motion:reduce){.model-hero-module-scss-module__VXGsPW__modelName.model-hero-module-scss-module__VXGsPW__highlighted{-webkit-text-fill-color:currentColor;color:var(--ds-cta-accent);background:0 0;animation:none}}.model-hero-module-scss-module__VXGsPW__accentLine{background:var(--ds-fg-primary);border-radius:2px;width:40px;height:3px;margin-top:.25rem}.model-hero-module-scss-module__VXGsPW__slidersSection{flex-direction:column;gap:.875rem;display:flex}.model-hero-module-scss-module__VXGsPW__sliderGroup{flex-direction:column;display:flex}.model-hero-module-scss-module__VXGsPW__sliderHeader{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.25rem .5rem;display:flex}.model-hero-module-scss-module__VXGsPW__sliderLabel{color:var(--ds-fg-secondary);letter-spacing:-.01em;font-size:.8125rem;font-weight:600;line-height:1.2}.model-hero-module-scss-module__VXGsPW__sliderValues{color:var(--ds-fg-secondary);justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;line-height:1.2;transition:color .2s,font-weight .2s;display:flex}.model-hero-module-scss-module__VXGsPW__sliderConstraintInfo{color:var(--ds-fg-secondary);align-items:center;gap:4px;font-size:.6875rem;font-weight:500;line-height:1.2;display:inline-flex}.model-hero-module-scss-module__VXGsPW__resetRangesWrapper{visibility:hidden;opacity:0;transition:opacity .15s,visibility 0s .15s}.model-hero-module-scss-module__VXGsPW__resetRangesVisible{visibility:visible;opacity:1;transition:opacity .15s,visibility}.model-hero-module-scss-module__VXGsPW__resetRangesContent{white-space:nowrap;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:inline-flex}.model-hero-module-scss-module__VXGsPW__bottomSection{border-top:1px solid var(--ds-border-default);flex-direction:column;display:flex}.model-hero-module-scss-module__VXGsPW__availabilityRow{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem;display:grid}.model-hero-module-scss-module__VXGsPW__availabilityCard{text-align:center;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem;display:flex}.model-hero-module-scss-module__VXGsPW__availabilityIcon{color:var(--ds-fg-secondary);margin-bottom:.125rem}.model-hero-module-scss-module__VXGsPW__availabilityTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--ds-fg-secondary);white-space:nowrap;font-size:.7rem;font-weight:600;line-height:1.2}.model-hero-module-scss-module__VXGsPW__availabilityValues{color:var(--ds-fg-primary);flex-flow:wrap;justify-content:center;gap:.25rem;font-weight:500;display:flex}.model-hero-module-scss-module__VXGsPW__availabilityValues span{white-space:nowrap;background:#ebf1ff;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;line-height:1.3;position:relative}.model-hero-module-scss-module__VXGsPW__availabilityUnavailable{color:var(--ds-border-mid);cursor:help;background:0 0}.model-hero-module-scss-module__VXGsPW__availabilityValues span[data-tooltip]:after{content:attr(data-tooltip);background:var(--ds-fg-secondary);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;border-radius:6px;padding:6px 10px;font-size:.6875rem;font-weight:500;line-height:1.3;transition:opacity .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.model-hero-module-scss-module__VXGsPW__availabilityValues span[data-tooltip]:hover:after,.model-hero-module-scss-module__VXGsPW__availabilityValues span[data-tooltip]:focus:after{opacity:1}@media (min-width:768px){.model-hero-module-scss-module__VXGsPW__imageSection{padding:1.5rem}.model-hero-module-scss-module__VXGsPW__contentSection{gap:1.125rem;padding:1.5rem}.model-hero-module-scss-module__VXGsPW__eyebrow{font-size:.8rem}.model-hero-module-scss-module__VXGsPW__modelName{font-size:2rem}.model-hero-module-scss-module__VXGsPW__slidersSection{gap:1rem}.model-hero-module-scss-module__VXGsPW__sliderLabel{font-size:.875rem}.model-hero-module-scss-module__VXGsPW__sliderValues{font-size:.8125rem}.model-hero-module-scss-module__VXGsPW__availabilityRow{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 1.5rem}.model-hero-module-scss-module__VXGsPW__availabilityTitle{font-size:.75rem}}@media (min-width:1024px){.model-hero-module-scss-module__VXGsPW__heroGrid{grid-template-columns:60% 40%}.model-hero-module-scss-module__VXGsPW__imageSection{aspect-ratio:auto;border-right:1px solid var(--ds-border-default);border-top:none;order:1;min-height:320px;padding:2rem}.model-hero-module-scss-module__VXGsPW__image{filter:drop-shadow(0 8px 20px #0000001a)}.model-hero-module-scss-module__VXGsPW__contentSection{border-top:none;order:2;gap:1.25rem;padding:2rem}.model-hero-module-scss-module__VXGsPW__modelName{font-size:2.25rem}.model-hero-module-scss-module__VXGsPW__slidersSection{gap:1.125rem}.model-hero-module-scss-module__VXGsPW__availabilityRow{grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1rem 2rem;display:grid}.model-hero-module-scss-module__VXGsPW__availabilityCard{min-width:0}}@media (min-width:1280px){.model-hero-module-scss-module__VXGsPW__imageSection{min-height:350px;padding:2.5rem}.model-hero-module-scss-module__VXGsPW__contentSection{gap:1.5rem;padding:2.5rem}.model-hero-module-scss-module__VXGsPW__modelName{font-size:2.5rem}.model-hero-module-scss-module__VXGsPW__availabilityRow{padding:1rem 2.5rem}}
.model-inventory-panel-module-scss-module__-VX4ha__panel{min-width:0}.model-inventory-panel-module-scss-module__-VX4ha__inventory{background:#fff;border:1px solid #e7e9ee;border-radius:1rem;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.model-inventory-panel-module-scss-module__-VX4ha__columnTitle{color:#1b2532;margin:0}.model-inventory-panel-module-scss-module__-VX4ha__yearHeader{font-family:var(--font-text);color:#1351ec;background:#ebf1ff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-style:normal;line-height:1.25rem;display:flex}.model-inventory-panel-module-scss-module__-VX4ha__otrosAnosHeader{font-family:var(--font-text);color:#1b2532;background:#f9fafb;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-style:normal;line-height:1.25rem;display:flex}.model-inventory-panel-module-scss-module__-VX4ha__yearBadge{font-family:var(--font-text);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:2px .5rem;font-size:.625rem;font-style:normal;font-weight:700;line-height:1.4;display:inline-flex}.model-inventory-panel-module-scss-module__-VX4ha__yearBadgeSelected{color:#fff;background:#2565ff}.model-inventory-panel-module-scss-module__-VX4ha__yearBadgeOther{color:#1351ec;background:#ebf1ff}.model-inventory-panel-module-scss-module__-VX4ha__carMetaRow{align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.model-inventory-panel-module-scss-module__-VX4ha__carList{flex-direction:column;gap:1rem;display:flex}.model-inventory-panel-module-scss-module__-VX4ha__carCard{color:inherit;background:#fff;border:1px solid #e7e9ee;border-radius:.5rem;align-items:stretch;gap:1rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.model-inventory-panel-module-scss-module__-VX4ha__carCard:hover{border-color:#2565ff;box-shadow:0 6px 18px #0f172a14}.model-inventory-panel-module-scss-module__-VX4ha__carCard:focus-visible{outline-offset:2px;outline:2px solid #2565ff}.model-inventory-panel-module-scss-module__-VX4ha__imageWrapper{background:#f9fafb;flex:0 0 112px;width:112px;min-height:84px;position:relative;overflow:hidden}.model-inventory-panel-module-scss-module__-VX4ha__imageWrapper img{object-fit:cover}.model-inventory-panel-module-scss-module__-VX4ha__badgeRow{z-index:1;position:absolute;top:0;left:0}.model-inventory-panel-module-scss-module__-VX4ha__promotionBadge{font-weight:700}.model-inventory-panel-module-scss-module__-VX4ha__carInfo{flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;padding:.5rem 1rem .5rem 0;display:flex}.model-inventory-panel-module-scss-module__-VX4ha__badges{gap:.25rem;min-width:0;display:flex;overflow:hidden}.model-inventory-panel-module-scss-module__-VX4ha__carMeta{font-family:var(--font-text);color:#3e4a5b;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;font-style:normal;line-height:.875rem;overflow:hidden}.model-inventory-panel-module-scss-module__-VX4ha__divider{background:#e7e9ee;height:1px}.model-inventory-panel-module-scss-module__-VX4ha__priceBlock{flex-direction:column;gap:2px;display:flex}.model-inventory-panel-module-scss-module__-VX4ha__price{font-weight:600;font-family:var(--font-title);color:#1b2532;font-size:1.25rem;font-style:normal;line-height:1.5rem}.model-inventory-panel-module-scss-module__-VX4ha__monthly{font-family:var(--font-text);color:#3e4a5b;font-size:.625rem;font-style:normal;line-height:.875rem}.model-inventory-panel-module-scss-module__-VX4ha__catalogCta{font-family:var(--font-text);color:#2565ff;align-self:center;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.25rem;text-decoration:none}.model-inventory-panel-module-scss-module__-VX4ha__catalogCta:hover{text-decoration:underline}.model-inventory-panel-module-scss-module__-VX4ha__catalogCta:focus-visible{outline-offset:2px;border-radius:.25rem;outline:2px solid #2565ff}.model-inventory-panel-module-scss-module__-VX4ha__alertAction{flex-direction:column;gap:.5rem;display:flex}.model-inventory-panel-module-scss-module__-VX4ha__alertButton{gap:.5rem}.model-inventory-panel-module-scss-module__-VX4ha__alertHint{font-family:var(--font-text);color:#3e4a5b;text-align:center;margin:0;font-size:.625rem;font-style:normal;line-height:.875rem}
.model-page-layout-module-scss-module__cRaZ_q__layout{align-items:start;gap:2.5rem;display:grid}.model-page-layout-module-scss-module__cRaZ_q__leftColumn,.model-page-layout-module-scss-module__cRaZ_q__rightColumn{flex-direction:column;gap:2rem;min-width:0;display:flex}@media (min-width:1024px){.model-page-layout-module-scss-module__cRaZ_q__layout{grid-template-columns:minmax(0,1fr) 360px}.model-page-layout-module-scss-module__cRaZ_q__rightColumn{position:sticky;top:2.5rem}}
