.bs-shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;}.bs-shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;}.bs-shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important;}
.recall{--recall-red:var(--color-hinored,#c20c1a);--recall-text:var(--color-text,#3f3f3f);--recall-gray:var(--color-gray,#efefef);--recall-border:#2b2b2b;--recall-muted:#7a7a7a;color:var(--recall-text);max-width:112rem;margin:0 auto;padding:3rem 1.5rem 5rem;font-size:1.5rem;line-height:1.5;}.recall [hidden]{display:none !important;}.recall__header{text-align:center;margin-bottom:3rem;}.recall__title{font-size:3rem;font-weight:700;margin:0 0 1rem;color:var(--recall-text);}.recall__title::after{content:'';display:block;width:6rem;height:0.4rem;background:var(--recall-red);margin:1.2rem auto 0;border-radius:0.2rem;}.recall__intro p{font-size:1.6rem;line-height:1.6;color:var(--recall-muted);text-align:center;max-width:80rem;margin:0 auto;}.recall__hint{text-align:center;color:var(--recall-muted);font-size:1.4rem;}.recall select,.recall input[type="text"],.recall input[type="email"]{width:100%;padding:1.3rem 2.4rem;border:0.1rem solid var(--recall-border);border-radius:3rem;font:inherit;font-size:1.5rem;background:#fff;box-sizing:border-box;outline:none;}.recall select{appearance:none;-webkit-appearance:none;padding-right:5rem;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23c20c1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2.2rem center;}.recall select:focus,.recall input:focus{border-color:#1f2937;box-shadow:0 0 0 0.3rem rgba(31,41,55,0.08);}.recall__filter{display:flex;flex-direction:column;gap:0.8rem;max-width:36rem;margin:2rem auto 3rem;align-items:center;}.recall__filter label{font-weight:600;font-size:1.3rem;text-transform:uppercase;letter-spacing:0.05em;color:var(--recall-muted);margin:0;}.recall__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:2.4rem;}.recall__card{border:0.1rem solid #e3e3e3;border-radius:1.4rem;padding:2.6rem 2.4rem;background:#fff;display:flex;flex-direction:column;gap:1.2rem;box-shadow:0 0.2rem 1rem rgba(0,0,0,0.04);transition:box-shadow 0.2s ease,transform 0.2s ease;}.recall__card:hover{box-shadow:0 0.6rem 2rem rgba(0,0,0,0.08);transform:translateY(-0.2rem);}.recall__card-title{font-size:2rem;font-weight:700;margin:0;line-height:1.25;}.recall__card-subtitle{font-weight:600;color:var(--recall-red);margin:0;font-size:1.5rem;}.recall__card-body{font-size:1.5rem;line-height:1.6;flex:1;color:var(--recall-muted);}.recall__empty{grid-column:1 / -1;color:var(--recall-muted);text-align:center;font-size:1.6rem;padding:2rem 0;}.recall__empty--featured{display:flex;flex-direction:column;align-items:center;gap:1.8rem;margin-top:3rem;padding:5rem 2.4rem;background:linear-gradient(180deg,#ffffff 0%,#fbfbfc 100%);border:0.1rem dashed #e0e0e0;border-radius:1.6rem;box-shadow:0 0.2rem 1rem rgba(0,0,0,0.03);}.recall__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:7.4rem;height:7.4rem;border-radius:50%;background:rgba(194,12,26,0.08);color:var(--recall-red);}.recall__empty-icon svg{width:3.8rem;height:3.8rem;}.recall__empty-title{margin:0;max-width:46rem;font-size:1.9rem;font-weight:700;line-height:1.4;color:var(--recall-text);text-align:center;}.recall__btn{display:inline-flex;align-items:center;justify-content:center;border-radius:2.5rem;padding:1.1rem 3.5rem;border:0.1rem solid var(--recall-text);background:#fff;color:var(--recall-text);font:inherit;font-size:1.4rem;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:opacity 0.2s ease,background-color 0.2s ease;}.recall__btn:hover{opacity:0.88;}.recall__btn:disabled{opacity:0.5;cursor:not-allowed;}.recall__btn--primary{background:var(--recall-red);border-color:var(--recall-red);color:#fff;}.recall__card .recall__btn{width:100%;}.recall__back{background:none;border:none;color:var(--recall-muted);cursor:pointer;font:inherit;font-size:1.4rem;padding:0 0 0.3rem;margin-bottom:2.4rem;border-bottom:0.1rem solid #d1d1d1;}.recall__back:hover{color:var(--recall-red);border-color:var(--recall-red);}.recall__detail{background:#fff;border:0.1rem solid #e3e3e3;border-radius:1.4rem;padding:3.2rem;margin-bottom:2.4rem;box-shadow:0 0.2rem 1rem rgba(0,0,0,0.04);}.recall__detail h2{margin:0 0 0.4rem;font-size:2.6rem;font-weight:700;}.recall__detail h3{margin:0 0 1.6rem;font-size:1.7rem;color:var(--recall-red);font-weight:600;}.recall__detail-body{line-height:1.7;font-size:1.5rem;}.recall__legal{font-size:1.5rem;line-height:1.75;text-align:center;max-width:98rem;margin:0 auto 3rem;color:var(--recall-text);}.recall__form-vin{max-width:76rem;margin:0 auto;}.recall__vin-row{display:flex;gap:1.6rem;align-items:flex-start;justify-content:center;}.recall__vin-input{flex:1 1 auto;max-width:44rem;}.recall__vin-input input{text-align:center;text-transform:uppercase;letter-spacing:0.2rem;font-size:1.6rem;height:5.6rem;}.recall__vin-input input::placeholder{text-transform:none;letter-spacing:normal;color:#9a9a9a;}.recall__btn--send{min-width:18rem;height:5.6rem;flex:0 0 auto;}.recall__vin-hint{font-size:1.4rem;line-height:1.7;text-align:center;max-width:84rem;margin:2.4rem auto 0;color:var(--recall-muted);}.recall__legal-address{font-size:1.4rem;line-height:1.9;text-align:center;margin:3.2rem auto 0;color:var(--recall-text);}@media (max-width:48rem){.recall__vin-row{flex-direction:column;align-items:stretch;}.recall__vin-input{max-width:none;}.recall__btn--send{width:100%;}}.recall__vin-echo{display:block;width:fit-content;padding:1rem 3rem;border:0.1rem solid var(--recall-border);border-radius:0.6rem;font-size:2rem;letter-spacing:0.2rem;margin:1.6rem auto;text-align:center;}.recall__not-included-text{max-width:72rem;margin:1.6rem auto 0;text-align:center;color:var(--recall-muted,#8a8a8a);font-size:1.5rem;line-height:1.6;}.recall__included-text{max-width:96rem;margin:2.5rem auto;color:var(--recall-text);font-size:1.5rem;line-height:1.7;}.recall__included-text strong{color:var(--recall-text);}.recall__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.8rem 2rem;}.recall__field{display:flex;flex-direction:column;gap:0.6rem;}.recall__field label{font-weight:600;font-size:1.3rem;color:var(--recall-text);}.recall__form .recall__field > label::after{content:' *';color:var(--recall-red);font-weight:700;}.recall__error{color:var(--recall-red);font-size:1.2rem;margin:0;}.recall__field input.recall--invalid,.recall__field select.recall--invalid{border-color:var(--recall-red);}.recall__field input.recall--invalid:focus,.recall__field select.recall--invalid:focus{border-color:var(--recall-red);box-shadow:0 0 0 0.3rem rgba(194,12,26,0.10);}.recall__required{color:var(--recall-red);font-size:1.3rem;margin-top:1.6rem;}.recall__recaptcha{margin-top:2rem;}.recall__actions{display:flex;gap:1.4rem;margin-top:2.4rem;flex-wrap:wrap;}.recall__dialog{border:none;border-radius:1.4rem;padding:3.2rem;max-width:48rem;text-align:center;font-size:1.6rem;}.recall__dialog::backdrop{background:rgba(0,0,0,0.45);}.recall__dialog--thankyou p{font-size:1.7rem;line-height:1.6;margin-bottom:2.4rem;}.recall__dialog--loading{background:transparent;box-shadow:none;}.recall__spinner{width:5rem;height:5rem;border:0.5rem solid rgba(255,255,255,0.4);border-top-color:var(--recall-red);border-radius:50%;animation:recall-spin 0.8s linear infinite;margin:0 auto;}@keyframes recall-spin{to{transform:rotate(360deg);}}@media (max-width:64rem){.recall__cards{grid-template-columns:1fr;}.recall__grid{grid-template-columns:1fr;}.recall__detail{padding:2rem;}.recall__title{font-size:2.4rem;}}
