/* Clean host landing (top of /stays/host/). Scoped so the older page below is untouched. */

.mp.mp-host-fresh {
  --mp-bg: #fff;
  background: #fff;
  --hf-ink: #222222;
  --hf-muted: #6a6a6a;
  --hf-line: #ebebeb;
  --hf-gold: #c9a962;
  --hf-navy: #0c1b33;
}

.mp-host-fresh .mp-announce { display: none !important; }
.mp-host-fresh .mp-announce:not([hidden]) ~ .mp-header { top: 0; }

.mp-host-fresh .mp-header {
  background: #fff;
  border-bottom: 1px solid var(--hf-line);
  backdrop-filter: none;
  box-shadow: none;
  z-index: 80;
}

.mp-host-fresh .mp-header.is-scrolled {
  background: #fff;
  border-bottom-color: var(--hf-line);
  box-shadow: none;
}

.mp-host-fresh .mp-header-inner {
  width: min(1180px, calc(100% - 2.5rem));
}

.mp a.hf-cta,
.mp button.hf-cta,
.hf-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 1.2rem;
  border: 1px solid rgba(201, 169, 98, 0.88);
  border-radius: 999px;
  background: var(--hf-gold);
  color: var(--hf-navy) !important;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.015em;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(201, 169, 98, 0.18);
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.mp a.hf-cta:hover,
.hf-cta:hover {
  background: #d4b56f;
  border-color: #c9a962;
  box-shadow: 0 4px 14px rgba(201, 169, 98, 0.26);
}

.mp a.hf-cta-header,
.hf-cta-header {
  padding: 0.48rem 0.95rem;
  font-size: 0.82rem;
  box-shadow: none;
}

.mp a.hf-cta-dark,
.hf-cta-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  background: #222;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: none;
  text-decoration: none;
}

