body.page-assessment .entry-header,
body.page-assessment .entry-title,
body.gf-assessment-page .entry-header,
body.gf-assessment-page .entry-title,
.gf-page-shell:has(.gf-assessment) .entry-header,
.gf-page-shell:has(.gf-assessment) .entry-title {
  display: none !important;
}

.gf-assessment {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 3rem;
  background: #fff;
  border: 1px solid #e6e2d6;
  border-top: 4px solid #1f5c32;
  padding: 32px 36px 40px;
  box-sizing: border-box;
}

.gf-assessment-kicker {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f5c32;
  font-weight: 700;
}

.gf-assessment h2.gf-assessment-title {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.25;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.gf-assessment-intro p,
.gf-assessment-disclaimer,
.gf-assessment-contact-note,
.gf-scale-legend {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.gf-assessment-intro {
  margin: 0 0 1.5rem;
}

.gf-scale-legend {
  margin: 0 0 1.25rem;
  padding: 12px 14px;
  background: #f7f6f2;
  border-left: 4px solid #1f5c32;
  font-weight: 600;
  color: #1a1a1a;
}

.gf-assessment ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  counter-reset: gf-q;
}

.gf-assessment li {
  counter-increment: gf-q;
  margin: 0 0 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e2d6;
}

.gf-q::before {
  content: counter(gf-q) ". ";
  color: #1f5c32;
  font-weight: 700;
}

.gf-q {
  margin: 0 0 0.85rem;
  font-size: 18px;
  line-height: 1.5;
  color: #1a1a1a;
}

.gf-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.gf-likert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 12px 6px;
  min-height: 5.5rem;
  border: 1px solid #e6e2d6;
  background: #f7f6f2;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
}

.gf-likert:hover,
.gf-likert:has(input:checked) {
  border-color: #1f5c32;
  background: #eef5f0;
  color: #163f24;
}

.gf-likert input {
  margin: 0;
  accent-color: #1f5c32;
  width: 18px;
  height: 18px;
}

.gf-likert-n {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #1a1a1a;
}

.gf-likert-l {
  font-size: 14px;
  line-height: 1.25;
  color: inherit;
}

.gf-assessment-contact {
  display: grid;
  gap: 12px;
  margin-bottom: 1.25rem;
}

.gf-assessment-contact-title {
  margin: 0;
  font-size: 1.25rem;
  color: #1a1a1a;
}

.gf-assessment-contact label {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.gf-assessment input[type="text"],
.gf-assessment input[type="email"] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0.35rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #cfc9b8;
  box-sizing: border-box;
  font-size: 18px;
}

.gf-assessment form button[type="submit"],
a.gf-cta {
  display: inline-block;
  background: #1f5c32;
  color: #fff !important;
  border: 0;
  padding: 0.85rem 1.5rem;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none !important;
}

.gf-assessment form button[type="submit"]:hover,
a.gf-cta:hover {
  background: #163f24;
}

.gf-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}

#gf-assessment-result {
  margin-top: 0.5rem;
}

#gf-assessment-result .gf-kicker {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b59a4c;
  font-weight: 700;
}

#gf-assessment-result h2 {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  line-height: 1.25;
  color: #1a1a1a;
}

#gf-assessment-result .gf-body,
#gf-assessment-result .gf-next {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

#gf-assessment-result .gf-detail {
  font-size: 16px;
  line-height: 1.5;
  color: #5a5a5a;
}

a.gf-cta {
  margin-top: 0.75rem;
}

@media (max-width: 640px) {
  .gf-assessment {
    padding: 22px 16px 28px;
  }

  .gf-likert {
    min-height: 4.25rem;
    padding: 10px 4px;
  }

  .gf-likert-l {
    display: none;
  }
}
