:root {
  --qhb-blue-950: oklch(24% 0.08 248);
  --qhb-blue-900: oklch(30% 0.105 248);
  --qhb-blue-800: oklch(37% 0.13 247);
  --qhb-blue-700: oklch(44% 0.145 246);
  --qhb-blue-100: oklch(94% 0.025 243);
  --qhb-yellow-500: oklch(80% 0.165 89);
  --qhb-yellow-400: oklch(86% 0.15 91);
  --qhb-ink: oklch(25% 0.025 245);
  --qhb-muted: oklch(48% 0.025 245);
  --qhb-line: oklch(87% 0.015 245);
  --qhb-paper: oklch(98.5% 0.007 92);
  --qhb-white: oklch(99% 0.004 92);
  --qhb-shadow: 0 24px 80px oklch(20% 0.06 248 / 0.16);
  --qhb-shell: min(1180px, calc(100% - 48px));
  --qhb-ease: cubic-bezier(.16, 1, .3, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body.qhb-home {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--qhb-ink);
  background: var(--qhb-paper);
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.qhb-home *,
.qhb-home *::before,
.qhb-home *::after {
  box-sizing: border-box;
}

.qhb-home img {
  display: block;
  max-width: 100%;
}

.qhb-home svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.qhb-home a,
.qhb-home button {
  -webkit-tap-highlight-color: transparent;
}

.qhb-home a {
  color: inherit;
  text-decoration: none;
}

.qhb-home :focus-visible {
  outline: 3px solid var(--qhb-yellow-400);
  outline-offset: 4px;
}

.qhb-home h1,
.qhb-home h2,
.qhb-home h3,
.qhb-home p {
  margin-top: 0;
}

.qhb-home h1,
.qhb-home h2,
.qhb-home h3 {
  color: inherit;
  font-family: "Anybody", sans-serif;
  line-height: 1.06;
  letter-spacing: -0.038em;
}

/* Version 2: Architectural optimism */
.qhb-home h1,
.qhb-home h2 {
  font-stretch: 92%;
  letter-spacing: -.055em;
}

.qhb-home h2 {
  font-size: clamp(2.7rem, 5.4vw, 5.6rem);
  line-height: .94;
}

.qhb-nav {
  min-height: 96px;
}

.qhb-logo {
  width: 244px;
  margin-block: -10px;
}

.qhb-primary-nav > a:not(.qhb-nav-cta) {
  font-family: "Anybody", sans-serif;
  font-size: .83rem;
  font-weight: 720;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.qhb-nav-cta,
.qhb-button {
  font-family: "Anybody", sans-serif;
  letter-spacing: .01em;
}

.qhb-nav-cta {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.qhb-hero {
  min-height: 880px;
  overflow: hidden;
  background: var(--qhb-paper);
}

.qhb-hero::before {
  z-index: -1;
  width: 67%;
  background: var(--qhb-blue-950);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.qhb-hero::after {
  right: auto;
  bottom: -340px;
  left: 45%;
  width: 680px;
  height: 680px;
  border-color: oklch(95% 0.02 92 / .1);
}

.qhb-hero__wordmark {
  position: absolute;
  bottom: -4.5vw;
  left: -1.2vw;
  z-index: -1;
  color: oklch(96% 0.01 244 / .045);
  font-family: "Anybody", sans-serif;
  font-size: clamp(9rem, 21vw, 22rem);
  font-stretch: 125%;
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: .7;
  pointer-events: none;
  white-space: nowrap;
}

.qhb-hero__media {
  right: 0;
  left: 49%;
  z-index: -2;
  overflow: hidden;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
}

.qhb-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, oklch(25% .08 248 / .28), transparent 45%);
  content: "";
}

.qhb-hero__media img {
  filter: saturate(.84) contrast(1.04);
  transform: scale(1.035);
  animation: qhb-image-arrive 1200ms var(--qhb-ease) both;
}

.qhb-roofline {
  position: absolute;
  top: 42px;
  right: -3vw;
  z-index: -1;
  width: 58vw;
  height: 180px;
  color: var(--qhb-yellow-400);
  filter: drop-shadow(0 12px 24px oklch(30% .12 89 / .2));
  pointer-events: none;
}

.qhb-roofline path {
  fill: none;
  stroke: currentColor;
  stroke-width: 9px;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: qhb-draw-roof 1100ms 220ms var(--qhb-ease) forwards;
}

.qhb-hero__grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, .76fr);
  gap: clamp(42px, 5vw, 76px);
  min-height: 880px;
  padding-block: 104px 90px;
}

.qhb-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding-top: 50px;
  animation: qhb-copy-arrive 800ms 80ms var(--qhb-ease) both;
}

.qhb-eyebrow {
  gap: 14px;
  font-family: "Anybody", sans-serif;
  font-size: .74rem;
  font-stretch: 108%;
  letter-spacing: .16em;
}

.qhb-eyebrow span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--qhb-blue-950);
  background: var(--qhb-yellow-400);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: 0;
}

.qhb-hero h1 {
  max-width: 7.7ch;
  margin-bottom: 34px;
  font-size: clamp(4.8rem, 7.7vw, 8.1rem);
  font-stretch: 88%;
  font-weight: 520;
  letter-spacing: -.072em;
  line-height: .82;
}

.qhb-hero h1 strong {
  margin-top: .08em;
  font-stretch: 110%;
  font-weight: 880;
  line-height: .83;
}

.qhb-hero__lede {
  max-width: 48ch;
  font-size: 1.2rem;
}

