.pc-br {
  display: block;
}
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.page-hero {
  position: relative;
  height: 216px;
  background: url("../images/news/page-hero-bg.webp") center/cover no-repeat;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page-hero {
    height: 108px;
  }
}
.page-hero-content {
  display: flex;
  align-items: center;
  gap: 38px;
  max-width: 1024px;
  margin:0 auto;
  height:100%;
}
@media (max-width: 1200px) {
  .page-hero-content {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .page-hero-content {
    left: 20px;
    gap: 24px;
    bottom: 36px;
  }
}
.page-hero-line {
  width: 3px;
  height: 56px;
  background: #BA0000;
}
@media (max-width: 768px) {
  .page-hero-line {
    height: 36px;
  }
}
.page-hero-title {
  margin: 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-hero-title {
    font-size: 20px;
  }
}



.contact {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 24px;
  }
}
.contact-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.contact-lead {
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contact-lead {
    font-size: 14px;
    margin-bottom: 64px;
    line-height: 2;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .contact-form {
    gap: 24px;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.form-group label {
  font-weight: 500;
  display: flex;
  margin-bottom: 12px;
  flex-wrap:wrap;
  flex-direction: row;
}
.form-group input,
.form-group textarea {
  padding: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea{
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #C5CAD4;
  opacity: 1;
  font-weight: 200;
}
@media (max-width: 768px) {
  .form-group input,
  .form-group textarea {
    font-size: 14px;
  }
}
.form-group textarea {
  height: 160px;
  resize: none;
}

.required {
  color: #BA0000;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 12px;
  margin-left: 11px;
  background-color: #FBF2F3;
  border-radius: 4px;
}

.form-privacy {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .form-privacy {
    margin-top: 12px;
  }
}
.form-privacy a {
  color: #BA0000;
  text-decoration: underline;
}

.form-note {
  background: #FBF2F3;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  border-radius: 4px;
  max-width: 815px;
  margin: 16px auto;
  font-weight: 300;
}
@media (max-width: 768px) {
  .form-note {
    margin: 12px auto;
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
}

.form-submit {
  text-align: center;
}

.form-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding: 18px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: 0.055em;
  text-decoration: none;
}
.form-submit-btn--primary {
  background: #BA0000;
  color: #FFFFFF;
  transition: opacity 0.2s ease;
}
.form-submit-btn--primary:hover, .form-submit-btn--primary:focus-visible {
  opacity: 0.7;
}

/* Contact Form 7 adjustment */
.contact-form p {
  margin: 0;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
}

.contact-form .form-group > br {
  display: none;
}

/* Keep spacing consistent even if CF7 inserts extra tags */
.contact-form .form-group > label + .wpcf7-form-control-wrap,
.contact-form .form-group > label + input,
.contact-form .form-group > label + textarea,
.contact-form .form-group > label + br + .wpcf7-form-control-wrap {
  margin-top: 0;
}

.form-submit .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding: 18px 32px;
  border-radius: 8px;
  border: 0;
  background: #BA0000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: 0.055em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.form-submit .wpcf7-submit:hover,
.form-submit .wpcf7-submit:focus-visible {
  opacity: 0.7;
}

.form-submit .wpcf7-spinner {
  display: none;
}

.p-postal-code{
  max-width:200px;
}
.form-group-zip{
  margin-bottom:16px;
}
.form-group-zip p{
  display:flex;
  align-items: center;
  gap:16px;
}