/* Lavrentev AUTO — premium dark style */

body {
  background: #070707 !important;
  color: #ffffff !important;
}

.t-records {
  background: #070707 !important;
}

.t-title,
.t-descr,
.t-text,
.t-name,
.t-heading {
  color: #ffffff !important;
}

.t-btn,
.t-submit {
  border-radius: 14px !important;
  background: linear-gradient(135deg, #b71919, #710000) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 12px 35px rgba(183, 25, 25, 0.25) !important;
}

.t-btn:hover,
.t-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 45px rgba(183, 25, 25, 0.4) !important;
}

.t-input,
.t-input-block textarea {
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 12px !important;
}

.t-input::placeholder {
  color: rgba(255,255,255,0.5) !important;
}

.t-card,
.t-container {
  border-radius: 18px;
}

img {
  border-radius: 18px;
}

a {
  color: #ffffff;
}