:root {
  --gohub-oha-navy: #08233f;
  --gohub-oha-navy-2: #0d3155;
  --gohub-oha-blue: #1677d2;
  --gohub-oha-blue-dark: #0d5fae;
  --gohub-oha-cyan: #55cadc;
  --gohub-oha-mint: #b9eef2;
  --gohub-oha-ink: #102a43;
  --gohub-oha-muted: #61758a;
  --gohub-oha-line: #dce7ef;
  --gohub-oha-cloud: #f4f8fb;
  --gohub-oha-white: #fff;
  --gohub-oha-danger: #b42318;
  --gohub-oha-radius: 24px;
  --gohub-oha-shadow: 0 26px 70px rgba(8, 35, 63, 0.13);
}

body.gohub-oha-page .page_cover,
body.gohub-oha-page .cz_page_title,
body.gohub-oha-page .page-title-wrap {
  display: none !important;
}

body.gohub-oha-page .page_content,
body.gohub-oha-page main.page_content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.gohub-oha,
.gohub-oha * {
  box-sizing: border-box;
}

.gohub-oha {
  width: auto;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: clamp(28px, 5vw, 72px) max(20px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  color: var(--gohub-oha-ink);
  background:
    radial-gradient(circle at 88% 7%, rgba(85, 202, 220, 0.2), transparent 27rem),
    linear-gradient(180deg, #f5fbff 0%, #f7fafc 100%);
  font-family: inherit;
  line-height: 1.55;
}

.gohub-oha button,
.gohub-oha input,
.gohub-oha select {
  font: inherit;
}

.gohub-oha .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gohub-oha__shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.gohub-oha__screen[hidden],
.gohub-oha__progress[hidden] {
  display: none !important;
}

.gohub-oha__screen.is-active {
  animation: gohub-oha-rise 0.38s ease both;
}

@keyframes gohub-oha-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gohub-oha__eyebrow,
.gohub-oha__section-number,
.gohub-oha__promise-kicker,
.gohub-oha__result-band {
  display: block;
  margin: 0 0 12px;
  color: var(--gohub-oha-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gohub-oha__intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  min-height: min(710px, calc(100vh - 110px));
  padding: clamp(40px, 7vw, 90px);
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(85, 202, 220, 0.12), transparent 42%),
    linear-gradient(145deg, var(--gohub-oha-navy) 0%, #0c2d4c 62%, #0f3b60 100%);
  box-shadow: var(--gohub-oha-shadow);
}

.gohub-oha__intro::before,
.gohub-oha__intro::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.gohub-oha__intro::before {
  top: -210px;
  right: -180px;
  width: 520px;
  height: 520px;
}

.gohub-oha__intro::after {
  right: 80px;
  bottom: -260px;
  width: 430px;
  height: 430px;
}

.gohub-oha__intro-copy,
.gohub-oha__promise {
  position: relative;
  z-index: 1;
}

.gohub-oha__intro .gohub-oha__eyebrow {
  color: #7edce8;
}

.gohub-oha__intro h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.gohub-oha__lede {
  max-width: 690px;
  margin: 26px 0 0;
  color: #d8e8f4;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.gohub-oha__intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  margin-top: 34px;
}

.gohub-oha__microcopy {
  color: #b9ccdb;
  font-size: 13px;
  font-weight: 600;
}

.gohub-oha__promise {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(0, 12, 25, 0.24);
}

.gohub-oha__promise ul {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 22px 0 28px;
  list-style: none;
}

.gohub-oha__promise li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--gohub-oha-ink);
  font-size: 15px;
  font-weight: 700;
}

.gohub-oha__promise li > span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--gohub-oha-navy);
  background: var(--gohub-oha-mint);
  font-size: 13px;
  place-items: center;
}

.gohub-oha__mini-score {
  display: flex;
  gap: 13px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--gohub-oha-line);
}

.gohub-oha__mini-score > span {
  display: grid;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: #fff;
  background: var(--gohub-oha-blue);
  font-size: 17px;
  font-weight: 900;
  place-items: center;
}

.gohub-oha__mini-score strong,
.gohub-oha__mini-score small {
  display: block;
}

.gohub-oha__mini-score strong {
  color: var(--gohub-oha-ink);
  font-size: 15px;
}

.gohub-oha__mini-score small {
  margin-top: 2px;
  color: var(--gohub-oha-muted);
  font-size: 12px;
}

.gohub-oha__button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gohub-oha__button:hover {
  transform: translateY(-2px);
}

.gohub-oha__button:focus-visible,
.gohub-oha input:focus-visible,
.gohub-oha select:focus-visible,
.gohub-oha__print:focus-visible {
  outline: 3px solid rgba(85, 202, 220, 0.75);
  outline-offset: 3px;
}

