:root {
  --jhc-ink: #18211f;
  --jhc-muted: #5d6864;
  --jhc-line: #dce3df;
  --jhc-mist: #f4f7f5;
  --jhc-cream: #fffaf1;
  --jhc-terracotta: #b65d45;
  --jhc-sage: #6f8a74;
  --jhc-navy: #20324a;
  --jhc-white: #ffffff;
}

.jhc-wrap {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.jhc-hero,
.jhc-section {
  color: var(--jhc-ink);
  font-family: inherit;
}

.jhc-hero {
  padding: 76px 0 42px;
  background: linear-gradient(135deg, #f7faf6 0%, #fffaf1 55%, #edf5f0 100%);
}

.jhc-hero-inner,
.jhc-section-inner {
  position: relative;
}

.jhc-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 42px;
  align-items: center;
}

.jhc-kicker {
  margin: 0 0 14px;
  color: var(--jhc-terracotta);
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.jhc-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.jhc-hero-lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--jhc-muted);
  font-size: 1.18rem;
  line-height: 1.7;
}

.jhc-hero-actions,
.jhc-link-grid,
.jhc-area-list,
.jhc-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jhc-hero-actions {
  margin-top: 28px;
}

.jhc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid var(--jhc-ink);
  text-decoration: none;
  font-weight: 750;
  line-height: 1.2;
}

.jhc-btn-primary {
  background: var(--jhc-ink);
  color: var(--jhc-white);
}

.jhc-btn-ghost {
  background: transparent;
  color: var(--jhc-ink);
}

.jhc-proof-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.jhc-proof-list li,
.jhc-area-list li {
  border: 1px solid var(--jhc-line);
  background: rgba(255, 255, 255, 0.72);
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--jhc-muted);
}

.jhc-hero-media {
  display: grid;
  gap: 16px;
}

.jhc-hero-copy {
  min-width: 0;
}

.jhc-image-placeholder {
  margin: 0;
}

.jhc-image-box {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 26px;
  border-radius: 8px;
  border: 1px solid var(--jhc-line);
  background:
    linear-gradient(135deg, rgba(111, 138, 116, .2), rgba(182, 93, 69, .14)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.55) 0 10px, rgba(244,247,245,.75) 10px 20px);
  color: var(--jhc-navy);
  text-align: center;
  font-weight: 750;
}

.jhc-image-placeholder figcaption {
  margin-top: 8px;
  color: var(--jhc-muted);
  font-size: 0.86rem;
}

.jhc-hero-card,
.jhc-summary-box,
.jhc-cta-panel,
.jhc-checklist,
.jhc-feature-grid > div,
.jhc-service-card,
.jhc-review {
  border: 1px solid var(--jhc-line);
  border-radius: 8px;
  background: var(--jhc-white);
}

.jhc-hero-card {
  padding: 18px;
  display: grid;
  gap: 6px;
}

.jhc-hero-card span,
.jhc-section p,
.jhc-section li,
.jhc-section td {
  color: var(--jhc-muted);
}

.jhc-section {
  padding: 58px 0;
  background: var(--jhc-white);
}

.jhc-section-tight {
  padding: 18px 0;
}

.jhc-band-soft {
  background: var(--jhc-mist);
}

.jhc-band-ink {
  background: var(--jhc-navy);
  color: var(--jhc-white);
}

.jhc-band-ink h2,
.jhc-band-ink h3,
.jhc-band-ink p,
.jhc-band-ink li {
  color: var(--jhc-white);
}

.jhc-band-faq {
  background: var(--jhc-cream);
}

.jhc-section h2 {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.jhc-section h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.jhc-section p {
  font-size: 1rem;
  line-height: 1.7;
}

.jhc-summary-box,
.jhc-cta-panel,
.jhc-checklist,
.jhc-contact-card,
.jhc-header-cta,
.jhc-footer-cta {
  padding: 24px;
  margin-bottom: 24px;
}

.jhc-header-cta,
.jhc-contact-card,
.jhc-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--jhc-line);
  border-radius: 8px;
  background: var(--jhc-white);
}

.jhc-header-cta span,
.jhc-contact-card span,
.jhc-footer-cta span {
  color: var(--jhc-muted);
}

.jhc-contact-card a,
.jhc-footer-cta a {
  color: var(--jhc-terracotta);
  font-weight: 800;
}

.jhc-card-grid,
.jhc-feature-grid,
.jhc-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jhc-service-card,
.jhc-feature-grid > div,
.jhc-steps > div,
.jhc-review {
  padding: 22px;
}

.jhc-service-card a,
.jhc-link-grid a {
  color: var(--jhc-terracotta);
  font-weight: 750;
}

.jhc-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--jhc-line);
  border-radius: 8px;
  background: var(--jhc-white);
}

.jhc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.jhc-table th,
.jhc-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--jhc-line);
  text-align: left;
  vertical-align: top;
}

.jhc-table th {
  background: var(--jhc-mist);
  color: var(--jhc-ink);
}

.jhc-checklist ul,
.jhc-area-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jhc-checklist li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--jhc-line);
  position: relative;
}

.jhc-checklist li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jhc-sage);
  position: absolute;
  left: 6px;
  top: 18px;
}

.jhc-steps span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--jhc-terracotta);
  color: var(--jhc-white);
  font-weight: 800;
  margin-bottom: 14px;
}

.jhc-review {
  margin: 0 0 16px;
}

.jhc-review p {
  margin-top: 0;
  color: var(--jhc-ink);
}

.jhc-review cite {
  color: var(--jhc-muted);
  font-style: normal;
  font-weight: 750;
}

.jhc-faq-list {
  display: grid;
  gap: 12px;
}

.jhc-faq-item {
  border: 1px solid var(--jhc-line);
  border-radius: 8px;
  background: var(--jhc-white);
  padding: 16px 18px;
}

.jhc-faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--jhc-ink);
}

.jhc-link-grid a {
  border: 1px solid var(--jhc-line);
  border-radius: 6px;
  background: var(--jhc-white);
  padding: 12px 14px;
  text-decoration: none;
}

.jhc-cta-panel {
  text-align: center;
  margin-bottom: 0;
  background: var(--jhc-ink);
  color: var(--jhc-white);
}

.jhc-cta-panel h2,
.jhc-cta-panel p {
  color: var(--jhc-white);
}

.jhc-cta-panel .jhc-btn-primary {
  background: var(--jhc-white);
  color: var(--jhc-ink);
}

.jhc-cta-panel .jhc-btn-ghost {
  border-color: var(--jhc-white);
  color: var(--jhc-white);
  margin-left: 8px;
}

.jhc-note {
  background: var(--jhc-mist);
  border-left: 4px solid var(--jhc-sage);
  padding: 14px 16px;
}

.jhc-sticky-mobile-cta {
  display: none;
}

@media (max-width: 860px) {
  .jhc-hero-inner,
  .jhc-card-grid,
  .jhc-feature-grid,
  .jhc-steps {
    grid-template-columns: 1fr;
  }

  .jhc-hero {
    padding-top: 48px;
  }

  .jhc-image-box {
    min-height: 240px;
  }

  .jhc-header-cta,
  .jhc-contact-card,
  .jhc-footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .jhc-sticky-mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 6px;
    background: var(--jhc-terracotta);
    color: var(--jhc-white);
    text-decoration: none;
    font-weight: 850;
    box-shadow: 0 12px 28px rgba(24, 33, 31, .18);
  }
}
