.vehicle-shell { max-width: 980px; }
.vehicle-hero { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 22px; align-items: center; padding: clamp(24px, 5vw, 42px); background: linear-gradient(135deg, #eaf3ff, #fff); border: 1px solid #b6d4fe; border-radius: 14px; }
.vehicle-hero h1 { font-size: clamp(32px, 5vw, 48px); }
.vehicle-hero-icon { display: grid; width: 70px; height: 70px; place-items: center; background: #fff; border: 1px solid #cfe2ff; border-radius: 18px; font-size: 34px; }
.vehicle-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .75fr); gap: 20px; align-items: start; margin-top: 20px; }
.vehicle-form, .privacy-card { padding: clamp(22px, 4vw, 34px); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(33, 37, 41, .05); }
.vehicle-form { display: grid; gap: 20px; }
.form-heading { display: flex; gap: 12px; align-items: flex-start; }
.form-heading > span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; color: #fff; background: var(--primary); border-radius: 50%; font-weight: 850; }
.form-heading h2, .form-heading p, .privacy-card h2 { margin: 0; }
.form-heading h2 { font-size: 22px; }
.form-heading p { margin-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.vehicle-form label { display: grid; gap: 7px; color: #343a40; font-size: 14px; font-weight: 750; }
.vehicle-form label small { color: var(--muted); font-size: 11px; font-weight: 500; line-height: 1.4; }
.vehicle-form input, .vehicle-form select { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--text); background: #fff; border: 1px solid #bcc5d0; border-radius: 8px; font: inherit; }
.vehicle-form input:focus, .vehicle-form select:focus { border-color: var(--primary); outline: 3px solid var(--primary-soft); }
.vehicle-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vehicle-form-grid label:last-child { grid-column: 1 / -1; }
.consumption-field { position: relative; display: block; }
.consumption-field input { padding-right: 86px; }
.consumption-field span { position: absolute; top: 50%; right: 12px; color: var(--muted); font-size: 12px; font-weight: 700; transform: translateY(-50%); }
.vehicle-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.vehicle-actions button { min-height: 48px; padding: 0 18px; color: #fff; background: var(--primary); border: 1px solid var(--primary); border-radius: 8px; font: inherit; font-weight: 850; cursor: pointer; }
.vehicle-actions .delete-button { color: #b02a37; background: #fff; border-color: #f1aeb5; }
.vehicle-actions button[hidden] { display: none; }
.vehicle-status { min-height: 21px; margin: -7px 0 0; color: #146c43; font-size: 14px; font-weight: 750; }
.vehicle-status.is-error { color: #b02a37; }
.privacy-card > span { font-size: 30px; }
.privacy-card h2 { margin-top: 12px; font-size: 21px; }
.privacy-card p, .privacy-card li { color: var(--muted); font-size: 14px; line-height: 1.6; }
.privacy-card ul { margin: 14px 0 0; padding-left: 19px; }
@media (max-width: 760px) {
  .vehicle-layout, .vehicle-form-grid { grid-template-columns: 1fr; }
  .vehicle-form-grid label:last-child { grid-column: auto; }
  .vehicle-hero { grid-template-columns: 1fr; }
  .vehicle-hero-icon { width: 56px; height: 56px; border-radius: 14px; font-size: 27px; }
}