.qhb-check-list {
  gap: 9px;
  max-width: 520px;
}

.qhb-check-list li {
  padding: 7px 11px 7px 8px;
  color: var(--qhb-white);
  background: oklch(99% .004 92 / .07);
  border: 1px solid oklch(99% .004 92 / .13);
  font-size: .82rem;
}

.qhb-button {
  min-height: 58px;
  padding-inline: 27px;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
  font-size: .86rem;
  text-transform: uppercase;
}

.qhb-text-link {
  font-family: "Anybody", sans-serif;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.qhb-offer {
  align-self: center;
  overflow: visible;
  border-radius: 0;
  box-shadow: 26px 30px 0 oklch(26% .08 248 / .18), 0 28px 90px oklch(18% .06 248 / .28);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
  animation: qhb-offer-arrive 900ms 200ms var(--qhb-ease) both;
}

.qhb-offer::before {
  right: 34px;
  height: 7px;
}

.qhb-offer::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: oklch(68% .12 89);
  content: "";
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.qhb-offer__stamp {
  position: absolute;
  top: -58px;
  right: 42px;
  z-index: 4;
  display: grid;
  min-width: 152px;
  padding: 11px 16px 10px;
  color: var(--qhb-blue-950);
  background: var(--qhb-yellow-400);
  box-shadow: 8px 8px 0 oklch(26% .08 248 / .22);
  font-family: "Anybody", sans-serif;
  line-height: 1;
  text-align: center;
  transform: rotate(2deg);
}

.qhb-offer__stamp b {
  font-size: 1.25rem;
  font-stretch: 122%;
  font-weight: 900;
}

.qhb-offer__stamp span {
  margin-top: 4px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.qhb-offer__heading {
  padding: 32px 34px 22px;
}

.qhb-offer h2 {
  font-size: 1.72rem;
  font-stretch: 105%;
  font-weight: 760;
}

.qhb-proof {
  position: relative;
  z-index: 3;
  color: var(--qhb-white);
  background: var(--qhb-blue-800);
}

.qhb-proof__grid div {
  padding-block: 30px;
}

.qhb-proof__grid div + div {
  border-left-color: oklch(99% .004 92 / .18);
}

.qhb-proof strong {
  color: var(--qhb-yellow-400);
  font-family: "Anybody", sans-serif;
  font-size: 1.05rem;
  font-stretch: 108%;
  text-transform: uppercase;
}

.qhb-proof span {
  color: oklch(93% .012 244);
}

.qhb-marquee {
  overflow: hidden;
  padding-block: 19px 15px;
  color: var(--qhb-blue-950);
  background: var(--qhb-yellow-400);
  border-bottom: 1px solid oklch(55% .12 89 / .3);
  font-family: "Anybody", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-stretch: 112%;
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1;
  white-space: nowrap;
}

.qhb-marquee div {
  display: flex;
  gap: 26px;
  width: max-content;
  animation: qhb-marquee 24s linear infinite;
}

.qhb-marquee i {
  color: var(--qhb-blue-700);
  font-style: normal;
}

.qhb-section {
  padding-block: clamp(110px, 12vw, 180px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 800ms var(--qhb-ease), transform 800ms var(--qhb-ease);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

.qhb-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1200;
  height: 4px;
  background: var(--qhb-yellow-400);
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
}

.qhb-gsap-ready [data-reveal] {
  transition: none;
}

.qhb-timeline {
  --qhb-process-progress: 0;
  position: relative;
}

.qhb-timeline::before {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3px;
  background: var(--qhb-yellow-400);
  content: "";
  pointer-events: none;
  transform: scaleX(var(--qhb-process-progress));
  transform-origin: left center;
}

.qhb-timeline li::before {
  z-index: 2;
}

.qhb-situations__image,
.qhb-final__media {
  overflow: hidden;
}

.qhb-process {
  position: relative;
  background-image: linear-gradient(var(--qhb-line) 1px, transparent 1px), linear-gradient(90deg, var(--qhb-line) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: center;
}

.qhb-process::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--qhb-paper) 0%, transparent 18%, transparent 82%, var(--qhb-paper) 100%);
  content: "";
  pointer-events: none;
}

.qhb-process .qhb-shell {
  position: relative;
}

.qhb-section-heading--split {
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .45fr);
}

.qhb-section-heading--split h2 {
  max-width: 12ch;
}

.qhb-timeline {
  align-items: start;
  padding-block: 36px 54px;
}

.qhb-timeline li {
  min-height: 315px;
  background: var(--qhb-paper);
}

.qhb-timeline li:nth-child(even) {
  margin-top: 72px;
}

.qhb-timeline__number {
  margin-bottom: 30px;
  color: var(--qhb-yellow-500);
  font-family: "Anybody", sans-serif;
  font-size: clamp(3.6rem, 6vw, 6.6rem);
  font-stretch: 78%;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .8;
}

.qhb-timeline h3 {
  font-size: 1.45rem;
  font-stretch: 103%;
}

.qhb-why {
  min-height: 880px;
  display: flex;
  align-items: center;
  background: linear-gradient(112deg, var(--qhb-blue-950) 0 58%, var(--qhb-blue-800) 58% 100%);
}

.qhb-why::before {
  position: absolute;
  inset: auto -2% -26% auto;
  width: 56%;
  height: 78%;
  border: 6px solid var(--qhb-yellow-400);
  content: "";
  opacity: .11;
  transform: rotate(-28deg);
}

