@page {
  margin: 16mm;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", ui-serif, Georgia, serif;
}

[data-hb-hero-parallax-media] {
  transform: translate3d(0, 0, 0) scale(1.08);
  transform-origin: center center;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  [data-hb-hero-parallax-media] {
    transform: none !important;
  }
}

.hb-hero-finder {
  transition: background-color 220ms ease, box-shadow 220ms ease,
    border-color 220ms ease;
}

.hb-hero-badge,
.hb-hero-title,
.hb-hero-lead,
.hb-hero-submit,
.hb-hero-quicklink {
  transition: color 180ms ease, background-color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease;
}

.hb-hero.hb-hero-overlay-1 .hb-hero-overlay-primary {
  background-color: rgba(15, 23, 42, 0.16) !important;
}

.hb-hero.hb-hero-overlay-1 .hb-hero-overlay-gradient {
  background-image: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.22),
    rgba(15, 23, 42, 0.1),
    rgba(15, 23, 42, 0.28)
  ) !important;
}

.hb-hero-style-1 {
  background-color: rgba(255, 255, 255, 0.98) !important;
  border-color: rgba(148, 163, 184, 0.34) !important;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.16) !important;
}

.hb-hero-style-1 .hb-hero-badge {
  background-color: rgba(15, 23, 42, 0.05) !important;
  color: rgb(51 65 85) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

.hb-hero-style-1 .hb-hero-submit {
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
}

.hb-hero.hb-hero-overlay-2 .hb-hero-overlay-primary {
  background-color: rgba(15, 23, 42, 0.1) !important;
}

.hb-hero.hb-hero-overlay-2 .hb-hero-overlay-gradient {
  background-image: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.16),
    rgba(15, 23, 42, 0.04),
    rgba(15, 23, 42, 0.2)
  ) !important;
}

.hb-hero-style-2 {
  background: linear-gradient(
    135deg,
    rgba(255, 248, 239, 0.9) 0%,
    rgba(255, 255, 255, 0.84) 60%,
    rgba(250, 245, 236, 0.86) 100%
  ) !important;
  border-color: rgba(194, 160, 118, 0.35) !important;
  box-shadow: 0 24px 64px rgba(71, 55, 33, 0.18) !important;
  backdrop-filter: blur(7px) saturate(110%);
}

.hb-hero-style-2 .hb-hero-badge {
  background-color: rgba(120, 84, 45, 0.08) !important;
  color: rgb(120 53 15) !important;
  border-color: rgba(120, 84, 45, 0.24) !important;
}

.hb-hero-style-2 .hb-hero-title {
  color: rgb(30 41 59) !important;
}

.hb-hero-style-2 .hb-hero-lead {
  color: rgb(71 85 105) !important;
}

.hb-hero-style-2 .hb-hero-submit {
  background-color: rgb(120 53 15) !important;
}

.hb-hero-style-2 .hb-hero-submit:hover,
.hb-hero-style-2 .hb-hero-submit:focus-visible {
  background-color: rgb(154 52 18) !important;
}

.hb-hero-style-2 .hb-hero-quicklink {
  color: rgb(100 116 139) !important;
}

.hb-hero-style-2 .hb-hero-quicklink:hover,
.hb-hero-style-2 .hb-hero-quicklink:focus-visible {
  color: rgb(154 52 18) !important;
}

.hb-hero.hb-hero-overlay-3 .hb-hero-overlay-primary {
  background-color: rgba(15, 23, 42, 0.2) !important;
}

.hb-hero.hb-hero-overlay-3 .hb-hero-overlay-gradient {
  background-image: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.28),
    rgba(15, 23, 42, 0.14),
    rgba(15, 23, 42, 0.34)
  ) !important;
}

.hb-hero-style-3 {
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.78),
    rgba(255, 255, 255, 0.7)
  ) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 26px 68px rgba(15, 23, 42, 0.24) !important;
  backdrop-filter: blur(14px) saturate(120%);
}

.hb-hero-style-3 .hb-hero-badge {
  background-color: rgba(15, 23, 42, 0.08) !important;
  color: rgb(15 23 42) !important;
  border-color: rgba(15, 23, 42, 0.2) !important;
}

.hb-hero-style-3 .hb-hero-title {
  color: rgb(15 23 42) !important;
}

.hb-hero-style-3 .hb-hero-lead {
  color: rgb(30 41 59) !important;
}

.hb-home-finder {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.hb-map-consent-target {
  position: relative;
  overflow: hidden;
}

.hb-map-consent-overlay {
  position: absolute;
  inset: 0;
  z-index: 450;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  background-size: cover;
  background-position: center;
}

.hb-map-consent-card {
  width: min(40rem, 100%);
  text-align: center;
  border-radius: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.92);
  padding: 1.35rem 1.4rem 1.15rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(3px);
}

.hb-map-consent-title {
  margin: 0;
  color: rgb(15 23 42);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.hb-map-consent-lead {
  margin: 0.45rem 0 0.95rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgb(51 65 85);
}

.hb-map-consent-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: rgb(15 23 42);
  color: #fff;
  font-weight: 650;
  font-size: 0.98rem;
  line-height: 1.1;
  padding: 0.84rem 1.38rem;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.hb-map-consent-btn:hover,
.hb-map-consent-btn:focus-visible {
  background: rgb(30 41 59);
  transform: translateY(-1px);
}

.hb-map-consent-btn:focus-visible {
  outline: 2px solid rgb(148 163 184);
  outline-offset: 2px;
}

.hb-map-consent-hint {
  margin: 0.8rem 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgb(71 85 105);
}

.hb-map-consent-link {
  color: rgb(15 23 42);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media print {
  body.hb-print-checklist-only > * {
    display: none !important;
  }

  body.hb-print-checklist-only #hb-print-root {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.hb-print-checklist-only #hb-print-root [data-hb-print-checklist] {
    display: none !important;
  }

  body.hb-print-checklist-only #hb-print-root [data-hb-checklist-card],
  body.hb-print-checklist-only #hb-print-root [data-hb-print-clone] {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

.hb-card-arrow {
  color: rgb(148 163 184);
  transform: translateX(0);
  transition: transform 160ms ease, color 160ms ease;
}

a.group:hover .hb-card-arrow,
a.group:focus-visible .hb-card-arrow {
  color: rgb(234 88 12);
  transform: translateX(2px);
}

/* Markdown prose: arrow after H3 links (e.g. guide hubs). */
.prose h3 > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 160ms ease;
}

.prose h3 > a::after {
  content: "\2192";
  font-weight: 800;
  line-height: 1;
  opacity: 0.78;
  transform: translateX(0);
  transition: transform 160ms ease, color 160ms ease, opacity 160ms ease;
}

.prose h3 > a:hover,
.prose h3 > a:focus-visible {
  color: rgb(234 88 12);
  text-decoration: underline;
}

.prose h3 > a:hover::after,
.prose h3 > a:focus-visible::after {
  opacity: 1;
  transform: translateX(2px);
}