.mp a.hf-cta-dark:hover,
.hf-cta-dark:hover { background: #111; }

.mp a.hf-text-link,
.hf-text-link {
  color: var(--hf-ink) !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hf {
  color: var(--hf-ink);
  background: #fff;
}

.hf-wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.hf-hero {
  padding: 4.5rem 0 3.5rem;
}

.hf-hero .hs-earn-widget {
  margin: 0;
}
.hf-hero .hs-earn-stage {
  gap: 2.5rem 3rem;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
}

.hf-hero .hs-earn-copy,
.hf-hero .hs-earn-onboard,
.hf-hero .hs-earn-map-wrap {
  min-width: 0;
}

.hf-hero .hs-earn-copy h2,
.hf-hero .hs-earn-copy [data-earn-title] {
  font-size: clamp(2.35rem, 5vw, 3.35rem);
  letter-spacing: -0.055em;
  line-height: 1.08;
  font-weight: 800;
  color: var(--hf-ink);
  max-width: 11.5ch;
}

.hf-hero .hs-earn-amount {
  color: var(--hf-ink);
}

.hf-hero .hs-earn-meta {
  color: var(--hf-muted);
  font-weight: 600;
  font-size: 0.95rem;
}

.hf-hero .hs-earn-how {
  color: var(--hf-muted);
  font-weight: 500;
  font-size: 0.92rem;
}

.hf-hero .hs-earn-slider {
  max-width: 18rem;
  margin: 1.1rem 0 1.15rem;
}

.hf-hero .hs-earn-slider input[type="range"] {
  accent-color: var(--hf-navy);
  height: 4px;
}

.hf-hero .hs-earn-place {
  border-color: #dddddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.hf-hero .hs-earn-place-status {
  margin: 0.5rem 0 0.95rem;
}

.hf-hero .hs-earn-start {
  display: inline-flex;
}

.hf-hero .hs-earn-note,
.hf-hero .hs-earn-desktop-cta,
.hf-hero .hs-earn-mobile-cta {
  display: none !important;
}

.hf-hero .hs-earn-map-wrap {
  border-radius: 24px;
  height: min(32rem, 70vh);
  min-height: 22rem;
  box-shadow: none;
  border: 1px solid #eee;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}

.hf-hero .hs-earn-map,
.hf-hero .hs-earn-map.leaflet-container {
  height: 100% !important;
}

.hf-map-chip {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
  margin: 0;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  color: var(--hf-ink);
  font-size: 0.84rem;
  font-weight: 650;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

.hf-hero .hs-home-pin {
  background: var(--hf-navy);
  color: var(--hf-gold);
}

.hf-section {
  padding: 4.25rem 0;
  scroll-margin-top: calc(var(--mp-header-h, 68px) + 12px);
}

.hf-section-soft { background: #f7f7f7; }

.hf-center {
  text-align: center;
  margin: 0 auto 2.75rem;
}
.hf-center h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.hf-center h2,
.hf-cover h2,
.hf-phones-head h2,
.hf-faq-head h2,
.hf-people-head h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  letter-spacing: -0.045em;
  line-height: 1.12;
  font-weight: 800;
}

.hf-lead {
  margin: 0;
  max-width: 36rem;
  color: var(--hf-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.hf-center .hf-lead,
.hf-people-head .hf-lead,
.hf-cover .hf-lead,
.hf-faq-head .hf-lead {
  margin-left: auto;
  margin-right: auto;
}

.hf-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem 1.6rem;
  padding: 1.25rem 1.35rem 1.25rem 1.2rem;
  min-height: 0;
  border-radius: 20px;
  border: 1px solid rgba(201, 169, 98, 0.38);
  background:
    linear-gradient(180deg, rgba(201, 169, 98, 0.1), rgba(255, 255, 255, 0.96) 46%),
    #fff;
  color: var(--hf-navy);
  box-shadow: 0 8px 24px rgba(12, 27, 51, 0.05);
}

.hf-help-faces {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
  flex: 1 1 auto;
}

.hf-help-faces img {
  width: 3.35rem;
  height: 3.35rem;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(12, 27, 51, 0.1);
}

.hf-help-faces img + img {
  margin-left: -0.85rem;
}

.hf-help-copy {
  min-width: 0;
}

.hf-help .hf-help-eyebrow {
  margin: 0 0 0.22rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hf-gold);
}

.hf-help-copy strong {
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.38rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 0.28rem;
  font-weight: 800;
  color: var(--hf-navy);
}

.hf-help-copy > p:not(.hf-help-eyebrow) {
  margin: 0;
  color: var(--hf-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 34rem;
}

.mp a.hf-help-cta,
.hf-help-cta {
  flex: none;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 1.05rem;
  border: 1px solid rgba(201, 169, 98, 0.88);
  border-radius: 999px;
  background: var(--hf-gold);
  color: var(--hf-navy) !important;
  font-weight: 700;
  font-size: 0.86rem;
  white-space: nowrap;
  box-shadow: none;
}

.mp a.hf-help-cta:hover,
.hf-help-cta:hover {
  background: #d4b56f;
  color: var(--hf-navy) !important;
}

.hf-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.5rem;
  text-align: center;
}

.hf-icon {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #f7f7f7;
  color: var(--hf-ink);
}

.hf-icon svg { width: 1.7rem; height: 1.7rem; }

.hf-icons h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.hf-icons p {
  margin: 0 auto;
  max-width: 22rem;
  color: var(--hf-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.hf-people-head {
  text-align: center;
  margin-bottom: 2.2rem;
}

.hf-people-head .hf-lead { margin: 0.55rem auto 0; }

.hf-people-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hf-person {
  padding: 1.35rem 1rem 1.2rem;
  border-radius: 24px;
  background: #f7f7f7;
  text-align: center;
}

.hf-person img {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  object-fit: cover;
}

.hf-person h3 {
  margin: 0 0 0.2rem;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.hf-person p {
  margin: 0;
  color: var(--hf-muted);
  font-size: 0.88rem;
}

.hf-people-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.hf-cover {
  text-align: center;
}

.hf-cover-mark {
  margin: 0 0 1.1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hf-navy);
}

.hf-cover-mark em {
  font-family: var(--mp-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 1.65rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--hf-gold);
  display: block;
  line-height: 1;
  margin: 0.15rem 0 0.2rem;
}
.hf-cover-mark span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 600;
  color: var(--hf-muted);
}

.hf-cover-list {
  width: min(36rem, 100%);
  margin: 2rem auto 1.4rem;
  padding: 0;
  list-style: none;
  text-align: left;
}

.hf-cover-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--hf-line);
  font-size: 1.05rem;
  font-weight: 600;
}

.hf-cover-list li:first-child { border-top: 1px solid var(--hf-line); }

.hf-check {
  width: 1.35rem;
  height: 1.35rem;
  flex: none;
  color: #2f7d4a;
}

.hf-cover-note {
  margin: 0 auto 1.6rem;
  max-width: 38rem;
  color: var(--hf-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.hf-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 52rem;
  margin: 0 auto 4.5rem;
  text-align: center;
}

.hf-extra {
  padding: 0 2rem;
}

.hf-extra + .hf-extra { border-left: 1px solid var(--hf-line); }

.hf-extra span {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  margin: 0 auto 0.85rem;
  font-size: 1.45rem;
}

.hf-extra h3 {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
}

.hf-extra p {
  margin: 0;
  color: var(--hf-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hf-phones-head {
  text-align: center;
  margin: 0 auto 2.75rem;
  max-width: none;
  width: 100%;
}

.hf-phones-head h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.hf-phones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.75rem 2.25rem;
  align-items: start;
  max-width: 58rem;
  margin: 0 auto;
}

.hf-phone {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  display: grid;
  gap: 0;
}

/* Soft gray cradle — matches inspiration */
.hf-phone-cradle {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 1.75rem 1.35rem 2rem;
  border-radius: 28px;
  background: #f7f7f7;
  min-height: 100%;
}

/* Real device bezel — standard tall phone ratio */
.hf-phone-device {
  width: min(16.75rem, 100%);
  aspect-ratio: 9 / 19.5;
  padding: 0.5rem;
  border-radius: 2.15rem;
  background: #111;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 18px 40px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}

.hf-phone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 1.7rem;
  background: #fff;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.hf-phone-screen::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.4rem;
  height: 0.34rem;
  border-radius: 999px;
  background: #1a1a1a;
  z-index: 3;
}

.hf-phone-screen > img {
  width: 100%;
  flex: 1 1 auto;
  min-height: 12rem;
  height: auto;
  object-fit: cover;
  display: block;
}

.hf-phone-screen.is-shot {
  display: block;
}

.hf-phone-screen.is-shot > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
}

.hf-listing {
  flex: none;
  padding: 0.85rem 0.9rem 1rem;
}

.hf-listing h3 {
  margin: 0 0 0.25rem;
  font-size: 0.92rem;
  letter-spacing: -0.03em;
  color: var(--hf-ink);
  line-height: 1.25;
}

.hf-listing p {
  margin: 0 0 0.65rem;
  color: var(--hf-muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.hf-listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  color: var(--hf-muted);
  font-size: 0.68rem;
  font-weight: 600;
}

.hf-listing-meta .hf-listing-star {
  color: var(--hf-ink);
}

.hf-search-ui {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding-top: 0.85rem;
}

.hf-search-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0.7rem 0.75rem;
  padding: 0.58rem 0.75rem;
  border-radius: 999px;
  background: #f4f4f4;
  color: var(--hf-muted);
  font-size: 0.72rem;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  flex: none;
}

.hf-search-bar svg {
  width: 0.8rem;
  height: 0.8rem;
  flex: none;
  color: var(--hf-ink);
}

.hf-search-tabs {
  display: flex;
  gap: 0.85rem;
  padding: 0 0.85rem 0.7rem;
  flex: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.7rem;
}

.hf-search-tabs span {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--hf-muted);
  padding-bottom: 0.45rem;
}

.hf-search-tabs span.is-on {
  color: var(--hf-ink);
  box-shadow: inset 0 -2px 0 var(--hf-navy);
}

.hf-search-label {
  margin: 0 0.85rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--hf-ink);
  letter-spacing: -0.02em;
  flex: none;
}

.hf-search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.45rem;
  padding: 0 0.7rem 0.85rem;
  flex: 1 1 auto;
  min-height: 0;
}

.hf-search-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.hf-search-card img {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.hf-search-card p {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 650;
  color: var(--hf-ink);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hf-search-card span {
  font-size: 0.58rem;
  font-weight: 600;
  color: var(--hf-muted);
}

.hf-phone-cap {
  text-align: center;
  padding: 1.45rem 0.6rem 0;
}

.hf-phone-cap h3 {
  margin: 0 0 0.4rem;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
  color: var(--hf-ink);
}

.hf-phone-cap p {
  margin: 0 auto;
  color: var(--hf-muted);
  font-size: 0.96rem;
  line-height: 1.5;
  max-width: 22rem;
}

.hf-ask {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem 1.6rem;
  margin: 0;
  padding: 1.25rem 1.35rem 1.25rem 1.2rem;
  min-height: 0;
  border-radius: 20px;
  border: 1px solid rgba(201, 169, 98, 0.38);
  background:
    linear-gradient(180deg, rgba(201, 169, 98, 0.1), rgba(255, 255, 255, 0.96) 46%),
    #fff;
  color: var(--hf-navy);
  box-shadow: 0 8px 24px rgba(12, 27, 51, 0.05);
}

.hf-ask-mark {
  flex: none;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--hf-gold) 18%, #fff);
  color: var(--hf-gold);
}

.hf-ask-mark svg {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}

.hf-next {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.hf-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.hf-next-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hf-line);
  border-radius: 22px;
  background: #fff;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.hf-next-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(12, 27, 51, 0.08);
}

.hf-next-card img {
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
}

.hf-next-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.3rem 1.35rem 1.4rem;
}

