/* Thunder EV — Vehicle marketplace placeholder pages */
.tev-vm-page {
  --tev-vm-accent: #2563eb;
  --tev-vm-accent-soft: rgba(37, 99, 235, 0.1);
  --tev-vm-orange: #ff6600;
}

.tev-vm-hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(37, 99, 235, 0.15);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.tev-vm-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tev-vm-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 58, 138, 0.72) 55%, rgba(15, 23, 42, 0.5) 100%);
}

.tev-vm-hero__content {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.25rem;
  width: 100%;
}

.tev-vm-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ff6600, #f59e0b);
  color: #fff;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 16px rgba(255, 102, 0, 0.35);
}

.tev-vm-hero h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.15;
}

.tev-vm-hero p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 640px;
}

.tev-vm-notice {
  margin-top: 0.85rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #bae6fd;
  font-size: 0.82rem;
  font-weight: 600;
}

.tev-vm-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .tev-vm-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

.tev-vm-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.tev-vm-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.tev-vm-card .tev-vm-card__sub {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: #64748b;
}

.tev-vm-field {
  margin-bottom: 0.75rem;
}

.tev-vm-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #475569;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tev-vm-field input,
.tev-vm-field select,
.tev-vm-field textarea {
  width: 100%;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 0.9rem;
  color: #0f172a;
  background: #f8fafc;
}

.tev-vm-field textarea {
  min-height: 72px;
  resize: vertical;
}

.tev-vm-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

@media (max-width: 520px) {
  .tev-vm-row {
    grid-template-columns: 1fr;
  }
}

.tev-vm-phone .tev-phone-wrap {
  display: flex;
  gap: 0.35rem;
}

.tev-vm-phone .tev-phone-code {
  width: 5.5rem;
  flex-shrink: 0;
}

.tev-vm-phone .tev-phone-national {
  flex: 1;
}

.tev-vm-submit {
  width: 100%;
  min-height: 48px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  margin-top: 0.35rem;
}

.tev-vm-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.tev-vm-error {
  color: #dc2626;
  font-size: 0.78rem;
  margin-top: 0.35rem;
}

.tev-vm-success {
  display: none;
  text-align: center;
  padding: 1.5rem 1rem;
  color: #166534;
  background: #f0fdf4;
  border-radius: 12px;
  border: 1px solid #bbf7d0;
}

.tev-vm-success.show {
  display: block;
}

.tev-vm-ai {
  background: linear-gradient(165deg, #eff6ff 0%, #f0f9ff 100%);
  border-color: #bae6fd;
}

.tev-vm-ai ul {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  color: #334155;
  font-size: 0.88rem;
  line-height: 1.55;
}

.tev-vm-ai li {
  margin-bottom: 0.35rem;
}

.tev-vm-roi {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
}

.tev-vm-roi h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.tev-vm-roi p {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  opacity: 0.92;
  line-height: 1.5;
}

.tev-vm-actions {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tev-vm-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 46px;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 100%;
}

.tev-vm-action--wa {
  background: #25d366;
  color: #fff;
}

.tev-vm-action--tg {
  background: #0088cc;
  color: #fff;
}

.tev-vm-action--dealer {
  background: rgba(255, 102, 0, 0.12);
  color: #c2410c;
  border: 1px solid rgba(255, 102, 0, 0.35);
}

.tev-vm-action--planner {
  background: #fff;
  color: #1d4ed8;
  border: 1px solid #93c5fd;
}

.tev-vm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.tev-vm-tags span {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: 99px;
  background: var(--tev-vm-accent-soft);
  color: var(--tev-vm-accent);
  border: 1px solid rgba(37, 99, 235, 0.15);
}

.tev-vm-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

.tev-vm-gallery img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

@media (max-width: 520px) {
  .tev-vm-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
