
body { color:#333; background:#fff; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.page-wrap { min-height: 750px; padding: 0; }

.img-responsive { width:100%; height:auto; display:block; }


.title { text-align:center; margin:10px 0; }
.title span { font-size: clamp(20px, 2.2vw, 28px); }

.subtitle { text-align:center; margin-bottom:10px; font-size: clamp(16px, 1.8vw, 20px); }

.intro p { font-size: clamp(14px, 1.6vw, 18px); margin:10px 15px; }
.lead-intro { margin:10px 15px; font-size: clamp(14px, 1.5vw, 17px); }

.cta-bar {
  background:#1c2333;
  color:#fff;
  text-align:center;
  padding:10px 0;
  margin:14px 0;
  font-size: clamp(18px, 2vw, 22px);
  font-family: "Trebuchet MS", Geneva, sans-serif;
  border-radius: 8px;
}

.form-group { padding:0 15px; }
.control-label.required::after { content:" *"; color:#d9534f; }
.consent, .dealer p, .legal p, .eco, .footer-note { margin:10px 15px; }
.dealer .btn { margin-top:8px; }

.eco, .dealer{
    text-align: center;
}

.map-wrap {
  width: 100%;
  height: 50vh; 
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  margin: 12px 0;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.map-actions { text-align:center; margin: 8px 0 16px; }


@media (max-width: 991px){
  .control-label { text-align:left !important; margin-bottom:6px; }
}
@media (max-width: 480px){
  .intro p, .lead-intro, .consent, .dealer p, .legal p, .eco, .footer-note { margin:10px 12px; }
  .cta-bar { border-radius: 6px; }
}