.gohub-oha__button--primary {
  color: #fff !important;
  background: var(--gohub-oha-blue);
  box-shadow: 0 11px 28px rgba(22, 119, 210, 0.3);
}

.gohub-oha__button--primary:hover {
  color: #fff !important;
  background: var(--gohub-oha-blue-dark);
}

.gohub-oha__button--primary:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.gohub-oha__button--secondary {
  color: var(--gohub-oha-ink) !important;
  border-color: var(--gohub-oha-line);
  background: #fff;
}

.gohub-oha__button--secondary:hover {
  border-color: var(--gohub-oha-blue);
  color: var(--gohub-oha-blue-dark) !important;
}

.gohub-oha__button--light {
  flex: 0 0 auto;
  color: var(--gohub-oha-navy) !important;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 20, 40, 0.2);
}

.gohub-oha__progress {
  max-width: 960px;
  margin: 0 auto 24px;
  padding: 0 4px;
}

.gohub-oha__progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 9px;
  color: var(--gohub-oha-muted);
  font-size: 13px;
  font-weight: 700;
}

.gohub-oha__progress-copy strong {
  color: var(--gohub-oha-blue-dark);
}

.gohub-oha__progress-track {
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #dce8f1;
}

.gohub-oha__progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gohub-oha-blue), var(--gohub-oha-cyan));
  transition: width 0.35s ease;
}

.gohub-oha__question-screen,
.gohub-oha__lead-screen,
.gohub-oha__results {
  max-width: 960px;
  min-height: 600px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid rgba(220, 231, 239, 0.95);
  border-radius: var(--gohub-oha-radius);
  background: #fff;
  box-shadow: var(--gohub-oha-shadow);
}

.gohub-oha__section-header {
  max-width: 690px;
}

.gohub-oha__section-number {
  margin-bottom: 6px;
  color: var(--gohub-oha-muted);
  font-size: 11px;
}

.gohub-oha__section-header .gohub-oha__eyebrow {
  margin-bottom: 7px;
}

.gohub-oha__section-header h2,
.gohub-oha__results h2 {
  margin: 0;
  color: var(--gohub-oha-navy);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.gohub-oha__section-header > p {
  margin: 15px 0 0;
  color: var(--gohub-oha-muted);
  font-size: 17px;
}

.gohub-oha__scale-key {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  margin: 30px 0 8px;
  color: var(--gohub-oha-muted);
  font-size: 11px;
  font-weight: 700;
}

.gohub-oha__questions {
  border-top: 1px solid var(--gohub-oha-line);
}

.gohub-oha__question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(265px, 0.65fr);
  gap: 16px 40px;
  align-items: center;
  min-width: 0;
  padding: 24px 3px;
  border: 0;
  border-bottom: 1px solid var(--gohub-oha-line);
}

.gohub-oha__question legend {
  display: contents;
  color: var(--gohub-oha-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.gohub-oha__ratings {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.gohub-oha__ratings label {
  display: block;
  margin: 0;
  cursor: pointer;
}

.gohub-oha__ratings input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gohub-oha__rating-number {
  display: grid;
  width: 100%;
  min-height: 45px;
  border: 1px solid #cddce7;
  border-radius: 9px;
  color: var(--gohub-oha-muted);
  background: #f9fbfd;
  font-size: 14px;
  font-weight: 800;
  place-items: center;
  transition: 0.18s ease;
}

.gohub-oha__ratings label:hover .gohub-oha__rating-number {
  border-color: var(--gohub-oha-blue);
  color: var(--gohub-oha-blue-dark);
}

.gohub-oha__ratings input:focus-visible + .gohub-oha__rating-number {
  outline: 3px solid rgba(85, 202, 220, 0.65);
  outline-offset: 2px;
}

.gohub-oha__ratings input:checked + .gohub-oha__rating-number {
  border-color: var(--gohub-oha-blue);
  color: #fff;
  background: var(--gohub-oha-blue);
  box-shadow: 0 8px 18px rgba(22, 119, 210, 0.25);
}

.gohub-oha__question.is-invalid {
  margin-inline: -10px;
  padding-inline: 13px;
  border-radius: 10px;
  background: #fff7f6;
}

.gohub-oha__question-error {
  grid-column: 2;
  margin: -10px 0 0;
  color: var(--gohub-oha-danger);
  font-size: 12px;
  font-weight: 700;
}

.gohub-oha__form-error {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #f5b8b2;
  border-radius: 8px;
  color: var(--gohub-oha-danger);
  background: #fff4f2;
  font-size: 13px;
  font-weight: 700;
}

.gohub-oha__navigation {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}

.gohub-oha__lead-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(340px, 1.2fr);
  gap: clamp(34px, 6vw, 70px);
}

.gohub-oha__lead-header {
  align-self: start;
  padding: 6px 0;
}

.gohub-oha__trust-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 17px;
  border-radius: 12px;
  color: var(--gohub-oha-muted);
  background: var(--gohub-oha-cloud);
  font-size: 12px;
}

.gohub-oha__trust-note > span {
  flex: 0 0 auto;
}

.gohub-oha__trust-note p {
  margin: 0;
}

.gohub-oha__trust-note strong {
  color: var(--gohub-oha-ink);
}

.gohub-oha__lead-fields {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--gohub-oha-line);
  border-radius: 18px;
  background: #fbfdff;
}