.qhb-why__aside {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 2;
  color: oklch(99% .004 92 / .22);
  font-family: "Anybody", sans-serif;
  font-size: .7rem;
  font-stretch: 110%;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(90deg);
}

.qhb-why h2 {
  max-width: 9ch;
  font-size: clamp(3.7rem, 6.7vw, 7rem);
  font-stretch: 94%;
}

.qhb-benefits li {
  position: relative;
  grid-template-columns: 40px 1fr;
  padding-block: 28px;
  transition: padding-left 250ms var(--qhb-ease), background-color 250ms var(--qhb-ease);
}

.qhb-benefits li:hover {
  padding-left: 16px;
  background: oklch(99% .004 92 / .045);
}

.qhb-benefits strong {
  font-family: "Anybody", sans-serif;
  font-size: 1.2rem;
  font-stretch: 104%;
}

.qhb-situations {
  position: relative;
  overflow: hidden;
}

.qhb-situations::before {
  position: absolute;
  top: 6%;
  right: -2vw;
  color: oklch(32% .06 248 / .045);
  content: "AS-IS";
  font-family: "Anybody", sans-serif;
  font-size: clamp(9rem, 22vw, 23rem);
  font-stretch: 125%;
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: 1;
  white-space: nowrap;
}

.qhb-situations__grid {
  position: relative;
}

.qhb-situations__image {
  padding: 0;
}

.qhb-situations__image::after {
  right: -26px;
  bottom: -26px;
  width: 80%;
  height: 72%;
}

.qhb-situations__image > img {
  aspect-ratio: 4 / 4.7;
  clip-path: polygon(0 18%, 50% 0, 100% 18%, 100% 100%, 0 100%);
  filter: saturate(.82) contrast(1.04);
}

.qhb-situations__note {
  right: -48px;
  bottom: 54px;
  width: 285px;
  padding: 24px 26px;
  border-top: 5px solid var(--qhb-yellow-400);
  box-shadow: 12px 14px 0 oklch(26% .08 248 / .18);
}

.qhb-situations h2 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 6vw, 6.4rem);
}

.qhb-tag-list span {
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  font-family: "Anybody", sans-serif;
  text-transform: uppercase;
}

.qhb-areas {
  position: relative;
  overflow: hidden;
  padding-block: clamp(92px, 10vw, 140px);
}

.qhb-areas::after {
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border: 5px solid var(--qhb-blue-800);
  content: "";
  opacity: .1;
  transform: rotate(45deg);
}

.qhb-areas h2 {
  max-width: 12ch;
  font-size: clamp(3.6rem, 6vw, 6.5rem);
}

.qhb-final,
.qhb-final__inner {
  min-height: 740px;
}

.qhb-final::before {
  background: linear-gradient(90deg, oklch(18% .075 248 / .97) 0%, oklch(20% .075 248 / .88) 49%, oklch(20% .075 248 / .24) 100%);
}

.qhb-final::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49%;
  border-top: 9px solid var(--qhb-yellow-400);
  content: "";
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.qhb-final__media {
  left: 42%;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.qhb-final h2 {
  max-width: 7ch;
  font-size: clamp(4.8rem, 8vw, 8.8rem);
  font-stretch: 88%;
  line-height: .82;
}

.qhb-footer__brand img {
  filter: grayscale(1) brightness(3.2);
}

@keyframes qhb-copy-arrive {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

@keyframes qhb-offer-arrive {
  from { opacity: 0; transform: translateX(36px); }
  to { opacity: 1; transform: none; }
}

@keyframes qhb-image-arrive {
  from { opacity: .25; transform: scale(1.12); }
  to { opacity: 1; transform: scale(1.035); }
}

@keyframes qhb-draw-roof {
  to { stroke-dashoffset: 0; }
}

@keyframes qhb-marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 1080px) {
  .qhb-logo { width: 210px; }
  .qhb-hero__grid { grid-template-columns: minmax(0, 1fr) 390px; }
  .qhb-hero h1 { font-size: clamp(4.3rem, 8vw, 7rem); }
}

@media (max-width: 900px) {
  .qhb-nav { min-height: 80px; }
  .qhb-logo { width: 184px; margin-block: -7px; }
  .qhb-primary-nav { top: 124px; }
  .qhb-primary-nav.is-open { max-height: calc(100vh - 124px); }
  .qhb-hero { min-height: auto; background: var(--qhb-blue-950); }
  .qhb-hero::before { width: 100%; clip-path: none; }
  .qhb-hero__media { inset: 0; clip-path: none; opacity: .26; }
  .qhb-hero__media::after { background: linear-gradient(180deg, var(--qhb-blue-950), transparent 45%, var(--qhb-blue-950)); }
  .qhb-roofline { top: 25px; right: -34%; width: 100%; opacity: .55; }
  .qhb-hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 88px 96px; }
  .qhb-hero__copy { padding-top: 0; }
  .qhb-hero h1 { font-size: clamp(4.6rem, 13vw, 7rem); }
  .qhb-offer { width: min(100%, 600px); margin-top: 42px; }
  .qhb-why { min-height: auto; background: var(--qhb-blue-950); }
  .qhb-why__aside { display: none; }
  .qhb-timeline li:nth-child(even) { margin-top: 72px; }
  .qhb-situations__image { width: min(86%, 590px); }
  .qhb-final::after { width: 58%; }
}

