.fh-contact-page,
.fh-contact-page * { box-sizing: border-box; }
.fh-contact-page {
  --fh-green: #4ade80;
  --fh-green-deep: #168a46;
  --fh-green-dark: #0f3f27;
  --fh-mint: #ecfdf4;
  --fh-ink: #17212b;
  --fh-muted: #5d6b63;
  --fh-line: #dce9e1;
  --fh-white: #fff;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--fh-ink);
  background: #f7faf8;
}
.fh-contact-page a { color: inherit; }
.fh-contact-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.fh-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 86px;
  background:
    linear-gradient(135deg, rgba(8, 42, 27, .9), rgba(16, 103, 58, .72)),
    url('/fresh/wordpress/wp-content/uploads/2018/09/featured_image-1536x880.jpg') center/cover no-repeat;
  color: #fff;
}
.fh-contact-hero::after {
  content: '';
  position: absolute;
  inset: auto -10% -45% auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(74, 222, 128, .18);
  pointer-events: none;
}
.fh-contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
  gap: 48px;
  align-items: end;
}
.fh-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--fh-green);
  font-family: 'Inter Tight', 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.4px;
  line-height: 1.35;
  text-transform: uppercase;
}
.fh-contact-kicker::before { content: ''; width: 34px; height: 2px; background: var(--fh-green); }
.fh-contact-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: 'Inter Tight', 'Inter', Arial, sans-serif;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 850;
}
.fh-contact-hero h1 span { color: var(--fh-green); font-style: italic; }
.fh-contact-hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.7;
}
.fh-contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.fh-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
}
.fh-contact-btn-primary { background: var(--fh-green); color: #082314; box-shadow: 0 16px 32px rgba(74, 222, 128, .28); }
.fh-contact-btn-secondary { border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.08); }
.fh-contact-quick {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  padding: 26px;
  backdrop-filter: blur(12px);
}
.fh-contact-quick h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Inter Tight', 'Inter', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.15;
}
.fh-contact-quick-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.fh-contact-quick-list li { display: grid; gap: 3px; padding-left: 18px; border-left: 3px solid var(--fh-green); }
.fh-contact-quick-list strong { color: #fff; font-size: 14px; }
.fh-contact-quick-list span { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }
.fh-contact-methods { padding: 34px 0 0; margin-top: -42px; position: relative; z-index: 2; }
.fh-contact-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fh-contact-card {
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(12, 42, 26, .08);
}
.fh-contact-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fh-mint);
  color: var(--fh-green-deep);
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 18px;
}
.fh-contact-card h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.2; font-family: 'Inter Tight', 'Inter', Arial, sans-serif; }
.fh-contact-card p { margin: 0; color: var(--fh-muted); line-height: 1.6; font-size: 15px; }
.fh-contact-card a { text-decoration: none; color: var(--fh-green-deep); font-weight: 800; }
.fh-contact-main { padding: 72px 0 86px; }
.fh-contact-main-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 44px; align-items: start; }
.fh-contact-section-label {
  margin: 0 0 12px;
  color: var(--fh-green-deep);
  font-family: 'Inter Tight', 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.fh-contact-main h2 {
  margin: 0;
  color: var(--fh-ink);
  font-family: 'Inter Tight', 'Inter', Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}
.fh-contact-main h2 span { color: var(--fh-green-deep); font-style: italic; }
.fh-contact-main-copy { margin: 18px 0 0; color: var(--fh-muted); font-size: 17px; line-height: 1.75; }
.fh-contact-checks { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.fh-contact-checks li { display: flex; gap: 10px; color: var(--fh-ink); font-weight: 700; line-height: 1.45; }
.fh-contact-checks li::before { content: '✓'; color: var(--fh-green-deep); font-weight: 900; }
.fh-contact-form-box {
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 22px 54px rgba(12, 42, 26, .09);
}
.fh-contact-form-box .wpcf7 form { display: grid; gap: 16px; }
.fh-contact-form-box label { display: grid; gap: 7px; color: var(--fh-ink); font-weight: 800; font-size: 14px; }
.fh-contact-form-box input:not([type='submit']),
.fh-contact-form-box textarea {
  width: 100%;
  border: 1px solid var(--fh-line);
  border-radius: 8px;
  background: #f8fbf9;
  color: var(--fh-ink);
  padding: 14px 15px;
  font: inherit;
  outline: none;
}
.fh-contact-form-box textarea { min-height: 130px; resize: vertical; }
.fh-contact-form-box input:not([type='submit']):focus,
.fh-contact-form-box textarea:focus { border-color: var(--fh-green); box-shadow: 0 0 0 4px rgba(74, 222, 128, .16); background: #fff; }
.fh-contact-form-box input[type='submit'] {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--fh-green);
  color: #082314;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(74, 222, 128, .26);
}
.fh-contact-areas { padding: 70px 0; background: #fff; border-top: 1px solid var(--fh-line); }
.fh-contact-areas-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.fh-contact-map {
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15,63,39,.9), rgba(74,222,128,.34)),
    url('/fresh/wordpress/wp-content/uploads/2018/09/featured_image_blog-1280x733.jpg') center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: #fff;
}
.fh-contact-map-card { max-width: 360px; background: rgba(6, 28, 17, .72); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 20px; }
.fh-contact-map-card strong { display: block; margin-bottom: 6px; font-size: 18px; }
.fh-contact-map-card span { color: rgba(255,255,255,.82); line-height: 1.6; }
.fh-contact-area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.fh-contact-area-list li { background: var(--fh-mint); border: 1px solid #d7f7e3; border-radius: 8px; padding: 13px 15px; color: var(--fh-green-dark); font-weight: 800; }
@media (max-width: 900px) {
  .fh-contact-hero { padding: 108px 0 70px; }
  .fh-contact-hero-grid,
  .fh-contact-main-grid,
  .fh-contact-areas-grid { grid-template-columns: 1fr; }
  .fh-contact-method-grid { grid-template-columns: 1fr; }
  .fh-contact-quick { max-width: 520px; }
}
@media (max-width: 560px) {
  .fh-contact-wrap { width: min(100% - 28px, 1180px); }
  .fh-contact-hero { padding: 96px 0 58px; }
  .fh-contact-hero h1 { font-size: 40px; }
  .fh-contact-hero-copy { font-size: 16px; }
  .fh-contact-actions { display: grid; }
  .fh-contact-btn { width: 100%; }
  .fh-contact-card,
  .fh-contact-form-box,
  .fh-contact-quick { padding: 22px; }
  .fh-contact-main { padding: 52px 0 64px; }
  .fh-contact-area-list { grid-template-columns: 1fr; }
  .fh-contact-map { min-height: 280px; padding: 18px; }
}

<div class="fh-contact-page">
