/* Contact page — landing-aligned chrome */

body.pf-contact-page {
  background: #f6f7f9;
}

body.pf-contact-page #page.page {
  background: #f6f7f9;
}

body.pf-contact-page .container-xxl {
  max-width: 1600px;
}

.pf-contact-hero {
  padding: 5.35rem 0 2.75rem;
  background:
    radial-gradient(ellipse 70% 80% at 50% -20%, rgba(15, 188, 73, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
}

.pf-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2rem 3rem;
  align-items: center;
}

.pf-contact-eyebrow {
  margin: 0 0 0.35rem;
  color: var(--green, #0fbc49);
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-contact-title {
  margin: 0 0 0.75rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: #111111;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.pf-contact-lead {
  margin: 0 0 1rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: #3f4652;
  font-size: 1.05rem;
  line-height: 1.55;
}

.pf-contact-email {
  margin: 0;
  font-size: 1.05rem;
}

.pf-contact-email a {
  color: var(--green, #0fbc49);
  font-weight: 600;
  text-decoration: none;
}

.pf-contact-email a:hover {
  text-decoration: underline;
}

.pf-contact-card {
  padding: 1.5rem 1.5rem 1.35rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04), 0 18px 40px rgba(17, 24, 39, 0.05);
}

.pf-contact-card .form-control {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font-size: 0.98rem;
  background: #fafbfc;
  box-shadow: none;
}

.pf-contact-card .form-control:focus {
  border-color: rgba(15, 188, 73, 0.55);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(15, 188, 73, 0.12);
}

.pf-contact-card .col-md-12 {
  margin-bottom: 0.85rem;
}

.pf-contact-card .form-btn {
  margin-top: 0.35rem;
  margin-bottom: 0;
}

.pf-contact-card .btn.submit {
  width: 100%;
}

.pf-contact-success {
  margin: 0 0 1rem;
  color: #48af4b;
  font-size: 1.05rem;
  font-weight: 600;
}

.pf-contact-error {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #fff3cd;
  font-size: 0.85rem;
  color: #1f2937;
}

.pf-contact-error a {
  color: inherit;
  font-weight: 600;
}

body.pf-contact-page hr.divider {
  display: none;
}

/* Hidden from people; bots often fill it and get silently dropped */
.pf-contact-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .pf-contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pf-contact-hero {
    padding: 4.5rem 0 2.25rem;
  }
}
