body { background: #f7f7fa; }
#asahiQuoteFormContainer {
  max-width: 650px;
  margin: 48px auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 36px rgba(146,18,33,0.10), 0 2px 8px rgba(146,18,33,0.04);
  font-family: 'Montserrat', Arial, sans-serif;
  overflow: hidden;
}
#asahiQuoteFormHeader {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background: #ad2624;
  padding: 30px 20px 18px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  letter-spacing: 1px;
}
#asahiQuoteFormHeader img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  border: 2px solid #fff;
  margin-right: 12px;
}
form#asahiQuoteForm {
  padding: 24px 38px 38px 38px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.asahi-form-section {
  border-radius: 13px;
  padding: 20px 12px 10px 12px;
  margin-bottom: 4px;
  background: #faf8fa;
  box-shadow: 0 1.5px 8px rgba(173,38,36,0.03);
}
.asahi-form-section h4 {
  margin: 0 0 10px 0;
  color: #ad2624;
  font-size: 1.13rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: left;
  font-family: 'Montserrat', Arial, sans-serif;
}
.form-row {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
}
.form-row > * {
  flex: 1 1 0;
  min-width: 0;
}
label {
  display: block;
  font-weight: 600;
  color: #ad2624;
  margin-bottom: 4px;
  font-size: 15.5px;
  text-align: left;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.1px;
}
input, select {
  font-size: 15px;
  border-radius: 8px;
  border: 1.4px solid #cfcfd5;
  padding: 10px 11px;
  margin-bottom: 5px;
  background: #fff;
  color: #222;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
}
textarea {
  width: 100%;
  border-radius: 8px;
  border: 1.4px solid #cfcfd5;
  font-size: 15px;
  padding: 10px 11px;
  background: #fff;
  min-height: 60px;
  box-sizing: border-box;
  resize: vertical;
  margin-top: 5px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
}
#asahi-privacy {
  margin-top: 6px;
  margin-bottom: 0px;
  text-align: center;
}
#asahi-privacy label {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}
.asahi-privacy-link {
  color: #ad2624;
  text-decoration: underline;
  cursor: pointer;
}
button {
  background: #ad2624;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0;
  border-radius: 10px;
  border: none;
  margin-top: 17px;
  transition: background 0.18s;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: 'Montserrat', Arial, sans-serif;
}
button:hover {
  background: #921221;
}
#asahi-responseMessage {
  text-align: center;
  font-weight: 600;
  padding: 12px 0 18px 0;
  color: #228442;
  font-family: 'Montserrat', Arial, sans-serif;
}
small {
  color: #888;
  display: block;
  margin-top: 3px;
  font-size: 13px;
  font-family: 'Montserrat', Arial, sans-serif;
}
@media (max-width: 850px) {
  form#asahiQuoteForm { padding: 12px 2vw 18px 2vw; }
}
@media (max-width: 650px) {
  #asahiQuoteFormContainer { max-width: 99vw;}
  .form-row { flex-direction: column; gap: 0; }
  #asahiQuoteFormHeader img { width: 38px; height: 38px;}
}
