.td-section{display:flex;align-items:center;justify-content:center;flex:1;padding:calc(var(--header-height, 76px) + 40px) 40px 40px 40px;box-sizing:border-box;background:#f5f7fa}.page-test-drive{display:flex;flex-direction:column;min-height:100vh}.page-test-drive main{flex:1;display:flex;flex-direction:column}.page-test-drive .td-section{flex:1}.page-test-drive .footer{flex-shrink:0}.td-container{display:flex;width:100%;max-width:1200px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #00000014}.td-form-side{width:500px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:32px;box-sizing:border-box;background:#fff}.td-car-side{flex:1;position:relative;background:linear-gradient(135deg,#e8ecf1,#d1d9e3)}.td-car-side__image{width:100%;height:100%;object-fit:cover;object-position:center}.td-car-side__edit-btn{position:absolute;bottom:20px;right:20px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fffffff2;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#001433;text-decoration:none;transition:transform .2s,box-shadow .2s}.td-car-side__edit-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}@media(max-width:900px),(max-aspect-ratio:1/1){.td-section{padding:calc(var(--header-height, 76px) + 20px) 20px 20px 20px}.td-container{flex-direction:column;max-width:500px}.td-car-side{width:100%;min-height:250px}.td-form-side{width:100%;padding:32px 24px}}.td-card{width:100%;max-width:420px}.td-card__form-title{font-size:24px;font-weight:700;color:#001433;margin:0 0 24px;text-align:center}.td-card__form-row{display:flex;gap:12px;margin-bottom:12px}.td-card__form-row .td-card__field{flex:1}.td-card__form-row .td-card__field .td-card__input{margin-bottom:0}.td-card__field{margin-bottom:12px}.td-card__field .td-card__input-group{margin-bottom:0}.td-card__input{width:100%;height:48px;padding:0 16px;font-size:14px;color:#333;border:1px solid #ddd;border-radius:8px;background:#fff;box-sizing:border-box;margin-bottom:0}.td-card__input:focus{outline:none;border-color:#001433}.td-card__input::placeholder{color:#999}.td-card__input--error{border-color:#dc3545!important;background-color:#fff5f5}.td-card__input--error:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc354526}.td-card__input-group--error{border-color:#dc3545!important;background-color:#fff5f5}.td-card__input-group--error:focus-within{border-color:#dc3545;box-shadow:0 0 0 2px #dc354526}.td-card__check--error label{color:#dc3545}.td-card__input-group{display:flex;align-items:center;height:48px;border:1px solid #ddd;border-radius:8px;background:#fff;overflow:hidden;margin-bottom:12px}.td-card__input-group:focus-within{border-color:#001433}.td-card__input-prefix{padding:0 12px;font-size:14px;color:#333;background:#f9f9f9;height:100%;display:flex;align-items:center;border-right:1px solid #ddd}.td-card__select{width:70px;height:100%;padding:0 8px;font-size:14px;color:#333;border:none;background:transparent;cursor:pointer}.td-card__select:focus{outline:none}.td-card__input--ddd{width:50px!important;min-width:50px;max-width:50px;flex:0 0 50px;height:100%;margin:0;border:none;border-radius:0;border-right:1px solid #ddd;text-align:center;padding:0 4px}.td-card__input--ddd:focus{border:none;border-right:1px solid #ddd;outline:none}.td-card__input--phone{flex:1;height:100%;margin:0;border:none;border-radius:0}.td-card__input--phone:focus{border:none}.td-card__select--full{width:100%;height:48px;padding:0 16px;font-size:14px;color:#333;border:1px solid #ddd;border-radius:8px;background:#fff;box-sizing:border-box;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.td-card__select--full:focus{outline:none;border-color:#001433}.td-card__select--full option:first-child{color:#999}.td-card__textarea{width:100%;min-height:90px;height:auto;padding:14px 16px;font-size:14px;color:#333;border:1px solid #ddd;border-radius:8px;background:#fff;box-sizing:border-box;resize:vertical;font-family:inherit;line-height:1.5;margin-bottom:0}.td-card__textarea:focus{outline:none;border-color:#001433}.td-card__textarea::placeholder{color:#999;opacity:1}.td-card__check{display:flex;align-items:flex-start;gap:12px;margin:16px 0}.td-card__check input[type=checkbox]{appearance:none;-webkit-appearance:none;position:relative;width:40px;height:22px;margin-top:1px;border-radius:999px;background:#ccc;cursor:pointer;flex-shrink:0;transition:background .2s ease}.td-card__check input[type=checkbox]:before{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .2s ease}.td-card__check input[type=checkbox]:checked{background:#001433}.td-card__check input[type=checkbox]:checked:before{transform:translate(18px)}.td-card__check input[type=checkbox]:focus-visible{outline:2px solid #001433;outline-offset:2px}.td-card__check label{font-size:12px;color:#666;line-height:1.5;cursor:pointer}.td-card__check a{color:#001433;text-decoration:underline;font-weight:500}.td-card__check a:hover{text-decoration:none}.td-card__submit{width:100%;height:50px;font-size:14px;font-weight:600;text-transform:uppercase;background:#001433;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.td-card__submit:hover{background:#002966}@media(max-width:576px){.td-section{padding:calc(var(--header-height, 76px) + 16px) 16px 16px 16px}.td-container{border-radius:12px}.td-form-side{padding:24px 20px}.td-car-side{min-height:200px}.td-card__form-title{font-size:20px;margin-bottom:20px}.td-card__form-row{flex-direction:column;gap:0}.td-card__form-row .td-card__input{margin-bottom:12px}}
