/* ===== Contact page ===== */

/* Hero */
.contact-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contact-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
}
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 32, 0.72), rgba(17, 24, 32, 0.58));
}
.contact-hero-inner {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
.contact-hero-title {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-hero-sub {
  margin: 0;
  max-width: 560px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
}

/* Block head */
.block-head {
  text-align: center;
  margin-bottom: 34px;
}
.block-head .block-title {
  margin: 0 0 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #111820;
}
.block-head p {
  margin: 0;
  color: #5a6572;
}
.section {
  padding: 64px 0;
}
.section.alt {
  background: #f4f6f8;
}

/* Help cards (Eagle callout style) */
.help-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.help-card {
  background: #fff;
  border: 1px solid #e3e8ee;
  border-top: 3px solid var(--red, #cf2e2e);
  border-radius: 6px;
  padding: 26px 22px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(17, 24, 32, 0.04);
}
.help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(207, 46, 46, 0.08);
  color: var(--red, #cf2e2e);
  margin-bottom: 14px;
}
.help-card h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #111820;
}
.help-main {
  margin: 0 0 4px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #1c2833;
  word-break: break-word;
}
.help-main a {
  color: #1c2833;
  text-decoration: none;
}
.help-main a:hover {
  color: var(--red, #cf2e2e);
}
.help-addr-text {
  font-weight: 500;
  line-height: 1.45;
  font-size: 0.97rem;
}
.help-sub-line {
  margin: 0;
  color: #5a6572;
  font-size: 0.92rem;
  word-break: break-word;
}
.help-map-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--red, #cf2e2e);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
}
.help-map-link:hover {
  text-decoration: underline;
}

/* Quote form */
.quote-form {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 8px;
  padding: 34px 34px 28px;
  box-shadow: 0 2px 14px rgba(17, 24, 32, 0.05);
}
.quote-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.quote-form .form-field {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.quote-form label,
.quote-form legend {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.92rem;
  color: #1c2833;
}
.quote-form input,
.quote-form textarea {
  font: inherit;
  padding: 11px 12px;
  border: 1px solid #cdd6e0;
  border-radius: 4px;
  background: #fbfcfd;
  color: #111820;
}
.quote-form input:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(207, 46, 46, 0.35);
  outline-offset: 0;
  border-color: var(--red, #cf2e2e);
  background: #fff;
}
.quote-form textarea {
  resize: vertical;
}
.interests {
  border: none;
  margin: 0 0 18px;
  padding: 0;
}
.interests-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 18px;
}
.check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #2a3541;
  cursor: pointer;
}
.check input {
  width: 17px;
  height: 17px;
  accent-color: var(--red, #cf2e2e);
}
.form-note {
  margin: 14px 0 0;
  font-weight: 600;
  min-height: 1.2em;
}
.form-note.err { color: #b3261e; }
.form-note.ok { color: #1d7a3d; }
.form-privacy {
  margin: 10px 0 0;
  font-size: 0.85rem;
  color: #7a8592;
}

/* CTA */
.contact-cta {
  background: #111820;
}
.contact-cta-inner {
  text-align: center;
}
.contact-cta-inner h2 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.contact-cta-inner p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.75);
}

/* Responsive */
@media (max-width: 960px) {
  .help-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .section {
    padding: 44px 0;
  }
  .quote-form {
    padding: 22px 18px;
  }
  .quote-form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .help-grid {
    grid-template-columns: 1fr;
  }
  .interests-grid {
    grid-template-columns: 1fr 1fr;
  }
}