@media (max-width: 620px) {
  .qhb-nav { min-height: 72px; }
  .qhb-logo { width: 158px; }
  .qhb-primary-nav { top: 116px; }
  .qhb-primary-nav.is-open { max-height: calc(100vh - 116px); }
  .qhb-hero__grid { padding-block: 68px 76px; }
  .qhb-hero h1 { max-width: 7ch; font-size: clamp(4.1rem, 19vw, 5.4rem); }
  .qhb-eyebrow { font-size: .68rem; letter-spacing: .12em; }
  .qhb-hero__lede { font-size: 1.06rem; }
  .qhb-check-list li { width: fit-content; }
  .qhb-offer { margin-top: 36px; box-shadow: 12px 14px 0 oklch(26% .08 248 / .2); }
  .qhb-offer__stamp { top: -46px; right: 24px; min-width: 136px; }
  .qhb-marquee { font-size: 1.55rem; }
  .qhb-section { padding-block: 92px; }
  .qhb-timeline li:nth-child(even) { margin-top: 0; }
  .qhb-timeline__number { margin: 0; font-size: 3.6rem; }
  .qhb-why { padding-block: 100px; }
  .qhb-why h2 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .qhb-benefits li:hover { padding-left: 0; }
  .qhb-situations::before { top: 2%; font-size: 44vw; }
  .qhb-situations__image { width: 94%; }
  .qhb-situations__image > img { aspect-ratio: 4 / 4.6; }
  .qhb-situations__note { right: -7%; bottom: 36px; width: 76%; }
  .qhb-situations h2 { font-size: clamp(3.3rem, 16vw, 4.8rem); }
  .qhb-areas h2 { font-size: clamp(3.3rem, 16vw, 4.8rem); }
  .qhb-final, .qhb-final__inner { min-height: 650px; }
  .qhb-final::after { display: none; }
  .qhb-final__media { inset: 0; clip-path: none; }
  .qhb-final h2 { font-size: clamp(4.5rem, 20vw, 6rem); }
}

.qhb-home h2 {
  margin-bottom: 0;
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-weight: 750;
}

.qhb-shell {
  width: var(--qhb-shell);
  margin-inline: auto;
}

.qhb-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--qhb-blue-950);
  background: var(--qhb-yellow-400);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms var(--qhb-ease);
}

.qhb-skip-link:focus {
  transform: translateY(0);
}

.qhb-header {
  position: relative;
  z-index: 50;
  background: var(--qhb-white);
  box-shadow: 0 1px 0 var(--qhb-line);
}

.qhb-header.is-sticky {
  position: sticky;
  top: 0;
}

.qhb-utility {
  color: var(--qhb-white);
  background: var(--qhb-blue-950);
  font-size: .82rem;
  font-weight: 600;
}

.qhb-utility__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}

.qhb-utility p {
  margin: 0;
  color: oklch(89% 0.025 244);
  letter-spacing: .015em;
}

.qhb-utility a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 44px;
  font-weight: 750;
}

.qhb-utility a svg {
  width: 16px;
  height: 16px;
}

.qhb-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}

.qhb-logo {
  display: block;
  flex: 0 0 auto;
  width: 210px;
}

.qhb-logo img {
  width: 100%;
  height: auto;
}

.qhb-primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
}

.qhb-primary-nav > a:not(.qhb-nav-cta) {
  position: relative;
  padding-block: 31px;
  color: var(--qhb-blue-950);
  font-size: .9rem;
  font-weight: 650;
}

.qhb-primary-nav > a:not(.qhb-nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 2px;
  background: var(--qhb-yellow-500);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--qhb-ease);
}

.qhb-primary-nav > a:is(:hover, [aria-current="page"])::after {
  transform: scaleX(1);
  transform-origin: left;
}

.qhb-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: var(--qhb-white) !important;
  background: var(--qhb-blue-800);
  border-radius: 4px;
  font-size: .88rem;
  font-weight: 750;
  transition: background-color 200ms var(--qhb-ease), transform 200ms var(--qhb-ease);
}

.qhb-nav-cta:hover {
  background: var(--qhb-blue-950);
  transform: translateY(-2px);
}

.qhb-menu-button {
  display: none;
}

.qhb-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  color: var(--qhb-white);
  background: var(--qhb-blue-950);
}

.qhb-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, oklch(20% 0.075 248 / .97) 0%, oklch(22% 0.08 248 / .88) 43%, oklch(20% 0.07 248 / .44) 75%, oklch(20% 0.07 248 / .22) 100%);
  content: "";
}

.qhb-hero::after {
  position: absolute;
  right: -8vw;
  bottom: -24vw;
  z-index: -1;
  width: 44vw;
  height: 44vw;
  border: 1px solid oklch(96% 0.01 92 / .2);
  content: "";
  transform: rotate(45deg);
}

.qhb-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.qhb-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.qhb-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(48px, 6vw, 90px);
  align-items: start;
  padding-block: clamp(76px, 9vw, 118px);
}

.qhb-hero__copy {
  max-width: 670px;
  padding-top: clamp(24px, 4vw, 54px);
}

.qhb-eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--qhb-blue-800);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.qhb-eyebrow span {
  display: block;
  width: 34px;
  height: 3px;
  background: var(--qhb-yellow-500);
}

.qhb-eyebrow--light {
  color: var(--qhb-yellow-400);
}

.qhb-hero h1 {
  max-width: 650px;
  margin-bottom: 26px;
  color: var(--qhb-white);
  font-size: clamp(3.25rem, 6.5vw, 6.2rem);
  font-weight: 500;
}