.hf-next-copy h3 {
  margin: 0 0 0.4rem;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.hf-next-copy p {
  margin: 0;
  color: var(--hf-muted);
  line-height: 1.55;
  font-size: 0.98rem;
}

.hf-next-copy .hf-text-link {
  margin-top: auto;
  padding-top: 0.95rem;
  align-self: flex-start;
}

@media (prefers-reduced-motion: reduce) {
  .hf-next-card,
  .hf-next-card:hover {
    transform: none;
    transition: none;
  }
}

.hf-ask-lead {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
  flex: 1 1 auto;
}

.hf-ask-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.hf-ask-copy h3 {
  margin: 0 0 0.28rem;
  font-size: clamp(1.15rem, 2vw, 1.38rem);
  letter-spacing: -0.03em;
  color: var(--hf-navy);
}

.hf-ask-copy p {
  margin: 0;
  color: var(--hf-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 34rem;
}

.mp a.hf-ask-cta,
.hf-ask-cta {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 1.05rem;
  border: 1px solid rgba(201, 169, 98, 0.88);
  border-radius: 999px;
  background: var(--hf-gold);
  color: var(--hf-navy) !important;
  font-weight: 700;
  font-size: 0.86rem;
  white-space: nowrap;
  box-shadow: none;
}

.mp a.hf-ask-cta:hover,
.hf-ask-cta:hover {
  background: #d4b56f;
  color: var(--hf-navy) !important;
}

.hf-faq-head {
  text-align: center;
  margin-bottom: 2.2rem;
}

.hf-faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.hf-faq-top p {
  margin: 0;
  font-weight: 700;
  font-size: 1.05rem;
}

.hf-faq-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.hf-faq-all {
  margin-right: 0.45rem;
  font-size: 0.88rem;
  white-space: nowrap;
}

.hf-faq-nav button {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: var(--hf-ink);
  font-size: 1.05rem;
  line-height: 1;
}

.hf-faq-nav button:disabled { opacity: 0.35; }

.hf-faq-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

.hf-faq-card {
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.hf-faq-card img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 0.7rem;
}

.hf-faq-card span,
.hf-faq-card a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hf-acc {
  border-top: 1px solid var(--hf-line);
  max-width: 52rem;
  margin: 0 auto;
}

.hf-acc-item {
  border-bottom: 1px solid var(--hf-line);
  scroll-margin-top: calc(var(--mp-header-h, 68px) + 16px);
}

.hf-acc-sum {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
  border: 0;
  background: none;
  text-align: left;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--hf-ink);
  cursor: pointer;
  list-style: none;
}
.hf-acc-sum::-webkit-details-marker { display: none; }
.hf-acc-sum::after {
  content: "▾";
  font-weight: 400;
  color: var(--hf-muted);
  font-size: 0.95rem;
}
.hf-acc-item[open] > .hf-acc-sum::after { content: "▴"; }

/* Kill platform floating FAQ cards inside host accordion */
.mp-host-fresh .hf-acc .mp-faq-list {
  max-width: none;
  margin: 0;
  padding: 0 0 0.85rem;
}

.mp-host-fresh .hf-acc .mp-faq-item {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  border-top: 1px solid var(--hf-line);
}

.mp-host-fresh .hf-acc .mp-faq-item:first-child {
  border-top: 1px solid var(--hf-line);
}

.mp-host-fresh .hf-acc .mp-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0;
  border: 0;
  background: none;
  text-align: left;
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: var(--hf-ink);
  cursor: pointer;
}

