:root{--toyota-red: #EB0A1E;--toyota-red-ink: #B80818;--toyota-red-tint: #FDE9EB;--ink: #111418;--ink-2: #2C3138;--ink-3: #5B6470;--ink-4: #8A95A3;--line: #E5E8EC;--line-2: #EEF1F4;--bg: #FFFFFF;--bg-2: #F7F8FA;--bg-3: #F0F2F5;--accent-blue: #0B6FB8;--font-display: "Inter Tight", "Segoe UI", system-ui, sans-serif;--font-ui: "Inter", "Segoe UI", system-ui, sans-serif;--r-sm: .25rem;--r-md: .25rem;--r-lg: .25rem;--r-xl: .25rem;--shadow-sm: 0 1px 2px rgba(17,20,24,.05);--shadow-md: 0 6px 20px rgba(17,20,24,.08);--shadow-lg: 0 20px 50px rgba(17,20,24,.12)}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:8px;z-index:10000;padding:10px 16px;background:var(--toyota-red, #EB0A1E);color:#fff;font:600 14px/1 Inter,system-ui,sans-serif;text-decoration:none;border-radius:4px;transition:top .15s ease-out}.skip-link:focus,.skip-link:focus-visible{top:8px;outline:2px solid #fff;outline-offset:2px}body.refonte :focus-visible,body.borne :focus-visible{outline:2px solid var(--toyota-red, #EB0A1E)!important;outline-offset:2px;border-radius:2px}html{scrollbar-gutter:stable}body.refonte{font-family:var(--font-ui);color:var(--ink);background:var(--bg);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;margin:0;padding:0}body.refonte *{box-sizing:border-box}body.refonte img,body.refonte svg{max-width:100%;display:block}body.refonte a{color:inherit;text-decoration:none}body.refonte button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}body.refonte input,body.refonte select,body.refonte textarea{font:inherit;color:inherit}body.refonte details>summary{list-style:none;cursor:pointer}body.refonte details>summary::-webkit-details-marker{display:none}.refonte .details-toggle{display:inline-flex;align-items:center;gap:5px}.refonte .details-toggle__caret{transition:transform .2s}details[open] .details-toggle__caret{transform:rotate(180deg)}body.refonte h1,body.refonte h2,body.refonte h3,body.refonte h4{font-family:var(--font-display);letter-spacing:-.015em;margin:0;color:var(--ink);font-weight:700}.refonte .ico{width:20px;height:20px;flex-shrink:0}.refonte .ico-sm{width:16px;height:16px}.refonte .container{width:min(1280px,100% - 48px);margin:0 auto}.kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--toyota-red-ink);font-weight:600}.refonte .btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:var(--toyota-red);color:#fff;border-radius:var(--r-md);font-weight:600;font-size:14px;transition:background .15s,transform .1s;border:0;cursor:pointer}.refonte .btn-primary:hover{background:var(--toyota-red-ink);color:#fff}.refonte .btn-primary:active{transform:translateY(1px)}.refonte .btn-primary:disabled{opacity:.4;cursor:not-allowed}.refonte .btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;background:transparent;color:var(--ink);border:1px solid var(--line);border-radius:var(--r-md);font-weight:500;font-size:13px;transition:background .15s,border-color .15s}.refonte .btn-ghost:hover{border-color:var(--ink-3);background:var(--bg-2);color:var(--ink)}.refonte .btn-ghost--light{color:#fff;border-color:#ffffff40}.refonte .btn-ghost--light:hover{background:#ffffff14;border-color:#fff9;color:#fff}.refonte .share-btn{position:relative;display:inline-flex}.refonte .share-btn__trigger{position:relative;z-index:2}.refonte .share-btn__icon{transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.refonte .share-btn[data-open] .share-btn__icon{transform:rotate(90deg)}.refonte .share-btn__menu{position:absolute;top:50%;left:50%;width:0;height:0;z-index:5;pointer-events:none}.refonte .share-btn__item{--tx: 0px;--ty: 0px;position:absolute;top:0;left:0;width:40px;height:40px;margin:-20px 0 0 -20px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:var(--bg, #fff);border:1px solid var(--line, rgba(0,0,0,.1));border-radius:50%;color:var(--ink, #1a1a1a);box-shadow:0 6px 16px #0000001f;text-decoration:none;cursor:pointer;opacity:0;visibility:hidden;transform:translate(0) scale(.4);transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .2s ease,visibility 0s linear .35s,background-color .15s ease,box-shadow .15s ease}.refonte .share-btn__item svg{display:block}.refonte .share-btn__item:hover{background:var(--bg-2, #f5f5f5);box-shadow:0 8px 20px #00000029}.refonte .share-btn__item:focus-visible{outline:2px solid var(--toyota-red, #eb0a1e);outline-offset:2px}.refonte .share-btn[data-open] .share-btn__item{opacity:1;visibility:visible;transform:translate(var(--tx),var(--ty)) scale(1);pointer-events:auto;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .25s ease,visibility 0s,background-color .15s ease,box-shadow .15s ease}.refonte .share-btn[data-open] .share-btn__item:hover{transform:translate(var(--tx),var(--ty)) scale(1.12)}.refonte .share-btn[data-open] .share-btn__item:nth-child(1){--tx: 62px;--ty: -36px;transition-delay:0ms}.refonte .share-btn[data-open] .share-btn__item:nth-child(2){--tx: 36px;--ty: -62px;transition-delay:35ms}.refonte .share-btn[data-open] .share-btn__item:nth-child(3){--tx: 0px;--ty: -72px;transition-delay:70ms}.refonte .share-btn[data-open] .share-btn__item:nth-child(4){--tx: -36px;--ty: -62px;transition-delay:105ms}.refonte .share-btn[data-open] .share-btn__item:nth-child(5){--tx: -62px;--ty: -36px;transition-delay:.14s}.refonte .share-btn__toast{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,4px);background:#1a1a1a;color:#fff;font-size:12px;font-weight:500;padding:6px 10px;border-radius:6px;white-space:nowrap;box-shadow:0 6px 18px #00000038;opacity:0;pointer-events:none;z-index:10;transition:opacity .2s ease,transform .2s ease}.refonte .share-btn__item--copy{overflow:visible}.refonte .share-btn__toast:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1a1a1a}.refonte .share-btn__toast.is-visible{opacity:1;transform:translate(-50%)}.refonte .share-btn__toast--error{background:#b91c1c}.refonte .share-btn__toast--error:after{border-top-color:#b91c1c}@media (max-width: 768px){.refonte .share-btn__item{width:40px;height:40px;margin:-20px 0 0 -20px}.refonte .share-btn__item svg{width:22px;height:22px;max-width:22px;max-height:22px}.refonte .share-btn[data-open] .share-btn__item:nth-child(1){--tx: 59px;--ty: -34px}.refonte .share-btn[data-open] .share-btn__item:nth-child(2){--tx: 34px;--ty: -59px}.refonte .share-btn[data-open] .share-btn__item:nth-child(3){--tx: 0px;--ty: -68px}.refonte .share-btn[data-open] .share-btn__item:nth-child(4){--tx: -34px;--ty: -59px}.refonte .share-btn[data-open] .share-btn__item:nth-child(5){--tx: -59px;--ty: -34px}.refonte .share-btn__toast{font-size:11px;padding:5px 9px}}@media (max-width: 480px){.refonte .share-btn__item{width:38px;height:38px;margin:-19px 0 0 -19px;box-shadow:0 4px 12px #0000002e}.refonte .share-btn__item svg{width:22px;height:22px;max-width:22px;max-height:22px}.refonte .share-btn__trigger svg{width:18px;height:18px}.refonte .share-btn[data-open] .share-btn__item:nth-child(1){--tx: 50px;--ty: -29px}.refonte .share-btn[data-open] .share-btn__item:nth-child(2){--tx: 29px;--ty: -50px}.refonte .share-btn[data-open] .share-btn__item:nth-child(3){--tx: 0px;--ty: -58px}.refonte .share-btn[data-open] .share-btn__item:nth-child(4){--tx: -29px;--ty: -50px}.refonte .share-btn[data-open] .share-btn__item:nth-child(5){--tx: -50px;--ty: -29px}.refonte .share-btn[data-open] .share-btn__item:hover{transform:translate(var(--tx),var(--ty)) scale(1)}.refonte .share-btn[data-open] .share-btn__item:active{transform:translate(var(--tx),var(--ty)) scale(.92)}}@media (prefers-reduced-motion: reduce){.refonte .share-btn__item,.refonte .share-btn[data-open] .share-btn__item,.refonte .share-btn__icon,.refonte .share-btn__toast{transition-duration:.15s!important;transition-delay:0ms!important}}.icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffeb;color:var(--ink-2);border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:var(--shadow-sm);transition:background .15s,color .15s,transform .1s;border:0;cursor:pointer}.icon-btn:hover{background:#fff;color:var(--toyota-red)}.icon-btn.is-active{background:var(--toyota-red);color:#fff}.refonte .vcard:has(.car-ph) .vcard__actions .icon-btn{background:#fffffff2;color:#111418}.refonte .vcard:has(.car-ph) .vcard__actions .icon-btn:hover{background:var(--toyota-red);color:#fff}.refonte .link-reset{display:inline-flex;align-items:center;gap:4px;color:var(--ink-3);font-size:13px;text-decoration:underline;text-underline-offset:3px}.refonte .link-reset:hover{color:var(--toyota-red)}.refonte .topbar{background:#0b0d10;color:#c9cfd6;font-size:12px}.refonte .topbar__row{display:flex;align-items:center;justify-content:space-between;min-height:36px;padding:6px 0}.refonte .topbar__left{display:flex;gap:22px;flex-wrap:wrap}.refonte .topbar__left span{display:inline-flex;align-items:center;gap:6px}.refonte .topbar__right{display:flex;gap:8px}.refonte .topbar__social{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#ffffff14;color:#fff;transition:background .15s}.refonte .topbar__social:hover{background:var(--toyota-red);color:#fff}.refonte .header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line)}.refonte .header__row{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:32px}.refonte .header__actions{display:inline-flex;align-items:center;gap:10px}.refonte .logo{display:inline-flex;align-items:center;gap:12px}.refonte .logo__mark{width:56px;height:40px;background:var(--toyota-red);color:#fff;border-radius:var(--r-sm);display:inline-flex;align-items:center;justify-content:center}.refonte .logo__mark svg{width:34px;height:24px}.refonte .logo__wm{display:flex;flex-direction:column;line-height:1}.refonte .logo__wm strong{font-family:var(--font-display);font-size:22px;letter-spacing:.08em;color:var(--ink);font-weight:800}.refonte .logo__wm em{font-size:10px;letter-spacing:.25em;color:var(--ink-3);font-style:normal;margin-top:3px}.refonte .nav{display:flex;gap:28px;font-size:14px}.refonte .nav a{color:var(--ink-2);font-weight:500;display:inline-flex;align-items:center;gap:4px;position:relative;padding:6px 0;transition:color .15s}.refonte .nav a:hover{color:var(--toyota-red)}.refonte .nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--toyota-red);transform:scaleX(0);transform-origin:left;transition:transform .2s}.refonte .nav a:hover:after{transform:scaleX(1)}.refonte .nav a.is-active{color:var(--toyota-red)}.refonte .nav a.is-active:after{transform:scaleX(1)}.refonte .btn-phone{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:1px solid var(--line);border-radius:var(--r-md);font-weight:600;font-size:13px;transition:border-color .15s,color .15s;color:var(--ink)}.refonte .btn-phone:hover{border-color:var(--toyota-red);color:var(--toyota-red)}.refonte .header-fav{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:1px solid var(--line);border-radius:var(--r-md);color:var(--ink);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.refonte .header-fav:hover{border-color:var(--toyota-red);color:var(--toyota-red)}.refonte .header-fav__icon{width:16px;height:16px;transition:fill .15s}.refonte .header-fav.is-active{background:var(--toyota-red);border-color:var(--toyota-red);color:#fff}.refonte .header-fav.is-active .header-fav__icon{fill:#fff}.refonte .header-fav__count{position:absolute;top:-10px;right:-6px;min-width:5px;height:18px;padding:0 5px;border-radius:9px;background:var(--toyota-red);color:#fff;font-size:10px;font-weight:700;line-height:18px;text-align:center;border:2px solid var(--bg);box-sizing:content-box}.refonte .header-fav.is-active .header-fav__count{background:#fff;color:var(--toyota-red);border-color:var(--toyota-red)}.refonte .nav-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--r-md);color:var(--ink)}.refonte .hero{position:relative;background:var(--bg);padding:12px 0 8px}.refonte .hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 90% 20%,rgba(235,10,30,.08),transparent 60%),linear-gradient(180deg,var(--bg),var(--bg-2));z-index:0}.refonte .hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-template-areas:"copy   visual" "search search";column-gap:48px;row-gap:8px;align-items:stretch}.refonte .hero__copy{grid-area:copy;min-width:0;display:flex;flex-direction:column;justify-content:center}.refonte .hero__kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--toyota-red-tint);color:var(--toyota-red-ink);border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em;width:fit-content}.refonte .hero__kicker-region-short{display:none}.refonte .hero__title{font-size:clamp(22px,2.4vw,30px);font-weight:800;line-height:1.1;letter-spacing:-.025em;margin:12px 0 8px}.refonte .hero__title em{font-style:normal;color:var(--toyota-red)}.refonte .hero__sub{font-size:14px;color:var(--ink-3);max-width:560px;margin:0 0 8px}.refonte .hero__visual{grid-area:visual;display:flex;flex-direction:column;gap:20px;height:300px}.refonte .hero__spot{position:relative;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--bg-2);flex:1;min-height:0}.refonte .hero__spot img{width:100%;height:152%;object-fit:cover;display:block}.refonte .hero__ticker{position:absolute;bottom:0;left:0;right:0;height:30px;background:#08080a99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;display:flex;align-items:center;border-radius:0 0 var(--r-xl) var(--r-xl);border-top:1px solid rgba(255,255,255,.08)}.refonte .hero__ticker-track{display:flex;align-items:center;gap:20px;white-space:nowrap;animation:hero-ticker 22s linear infinite;will-change:transform;padding-right:20px}@keyframes hero-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.refonte .hero__ticker-track span{font-size:11px;font-weight:700;color:#fff;letter-spacing:.05em;text-transform:uppercase;flex-shrink:0}.refonte .hero__ticker-dot{font-size:7px!important;color:#ffffff80!important;letter-spacing:0!important}@media (prefers-reduced-motion: reduce){.refonte .hero__ticker-track{animation-play-state:paused}}.refonte .hero__search{grid-area:search}.refonte .mode{display:grid;grid-template-columns:1fr 1fr;gap:10px}.refonte .mode__btn{display:flex;align-items:center;gap:12px;padding:6px 14px;background:var(--bg);border:1.5px solid var(--line);border-radius:var(--r-lg);text-align:left;transition:border-color .2s,background .2s,transform .2s cubic-bezier(.34,1.46,.64,1),box-shadow .2s,opacity .2s;cursor:pointer;width:100%;position:relative;overflow:hidden}.refonte .mode__btn:hover:not(.is-on){border-color:var(--ink-3);background:var(--bg-2)}.refonte .mode__btn.is-on{border-color:transparent;transform:scale(1.025)}.refonte .mode__btn--buy.is-on{background:var(--toyota-red);box-shadow:0 10px 32px #eb0a1e4d,0 2px 8px #eb0a1e29}.refonte .mode__btn--sell.is-on{background:linear-gradient(135deg,#1e2228 0%,var(--ink) 100%);box-shadow:0 10px 32px #1114185c,0 2px 8px #1114182e}.refonte .mode__btn--buy.is-on:before,.refonte .mode__btn--sell.is-on:before{content:"";position:absolute;top:0;left:0;right:0;height:55%;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 100%);pointer-events:none}.refonte .mode__btn strong{display:block;font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--ink);transition:color .2s}.refonte .mode__btn em{font-style:normal;font-size:12px;color:var(--ink-3);display:block;line-height:1.3;transition:color .2s;margin-top:2px}.refonte .mode__btn--buy.is-on strong,.refonte .mode__btn--sell.is-on strong{color:#fff}.refonte .mode__btn--buy.is-on em,.refonte .mode__btn--sell.is-on em{color:#fff;font-weight:500}.refonte .mode__ico{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-md);background:var(--bg-2);color:var(--ink-2);flex-shrink:0;transition:background .2s,color .2s}.refonte .mode__btn--buy.is-on .mode__ico{background:#ffffff38;color:#fff}.refonte .mode__btn--sell.is-on .mode__ico{background:#ffffff29;color:#fff}.refonte .mode:has(.is-on) .mode__btn:not(.is-on) .mode__ico{opacity:.55}.refonte .mode:has(.is-on) .mode__btn:not(.is-on):hover{border-color:var(--ink-4)}.refonte .mode:has(.is-on) .mode__btn:not(.is-on):hover .mode__ico{opacity:.9}.refonte .mode--flat{margin-bottom:5px}.refonte .mode--flat .mode__btn.is-on{transform:none;box-shadow:none}.refonte .mode--flat .mode__btn--buy.is-on{background:var(--toyota-red)}.refonte .mode--flat .mode__btn--sell.is-on{background:var(--ink)}.refonte .mode--flat .mode__btn.is-on:before{display:none}.refonte .hero--banner .hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-template-areas:"copy   side" "search search";align-items:center;column-gap:48px;row-gap:14px;text-align:left}.refonte .hero--banner{padding-top:14px;padding-bottom:14px}.refonte .hero--banner .hero__copy-text{grid-area:copy;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.refonte .hero--banner .hero__kicker{margin:0}.refonte .hero--banner .hero__title{margin:14px 0 0}.refonte .hero--banner .hero__sub{display:block;margin:14px 0 0;font-size:16px;max-width:46ch}.refonte .hero__side{grid-area:side;min-width:0;display:flex;flex-direction:column;gap:18px}.refonte .hero--banner .mode--cta{width:100%;max-width:none;margin:0}.refonte .hero--banner .hero__search{width:100%}.refonte .hero__trust{list-style:none;display:flex;flex-wrap:wrap;gap:8px 18px;margin:16px 0 0;padding:0}.refonte .hero__trust li{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--ink-2)}.refonte .hero__trust svg{width:16px;height:16px;color:var(--toyota-red);flex:none}.refonte .hero__side .mode__btn--buy{border-color:#eb0a1e59}.refonte .hero__side .mode__btn--buy .mode__ico{background:var(--toyota-red-tint);color:var(--toyota-red)}.refonte .hero__side .mode__btn:hover{transform:translateY(-2px)}.refonte .hero__side .mode__btn--buy:hover{border-color:var(--toyota-red);box-shadow:0 12px 26px -14px #eb0a1e80}.refonte .hero__side .mode__btn--sell:hover{box-shadow:0 12px 24px -16px #11141859}.refonte .mode--cta .mode__btn{text-decoration:none}.refonte .mode__arrow{width:18px;height:18px;margin-left:auto;flex-shrink:0;color:var(--ink-3);transition:transform .2s ease,color .2s ease}.refonte .mode--cta .mode__btn:hover .mode__arrow{transform:translate(3px);color:var(--toyota-red)}.refonte .mode__btn--buy.is-on .mode__arrow{color:#ffffffeb}.refonte .mode--cta .mode__btn--buy.is-on:hover .mode__arrow{color:#fff}.refonte .search__title{font-size:16px;margin:0 0 6px;color:var(--ink-2)}.refonte .search__bodies{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.refonte .body-tab{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg);color:var(--ink-3);font-size:11px;font-weight:500;transition:border-color .15s,color .15s,background .15s;min-width:0;cursor:pointer}.refonte .body-tab__ico{width:110px;height:70px;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:transform .2s cubic-bezier(.34,1.46,.64,1)}.refonte .body-tab:hover .body-tab__ico,.refonte .body-tab.is-on .body-tab__ico{transform:scale(1.07)}.refonte .body-tab.is-empty{opacity:.38;cursor:not-allowed;pointer-events:none;filter:grayscale(.6)}.refonte .body-tab.is-empty .body-tab__label{color:var(--ink-4)}.refonte .body-tab.is-empty:hover .body-tab__ico{transform:none}.refonte .body-tab__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:opacity .15s}.refonte .body-tab__img--on{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;opacity:0}.refonte .body-tab:hover .body-tab__img--off,.refonte .body-tab.is-on .body-tab__img--off{opacity:0}.refonte .body-tab:hover .body-tab__img--on,.refonte .body-tab.is-on .body-tab__img--on{opacity:1}.refonte .body-tab__label{text-align:center;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:12px;font-weight:600;transition:opacity .18s,transform .18s}.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__label{font-size:11.5px;font-weight:700;transition:opacity .18s}.refonte .body-tab:hover{border-color:var(--ink-3);color:var(--ink)}.refonte .body-tab.is-on{border-color:var(--toyota-red);color:var(--toyota-red);background:var(--toyota-red-tint)}.refonte .search__row{display:grid;grid-template-columns:1fr 1fr 1.5fr auto;gap:10px;align-items:start}.refonte .field{display:flex;flex-direction:column;gap:6px;min-width:0}.refonte .field>span,.refonte .field>label{font-size:12px;font-weight:700;color:var(--ink-3);text-transform:uppercase;letter-spacing:.08em}.refonte .field input,.refonte .field select,.refonte .field textarea{padding:11px 14px;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);font-size:15px;color:var(--ink);transition:border-color .15s;width:100%;font-family:inherit}.refonte .field textarea{resize:vertical;line-height:1.5;min-height:120px}.refonte .field input:focus,.refonte .field select:focus,.refonte .field textarea:focus{outline:none;border-color:var(--toyota-red)}.refonte .field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B6470' stroke-width='2' stroke-linecap='round'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:32px}.refonte .field--full{grid-column:1 / -1}.refonte .field.is-invalid>input,.refonte .field.is-invalid>select,.refonte .field.is-invalid>textarea{border-color:var(--toyota-red);background:#e1181a0a}.refonte .field.is-invalid>input:focus,.refonte .field.is-invalid>select:focus,.refonte .field.is-invalid>textarea:focus{border-color:var(--toyota-red);box-shadow:0 0 0 3px #e1181a1f}.refonte .field__error{display:none;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--toyota-red);margin-top:2px;letter-spacing:0;text-transform:none;line-height:1.3}.refonte .field.is-invalid .field__error{display:flex}.refonte .field__error svg{flex-shrink:0;width:14px;height:14px}.refonte .field--radio.is-invalid label{border-color:var(--toyota-red)}.refonte .consent-block.is-invalid{border-color:var(--toyota-red);background:#e1181a0a}.refonte .consent-block__error{display:none;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--toyota-red);margin-top:8px;padding-left:32px;line-height:1.3}.refonte .consent-block.is-invalid .consent-block__error{display:flex}.refonte .field--submit .btn-primary{width:100%;flex:1;justify-content:center;font-size:15px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.refonte .range-value{font-size:12px;font-weight:600;color:var(--ink);line-height:1.2;min-height:14px}.refonte .ss-wrap{position:relative;width:100%}.refonte .ss-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:11px 14px;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);font-size:15px;color:var(--ink-3);cursor:pointer;text-align:left;transition:border-color .15s}.refonte .ss-trigger:hover{border-color:var(--ink-4)}.refonte .ss-trigger--set{color:var(--ink)}.refonte .ss-wrap--open .ss-trigger{border-color:var(--toyota-red);outline:none}.refonte .ss-value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.refonte .ss-caret{flex-shrink:0;transition:transform .15s;color:var(--ink-4)}.refonte .ss-wrap--open .ss-caret{transform:rotate(180deg)}.refonte .ss-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-md);z-index:300;overflow:hidden}.refonte .ss-search{display:block;width:100%;padding:9px 12px;border:0;border-bottom:1px solid var(--line-2);font-size:13px;background:var(--bg-2);color:var(--ink);outline:none}.refonte .ss-search::placeholder{color:var(--ink-4)}.refonte .ss-search:focus{background:var(--bg);border-bottom-color:var(--toyota-red)}.refonte .ss-list{list-style:none;margin:0;padding:4px 0;max-height:224px;overflow-y:auto}.refonte .ss-option{padding:8px 14px;font-size:14px;color:var(--ink-2);cursor:pointer;transition:background .1s}.refonte .ss-option:hover{background:var(--bg-2)}.refonte .ss-option.is-selected{color:var(--toyota-red);font-weight:600;background:var(--toyota-red-tint)}.refonte .ss-option--empty{color:var(--ink-4);cursor:default;font-style:italic}.refonte .btn-search{padding:10px 16px;height:42px;position:relative;margin-top:17px}.refonte .btn-search__count{margin-left:6px;padding:2px 8px;background:#fff3;border-radius:999px;font-size:11px;font-weight:700}.refonte .search__meta{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px solid var(--line-2);font-size:13px;color:var(--ink-3)}.refonte .field--range{min-width:0}.refonte .price-range{padding:6px 0 0;display:flex;flex-direction:column;justify-content:flex-start}.refonte .price-range__labels{display:flex;justify-content:flex-start;font-size:13px;color:var(--ink);font-weight:600;letter-spacing:-.01em}.refonte .price-range__labels span{line-height:1.2}.refonte .price-range__track{position:relative;height:20px;cursor:pointer}.refonte .range{width:100%}.refonte .range-drag-container{width:100%;padding:10px 10px 6px}.refonte .range-drag-container .noUi-target{background:var(--line);border:0;box-shadow:none;height:4px;border-radius:999px;margin:0}.refonte .range-drag-container .noUi-horizontal{height:4px}.refonte .range-drag-container .noUi-connects{border-radius:999px}.refonte .range-drag-container .noUi-connect{background:var(--toyota-red);box-shadow:0 0 0 1px #eb0a1e14}.refonte .range-drag-container .noUi-horizontal .noUi-handle{width:18px;height:18px;right:-9px;top:-7px;background:#fff;border:2px solid var(--toyota-red);border-radius:50%;box-shadow:0 2px 6px #11141826,0 0 #eb0a1e26;cursor:grab;transition:transform .12s,box-shadow .15s}.refonte .range-drag-container .noUi-handle:before,.refonte .range-drag-container .noUi-handle:after{display:none}.refonte .range-drag-container .noUi-handle:hover{box-shadow:0 4px 10px #1114182e,0 0 0 6px #eb0a1e1a}.refonte .range-drag-container .noUi-handle:focus,.refonte .range-drag-container .noUi-handle.noUi-active{outline:none;transform:scale(1.08);box-shadow:0 5px 14px #11141838,0 0 0 8px #eb0a1e24;cursor:grabbing}.refonte .range-drag-container .noUi-tooltip{display:none}.refonte .range-drag-container .noUi-active .noUi-tooltip{display:block}.refonte .range-drag-container .noUi-horizontal .noUi-tooltip{bottom:24px;padding:3px 8px;font-size:11px;font-weight:700;color:#fff;background:var(--ink);border:0;border-radius:4px;white-space:nowrap}.refonte .range-drag-container .noUi-horizontal .noUi-tooltip:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--ink);border-bottom:0}.refonte .breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-3);margin-bottom:16px;flex-wrap:wrap}.refonte .breadcrumb a{color:var(--ink-3)}.refonte .breadcrumb a:hover{color:var(--toyota-red)}.refonte .breadcrumb span:last-child{color:var(--ink);font-weight:500}.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search){position:relative;gap:4px;min-height:70px}.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__ico{width:100%;flex:1;height:auto}.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__img{max-width:60%;max-height:34px}.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__label{pointer-events:none}.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search):hover .body-tab__ico,.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search).is-on .body-tab__ico{transform:translateY(-1px) scale(1.03)}.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search):hover .body-tab__img,.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search).is-on .body-tab__img{max-height:38px;max-width:60%}.refonte .hero--banner .search__title{font-size:13px;font-weight:700;color:var(--ink-2);margin:0 0 6px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide){display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search){flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:0;padding:6px 5px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__ico{width:100%;height:34px;flex:none}.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__img,.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search):hover .body-tab__img,.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search).is-on .body-tab__img{max-width:72%;max-height:30px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__label{font-size:12px;font-weight:650}.refonte .hero--banner .body-tab__count{position:absolute;top:5px;right:5px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;background:var(--toyota-red-tint);color:var(--toyota-red-ink);border-radius:999px;font-size:11px;font-weight:700;line-height:1;pointer-events:none}.refonte .hero--banner .body-tab:hover .body-tab__count,.refonte .hero--banner .body-tab.is-on .body-tab__count{background:var(--toyota-red);color:#fff}.refonte .results{padding:15px 0 14px;background:var(--bg)}.refonte .results__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:6px}.refonte .results__head h2{font-size:clamp(24px,2.6vw,32px);margin:0}.refonte .results__head p{color:var(--ink-3);font-size:13px;margin:0 0 0 auto}.refonte .results__tools{display:flex;gap:10px;align-items:center;flex-wrap:wrap}@media (max-width: 900px){.refonte .results__tools{width:100%;justify-content:flex-end}}.refonte .sticky-toolbar{position:fixed;top:76px;left:0;right:0;z-index:48;background:#fffffff5;backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line);box-shadow:0 2px 8px #0000000a;transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .2s ease-out,opacity .2s ease-out}.refonte .sticky-toolbar.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.refonte .sticky-toolbar__row{display:flex;align-items:center;gap:14px;min-height:56px;padding:8px 0}.refonte .sticky-toolbar__filters-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s}.refonte .sticky-toolbar__filters-btn:hover{border-color:var(--toyota-red);color:var(--toyota-red)}.refonte .sticky-toolbar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--toyota-red);color:#fff;font-size:11px;font-weight:700;line-height:1}.refonte .sticky-toolbar__count{font-size:13px;color:var(--ink-2);white-space:nowrap}.refonte .sticky-toolbar__count strong{color:var(--toyota-red);font-weight:700;font-size:15px;margin-right:2px}.refonte .sticky-toolbar__chips{display:flex;gap:6px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.refonte .sticky-toolbar__chips::-webkit-scrollbar{display:none}.refonte .chip--sm{padding:4px 10px;font-size:12px;white-space:nowrap}.refonte .sticky-toolbar__sort,.refonte .sticky-toolbar__cta{margin-left:auto;flex-shrink:0}.refonte .sticky-toolbar__label{font-size:13px;color:var(--ink-2);white-space:nowrap}.refonte .sticky-toolbar__label strong{color:var(--ink);font-weight:700;margin-right:4px}.refonte .sticky-toolbar__modes{display:inline-flex;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;flex-shrink:0}.refonte .sticky-toolbar__mode{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;background:var(--bg);color:var(--ink);border:0;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.refonte .sticky-toolbar__mode+.sticky-toolbar__mode{border-left:1px solid var(--line)}.refonte .sticky-toolbar__mode:hover{color:var(--toyota-red)}.refonte .sticky-toolbar__mode.is-on{background:var(--toyota-red);color:#fff}@media (max-width: 768px){.refonte .sticky-toolbar__count,.refonte .sticky-toolbar__chips,.refonte .sticky-toolbar__label{display:none}.refonte .sticky-toolbar__mode span:not(.sticky-toolbar__mode-ico){display:none}}@media (max-width: 480px){.refonte .sticky-toolbar__row{gap:8px;min-height:48px}.refonte .sticky-toolbar__filters-btn{padding:7px 10px;font-size:12px}.refonte .sticky-toolbar__mode{padding:7px 10px}}.refonte .vgrid{display:grid;gap:14px}.refonte .vgrid--grid{grid-template-columns:repeat(4,1fr)}.refonte .vgrid--list{grid-template-columns:1fr}.refonte .results-section-title{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--ink);margin:4px 0 12px;padding-bottom:8px;border-bottom:2px solid var(--toyota-red)}.refonte .results-section-title svg{color:var(--toyota-red);width:18px;height:18px}.refonte .results-section-title--rest{margin-top:24px;border-bottom-color:var(--line);color:var(--ink-3);font-weight:600;font-size:15px}.refonte .results-section-title--rest svg{display:none}.refonte .vcard{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column;color:var(--ink);position:relative;cursor:pointer}.refonte .vcard:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:transparent;color:var(--ink)}.refonte .vcard--certified:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#c9a45b,#d4af37 30%,#f0d98a,#d4af37 70%,#c9a45b);background-size:250% 100%;z-index:2;pointer-events:none;animation:vcard-gold-bar-shimmer 9s linear infinite}@keyframes vcard-gold-bar-shimmer{0%{background-position:250% 0}to{background-position:-250% 0}}@media (prefers-reduced-motion: reduce){.refonte .vcard--certified:before{animation:none;background-position:50% 0}}.refonte .vcard--certified .vcard__now:not(.vcard__now--consult){background:linear-gradient(110deg,#c9a45b,#d4af37 40%,#f0d98a,#d4af37 60%,#c9a45b);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:vcard-gold-shimmer 7s linear infinite}@keyframes vcard-gold-shimmer{0%{background-position:250% 0}to{background-position:-250% 0}}@media (prefers-reduced-motion: reduce){.refonte .vcard--certified .vcard__now:not(.vcard__now--consult){animation:none;background-position:50% 0}}.refonte .vcard__body{position:relative}.refonte .vcard__cert-mark{position:absolute;top:8px;right:8px;width:44px;height:44px;display:block;z-index:2;pointer-events:none;filter:drop-shadow(0 2px 5px rgba(0,0,0,.18))}.refonte .vcard__cert-mark img{width:100%;height:100%;object-fit:contain;display:block}.refonte .vcard--certified .vcard__head{padding-right:52px}.refonte .vcard--certified.vcard--sold .vcard__now,.refonte .vcard--certified.vcard--sold .vcard__now:not(.vcard__now--consult){background:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:var(--ink-2);color:var(--ink-2);animation:none;text-decoration:line-through;text-decoration-color:var(--ink-2);opacity:.7}.refonte .vcard__media{position:relative;aspect-ratio:4/3;background:var(--bg-2);overflow:hidden;display:block}.refonte .vcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.refonte .vcard:hover .vcard__media img{transform:scale(1.03)}.refonte .vcard__count{position:absolute;right:12px;bottom:12px;padding:3px 8px;background:#111418bf;color:#fff;font-size:11px;font-weight:600;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;display:inline-flex;align-items:center;gap:4px}.refonte .vcard__promo{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2;background:var(--toyota-red);color:#fff}.refonte .vcard__cert{position:absolute;top:10px;left:10px;width:60px;height:60px;display:block;z-index:3;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));pointer-events:none}.refonte .vcard__cert img{width:100%;height:100%;object-fit:contain;display:block}.refonte .vcard__cert+.vcard__promo{top:80px}.refonte .vcard__sold{position:absolute;top:50%;left:50%;width:88%;max-width:340px;transform:translate(-50%,-50%) rotate(-14deg);z-index:3;display:block;pointer-events:none;filter:drop-shadow(0 4px 16px rgba(0,0,0,.45))}.refonte .vcard__sold img{width:70%;height:auto;display:block;margin:auto}.refonte .vcard--sold .vcard__media>img{filter:grayscale(.75) brightness(.92)}.refonte .vcard--sold:hover{transform:none;box-shadow:var(--shadow-sm);border-color:var(--line)}.refonte .vcard--sold:hover .vcard__media>img{transform:none}.refonte .vcard--sold .vcard__now{text-decoration:line-through;color:var(--ink-3)}.refonte .vcard--sold .vcard__old,.refonte .vcard--sold .vcard__easyloc{display:none}.refonte .vcard__actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;z-index:4}.refonte .vcard__body{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1}.refonte .vcard__head{min-height:44px}.refonte .vcard__year{font-size:11px;font-weight:600;color:var(--ink-3);letter-spacing:.1em;text-transform:uppercase}.refonte .vcard__title{margin:2px 0 0}.refonte .vcard__title h3{font-size:14px;font-weight:700;line-height:1.2;color:var(--toyota-red);margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.refonte .vcard__title a{position:static}.refonte .vcard__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.refonte .vcard__foot .btn-ghost{position:relative;z-index:2}.refonte .vcard__model{color:var(--ink);font-weight:800}.refonte .vcard__specs{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;list-style:none;padding:0;margin:0;font-size:12px;color:var(--ink-3)}.refonte .vcard__specs li{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.refonte .vcard__specs .ico{color:var(--ink-4)}.refonte .vcard__body-type{display:none}.refonte .vcard--list .vcard__body-type{display:flex}.refonte .vcard__foot{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;border-top:1px solid var(--line-2);gap:8px}.refonte .vcard__price{display:flex;flex-direction:column;min-width:0}.refonte .vcard__old{font-size:12px;color:var(--ink-2);text-decoration:line-through;text-decoration-color:var(--ink-2)}.refonte .vcard__now{font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--ink);letter-spacing:-.01em;white-space:nowrap}.refonte .vcard__easyloc{font-size:11px;color:var(--ink-3);margin-top:2px}.refonte .vcard__easyloc strong{color:var(--toyota-red);font-weight:700}.refonte .vcard__now--consult{color:var(--ink-2);font-weight:700;font-size:15px}.refonte .vcard .btn-ghost{padding:10px 16px;font-size:13px;font-weight:600;justify-content:center}.refonte .vcard--list .btn-ghost{width:auto;justify-content:flex-start}.refonte .vcard--list{display:grid;grid-template-columns:260px minmax(0,1fr) auto;align-items:stretch;gap:0}.refonte .vcard--list .vcard__media{width:100%;flex-shrink:0;aspect-ratio:16 / 11;border-right:1px solid var(--line-2)}.refonte .vcard--list .vcard__body{display:grid;grid-template-rows:auto auto;align-content:center;gap:12px;padding:18px 24px}.refonte .vcard--list .vcard__head{min-height:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 14px}.refonte .vcard--list .vcard__year{display:inline-flex;align-items:center;padding:3px 8px;border:1px solid var(--line);border-radius:999px;font-size:10px;color:var(--ink-3);background:var(--bg-2);letter-spacing:.1em;line-height:1}.refonte .vcard--list .vcard__title h3{font-size:18px;color:var(--ink);line-height:1.15;letter-spacing:-.015em;margin:0}.refonte .vcard--list .vcard__title h3 span:first-child{color:var(--toyota-red);margin-right:4px}.refonte .vcard--list .vcard__specs{display:flex;flex-wrap:wrap;grid-template-columns:none;gap:6px 0;font-size:13px;color:var(--ink-2)}.refonte .vcard--list .vcard__specs li{display:inline-flex;align-items:center;gap:6px;padding:0 14px;position:relative;white-space:nowrap;overflow:visible}.refonte .vcard--list .vcard__specs li:first-child{padding-left:0}.refonte .vcard--list .vcard__specs li+li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:12px;background:var(--line)}.refonte .vcard--list .vcard__specs li .ico-sm{color:var(--toyota-red);opacity:.75}.refonte .vcard--list .vcard__foot{flex-direction:column;align-items:flex-end;justify-content:center;margin-top:0;padding:18px 24px 18px 28px;border-top:0;border-left:1px solid var(--line-2);background:linear-gradient(180deg,#fff 0%,var(--bg-2) 100%);gap:12px;min-width:200px}.refonte .vcard--list .vcard__price{align-items:flex-end;gap:2px}.refonte .vcard--list .vcard__old{font-size:13px}.refonte .vcard--list .vcard__now{font-size:26px;font-weight:800;color:var(--toyota-red);letter-spacing:-.02em}.refonte .vcard--list .vcard__easyloc{font-size:12px;text-align:right}.refonte .vcard--list .btn-ghost{padding:9px 14px;font-size:13px;font-weight:600;border-color:var(--ink);color:var(--ink);background:#fff;transition:background .2s,color .2s,border-color .2s,gap .2s}.refonte .vcard--list .btn-ghost:hover{background:var(--ink);color:#fff;border-color:var(--ink);gap:10px}.refonte .vcard--list .btn-ghost svg{transition:transform .2s}.refonte .vcard--list .btn-ghost:hover svg{transform:translate(3px)}.refonte .vcard--list:hover{transform:translateY(-2px)}.refonte .empty{text-align:center;padding:64px 48px 52px;background:var(--bg-2);border:1px solid var(--line);border-radius:20px;max-width:none;width:100%;margin:0;box-sizing:border-box}.refonte .empty__ico{width:72px;height:72px;margin:0 auto 22px;background:var(--toyota-red-tint);color:var(--toyota-red);border-radius:50%;display:flex;align-items:center;justify-content:center}.refonte .empty__ico .ico{width:28px;height:28px}.refonte .empty h3{font-size:21px;font-weight:800;margin-bottom:10px}.refonte .empty p{color:var(--ink-3);font-size:14px;margin:0 auto 20px;max-width:460px;line-height:1.65}.refonte .empty>.btn-primary{margin-top:4px}.refonte .empty__sep{display:flex;align-items:center;gap:14px;margin:36px 0 22px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-4);white-space:nowrap}.refonte .empty__sep:before,.refonte .empty__sep:after{content:"";flex:1;height:1px;background:var(--line)}.refonte .empty__cats{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.refonte .empty__cat{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg);color:var(--ink-3);font-size:13px;font-weight:600;text-align:center;transition:border-color .15s,color .15s,background .15s;cursor:pointer}.refonte .empty__cat:hover{border-color:var(--toyota-red);color:var(--toyota-red);background:var(--toyota-red-tint)}.refonte .empty__cat.is-empty{opacity:.4;pointer-events:none;cursor:not-allowed}.refonte .empty__cat__ico{width:100px;height:52px;display:flex;align-items:center;justify-content:center;position:relative}.refonte .empty__cat__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:opacity .15s}.refonte .empty__cat__img--on{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;opacity:0}.refonte .empty__cat:hover .empty__cat__img--off{opacity:0}.refonte .empty__cat:hover .empty__cat__img--on{opacity:1}.refonte .empty__footer{margin-top:36px;padding-top:28px;border-top:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:14px}.refonte .empty__footer p{margin:0;font-size:13px}.refonte .empty__filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:24px 0 0}.refonte .car-ph{position:relative;z-index:0;width:100%;aspect-ratio:4/3;overflow:hidden;background:#111418;display:flex;flex-direction:column;align-items:center;justify-content:center}.refonte .car-ph__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1d23,#0e1014 60%,#1a0a0a);opacity:.95}.refonte .car-ph__bar{position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--toyota-red);z-index:3}.refonte .car-ph__brand{position:relative;z-index:1;text-align:center;padding:0 16px;display:flex;flex-direction:column;align-items:center;gap:4px}.refonte .car-ph__make{display:block;font-size:clamp(18px,4vw,26px);font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#fff;line-height:1}.refonte .car-ph__model{display:block;font-size:clamp(11px,2.5vw,14px);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#ffffff73;line-height:1}.refonte .car-ph__label{position:absolute;bottom:14px;left:50%;transform:translate(-50%);z-index:1;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#ffffff4d;white-space:nowrap}.refonte .car-ph__label svg{width:13px;height:13px;flex-shrink:0}.refonte .why{background:var(--bg-2);padding:56px 0}.refonte .why__head{text-align:center;margin-bottom:48px}.refonte .why__head h2{font-size:clamp(28px,3.5vw,44px);margin-top:12px}.refonte .why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.refonte .why__card{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-lg);padding:0;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;cursor:pointer}.refonte .why__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:transparent}.refonte .why__img{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--bg-2)}.refonte .why__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.refonte .why__card:hover .why__img img{transform:scale(1.04)}.refonte .why__body{padding:22px 24px 26px}.refonte .why__card h3{font-size:17px;margin-bottom:10px}.refonte .why__card p{color:var(--ink-3);font-size:14px;margin:0 0 20px}.refonte .why__link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--toyota-red)}.refonte .why__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.refonte .finance{background:#0b0d10;color:#fff;padding:56px 0;position:relative;overflow:hidden}.refonte .finance:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 100% 100%,rgba(235,10,30,.2),transparent 50%),radial-gradient(circle at 0% 0%,rgba(11,111,184,.1),transparent 50%)}.refonte .finance__inner{position:relative;display:grid;grid-template-columns:1fr;gap:32px;align-items:center;text-align:center;max-width:960px;margin:0 auto}.refonte .finance__copy h2{color:#fff;font-size:clamp(28px,3.5vw,44px);margin:12px 0 16px;line-height:1.1}.refonte .finance__copy h2 strong{color:var(--toyota-red);font-weight:800}.refonte .finance__copy p{color:#ffffffb3;margin:0 auto 15px;max-width:500px}.refonte .finance__ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.refonte .footer{background:#0b0d10;color:#c9cfd6;padding:56px 0 0}.refonte .footer__top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1.4fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.refonte .footer__brand .logo__wm strong{color:#fff}.refonte .footer__brand .logo__wm em{color:#fff9}.refonte .footer__tag{color:#fff9;font-size:13px;margin:16px 0;max-width:240px}.refonte .footer__social{display:flex;gap:10px}.refonte .footer__social a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:8px;color:#fff;transition:background .15s}.refonte .footer__social a:hover{background:var(--toyota-red);color:#fff}.refonte .footer__col h3,.refonte .footer__col h4{color:#fff;font-size:14px;margin-bottom:16px;font-weight:600}.refonte .footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.refonte .footer__col a{color:#fff9;font-size:13px;transition:color .15s}.refonte .footer__col a:hover{color:var(--toyota-red)}.refonte .footer__contact h3,.refonte .footer__contact h4{color:#fff;font-size:14px;margin-bottom:16px}.refonte .footer__map{aspect-ratio:16/9;background:repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 40px),repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0 1px,transparent 1px 40px),linear-gradient(135deg,#1a2026,#12161b);border-radius:var(--r-md);position:relative;margin-bottom:16px;overflow:hidden;isolation:isolate;z-index:0}.refonte .footer__map iframe,.refonte .footer__map img{width:100%;height:100%;border:0}.refonte .footer__map img{object-fit:cover;display:block}@media (min-width: 821px){.refonte .footer__map img{object-position:0px -38px}}.refonte .footer__addr{display:flex;flex-direction:column;gap:6px;font-size:13px;margin-bottom:14px}.refonte .footer__addr>div{display:flex;align-items:start;gap:8px;color:#fff9}.refonte .footer__addr .ico{flex-shrink:0;color:var(--toyota-red)}.refonte .footer__bot{border-top:1px solid rgba(255,255,255,.04);padding:20px 0;margin-top:0;font-size:12px;color:#ffffffb3}.refonte .footer__bot-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.refonte .footer__bot-row a{margin-left:20px;color:#ffffffbf}.refonte .footer__bot-row a:first-of-type{margin-left:0}.refonte .footer__bot-row a:hover{color:#fff}.refonte .sell-form__steps{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--line-2)}.refonte .sell-form__step{display:flex;align-items:center;gap:8px;color:var(--ink-4);font-size:13px;font-weight:500}.refonte .sell-form__step:not(:last-child):after{content:"";width:24px;height:1px;background:var(--line);margin-left:4px}.refonte .sell-form__step span{width:24px;height:24px;background:var(--bg-2);border:1px solid var(--line);color:var(--ink-4);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.refonte .sell-form__step.is-on{color:var(--ink)}.refonte .sell-form__step.is-on span{background:var(--toyota-red);border-color:var(--toyota-red);color:#fff}.refonte .sell-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.refonte .sell-form__grid .field--full{grid-column:1 / -1}.refonte .sell-form__hint{grid-column:1 / -1;display:flex;gap:8px;color:var(--ink-3);font-size:12px;padding:10px 12px;background:var(--bg-2);border-radius:var(--r-md)}.refonte .sell-form__nav{display:flex;justify-content:space-between;margin-top:16px;gap:10px}.refonte .svp-sold{text-align:center;padding:32px 28px}.refonte .svp-sold__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 10px;margin-bottom:18px;background:var(--toyota-red);color:#fff;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.refonte .svp-sold__badge svg{width:16px;height:16px}.refonte .svp-sold__title{font-family:var(--font-display);font-size:22px;font-weight:700;margin:0 0 10px;color:var(--ink);line-height:1.25}.refonte .svp-sold__sub{color:var(--ink-3);font-size:14px;line-height:1.55;max-width:52ch;margin:0 auto 22px}.refonte .svp-sold__sub strong{color:var(--ink)}.refonte .svp-sold__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.refonte .svp-sold__cta{flex:1 1 220px;justify-content:center;min-height:44px;padding-left:18px;padding-right:18px}@media (max-width: 520px){.refonte .svp-sold{padding:24px 18px}.refonte .svp-sold__title{font-size:19px}.refonte .svp-sold__cta{flex-basis:100%}}.refonte .sell-done{text-align:center;padding:20px 10px}.refonte .sell-done__ico{width:56px;height:56px;margin:0 auto 16px;background:#d1fae5;color:#047857;border-radius:999px;display:flex;align-items:center;justify-content:center}.refonte .sell-done h3{font-size:18px;margin-bottom:8px}.refonte .sell-done p{color:var(--ink-3);font-size:14px;margin:0 0 16px}.refonte .vgrid--grid .vcard-filler{display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:22px 22px 18px;background:linear-gradient(155deg,var(--toyota-red) 0%,#a31621 100%);color:#fff;border-radius:var(--r-lg);text-decoration:none;box-shadow:var(--shadow-md);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;min-height:100%}.refonte .vgrid--grid .vcard-filler:after{content:"";position:absolute;inset:auto -40px -60px auto;width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 65%);pointer-events:none}.refonte .vgrid--grid .vcard-filler:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);color:#fff}.refonte .vgrid--grid .vcard-filler:focus-visible{outline:3px solid #fff;outline-offset:2px}.refonte .vgrid--grid .vcard-filler__icon{width:48px;height:48px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.refonte .vgrid--grid .vcard-filler__icon svg{width:26px;height:26px}.refonte .vgrid--grid .vcard-filler__body{display:flex;flex-direction:column;gap:8px;flex:1}.refonte .vgrid--grid .vcard-filler__title{font-family:var(--font-display);font-size:19px;font-weight:700;line-height:1.25;margin:0;color:#fff}.refonte .vgrid--grid .vcard-filler__desc{font-size:13.5px;line-height:1.45;margin:0;color:#ffffffe6}.refonte .vgrid--grid .vcard-filler__cta{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:10px 16px;background:#fff;color:var(--toyota-red);border-radius:var(--r-md, 8px);font-weight:600;font-size:13.5px;transition:transform .2s}.refonte .vgrid--grid .vcard-filler:hover .vcard-filler__cta{transform:translate(2px)}.refonte .vgrid--grid .vcard-filler__cta svg{width:16px;height:16px}.refonte .vgrid--list .vcard-filler,.refonte .vcard-filler{display:none}@media (min-width: 1181px){.refonte .vgrid--grid .vcard-filler{display:flex}}@media (min-width: 1280px) and (max-width: 1366px){.refonte .hero__visual{height:240px}}@media (max-width: 1180px){.refonte .vgrid--grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1080px){.refonte .nav{gap:18px;font-size:13px}.refonte .nav a:nth-child(4){display:none}.refonte .footer__top{grid-template-columns:1fr 1fr 1fr}.refonte .footer__contact{grid-column:1 / -1}}@media (min-width: 821px) and (max-width: 1080px){.refonte .footer__top{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}.refonte .footer__contact{display:grid;grid-template-columns:1.5fr 1fr;column-gap:32px;align-content:start}.refonte .footer__contact h3,.refonte .footer__contact h4{grid-column:1 / -1}.refonte .footer__map{grid-column:1;grid-row:2 / span 2;aspect-ratio:16 / 10;max-height:220px;margin-bottom:0}.refonte .footer__addr{grid-column:2;grid-row:2;align-self:start;margin-bottom:14px}.refonte .footer__contact>.btn-ghost{grid-column:2;grid-row:3;align-self:start;width:100%;justify-content:center}}@media (max-width: 980px){.refonte .search__bodies--wide{grid-template-columns:repeat(4,1fr)}.refonte .filter-bar,.refonte .filter-bar--2{grid-template-columns:1fr 1fr}}@media (min-width: 561px) and (max-width: 980px){.refonte .filter-bar .field--range,.refonte .filter-bar--2 .field--range{grid-column:auto}.refonte .filter-bar--2>.field:not(.field--range):not(.field--submit){order:3}.refonte .filter-bar--2>.field--submit{order:4}}@media (max-width: 1080px){.refonte .vcard--list{grid-template-columns:220px minmax(0,1fr) auto}.refonte .vcard--list .vcard__foot{min-width:180px;padding:16px 20px}.refonte .vcard--list .vcard__now{font-size:22px}}@media (max-width: 900px){.refonte .vgrid--grid{grid-template-columns:repeat(2,1fr)}.refonte .vcard--list{grid-template-columns:200px minmax(0,1fr);grid-template-rows:auto auto}.refonte .vcard--list .vcard__media{grid-row:1 / span 2;aspect-ratio:auto;border-right:1px solid var(--line-2)}.refonte .vcard--list .vcard__body{padding:14px 18px;gap:8px}.refonte .vcard--list .vcard__foot{grid-column:2;grid-row:2;flex-direction:row;align-items:center;justify-content:space-between;border-left:0;border-top:1px solid var(--line-2);background:var(--bg-2);padding:12px 18px;min-width:0}.refonte .vcard--list .vcard__price{align-items:flex-start}.refonte .vcard--list .vcard__easyloc{text-align:left}}@media (max-width: 640px){.refonte .vcard--list{grid-template-columns:1fr;grid-template-rows:auto auto auto}.refonte .vcard--list .vcard__media{grid-row:1;aspect-ratio:16/10;border-right:0;border-bottom:1px solid var(--line-2)}.refonte .vcard--list .vcard__body{grid-column:1;grid-row:2}.refonte .vcard--list .vcard__foot{grid-column:1;grid-row:3}.refonte .vcard--list .vcard__specs{font-size:12px}.refonte .vcard--list .vcard__specs li{padding:0 10px}}@media (max-width: 820px){.refonte .hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"copy   visual" "search search";column-gap:28px}.refonte .hero__visual{max-width:none;height:245px}.refonte .hero__kicker-region-full{display:none}.refonte .hero__kicker-region-short{display:inline}.refonte .hero__search{margin-top:0;margin-bottom:0}.refonte .hero__ticker-track span{font-size:10px}.refonte .mode__btn em{display:none}.refonte .hero__side .mode__btn em{display:block}.refonte .hero--banner .hero__inner{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "side" "search";align-items:stretch;row-gap:18px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide){grid-template-columns:repeat(4,1fr)}.refonte .hero--banner .hero__copy-text{align-items:center;text-align:center}.refonte .hero--banner .hero__sub,.refonte .hero--banner .hero__kicker{margin-left:auto;margin-right:auto}.refonte .hero--banner .hero__trust{justify-content:center}.refonte .hero__side{max-width:760px;margin:0 auto;width:100%}.refonte .hero--banner .mode--cta{grid-template-columns:1fr 1fr;width:100%;margin:0}.refonte .hero--banner .search__title{text-align:center}.refonte .hero--banner .search__bodies:not(.search__bodies--wide){justify-content:center}.refonte .search__bodies{grid-template-columns:repeat(7,1fr)}.refonte .empty__cats{grid-template-columns:repeat(4,1fr)}.refonte .search__row{grid-template-columns:1fr 1fr}.refonte .search__row .btn-search,.refonte .field--range{grid-column:1 / -1}.refonte .why__grid{grid-template-columns:repeat(2,1fr)}.refonte .footer{padding-top:28px}.refonte .footer__top{grid-template-columns:1fr 1fr;gap:20px 28px;padding-bottom:20px}.refonte .footer__brand{grid-column:1 / -1;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"logo .   social" "tag  tag tag";align-items:center;gap:8px 20px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}.refonte .footer__brand .logo{grid-area:logo}.refonte .footer__tag{grid-area:tag;margin:0;max-width:none}.refonte .footer__social{grid-area:social;justify-self:end}.refonte .footer__contact{grid-column:1 / -1}.refonte .footer__col h3,.refonte .footer__col h4{margin-bottom:10px}.refonte .footer__col ul{gap:6px}.refonte .footer__contact h3,.refonte .footer__contact h4{margin-bottom:10px}.refonte .footer__map{aspect-ratio:16/7;margin-bottom:10px;max-height:180px}.refonte .footer__addr{gap:3px;margin-bottom:8px}.refonte .footer__bot{padding:12px 0}.refonte .nav{display:none}.refonte .nav-toggle{display:inline-flex}.refonte .btn-phone{display:none}.refonte .topbar__left{font-size:12px;gap:12px}.refonte .topbar__social{width:32px;height:32px}}@media (max-width: 820px){.refonte .nav.is-open{display:flex;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);padding:8px 0 12px;box-shadow:0 8px 24px #1114181a;z-index:49}.refonte .nav.is-open a{padding:13px 24px;border-bottom:1px solid var(--line-2);font-size:15px}.refonte .nav.is-open a:last-child{border-bottom:none}.refonte .nav.is-open a:after{display:none}.refonte .nav.is-open a:nth-child(4){display:flex}}@media (max-width: 640px){.refonte .container{width:calc(100% - 32px)}.refonte .hero__inner{grid-template-columns:1fr;grid-template-areas:"visual" "copy" "mode" "search"}.refonte .hero__visual{max-width:520px}.refonte .hero{padding-top:8px;padding-bottom:8px}.refonte .hero--banner .hero__inner{row-gap:10px}.refonte .hero__title{margin:8px 0 6px}.refonte .hero__sub,.refonte .hero--banner .hero__sub{display:none}.refonte .search__title{font-size:14px;margin-bottom:6px}.refonte .search__bodies{grid-template-columns:repeat(4,1fr);gap:6px}.refonte .search__bodies:not(.search__bodies--wide)>.body-tab:last-child{grid-column:auto}.refonte .body-tab{padding:7px 4px;gap:3px}.refonte .body-tab__ico{width:100%;height:38px}.refonte .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__label{font-size:10.5px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide){gap:5px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search){flex-direction:column;gap:3px;padding:6px 4px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__ico{width:100%;height:42px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__img,.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search):hover .body-tab__img,.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search).is-on .body-tab__img{max-height:38px}.refonte .hero--banner .search__bodies:not(.search__bodies--wide) .body-tab:not(.body-tab--search) .body-tab__label{font-size:11px}.refonte .hero__side .mode__btn strong{font-size:14px;white-space:nowrap}.refonte .hero__side .mode__btn em{display:none}.refonte .hero__trust{gap:6px 14px;margin-top:12px}.refonte .hero__trust li{font-size:12.5px}.refonte .hero--banner .body-tab__count{min-width:16px;height:16px;padding:0 4px;top:3px;right:3px;font-size:10px}.refonte .empty__cats{grid-template-columns:repeat(3,1fr)}.refonte .search__row{grid-template-columns:1fr}.refonte .mode{grid-template-columns:1fr 1fr}.refonte .footer__contact>.btn-ghost{display:flex;width:100%;justify-content:center}.refonte .why__grid{grid-template-columns:1fr}.refonte .sell-form__steps{gap:6px;font-size:11px;margin-bottom:14px;padding-bottom:12px}.refonte .sell-form__step{font-size:11px;min-width:0;gap:6px}.refonte .sell-form__step:not(:last-child):after{width:8px;margin-left:2px}.refonte .sell-form__step span{width:20px;height:20px;font-size:11px}.refonte .sell-form__nav{justify-content:flex-end;gap:8px}.refonte .sell-form__nav [data-sell-prev]{width:44px;padding:0;flex-shrink:0;font-size:0;line-height:1}.refonte .sell-form__nav [data-sell-prev] svg{width:18px;height:18px}.refonte .sell-form__nav [data-sell-prev][style*="visibility: hidden"]{display:none}.refonte .sell-form__nav [data-sell-next],.refonte .sell-form__nav [data-sell-submit]{flex:1}.refonte .sell-form__nav>div:has(>.grecaptcha-badge){display:contents}.refonte form button.btn-primary{width:100%}.refonte .footer{padding-top:22px}.refonte .footer__top{grid-template-columns:1fr 1fr;gap:14px 20px;padding-bottom:14px}.refonte .footer__brand{grid-column:1 / -1;grid-template-columns:auto 1fr;grid-template-areas:"logo social" "tag  tag";gap:8px 14px;padding-bottom:6px}.refonte .footer__brand .logo{grid-area:logo}.refonte .footer__tag{grid-area:tag;margin:0;max-width:none;font-size:12px}.refonte .footer__social{grid-area:social;justify-self:end}.refonte .footer__brand+.footer__col{grid-column:1;grid-row:span 2}.refonte .footer__brand+.footer__col+.footer__col{order:1}.refonte .footer__contact{grid-column:1 / -1;order:2}.refonte .footer__col h3,.refonte .footer__col h4,.refonte .footer__contact h3,.refonte .footer__contact h4{margin-bottom:8px;font-size:13px}.refonte .footer__col ul{gap:6px}.refonte .footer__col a{font-size:12px}.refonte .footer__map{aspect-ratio:16/8;max-height:none;margin-bottom:8px}.refonte .footer__addr{gap:3px;margin-bottom:6px;font-size:12px}.refonte .footer__bot{padding:10px 0}.refonte .footer__bot-row{gap:4px}.refonte .footer__bot-row a{margin-left:12px}}@media (max-width: 560px){.refonte .vgrid--grid{grid-template-columns:1fr}.refonte .results__tools{justify-content:space-between}.refonte .quick-search{min-width:0;flex:1}.refonte .search__bodies--wide{grid-template-columns:repeat(2,1fr)}.refonte .filter-bar,.refonte .filter-bar--2,.refonte .sell-form__grid{grid-template-columns:1fr}}.refonte .cert-hero{position:relative;padding:14px 0;background:var(--bg);overflow:hidden}.refonte .cert-hero .hero__bg{background:radial-gradient(ellipse 55% 70% at 92% 18%,rgba(235,10,30,.1),transparent 60%),radial-gradient(ellipse 40% 60% at 0% 100%,rgba(11,111,184,.04),transparent 60%),linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 100%)}.refonte .cert-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);column-gap:56px;align-items:stretch}.refonte .cert-hero__copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding-top:0}.refonte .cert-hero__copy .breadcrumb{margin-bottom:8px}.refonte .cert-hero__title{font-family:var(--font-display);font-size:clamp(22px,2.4vw,30px);font-weight:800;line-height:1.06;letter-spacing:-.03em;margin:0 0 10px;color:var(--ink)}.refonte .cert-hero__title em{font-style:normal;color:var(--toyota-red);font-weight:800}.refonte .cert-hero__sub{font-size:15.5px;color:var(--ink-3);max-width:560px;line-height:1.55;margin:0 0 16px}.refonte .cert-hero__actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.refonte .cert-hero__actions .btn-primary{padding:11px 18px;font-size:14px}.refonte .cert-hero__link{display:inline-flex;align-items:center;gap:6px;padding:11px 12px;color:var(--ink-2);font-size:14px;font-weight:600;border-bottom:1px solid transparent;transition:color .15s,border-color .15s,gap .2s}.refonte .cert-hero__link:hover{color:var(--toyota-red);border-color:currentColor;gap:10px}.refonte .cert-hero__copy .hero__trust{gap:8px 14px;font-size:12.5px;margin:4px 0 14px}.refonte .cert-hero__copy .hero__trust li{white-space:nowrap}.refonte .cert-hero--centered .hero__trust{justify-content:center}@media (min-width: 981px){.refonte.route-vehiculesCertifies .cert-hero__copy .hero__trust{flex-wrap:nowrap}}.refonte .cert-hero--centered .cert-hero__inner{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}.refonte .cert-hero--centered .cert-hero__copy{align-items:center;max-width:720px}.refonte .cert-hero--centered .cert-hero__sub{max-width:640px}.refonte .cert-hero--centered .cert-hero__actions,.refonte .cert-hero--centered .breadcrumb{justify-content:center}.refonte .cert-hero__visual{position:relative;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-lg);max-height:400px}.refonte .cert-hero__visual img{display:block;width:100%;height:100%;object-fit:cover}.refonte .cert-hero__visual--illustration{background:transparent;box-shadow:none;overflow:visible}.refonte .cert-hero__visual--illustration img{object-fit:contain}.refonte.route-commitments .cert-hero__visual--illustration,.refonte.route-sellVehicle .cert-hero__visual--illustration{max-width:clamp(220px,28vw,340px);margin-inline:auto}@media (max-width: 980px){.refonte .cert-hero__visual{max-height:none;min-height:320px}}.refonte .cert-card{position:relative;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column}.refonte .cert-card__head{position:relative;background:#fff;color:var(--ink);border-bottom:1px solid var(--line);padding:14px 24px;overflow:hidden}.refonte .cert-card__head:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 100% 0%,rgba(235,10,30,.1),transparent 55%),radial-gradient(circle at 0% 100%,rgba(235,10,30,.04),transparent 60%);pointer-events:none}.refonte .cert-card__kicker{position:relative;display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--toyota-red);font-weight:700}.refonte .cert-card__kicker:before{content:"";width:22px;height:1px;background:var(--toyota-red)}.refonte .cert-card__title{position:relative;font-family:var(--font-display);font-size:clamp(18px,2vw,22px);font-weight:800;letter-spacing:-.02em;color:var(--ink);margin-top:5px}.refonte .cert-card__list{list-style:none;padding:0;margin:0}.refonte .cert-benefit{position:relative;display:grid;grid-template-columns:38px 1fr 34px;column-gap:12px;padding:9px 22px;border-top:1px solid var(--line-2);align-items:center;transition:background .2s}.refonte .cert-benefit__num{grid-column:1;align-self:start;padding-top:2px}.refonte .cert-benefit__body{grid-column:2;align-self:start}.refonte .cert-benefit__ico{grid-row:1;grid-column:3;align-self:start}.refonte .cert-benefit:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--toyota-red);transform:scaleY(0);transform-origin:top;transition:transform .25s ease}.refonte .cert-benefit:hover{background:var(--bg-2)}.refonte .cert-benefit:hover:before{transform:scaleY(1)}.refonte .cert-benefit__num{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--toyota-red);letter-spacing:-.04em;line-height:1;padding-top:0;position:relative}.refonte .cert-benefit__num:after{content:"";position:absolute;left:0;top:calc(100% + 4px);width:12px;height:2px;background:var(--toyota-red);transition:width .25s ease}.refonte .cert-benefit:hover .cert-benefit__num:after{width:20px}.refonte .cert-benefit__ico{width:34px;height:34px;border-radius:50%;background:var(--toyota-red-tint);color:var(--toyota-red);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:0;transition:background .2s,color .2s,transform .2s}.refonte .cert-benefit__ico .ico{width:18px;height:18px}.refonte .cert-benefit:hover .cert-benefit__ico{background:var(--toyota-red);color:#fff;transform:scale(1.05)}.refonte .cert-benefit__body h3{font-family:var(--font-display);font-size:14.5px;font-weight:700;color:var(--ink);margin:0 0 2px;letter-spacing:-.01em;line-height:1.25}.refonte .cert-benefit__body p{font-size:13px;line-height:1.45;color:var(--ink-3);margin:0}@media (max-width: 980px){.refonte .cert-hero__inner{grid-template-columns:1fr;row-gap:24px}.refonte.route-contactUs .cert-hero__inner{row-gap:0}.refonte .cert-hero__copy{padding-top:0}.refonte .cert-hero__actions{margin-top:8px}.refonte.route-commitments .cert-hero__visual,.refonte.route-sellVehicle .cert-hero__visual{display:none}.refonte.route-commitments .cert-hero__inner,.refonte.route-sellVehicle .cert-hero__inner{row-gap:0}.refonte .cert-hero--centered .cert-hero__inner{justify-items:start;text-align:left}.refonte .cert-hero--centered .cert-hero__copy{align-items:flex-start}.refonte .cert-hero--centered .cert-hero__actions{justify-content:flex-start;width:100%}.refonte .cert-hero--centered .hero__trust,.refonte .cert-hero--centered .breadcrumb{justify-content:flex-start}}@media (max-width: 560px){.refonte .cert-hero{padding:14px 0}.refonte .cert-hero__title{margin:0 0 10px}.refonte .cert-hero__actions{gap:4px}.refonte .cert-hero__actions .btn-primary,.refonte .cert-hero__link{width:100%;justify-content:center}.refonte .cert-card__head{padding:20px 20px 18px}.refonte .cert-benefit{grid-template-columns:38px 1fr 40px;column-gap:12px;padding:16px 18px}.refonte .cert-benefit__num{font-size:18px;padding-top:12px}.refonte .cert-benefit__num:after{top:28px;width:14px}.refonte .cert-benefit__ico{width:40px;height:40px}}.refonte .compare-bar{position:fixed;left:0;right:0;bottom:0;background:#0b0d10;color:#fff;padding:14px 0;box-shadow:0 -10px 30px #00000040;z-index:150;animation:compareBarSlideUp .25s ease-out}@keyframes compareBarSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.refonte .compare-bar__row{display:flex;align-items:center;gap:20px}.refonte .compare-bar__row>span{font-weight:600;font-size:14px;white-space:nowrap}.refonte .compare-bar__list{display:flex;gap:8px;flex:1;overflow-x:auto;flex-wrap:wrap}.refonte .compare-bar__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 6px 6px 12px;background:#ffffff14;border-radius:999px;font-size:12px}.refonte .compare-bar__chip button{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;border-radius:999px;color:#fff}.refonte .compare-bar__chip button:hover{background:var(--toyota-red)}@media (max-width: 640px){.refonte .compare-bar{padding:10px 0}.refonte .compare-bar__row{gap:10px;flex-wrap:wrap}.refonte .compare-bar__row>span{font-size:13px}.refonte .compare-bar__list{order:3;flex-basis:100%}}.refonte .r-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility 0s linear .22s}.refonte .r-modal.is-open{opacity:1;visibility:visible;transition:opacity .22s ease,visibility 0s}.refonte .r-modal[hidden]{display:none}.refonte body.has-r-modal{overflow:hidden}.refonte .r-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0d109e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.refonte .r-modal__dialog{position:relative;width:min(440px,100%);background:#fff;border-radius:20px;padding:36px 28px 28px;text-align:center;box-shadow:0 30px 80px -20px #00000059,0 0 0 1px #0000000a;transform:translateY(12px) scale(.96);opacity:0;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s ease}.refonte .r-modal.is-open .r-modal__dialog{transform:translateY(0) scale(1);opacity:1}.refonte .r-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#0b0d100a;color:#0b0d10;border-radius:999px;transition:background .15s ease,color .15s ease,transform .15s ease}.refonte .r-modal__close:hover{background:var(--toyota-red);color:#fff;transform:rotate(90deg)}.refonte .r-modal__close svg{width:18px;height:18px}.refonte .r-modal__icon{width:72px;height:72px;margin:0 auto 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at 30% 25%,#eb0a1e2e,#eb0a1e0a 70%);color:var(--toyota-red);position:relative}.refonte .r-modal__icon:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:1px dashed rgba(235,10,30,.25);animation:rModalRing 8s linear infinite}@keyframes rModalRing{to{transform:rotate(360deg)}}.refonte .r-modal__icon svg{width:34px;height:34px}.refonte .r-modal__title{margin:0 0 8px;font-size:20px;font-weight:700;color:#0b0d10;letter-spacing:-.01em}.refonte .r-modal__desc{margin:0 0 24px;font-size:14px;line-height:1.55;color:#5b6168}.refonte .r-modal__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.refonte .r-modal__actions>*{flex:1 1 auto;min-width:0}.refonte .r-modal__cta{display:inline-flex;align-items:center;justify-content:center;gap:6px}.refonte .r-modal--cert .r-modal__actions>.r-modal__cta{flex:0 0 auto}@media (max-width: 480px){.refonte .r-modal{padding:16px}.refonte .r-modal__dialog{padding:32px 20px 22px;border-radius:16px}.refonte .r-modal__title{font-size:18px}.refonte .r-modal__actions{flex-direction:column-reverse}.refonte .r-modal__actions .btn-ghost{justify-content:center}}@media (prefers-reduced-motion: reduce){.refonte .r-modal,.refonte .r-modal__dialog,.refonte .r-modal__close{transition:none}.refonte .r-modal__icon:after{animation:none}}.refonte .cert-hero__badge-col{display:flex;align-items:center;justify-content:center;min-width:0}.refonte .cert-macaron{display:inline-flex;flex-direction:column;align-items:center;gap:16px;background:transparent;border:0;cursor:pointer;padding:8px}.refonte .cert-macaron img{width:clamp(104px,12vw,144px);height:auto;filter:drop-shadow(0 18px 40px rgba(235,10,30,.18));transition:transform .25s cubic-bezier(.2,.8,.2,1)}.refonte .cert-macaron:hover img,.refonte .cert-macaron:focus-visible img{transform:translateY(-4px) scale(1.03)}.refonte .cert-macaron__hint{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:var(--ink-2);border-bottom:1px solid transparent;transition:color .15s,border-color .15s}.refonte .cert-macaron:hover .cert-macaron__hint,.refonte .cert-macaron:focus-visible .cert-macaron__hint{color:var(--toyota-red);border-color:currentColor}.refonte .cert-macaron__hint svg{width:16px;height:16px;color:var(--toyota-red)}@media (max-width: 980px){.refonte .cert-macaron{padding:0;gap:12px}.refonte .cert-macaron img{width:clamp(120px,26vw,150px)}}@media (min-width: 641px) and (max-width: 980px){.refonte.route-vehiculesCertifies .cert-hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);row-gap:0}}.refonte .r-modal--cert .r-modal__backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}.refonte .r-modal--cert .r-modal__dialog{width:min(560px,100%);border-radius:var(--r-xl);text-align:left;max-height:calc(100vh - 48px);overflow-y:auto}.refonte .r-modal--cert .r-modal__icon{margin-left:0}.refonte .cert-modal__list{list-style:none;padding:0;margin:0 0 24px;border:1px solid var(--line-2);border-radius:var(--r-md);overflow:hidden}.refonte .cert-modal__list .cert-benefit{grid-template-columns:34px 1fr;column-gap:14px;text-align:left;cursor:default}.refonte .cert-modal__list .cert-benefit:first-child{border-top:0}.refonte .cert-modal__list .cert-benefit__ico{grid-column:1;grid-row:auto}.refonte .cert-modal__list .cert-benefit__body{grid-column:2}.refonte .back-to-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:var(--toyota-red, #EB0A1E);color:#fff;border:0;border-radius:999px;box-shadow:0 8px 20px #0000002e;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,background .15s ease;z-index:140;pointer-events:none}.refonte .back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.refonte .back-to-top:hover{background:#c40919}.refonte .back-to-top:focus-visible{outline:2px solid #fff;outline-offset:2px}.refonte .back-to-top svg{width:20px;height:20px}body.refonte.has-compare-bar .back-to-top{bottom:84px}body.refonte.has-help-cta .back-to-top{bottom:90px}body.refonte.has-help-cta.has-compare-bar .back-to-top{bottom:168px}@media (max-width: 640px){.refonte .back-to-top{right:14px;bottom:14px;width:40px;height:40px}body.refonte.has-compare-bar .back-to-top{bottom:110px}body.refonte.has-help-cta .back-to-top{bottom:96px}body.refonte.has-help-cta.has-compare-bar .back-to-top{bottom:210px}}.refonte .help-cta{position:fixed;left:50%;bottom:16px;transform:translate(-50%) translateY(120%);max-width:720px;background:#fff;border:1px solid var(--line, #e6e6e6);border-radius:14px;box-shadow:0 12px 32px #0000002e,0 2px 6px #00000014;opacity:0;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .25s ease;z-index:130;pointer-events:none;width:max-content}.refonte .help-cta.is-visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}body.refonte.has-compare-bar .help-cta{bottom:88px}.refonte .help-cta__inner{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;padding:12px 14px 12px 16px}.refonte .help-cta__ico{width:40px;height:40px;border-radius:999px;background:#eb0a1e1a;color:var(--toyota-red, #EB0A1E);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.refonte .help-cta__ico svg{width:20px;height:20px}.refonte .help-cta__copy{display:flex;flex-direction:column;min-width:0;line-height:1.3}.refonte .help-cta__copy strong{font-family:var(--font-display, inherit);font-size:15px;font-weight:800;color:var(--ink, #0B0D10);margin-bottom:5px;white-space:nowrap}.refonte .help-cta__copy span{font-size:12.5px;color:var(--ink-2, #4a4a4a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.refonte .help-cta__phone{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--toyota-red, #EB0A1E);color:#fff;font-weight:700;font-size:14px;border-radius:999px;text-decoration:none;transition:background .15s ease,transform .15s ease;white-space:nowrap;width:max-content;margin-left:10px}.refonte .help-cta__phone:hover{background:#c40919}.refonte .help-cta__phone:active{transform:scale(.98)}.refonte .help-cta__phone svg{width:16px;height:16px}.refonte .help-cta__close{width:32px;height:32px;border-radius:999px;border:0;background:transparent;color:var(--ink-2, #4a4a4a);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background .15s ease,color .15s ease}.refonte .help-cta__close:hover{background:#0000000f;color:var(--ink, #0B0D10)}.refonte .help-cta__close:focus-visible{outline:2px solid var(--toyota-red, #EB0A1E);outline-offset:2px}.refonte .help-cta__close svg{width:16px;height:16px}.refonte .help-cta__status{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:700;letter-spacing:.02em;padding:2px 6px;border-radius:10px;vertical-align:middle;margin-left:5px;line-height:1}.refonte .help-cta__status:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.refonte .help-cta.is-open .help-cta__status{background:#22c55e21;color:#16a34a}.refonte .help-cta.is-open .help-cta__status:before{background:#22c55e}.refonte .help-cta.is-closed .help-cta__status{background:#00000012;color:var(--ink-2,#4a4a4a)}.refonte .help-cta.is-closed .help-cta__status:before{background:#94a3b8}.refonte .help-cta.is-closed .help-cta__phone{opacity:.42;pointer-events:none}@media (max-width: 720px){.refonte .help-cta__copy span{display:none}}@media (max-width: 640px){body.refonte.has-compare-bar .help-cta{bottom:130px}}@media (max-width: 480px){.refonte .help-cta{bottom:12px}.refonte .help-cta__inner{grid-template-columns:auto 1fr auto auto;gap:10px;padding:10px 10px 10px 12px}.refonte .help-cta__ico{width:36px;height:36px}.refonte .help-cta__copy strong{font-size:14px;margin-bottom:0}.refonte .help-cta__phone{padding:9px 12px;font-size:13px}.refonte .help-cta__phone span{display:none}}