.gohub-oha__field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gohub-oha__field {
  display: block;
  margin: 0 0 17px;
}

.gohub-oha__field > span {
  display: block;
  margin-bottom: 7px;
  color: var(--gohub-oha-ink);
  font-size: 13px;
  font-weight: 750;
}

.gohub-oha__field b {
  color: var(--gohub-oha-blue);
}

.gohub-oha__field small {
  color: var(--gohub-oha-muted);
  font-weight: 500;
}

.gohub-oha__field input,
.gohub-oha__field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #c9d9e5;
  border-radius: 8px;
  color: var(--gohub-oha-ink);
  background: #fff;
  box-shadow: none;
  font-size: 15px;
}

.gohub-oha__field input:focus,
.gohub-oha__field select:focus {
  border-color: var(--gohub-oha-blue);
}

.gohub-oha__field input.is-invalid,
.gohub-oha__field select.is-invalid,
.gohub-oha__consent input.is-invalid {
  border-color: var(--gohub-oha-danger);
  box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.08);
}

.gohub-oha__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0 0;
  color: var(--gohub-oha-muted);
  font-size: 11px;
  line-height: 1.55;
}

.gohub-oha__consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
}

.gohub-oha__consent a {
  color: var(--gohub-oha-blue-dark);
  font-weight: 700;
}

.gohub-oha__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.gohub-oha__lead-fields .gohub-oha__navigation {
  align-items: stretch;
  margin-top: 24px;
}

.gohub-oha__results {
  max-width: 1100px;
  padding: 0;
  overflow: hidden;
}

.gohub-oha__result-hero {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
  padding: clamp(34px, 6vw, 70px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(85, 202, 220, 0.25), transparent 16rem),
    linear-gradient(135deg, var(--gohub-oha-navy), var(--gohub-oha-navy-2));
}

.gohub-oha__score-ring {
  --score-percent: 0%;
  position: relative;
  display: grid;
  width: min(200px, 100%);
  aspect-ratio: 1;
  margin: auto;
  border-radius: 50%;
  background: conic-gradient(var(--gohub-oha-cyan) var(--score-percent), rgba(255, 255, 255, 0.14) 0);
  place-items: center;
}

.gohub-oha__score-ring::before {
  position: absolute;
  width: 77%;
  height: 77%;
  border-radius: 50%;
  background: var(--gohub-oha-navy);
  content: '';
}

.gohub-oha__score-ring > div {
  position: relative;
  z-index: 1;
  text-align: center;
}

.gohub-oha__score-ring strong,
.gohub-oha__score-ring span {
  display: block;
}

.gohub-oha__score-ring strong {
  color: #fff;
  font-size: clamp(42px, 6vw, 60px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.gohub-oha__score-ring span {
  margin-top: 5px;
  color: #a9c5d9;
  font-size: 14px;
  font-weight: 700;
}

.gohub-oha__result-band {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(126, 220, 232, 0.32);
  border-radius: 99px;
  color: #8de1ea;
  background: rgba(85, 202, 220, 0.1);
}

.gohub-oha__result-copy h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 43px);
}

.gohub-oha__result-copy h3 {
  margin: 14px 0 0;
  color: var(--gohub-oha-cyan);
  font-size: 20px;
}

.gohub-oha__result-copy p {
  max-width: 680px;
  margin: 14px 0 0;
  color: #d6e6f1;
  font-size: 16px;
}

.gohub-oha__result-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
}

.gohub-oha__result-card {
  padding: clamp(32px, 5vw, 58px);
}

.gohub-oha__result-card--recommendations {
  border-left: 1px solid var(--gohub-oha-line);
  background: #f8fbfd;
}

.gohub-oha__result-card h3,
.gohub-oha__result-cta h3 {
  margin: 0;
  color: var(--gohub-oha-navy);
  font-size: clamp(23px, 3vw, 31px);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.gohub-oha__category-results {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.gohub-oha__category-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 7px;
  color: var(--gohub-oha-muted);
  font-size: 12px;
  font-weight: 700;
}

.gohub-oha__category-heading strong {
  color: var(--gohub-oha-ink);
}

.gohub-oha__category-track {
  height: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: #dfeaf1;
}

.gohub-oha__category-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gohub-oha-blue), var(--gohub-oha-cyan));
  transition: width 0.7s ease 0.15s;
}

