body.hmf4h-page-active .entry-title,
body.hmf4h-page-active .page-title {
  display:none !important;
}

#hmf4h,
#hmf4h * {
  box-sizing:border-box;
}

#hmf4h {
  --green:#063f2b;
  --green2:#0b5b3d;
  --gold:#c78617;
  --cream:#fbf6ea;
  --cream2:#f5ecd9;
  --ink:#1f241d;
  --muted:#665f55;
  --line:#e3d4ba;
  background:var(--cream);
  color:var(--ink);
  font-family:Georgia, "Times New Roman", serif;
  line-height:1.4;
  overflow:hidden;
  width:100%;
}

#hmf4h a {
  color:inherit;
  text-decoration:none;
}

#hmf4h img {
  display:block;
  max-width:100%;
}

#hmf4h input,
#hmf4h select,
#hmf4h textarea,
#hmf4h button {
  font:inherit;
}

.hmf4h-container {
  max-width:1360px;
  margin:0 auto;
  padding:0 24px;
}

.hmf4h-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(199,134,23,.18), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(6,63,43,.10), transparent 36%),
    linear-gradient(90deg, var(--cream) 0%, var(--cream) 48%, var(--cream2) 100%);
  border-bottom:1px solid var(--line);
}

.hmf4h-hero-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:38px;
  align-items:center;
  padding-top:48px;
  padding-bottom:42px;
}

.hmf4h-kicker {
  margin:0 0 10px;
  color:var(--green2);
  font:900 13px/1.3 Arial, sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
}

#hmf4h h1 {
  margin:0;
  max-width:720px;
  color:var(--green);
  font-size:clamp(46px, 7vw, 78px);
  line-height:.92;
  letter-spacing:-.05em;
}

.hmf4h-lead {
  max-width:660px;
  margin:20px 0 0;
  color:#36362e;
  font:400 17px/1.55 Arial, sans-serif;
}

.hmf4h-actions {
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:26px;
}

.hmf4h-btn {
  min-height:44px;
  padding:12px 18px;
  border-radius:9px;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font:900 14px/1 Arial, sans-serif;
  cursor:pointer;
  text-decoration:none !important;
  transition:.15s transform ease, .15s box-shadow ease;
}

.hmf4h-btn:hover {
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(6,63,43,.12);
}

.hmf4h-btn-green {
  background:var(--green);
  color:white !important;
}

.hmf4h-btn-gold {
  background:var(--gold);
  color:white !important;
}

.hmf4h-btn-outline {
  background:rgba(255,255,255,.55);
  border-color:var(--gold);
  color:#8c5d11 !important;
}

.hmf4h-disclaimer {
  display:grid;
  gap:4px;
  margin-top:24px;
  padding:16px;
  border-radius:14px;
  border:1px solid rgba(199,134,23,.55);
  background:#fff8ec;
  font-family:Arial, sans-serif;
}

.hmf4h-disclaimer strong {
  color:var(--green);
  font-size:15px;
}

.hmf4h-disclaimer span {
  color:var(--muted);
  font-size:13px;
}

.hmf4h-visual-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  grid-template-rows:175px 175px;
  gap:10px;
}

.hmf4h-photo {
  margin:0;
  overflow:hidden !important;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:0 14px 28px rgba(53,37,16,.10);
  background:#eee;
}

.hmf4h-photo-large {
  grid-row:span 2;
  min-height:360px;
}

.hmf4h-photo img {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.hmf4h-notice {
  padding:24px 0 8px;
}

.hmf4h-notice-card {
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:start;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,253,248,.94);
  padding:20px;
  box-shadow:0 10px 22px rgba(53,37,16,.05);
}

.hmf4h-notice-card > span {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--green);
  color:white;
  font-size:22px;
}

.hmf4h-notice-card h2,
.hmf4h-section h2,
.hmf4h-form-wrap h2,
.hmf4h-footer-cta h2 {
  margin:0;
  color:var(--green);
  font-size:32px;
  line-height:1.08;
  letter-spacing:-.025em;
}

.hmf4h-notice-card p {
  margin:8px 0 0;
  color:var(--muted);
  font:400 14px/1.55 Arial, sans-serif;
}

.hmf4h-section {
  padding:30px 0;
}

.hmf4h-section-head {
  margin-bottom:16px;
}

.hmf4h-section-head p {
  max-width:780px;
  margin:8px 0 0;
  color:var(--muted);
  font:400 14px/1.5 Arial, sans-serif;
}

.hmf4h-card-grid {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}

.hmf4h-card {
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,253,248,.94);
  box-shadow:0 10px 22px rgba(53,37,16,.06);
}

.hmf4h-card img {
  width:100%;
  height:165px;
  object-fit:cover;
}

.hmf4h-card div {
  padding:16px;
}

.hmf4h-card h3,
.hmf4h-steps h3,
.hmf4h-package-grid h3,
.hmf4h-resource-grid h3 {
  margin:0 0 8px;
  color:var(--green);
  font-size:18px;
  line-height:1.15;
}

