html {
  scroll-behavior: smooth;
}

#MainContent:has(.section-tripsitter-hero) {
  padding-block-start: 0;
}

:is(body[data-current-page="tripsitter-landing"], body[class="template-index"])
  [data-section-type="header-section"] {
  display: none;
}

:is(body[data-current-page="tripsitter-landing"], body[class="template-index"])
  footer.site-footer {
  display: none;
}