.mp-host-fresh .hf-acc .mp-faq-q span {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: var(--hf-navy);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.mp-host-fresh .hf-acc .mp-faq-item.is-open .mp-faq-q span {
  border-color: var(--hf-gold);
  color: var(--hf-navy);
  background: rgba(201, 169, 98, 0.18);
}

.mp-host-fresh .hf-acc .mp-faq-a {
  display: none;
  padding: 0 0 1.15rem;
  border-top: 0;
}

.mp-host-fresh .hf-acc .mp-faq-item.is-open .mp-faq-a {
  display: block;
  border-top: 2px solid var(--hf-gold);
  margin-top: -0.15rem;
  padding-top: 0.85rem;
}

.mp-host-fresh .hf-acc .mp-faq-a p {
  margin: 0;
  color: var(--hf-muted);
  line-height: 1.6;
  font-size: 0.98rem;
  max-width: 44rem;
}

.mp-host-fresh .hf-acc .mp-faq-a p:last-child { margin-bottom: 0; }

.hf-legacy { display: none !important; }

@media (max-width: 960px) {
  .hf-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hf-phones,
  .hf-next-grid,
  .hf-help { grid-template-columns: 1fr; }
  .hf-ask {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.15rem 1.15rem;
    min-height: 0;
    text-align: left;
  }
  .hf-ask-cta {
    width: auto;
  }
  .hf-phone-device { width: min(14.5rem, 78vw); }
  .hf-phone-cradle { padding: 1.35rem 1rem 1.55rem; }
  .hf-phone-screen > img { min-height: 0; }
  .hf-help {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.15rem 1.15rem;
    min-height: 0;
    gap: 1rem;
  }
  .hf-help-faces {
    flex-wrap: nowrap;
  }
  .hf-help-faces img {
    width: 3.1rem;
    height: 3.1rem;
  }
  .hf-help-cta {
    width: auto;
    align-self: flex-start;
  }
  .hf-next-card img { height: 12.5rem; }
}

@media (max-width: 719px) {
  .hf-hero .hs-earn-stage { grid-template-columns: minmax(0, 1fr); gap: 1.35rem; }
  .hf-hero { padding: 2.4rem 0 1.5rem; }
  .hf-hero .hs-earn-copy h2,
  .hf-hero .hs-earn-copy [data-earn-title] {
    max-width: none;
    font-size: clamp(1.85rem, 8.4vw, 2.45rem);
  }
  .hf-hero .hs-earn-meta {
    min-height: 2.35rem;
    align-items: center;
  }
  .hf-hero .hs-earn-slider {
    max-width: none;
    width: 100%;
    margin: 0.85rem 0 1rem;
  }
  .hf-hero .hs-earn-map-wrap,
  .hf-hero .hs-earn-map,
  .hf-hero .hs-earn-map.leaflet-container {
    min-height: 20.5rem;
    height: 20.5rem !important;
  }
  .hf-hero .hs-earn-widget.is-onboarding .hs-earn-map-wrap {
    display: none;
  }
  .hf-hero .hs-earn-onboard {
    padding-bottom: 0.5rem;
  }
  .hf-hero .hs-earn-onboard-slot .hs-form-nav,
  .hf-hero .hs-earn-onboard-slot [data-hs-go],
  .hf-hero .hs-earn-onboard-slot .hs-form-go {
    width: 100%;
  }
  .hf-icons { grid-template-columns: 1fr; gap: 1.6rem; }
  .hf-extras { grid-template-columns: 1fr; gap: 1.6rem; }
  .hf-extra + .hf-extra { border-left: 0; padding-top: 1.6rem; border-top: 1px solid var(--hf-line); }
  .hf-faq-track { grid-template-columns: 1fr; }
  .hf-people-grid { grid-template-columns: 1fr 1fr; }
}


/* —— Production merge sections —— */
.hf-section-head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}
.hf-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hf-gold);
}
.hf-section-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--hf-ink);
}
.hf-section-head .hf-lead {
  margin: 0;
}
.hf-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}
.hf-step {
  padding: 1.35rem 1.25rem 1.45rem;
  border: 1px solid var(--hf-line);
  border-radius: 18px;
  background: #fff;
}
.hf-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: var(--hf-navy);
  color: var(--hf-gold);
  font-weight: 800;
  font-size: 0.9rem;
}
.hf-step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.hf-step p {
  margin: 0;
  color: var(--hf-muted);
  line-height: 1.55;
  font-size: 0.95rem;
}
.hf-types,
.hf-tools,
.hf-photo-grid,
.hf-exp-grid {
  display: grid;
  gap: 1rem;
}
.hf-types {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hf-types article,
.hf-tools article,
.hf-photo-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.3rem 1.25rem 1.4rem;
  border: 1px solid var(--hf-line);
  border-radius: 18px;
  background: #fff;
}
.hf-photo-grid .hf-icon,
.hf-tools .hf-icon {
  width: 2.85rem;
  height: 2.85rem;
  margin: 0 0 0.9rem;
  border-radius: 14px;
  background: #ececec;
  flex: none;
}
.hf-photo-grid .hf-icon svg,
.hf-tools .hf-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}
.hf-types h3,
.hf-tools h3,
.hf-photo-grid h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}
.hf-types p,
.hf-tools p,
.hf-photo-grid p {
  margin: 0;
  color: var(--hf-muted);
  line-height: 1.55;
  font-size: 0.94rem;
}
.hf-launch {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}
.hf-launch-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.hf-launch-copy h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--hf-ink);
}
.hf-launch-copy .hf-lead {
  margin: 0;
}
.hf-launch-copy .hf-text-link {
  display: inline-block;
  margin-top: 1.05rem;
  width: fit-content;
}
.hf-launch-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.65rem 1.5rem;
  border-radius: 18px;
  background: var(--hf-navy);
  color: #fff;
}
.hf-launch-k {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hf-gold);
}
.hf-launch-amt {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.hf-launch-card p:last-child {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
  font-size: 0.92rem;
}
.hf-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hf-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hf-cover + .hf-extras {
  margin-top: 2rem;
}
.hf-exp-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hf-apply-section {
  padding-bottom: 4.5rem;
}
.hf-apply {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem 2.5rem;
  align-items: start;
  padding: 2rem 0 0;
}
.hf-apply h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.hf-apply .hf-lead {
  margin: 0;
  max-width: 34rem;
}
.hf-apply-contact {
  margin: 1.1rem 0 0;
  color: var(--hf-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 34rem;
}
.hf-apply-links {
  margin: 0.55rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.5rem;
  font-size: 0.95rem;
}
.hf-apply-links a {
  color: var(--hf-ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hf-wa { white-space: nowrap; }

/* Apply form visible on production page */
.mp-host-fresh .hs-apply.is-open,
.mp-host-fresh #apply.hs-apply {
  display: grid;
}
.mp-host-fresh .hf-legacy { display: none !important; }

@media (max-width: 960px) {
  .hf-steps,
  .hf-photo-grid,
  .hf-tools,
  .hf-exp-grid,
  .hf-launch,
  .hf-apply,
  .hf-types {
    grid-template-columns: 1fr;
  }
  .hf-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 719px) {
  .hf-tools { grid-template-columns: 1fr; }
}


/* Earn map zoom controls — clear + / − on desktop */
.hf-hero .hs-earn-map-wrap .leaflet-control-zoom {
  border: 0;
  box-shadow: 0 8px 22px rgba(12, 27, 51, 0.16);
  border-radius: 12px;
  overflow: hidden;
  margin: 12px 12px 0 0;
}
.hf-hero .hs-earn-map-wrap .leaflet-control-zoom a {
  width: 2.15rem;
  height: 2.15rem;
  line-height: 2.15rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--hf-navy);
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eee;
}
.hf-hero .hs-earn-map-wrap .leaflet-control-zoom a:last-child {
  border-bottom: 0;
}
.hf-hero .hs-earn-map-wrap .leaflet-control-zoom a:hover {
  background: #f7f7f7;
  color: var(--hf-navy);
}
.hf-hero .hs-earn-map-wrap .leaflet-control-zoom a.leaflet-disabled {
  opacity: 0.35;
  color: #999;
}

.hf-hero .hs-earn-start[hidden] { display: none !important; }
.hf-hero .hs-earn-start.is-in {
  display: inline-flex;
  margin-top: 0.35rem;
}
.hf-hero .hs-earn-how {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hf-hero .hs-earn-meta {
  display: inline-flex;
  margin: 0.15rem 0 0.15rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.hf-hero .hs-earn-meta:hover { color: var(--hf-navy); }
.hf-hero .hs-earn-slider {
  max-width: 22rem;
}
.hf-hero .hs-earn-widget.is-onboarding .hs-earn-stage {
  align-items: start;
}
.hf-hero .hs-earn-onboard {
  width: 100%;
  max-width: 28rem;
  padding-top: 0.2rem;
}
.hf-hero .hs-earn-onboard-slot .hs-form-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.hf-hero .hs-earn-onboard-slot [data-hs-title] {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  letter-spacing: -0.045em;
  font-weight: 800;
  line-height: 1.12;
  color: var(--hf-ink);
}
.hf-hero .hs-earn-onboard-slot [data-hs-lead] {
  font-size: 1rem;
  color: var(--hf-muted);
}
.hf-hero .hs-earn-onboard-slot .hs-thanks h3 {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  letter-spacing: -0.045em;
  font-weight: 800;
  line-height: 1.12;
  color: var(--hf-ink);
}
.hf-hero .hs-earn-onboard-slot .hs-thanks p {
  font-size: 1.02rem;
  color: var(--hf-muted);
}
.hf-hero .hs-earn-onboard-kicker {
  color: var(--hf-muted);
}
@media (max-width: 719px) {
  .hf-hero .hs-earn-start.is-in { width: 100%; justify-content: center; }
  .hf-hero .hs-earn-onboard { max-width: none; }
}