.hmf4h-card p,
.hmf4h-steps p,
.hmf4h-panel p,
.hmf4h-resource-grid p,
.hmf4h-package-grid p {
  margin:0;
  color:var(--muted);
  font:400 13px/1.5 Arial, sans-serif;
}

.hmf4h-card a {
  display:inline-block;
  margin-top:12px;
  color:var(--green);
  font:900 13px/1 Arial, sans-serif;
}

.hmf4h-steps {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}

.hmf4h-steps > div {
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,253,248,.94);
  padding:18px;
}

.hmf4h-steps span {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:12px;
  border-radius:999px;
  background:var(--green);
  color:white;
  font:900 16px Arial, sans-serif;
}

.hmf4h-split {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.hmf4h-panel {
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,253,248,.94);
  padding:24px;
}

.hmf4h-gold-panel {
  background:#fff8ec;
  border-color:rgba(199,134,23,.48);
}

.hmf4h-checklist {
  margin:16px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
  font:400 13px/1.45 Arial, sans-serif;
  color:var(--muted);
}

.hmf4h-checklist li {
  position:relative;
  padding-left:28px;
}

.hmf4h-checklist li::before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border-radius:999px;
  background:var(--green);
  color:white;
  display:grid;
  place-items:center;
  font:900 11px Arial, sans-serif;
}

.hmf4h-record-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}

.hmf4h-record-grid div {
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,253,248,.94);
  padding:18px;
}

.hmf4h-record-grid strong {
  display:block;
  color:var(--green);
  font-size:18px;
  margin-bottom:7px;
}

.hmf4h-record-grid span {
  display:block;
  color:var(--muted);
  font:400 13px/1.45 Arial, sans-serif;
}

.hmf4h-package-grid,
.hmf4h-resource-grid {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}

.hmf4h-package-grid article,
.hmf4h-resource-grid a {
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,253,248,.94);
  padding:18px;
  transition:.15s transform ease, .15s box-shadow ease;
}

.hmf4h-resource-grid a:hover,
.hmf4h-package-grid article:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(53,37,16,.08);
}

.hmf4h-package-grid a {
  display:inline-block;
  margin-top:12px;
  color:var(--green);
  font:900 13px Arial, sans-serif;
}

.hmf4h-form-wrap {
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:24px;
  border-radius:22px;
  background:var(--green);
  color:white;
  padding:30px;
}

.hmf4h-form-wrap .hmf4h-kicker,
.hmf4h-form-wrap h2 {
  color:white;
}

.hmf4h-form-wrap p {
  margin:12px 0 0;
  color:rgba(255,255,255,.82);
  font:400 14px/1.55 Arial, sans-serif;
}

.hmf4h-mini-note {
  margin-top:16px;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  padding:14px;
  color:#fff8ea;
  font:700 13px/1.45 Arial, sans-serif;
}

.hmf4h-form {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.hmf4h-form input,
.hmf4h-form select,
.hmf4h-form textarea {
  width:100%;
  border:0;
  border-radius:9px;
  background:#fffdf8;
  color:#222;
  padding:13px 14px;
  font:400 13px/1 Arial, sans-serif;
}

.hmf4h-form textarea {
  grid-column:1 / -1;
  min-height:110px;
  line-height:1.4;
}

.hmf4h-form button {
  justify-self:start;
}

.hmf4h-footer-cta {
  margin-top:16px;
  background:linear-gradient(90deg, var(--green), #0b5137 65%, #093825);
  color:white;
}

.hmf4h-footer-grid {
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  padding-top:28px;
  padding-bottom:28px;
}

.hmf4h-footer-cta h2 {
  color:white;
}

.hmf4h-footer-cta p {
  margin:8px 0 0;
  color:rgba(255,255,255,.82);
  font:400 14px/1.5 Arial, sans-serif;
}

@media (max-width:1100px) {
  .hmf4h-card-grid,
  .hmf4h-package-grid,
  .hmf4h-resource-grid {
    grid-template-columns:repeat(2, 1fr);
  }

  .hmf4h-steps,
  .hmf4h-record-grid {
    grid-template-columns:repeat(2, 1fr);
  }
}

@media (max-width:840px) {
  .hmf4h-hero-grid,
  .hmf4h-split,
  .hmf4h-form-wrap,
  .hmf4h-footer-grid {
    grid-template-columns:1fr;
  }

  .hmf4h-visual-grid {
    grid-template-columns:1fr 1fr;
    grid-template-rows:170px 170px;
  }

  .hmf4h-photo-large {
    grid-row:auto;
    min-height:170px;
  }

  .hmf4h-form {
    grid-template-columns:1fr;
  }
}

@media (max-width:560px) {
  .hmf4h-container {
    padding:0 16px;
  }

  #hmf4h h1 {
    font-size:42px;
  }

  .hmf4h-visual-grid,
  .hmf4h-card-grid,
  .hmf4h-steps,
  .hmf4h-record-grid,
  .hmf4h-package-grid,
  .hmf4h-resource-grid {
    grid-template-columns:1fr;
  }
}