.qhb-hero h1 strong {
  display: block;
  color: var(--qhb-yellow-400);
  font-weight: 800;
}

.qhb-hero__lede {
  max-width: 600px;
  margin-bottom: 24px;
  color: oklch(94% 0.015 244);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 500;
  line-height: 1.5;
}

.qhb-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.qhb-check-list li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: oklch(91% 0.015 244);
  font-size: .92rem;
  font-weight: 650;
}

.qhb-check-list svg {
  width: 18px;
  height: 18px;
  color: var(--qhb-yellow-400);
  stroke-width: 3;
}

.qhb-hero__actions,
.qhb-centered-actions,
.qhb-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.qhb-button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .91rem;
  font-weight: 750;
  line-height: 1;
  transition: color 200ms var(--qhb-ease), background-color 200ms var(--qhb-ease), border-color 200ms var(--qhb-ease), transform 200ms var(--qhb-ease), box-shadow 200ms var(--qhb-ease);
}

.qhb-button:hover {
  transform: translateY(-2px);
}

.qhb-button:active {
  transform: translateY(0);
}

.qhb-button--primary,
.qhb-button--yellow {
  color: var(--qhb-blue-950);
  background: var(--qhb-yellow-400);
  box-shadow: 0 10px 28px oklch(25% 0.08 89 / .2);
}

.qhb-button--primary:hover,
.qhb-button--yellow:hover {
  background: oklch(90% 0.13 93);
  box-shadow: 0 14px 34px oklch(25% 0.08 89 / .28);
}

.qhb-button--secondary {
  color: var(--qhb-blue-900);
  background: transparent;
  border-color: var(--qhb-blue-800);
}

.qhb-button--secondary:hover {
  color: var(--qhb-white);
  background: var(--qhb-blue-900);
}

.qhb-button--outline {
  color: var(--qhb-white);
  background: transparent;
  border-color: oklch(96% 0.01 92 / .55);
}

.qhb-button--outline:hover {
  border-color: var(--qhb-white);
  background: oklch(99% 0.004 92 / .1);
}

.qhb-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding-inline: 8px;
  color: var(--qhb-white);
  font-size: .91rem;
  font-weight: 700;
}

.qhb-text-link span {
  color: var(--qhb-yellow-400);
  transition: transform 200ms var(--qhb-ease);
}

.qhb-text-link:hover span {
  transform: translateX(4px);
}

.qhb-offer {
  position: relative;
  overflow: hidden;
  color: var(--qhb-ink);
  background: var(--qhb-white);
  border-radius: 6px;
  box-shadow: var(--qhb-shadow);
}

.qhb-offer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--qhb-yellow-500);
  content: "";
}

.qhb-offer__heading {
  padding: 28px 30px 20px;
  border-bottom: 1px solid var(--qhb-line);
}

.qhb-step-label {
  margin-bottom: 7px;
  color: var(--qhb-blue-700);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.qhb-offer h2 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  letter-spacing: -.025em;
}

.qhb-offer__heading > p:last-child {
  margin-bottom: 0;
  color: var(--qhb-muted);
  font-size: .86rem;
}

.qhb-form-frame {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: var(--qhb-white);
}

.qhb-form-frame iframe {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
  background: transparent;
}

.qhb-form-loading {
  position: absolute;
  inset: 32px 30px;
  display: grid;
  gap: 18px;
}

.qhb-form-loading span {
  height: 52px;
  border-radius: 4px;
  background: var(--qhb-blue-100);
}

.qhb-offer__phone {
  margin: 0;
  padding: 15px 30px 18px;
  color: var(--qhb-muted);
  background: oklch(97% 0.012 242);
  font-size: .84rem;
  text-align: center;
}

.qhb-offer__phone a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-block: -10px;
  color: var(--qhb-blue-800);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--qhb-yellow-500);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.qhb-proof {
  color: var(--qhb-blue-950);
  background: var(--qhb-yellow-400);
}

.qhb-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.qhb-proof__grid div {
  padding: 27px clamp(20px, 3vw, 40px);
}

.qhb-proof__grid div + div {
  border-left: 1px solid oklch(49% 0.1 89 / .3);
}

.qhb-proof strong,
.qhb-proof span {
  display: block;
}

.qhb-proof strong {
  margin-bottom: 2px;
  font-size: .98rem;
  font-weight: 800;
}

.qhb-proof span {
  color: oklch(34% 0.055 85);
  font-size: .82rem;
}

.qhb-section {
  padding-block: clamp(82px, 10vw, 140px);
}

.qhb-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 86px);
}

.qhb-section-heading--split > p {
  max-width: 50ch;
  margin-bottom: 2px;
  color: var(--qhb-muted);
}

.qhb-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: qhb-step;
}

.qhb-timeline li {
  position: relative;
  min-height: 250px;
  padding: 0 clamp(18px, 2.8vw, 36px) 26px;
  border-top: 1px solid var(--qhb-line);
}

.qhb-timeline li:first-child {
  padding-left: 0;
}

.qhb-timeline li:last-child {
  padding-right: 0;
}

.qhb-timeline li::before {
  position: absolute;
  top: -6px;
  left: clamp(18px, 2.8vw, 36px);
  width: 11px;
  height: 11px;
  background: var(--qhb-blue-800);
  border: 3px solid var(--qhb-paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--qhb-blue-800);
  content: "";
}

.qhb-timeline li:first-child::before {
  left: 0;
}