.gohub-oha__recommendations {
  display: grid;
  gap: 22px;
  padding: 0;
  margin: 28px 0 0;
  counter-reset: recommendation;
  list-style: none;
}

.gohub-oha__recommendations li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  counter-increment: recommendation;
}

.gohub-oha__recommendations li::before {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #fff;
  background: var(--gohub-oha-navy);
  content: counter(recommendation);
  font-size: 13px;
  font-weight: 800;
  place-items: center;
}

.gohub-oha__recommendation-area {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--gohub-oha-blue-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gohub-oha__recommendations h4 {
  margin: 0;
  color: var(--gohub-oha-ink);
  font-size: 15px;
  line-height: 1.35;
}

.gohub-oha__recommendations p {
  margin: 5px 0 0;
  color: var(--gohub-oha-muted);
  font-size: 13px;
  line-height: 1.55;
}

.gohub-oha__result-cta {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  margin: 0 clamp(24px, 5vw, 58px);
  padding: clamp(28px, 4vw, 42px);
  border-radius: 18px;
  color: #dceaf4;
  background: linear-gradient(135deg, var(--gohub-oha-blue-dark), var(--gohub-oha-blue));
}

.gohub-oha__result-cta .gohub-oha__eyebrow {
  color: #a8ecf3;
}

.gohub-oha__result-cta h3 {
  color: #fff;
}

.gohub-oha__result-cta p {
  max-width: 670px;
  margin: 9px 0 0;
  color: #e0eef7;
  font-size: 14px;
}

.gohub-oha__result-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 24px clamp(24px, 5vw, 58px) 34px;
  color: var(--gohub-oha-muted);
  font-size: 12px;
}

.gohub-oha__result-footer p {
  margin: 0;
}

.gohub-oha__print {
  padding: 4px 0;
  border: 0;
  color: var(--gohub-oha-blue-dark);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .gohub-oha__intro {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gohub-oha__promise {
    max-width: 560px;
  }

  .gohub-oha__lead-layout,
  .gohub-oha__result-grid {
    grid-template-columns: 1fr;
  }

  .gohub-oha__lead-header {
    max-width: none;
  }

  .gohub-oha__result-card--recommendations {
    border-top: 1px solid var(--gohub-oha-line);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .gohub-oha {
    margin-inline: calc(50% - 50vw);
    padding: 18px 14px 34px;
  }

  .gohub-oha__intro {
    gap: 34px;
    padding: 38px 24px;
    border-radius: 22px;
  }

  .gohub-oha__intro h1 {
    font-size: clamp(39px, 13vw, 58px);
  }

  .gohub-oha__intro-actions,
  .gohub-oha__navigation,
  .gohub-oha__result-cta,
  .gohub-oha__result-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .gohub-oha__question-screen,
  .gohub-oha__lead-screen {
    min-height: 0;
    padding: 28px 20px;
    border-radius: 18px;
  }

  .gohub-oha__scale-key {
    justify-content: space-between;
  }

  .gohub-oha__question {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 22px;
  }

  .gohub-oha__question legend {
    font-size: 15px;
  }

  .gohub-oha__question-error {
    grid-column: 1;
    margin-top: -5px;
  }

  .gohub-oha__field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gohub-oha__lead-fields {
    padding: 21px 16px;
  }

  .gohub-oha__result-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gohub-oha__result-copy p {
    margin-inline: auto;
  }

  .gohub-oha__score-ring {
    width: 170px;
  }

  .gohub-oha__result-cta {
    gap: 22px;
    margin: 0 18px;
    padding: 27px 22px;
  }

  .gohub-oha__result-footer {
    padding-inline: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gohub-oha__screen.is-active,
  .gohub-oha__progress-track span,
  .gohub-oha__category-track span,
  .gohub-oha__button {
    animation: none;
    transition: none;
  }
}

@media print {
  body.gohub-oha-page header,
  body.gohub-oha-page footer,
  body.gohub-oha-page .gohub-oha__progress,
  .gohub-oha__result-cta,
  .gohub-oha__result-footer,
  .gohub-oha__form,
  .gohub-oha__intro {
    display: none !important;
  }

  .gohub-oha,
  .gohub-oha__results {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .gohub-oha__results[hidden] {
    display: block !important;
  }

  .gohub-oha__result-hero,
  .gohub-oha__result-grid {
    break-inside: avoid;
  }
}