.qhb-timeline__number {
  display: block;
  margin: 23px 0 44px;
  color: var(--qhb-blue-700);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.qhb-timeline h3 {
  margin-bottom: 13px;
  font-size: 1.25rem;
  font-weight: 750;
  letter-spacing: -.02em;
}

.qhb-timeline p {
  max-width: 28ch;
  margin-bottom: 0;
  color: var(--qhb-muted);
  font-size: .91rem;
  line-height: 1.65;
}

.qhb-centered-actions {
  justify-content: center;
  margin-top: 24px;
}

.qhb-why {
  position: relative;
  overflow: hidden;
  color: var(--qhb-white);
  background: var(--qhb-blue-900);
}

.qhb-why::after {
  position: absolute;
  top: -220px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid oklch(96% 0.01 92 / .12);
  content: "";
  transform: rotate(45deg);
}

.qhb-why__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr);
  gap: clamp(60px, 9vw, 130px);
}

.qhb-why h2 {
  max-width: 13ch;
  margin-bottom: 28px;
}

.qhb-why__intro > p:last-child {
  max-width: 56ch;
  margin-bottom: 0;
  color: oklch(88% 0.025 244);
  font-size: 1.05rem;
}

.qhb-benefits {
  margin: 0;
  padding: 0;
  border-top: 1px solid oklch(96% 0.01 92 / .2);
  list-style: none;
}

.qhb-benefits li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid oklch(96% 0.01 92 / .2);
}

.qhb-benefits svg {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  color: var(--qhb-yellow-400);
  stroke-width: 2.5;
}

.qhb-benefits strong,
.qhb-benefits small {
  display: block;
}

.qhb-benefits strong {
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.qhb-benefits small {
  color: oklch(83% 0.025 244);
  font-size: .86rem;
  line-height: 1.5;
}

.qhb-situations__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(54px, 8vw, 110px);
  align-items: center;
}

.qhb-situations__image {
  position: relative;
  padding: 0 28px 28px 0;
}

.qhb-situations__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 75%;
  height: 68%;
  background: var(--qhb-yellow-400);
  content: "";
}

.qhb-situations__image > img {
  width: 100%;
  aspect-ratio: 4 / 4.35;
  object-fit: cover;
}

.qhb-situations__note {
  position: absolute;
  right: -20px;
  bottom: 62px;
  width: min(280px, 76%);
  padding: 22px 24px;
  color: var(--qhb-white);
  background: var(--qhb-blue-900);
  box-shadow: 0 18px 46px oklch(20% 0.06 248 / .2);
}

.qhb-situations__note strong,
.qhb-situations__note span {
  display: block;
}

.qhb-situations__note strong {
  margin-bottom: 4px;
}

.qhb-situations__note span {
  color: oklch(87% 0.025 244);
  font-size: .82rem;
}

.qhb-situations h2 {
  max-width: 14ch;
  margin-bottom: 30px;
}

.qhb-situations__copy > p:not(.qhb-eyebrow) {
  max-width: 64ch;
  color: var(--qhb-muted);
}

.qhb-situations__copy > p strong {
  color: var(--qhb-ink);
}

.qhb-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.qhb-tag-list span {
  padding: 8px 12px;
  color: var(--qhb-blue-800);
  background: var(--qhb-blue-100);
  border-radius: 3px;
  font-size: .76rem;
  font-weight: 700;
}

.qhb-areas {
  padding-block: clamp(62px, 8vw, 94px);
  color: var(--qhb-blue-950);
  background: var(--qhb-yellow-400);
}

.qhb-areas__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .6fr);
  gap: clamp(50px, 10vw, 150px);
  align-items: end;
}

.qhb-areas h2 {
  max-width: 16ch;
}

.qhb-areas .qhb-eyebrow {
  color: oklch(34% 0.08 247);
}

.qhb-areas .qhb-eyebrow span {
  background: var(--qhb-blue-800);
}

.qhb-areas__grid > div:last-child > p {
  color: oklch(36% 0.045 84);
}

.qhb-text-link--dark {
  padding-inline: 0;
  color: var(--qhb-blue-950);
}

.qhb-text-link--dark span {
  color: var(--qhb-blue-800);
}

.qhb-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 590px;
  color: var(--qhb-white);
  background: var(--qhb-blue-950);
}

.qhb-final::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, oklch(20% 0.08 248 / .96) 0%, oklch(22% 0.08 248 / .78) 55%, oklch(22% 0.08 248 / .25) 100%);
  content: "";
}

.qhb-final__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.qhb-final__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.qhb-final__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 590px;
}

.qhb-final h2 {
  max-width: 10ch;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 5.4rem);
}

.qhb-final__inner > p:not(.qhb-eyebrow) {
  max-width: 50ch;
  margin-bottom: 34px;
  color: oklch(92% 0.02 244);
  font-size: 1.12rem;
}

.qhb-footer {
  padding-top: 78px;
  color: oklch(82% 0.018 244);
  background: oklch(20% 0.05 248);
}

.qhb-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  gap: clamp(50px, 9vw, 130px);
  padding-bottom: 64px;
}

.qhb-footer__brand img {
  width: 230px;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
  opacity: .94;
}

.qhb-footer__brand p {
  max-width: 38ch;
  margin-bottom: 0;
}

.qhb-footer nav,
.qhb-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.qhb-footer nav > p,
.qhb-footer__contact > p {
  margin-bottom: 10px;
  color: var(--qhb-yellow-400);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.qhb-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--qhb-white);
  font-size: .9rem;
}

.qhb-footer a:hover {
  color: var(--qhb-yellow-400);
}

.qhb-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 22px;
  border-top: 1px solid oklch(96% 0.01 92 / .13);
}

.qhb-footer__bottom p {
  margin: 0;
  font-size: .76rem;
}

.qhb-mobile-call {
  display: none;
}

@media (max-width: 1080px) {
  .qhb-primary-nav {
    gap: 17px;
  }

  .qhb-primary-nav > a:not(.qhb-nav-cta) {
    font-size: .81rem;
  }

  .qhb-logo {
    width: 185px;
  }

  .qhb-hero__grid {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 42px;
  }
}

/* Footer identity polish: preserve the original colors and proportions. */
.qhb-footer .qhb-footer__brand img {
  width: 210px;
  height: auto;
  margin: 0 0 24px;
  padding: 10px 12px 9px;
  background: var(--qhb-white);
  border-top: 4px solid var(--qhb-yellow-400);
  box-shadow: 10px 10px 0 oklch(38% .11 247 / .34);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  filter: none;
  object-fit: contain;
}

@media (max-width: 620px) {
  .qhb-footer .qhb-footer__brand img {
    width: 190px;
    margin-bottom: 22px;
    padding: 9px 10px 8px;
    box-shadow: 8px 8px 0 oklch(38% .11 247 / .34);
  }
}

@media (max-width: 900px) {
  :root {
    --qhb-shell: min(720px, calc(100% - 38px));
  }

  body.qhb-home.menu-open {
    overflow: hidden;
  }

  .qhb-nav {
    min-height: 76px;
  }

  .qhb-logo {
    width: 176px;
  }

  .qhb-menu-button {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    min-width: 78px;
    min-height: 48px;
    padding: 0;
    color: var(--qhb-blue-950);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: .84rem;
    font-weight: 750;
    cursor: pointer;
  }

  .qhb-menu-button__icon {
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
  }

  .qhb-menu-button__icon i {
    position: absolute;
    right: 0;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: top 200ms var(--qhb-ease), transform 200ms var(--qhb-ease);
  }

  .qhb-menu-button__icon i:first-child {
    top: 3px;
  }

  .qhb-menu-button__icon i:last-child {
    top: 11px;
  }

  .qhb-menu-button[aria-expanded="true"] i:first-child {
    top: 7px;
    transform: rotate(45deg);
  }

  .qhb-menu-button[aria-expanded="true"] i:last-child {
    top: 7px;
    transform: rotate(-45deg);
  }

  .qhb-primary-nav {
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 max(19px, calc((100vw - 720px) / 2));
    visibility: hidden;
    background: var(--qhb-white);
    box-shadow: 0 20px 45px oklch(20% 0.06 248 / .15);
    opacity: 0;
    transition: max-height 300ms var(--qhb-ease), opacity 200ms var(--qhb-ease), visibility 300ms;
  }

  .qhb-primary-nav.is-open {
    max-height: calc(100vh - 120px);
    padding-bottom: 22px;
    visibility: visible;
    opacity: 1;
  }

  .qhb-primary-nav > a:not(.qhb-nav-cta) {
    padding: 15px 2px;
    border-bottom: 1px solid var(--qhb-line);
    font-size: .96rem;
  }

  .qhb-primary-nav > a:not(.qhb-nav-cta)::after {
    display: none;
  }

  .qhb-nav-cta {
    margin-top: 18px;
  }

  .qhb-hero {
    min-height: auto;
  }

  .qhb-hero::before {
    background: linear-gradient(180deg, oklch(20% 0.075 248 / .94) 0%, oklch(21% 0.075 248 / .86) 50%, oklch(21% 0.075 248 / .73) 100%);
  }

  .qhb-hero__grid {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-block: 76px 84px;
  }

  .qhb-hero__copy {
    max-width: 620px;
    padding-top: 0;
  }

  .qhb-offer {
    width: min(100%, 560px);
  }

  .qhb-proof__grid {
    grid-template-columns: 1fr;
  }

  .qhb-proof__grid div {
    padding: 20px 0;
  }

  .qhb-proof__grid div + div {
    border-top: 1px solid oklch(49% 0.1 89 / .3);
    border-left: 0;
  }

  .qhb-section-heading--split,
  .qhb-why__grid,
  .qhb-situations__grid,
  .qhb-areas__grid {
    grid-template-columns: 1fr;
  }

  .qhb-section-heading--split {
    gap: 26px;
  }

  .qhb-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 0;
  }

  .qhb-timeline li:nth-child(3) {
    padding-left: 0;
  }

  .qhb-timeline li:nth-child(3)::before {
    left: 0;
  }

  .qhb-why__grid {
    gap: 58px;
  }

  .qhb-why h2 {
    max-width: 16ch;
  }

  .qhb-situations__grid {
    gap: 70px;
  }

  .qhb-situations__image {
    width: min(92%, 560px);
  }

  .qhb-situations__image > img {
    aspect-ratio: 4 / 3.4;
  }

  .qhb-situations__note {
    right: -8%;
  }

  .qhb-areas__grid {
    gap: 26px;
  }

  .qhb-footer__grid {
    grid-template-columns: 1.2fr .8fr;
  }

  .qhb-footer__contact {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  :root {
    --qhb-shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 88px;
  }

  body.qhb-home {
    padding-bottom: 64px;
  }

  .qhb-utility p {
    display: none;
  }

  .qhb-utility__inner {
    justify-content: center;
  }

  .qhb-nav {
    min-height: 70px;
  }

  .qhb-logo {
    width: 150px;
  }

  .qhb-menu-button__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .qhb-menu-button {
    min-width: 48px;
    justify-content: flex-end;
  }

  .qhb-primary-nav {
    top: 114px;
    padding-inline: 16px;
  }

  .qhb-primary-nav.is-open {
    max-height: calc(100vh - 114px);
  }

  .qhb-hero__grid {
    gap: 44px;
    padding-block: 60px 62px;
  }

  .qhb-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .qhb-hero__lede {
    font-size: 1.08rem;
  }

  .qhb-check-list {
    display: grid;
    gap: 8px;
  }

  .qhb-hero__actions,
  .qhb-centered-actions,
  .qhb-final__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .qhb-button,
  .qhb-text-link {
    width: 100%;
  }

  .qhb-text-link {
    justify-content: center;
  }

  .qhb-offer__heading {
    padding: 26px 22px 18px;
  }

  .qhb-form-frame,
  .qhb-form-frame iframe {
    height: 640px;
  }

  .qhb-offer__phone {
    padding-inline: 20px;
  }

  .qhb-section {
    padding-block: 80px;
  }

  .qhb-section-heading--split {
    margin-bottom: 50px;
  }

  .qhb-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 17px;
    border-left: 1px solid var(--qhb-line);
  }

  .qhb-timeline li,
  .qhb-timeline li:first-child,
  .qhb-timeline li:nth-child(3) {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px;
    min-height: 0;
    padding: 0 0 42px 22px;
    border-top: 0;
  }

  .qhb-timeline li::before,
  .qhb-timeline li:first-child::before,
  .qhb-timeline li:nth-child(3)::before {
    top: 5px;
    left: -23px;
  }

  .qhb-timeline__number {
    margin: 2px 0 0;
  }

  .qhb-timeline p {
    max-width: none;
  }

  .qhb-centered-actions {
    margin-top: 4px;
  }

  .qhb-situations__image {
    width: 94%;
    padding: 0 18px 18px 0;
  }

  .qhb-situations__image > img {
    aspect-ratio: 4 / 4.2;
  }

  .qhb-situations__note {
    right: -7%;
    bottom: 42px;
    padding: 18px;
  }

  .qhb-final,
  .qhb-final__inner {
    min-height: 560px;
  }

  .qhb-final::before {
    background: oklch(20% 0.08 248 / .82);
  }

  .qhb-footer {
    padding-top: 62px;
  }

  .qhb-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px 26px;
  }

  .qhb-footer__brand {
    grid-column: 1 / -1;
  }

  .qhb-footer__contact {
    grid-column: auto;
  }

  .qhb-footer__bottom {
    display: grid;
    gap: 5px;
  }

  .qhb-mobile-call {
    position: fixed;
    right: 12px;
    bottom: 10px;
    left: 12px;
    z-index: 80;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    color: var(--qhb-blue-950) !important;
    background: var(--qhb-yellow-400);
    border: 1px solid oklch(65% 0.13 89);
    border-radius: 4px;
    box-shadow: 0 10px 28px oklch(20% 0.06 248 / .3);
    font-size: .92rem;
    font-weight: 800;
  }

  .qhb-mobile-call svg {
    width: 19px;
    height: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .qhb-home *,
  .qhb-home *::before,
  .qhb-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .qhb-scroll-progress {
    display: none;
  }
}

/* Final v2 cascade locks: keep brand-critical treatments above legacy rules. */
.qhb-eyebrow span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: var(--qhb-blue-950);
  background: var(--qhb-yellow-400);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: 0;
}

.qhb-offer {
  overflow: visible;
  clip-path: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
}

.qhb-proof {
  color: var(--qhb-white);
  background: var(--qhb-blue-800);
}

.qhb-proof__grid div + div {
  border-left-color: oklch(99% .004 92 / .18);
}

.qhb-proof strong {
  color: var(--qhb-yellow-400);
  font-family: "Anybody", sans-serif;
  font-size: 1.05rem;
  font-stretch: 108%;
  text-transform: uppercase;
}

.qhb-proof span {
  color: oklch(93% .012 244);
}

@media (max-width: 900px) {
  .qhb-proof__grid div + div {
    border-top-color: oklch(99% .004 92 / .18);
  }
}

/* Navigation identity polish: keep the complete mark inside the header rhythm. */
.qhb-header .qhb-nav {
  min-height: 94px;
}

.qhb-header .qhb-logo {
  display: flex;
  width: 178px;
  height: 86px;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.qhb-header .qhb-logo img {
  width: 172px;
  height: auto;
  max-width: none;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .qhb-header .qhb-nav {
    min-height: 78px;
  }

  .qhb-header .qhb-logo {
    width: 154px;
    height: 72px;
  }

  .qhb-header .qhb-logo img {
    width: 150px;
  }

  .qhb-header .qhb-primary-nav {
    top: 122px;
  }

  .qhb-header .qhb-primary-nav.is-open {
    max-height: calc(100vh - 122px);
  }
}

@media (max-width: 620px) {
  .qhb-header .qhb-nav {
    min-height: 74px;
  }

  .qhb-header .qhb-logo {
    width: 146px;
    height: 68px;
  }

  .qhb-header .qhb-logo img {
    width: 142px;
  }

  .qhb-header .qhb-primary-nav {
    top: 118px;
  }

  .qhb-header .qhb-primary-nav.is-open {
    max-height: calc(100vh - 118px);
  }
}
