.qh-body{
  background: var(--qh-sand);
  color: var(--qh-ink);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.qh-skip{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.qh-skip:focus{
  left:14px; top:14px; width:auto; height:auto; padding:10px 12px;
  background:#fff; border:1px solid var(--qh-border); border-radius: 12px;
  box-shadow: var(--qh-shadow-soft); z-index: 9999;
}

/* Backdrop */
.qh-backdrop{
  position: fixed; inset: 0; pointer-events:none; z-index: -1;
  background: var(--qh-grad);
}
.qh-dots{
  position:absolute; inset:0; opacity:.18;
  background-image: radial-gradient(rgba(15,19,38,.12) 1px, transparent 1px);
  background-size: 20px 20px;
  mask-image: radial-gradient(circle at 44% 18%, black 0%, black 58%, transparent 84%);
}
.qh-glow{
  position:absolute; width: 560px; height: 560px;
  border-radius: 999px; filter: blur(48px); opacity: .32;
}
.qh-glow--a{ left:-260px; top:-280px; background: rgba(255,122,69,.30); }
.qh-glow--b{ right:-280px; top:-260px; background: rgba(59,170,134,.24); }
.qh-glow--c{ right: 18%; bottom:-360px; background: rgba(184,163,255,.26); }

.qh-header{ position: sticky; top: 0; z-index: 50; }
.qh-nav{
  background: rgba(246,239,230,.74);
  border-bottom: 1px solid var(--qh-border);
  backdrop-filter: blur(10px);
}
.qh-nav .nav-link{ color: rgba(15,19,38,.78); }
.qh-nav .nav-link:hover{ color: rgba(15,19,38,.95); }

.qh-mark{
  width: 38px; height: 38px;
  display:grid; place-items:center;
  background: rgba(15,19,38,.06);
  border: 1px solid var(--qh-border);
  border-radius: 16px;
  color: var(--qh-ink);
}
.qh-mark--foot{
  background: rgba(15,19,38,.05);
  border: 1px solid var(--qh-border);
}

.qh-badge{
  background: rgba(184,163,255,.16);
  border: 1px solid rgba(184,163,255,.22);
  color: rgba(15,19,38,.86);
  border-radius: 999px;
  padding: .35rem .6rem;
}

.btn:focus{ box-shadow: var(--qh-focus) !important; }
.btn-qh{
  --bs-btn-color: #0F1326;
  --bs-btn-bg: linear-gradient(135deg, rgba(255,122,69,1), rgba(184,163,255,1));
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #0F1326;
  --bs-btn-hover-bg: linear-gradient(135deg, rgba(59,170,134,1), rgba(255,122,69,1));
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 255,122,69;
  border-radius: 14px;
  font-weight: 800;
}
.btn-lg {
  padding: 0.75rem 1.2rem;
  background-color: rgba(255, 162, 0, 0.56);
}
/* Sections */
.qh-section{ padding: 72px 0; }
.qh-section--alt{
  background: rgba(255,255,255,.78);
  border-top: 1px solid var(--qh-border);
  border-bottom: 1px solid var(--qh-border);
}
.qh-headline{ max-width: 780px; }

/* Hero */
.qh-hero{ position: relative; padding: 78px 0 0; }
.qh-kicker{
  display:inline-flex; gap:10px; align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--qh-border);
  color: rgba(15,19,38,.76);
  font-size: .92rem;
  margin-bottom: 12px;
}
.qh-kdot{
  width: 10px; height: 10px; border-radius: 999px;
  background: linear-gradient(135deg, var(--qh-persimmon), var(--qh-tea));
  box-shadow: 0 0 0 4px rgba(255,122,69,.12);
}
.qh-tags{ display:flex; flex-wrap:wrap; gap: 8px; }
.qh-tag{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--qh-border);
  background: rgba(15,19,38,.05);
  font-size: .82rem;
  font-weight: 700;
}
.qh-tag--alt{
  background: rgba(59,170,134,.12);
  border-color: rgba(59,170,134,.18);
}

/* Fold block (unique geometry) */
.qh-fold{
  border-radius: var(--qh-radius-lg);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.86);
  box-shadow: var(--qh-shadow);
  overflow: hidden;
  position: relative;
}
.qh-fold__top{
  padding: 14px 16px;
  border-bottom: 1px solid var(--qh-border);
  background: rgba(255,255,255,.72);
  display:flex; flex-wrap:wrap; gap: 8px;
}
.qh-pill{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--qh-border);
  background: rgba(15,19,38,.05);
  font-size: .82rem;
  font-weight: 700;
}
.qh-pill--alt{
  background: rgba(255,122,69,.12);
  border-color: rgba(255,122,69,.18);
}
.qh-fold__body{
  padding: 18px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items: center;
}
.qh-ill{
  border-radius: 26px 18px 26px 18px;
  border: 1px solid var(--qh-border);
  background: #fff;
  padding: 10px;
}
.qh-side{
  border-radius: 18px 28px 18px 28px;
  border: 1px solid var(--qh-border);
  background: rgba(246,239,230,.74);
  padding: 14px;
}
.qh-side__t{ font-weight: 900; margin-bottom: 8px; }
.qh-fold__bottom{
  display:flex; flex-wrap: wrap; gap: 12px;
  align-items:center;
  padding: 14px 18px;
  border-top: 1px solid var(--qh-border);
  background: rgba(255,255,255,.72);
}
.qh-link{ color: var(--qh-ink); text-decoration:none; font-weight: 900; }
.qh-link:hover{ text-decoration: underline; }
.qh-sep{
  width: 6px; height: 6px; border-radius: 999px;
  background: rgba(15,19,38,.25);
}
.qh-corner{
  position:absolute;
  right:-40px; bottom:-50px;
  width: 220px; height: 220px;
  border-radius: 70px 22px 70px 22px;
  border: 2px dashed rgba(15,19,38,.14);
  background: radial-gradient(circle at 30% 30%, rgba(184,163,255,.18), rgba(184,163,255,0) 60%);
  transform: rotate(14deg);
}

/* Cards */
.qh-card{
  position: relative;
  padding: 18px;
  border-radius: var(--qh-radius);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.84);
  box-shadow: var(--qh-shadow-soft);
  overflow:hidden;
}
.qh-card::after{
  content:"";
  position:absolute;
  left:-74px; top:-76px;
  width: 250px; height: 170px;
  background:
    linear-gradient(135deg, rgba(255,122,69,.16), rgba(59,170,134,.12), rgba(184,163,255,.14));
  border: 1px solid rgba(15,19,38,.08);
  border-radius: 90px 26px 90px 26px;
  transform: rotate(-10deg);
}
.qh-card__n{
  width: 46px; height: 46px;
  border-radius: 18px;
  display:grid; place-items:center;
  font-weight: 900;
  background: rgba(15,19,38,.06);
  border: 1px solid var(--qh-border);
  margin-bottom: 12px;
}

/* Panel / stamp */
.qh-panel{
  border-radius: var(--qh-radius-lg);
  border: 1px solid var(--qh-border);
  background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(238,243,255,.62));
  box-shadow: var(--qh-shadow-soft);
  padding: 18px;
}
.qh-stamp{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px dashed rgba(15,19,38,.22);
  background: rgba(255,255,255,.72);
}
.qh-stamp__seal{
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--qh-persimmon);
  box-shadow: 0 0 0 4px rgba(255,122,69,.14);
}

/* Steps */
.qh-step{
  display:flex; gap: 12px;
  padding: 16px;
  border-radius: var(--qh-radius);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.84);
  box-shadow: var(--qh-shadow-soft);
}
.qh-step__icon{
  width: 42px; height: 42px;
  border-radius: 18px;
  display:grid; place-items:center;
  font-weight: 900;
  background: rgba(32,36,74,.10);
  border: 1px solid rgba(32,36,74,.16);
}

/* Blocks + note */
.qh-block{
  padding: 18px;
  border-radius: var(--qh-radius);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.84);
  box-shadow: var(--qh-shadow-soft);
}
.qh-block__cap{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--qh-border);
  background: rgba(15,19,38,.05);
  font-size: .82rem;
  margin-bottom: 10px;
}
.qh-note{
  display:flex; gap: 12px; align-items:flex-start;
  padding: 16px; border-radius: var(--qh-radius);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.74);
}
.qh-note__i{
  width: 28px; height: 28px; border-radius: 12px;
  display:grid; place-items:center; font-weight: 900;
  background: rgba(255,122,69,.12);
  border: 1px solid rgba(255,122,69,.18);
}

/* Plans */
.qh-plan{
  border-radius: var(--qh-radius-lg);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.86);
  box-shadow: var(--qh-shadow);
  overflow:hidden;
  position:relative;
  height: 100%;
  display:flex; flex-direction: column;
}
.qh-plan__top{
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--qh-border);
  background: rgba(255,255,255,.72);
  display:flex; align-items:center; justify-content: space-between; gap: 10px;
}
.qh-plan__name{ font-weight: 900; }
.qh-plan__tag{
  font-size: .82rem;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--qh-border);
  background: rgba(15,19,38,.05);
}
.qh-plan__body{ padding: 16px; flex: 1 1 auto; }
.qh-plan__bottom{ padding: 16px; border-top: 1px solid var(--qh-border); background: rgba(255,255,255,.72); }
.qh-plan--featured{
  background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(238,243,255,.64));
}
.qh-plan__flare{
  position:absolute;
  left:-92px; top:-92px;
  width: 238px; height: 238px;
  border-radius: 84px 26px 84px 26px;
  background: linear-gradient(135deg, rgba(255,122,69,.18), rgba(184,163,255,.16), rgba(59,170,134,.12));
  transform: rotate(-12deg);
  border: 1px solid rgba(15,19,38,.08);
}
.qh-disclaimer{
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.72);
  color: rgba(15,19,38,.74);
}

/* Lists */
.qh-list{ margin: 0; padding-left: 18px; color: rgba(15,19,38,.72); }
.qh-list--tight li{ margin: 6px 0; }

/* Accordion */
.qh-accordion .accordion-item{
  border-radius: 16px !important;
  overflow:hidden;
  border: 1px solid var(--qh-border) !important;
  background: rgba(255,255,255,.84);
  box-shadow: var(--qh-shadow-soft);
  margin-bottom: 12px;
}
.qh-accordion .accordion-button{
  background: rgba(255,255,255,.72);
  font-weight: 900;
}
.qh-accordion .accordion-button:focus{ box-shadow: var(--qh-focus); }

/* Stories + CTA + alerts */
.qh-story{
  padding: 18px;
  border-radius: var(--qh-radius);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.84);
  box-shadow: var(--qh-shadow-soft);
}
.qh-story__top{
  display:flex; justify-content: space-between; align-items:center;
  margin-bottom: 10px;
}
.qh-story__t{ font-weight: 900; }
.qh-story__tag{
  font-size: .82rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(32,36,74,.10);
  border: 1px solid rgba(32,36,74,.14);
}

.qh-cta{
  padding: 18px;
  border-radius: var(--qh-radius-lg);
  border: 1px solid var(--qh-border);
  background: linear-gradient(135deg, rgba(255,122,69,.10), rgba(184,163,255,.10), rgba(59,170,134,.10));
  box-shadow: var(--qh-shadow-soft);
}
.qh-mini-form .form-control{ border-radius: 14px; }
.qh-alert{
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(59,170,134,.22);
  background: rgba(59,170,134,.12);
  color: rgba(15,19,38,.82);
  margin-bottom: 12px;
}

/* Contact */
.qh-contact{
  border-radius: var(--qh-radius-lg);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.86);
  box-shadow: var(--qh-shadow);
  padding: 18px;
}
.qh-contact__h{ font-weight: 900; margin-bottom: 12px; }
.qh-kv{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(15,19,38,.14);
}
.qh-kv:last-of-type{ border-bottom: none; }
.qh-k{ color: rgba(15,19,38,.60); font-size: .92rem; }
.qh-v a{ color: var(--qh-ink); }
.qh-hint{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(184,163,255,.14);
  border: 1px solid rgba(184,163,255,.20);
  color: rgba(15,19,38,.78);
}

.qh-form{
  border-radius: var(--qh-radius-lg);
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.88);
  box-shadow: var(--qh-shadow);
  overflow:hidden;
}
.qh-form__top{
  padding: 16px 18px;
  border-bottom: 1px solid var(--qh-border);
  background: rgba(255,255,255,.72);
  display:flex; align-items: baseline; justify-content: space-between; gap: 14px;
}
.qh-form__bottom{
  padding: 14px 18px;
  border-top: 1px solid var(--qh-border);
  background: rgba(255,255,255,.72);
  display:flex; gap: 12px; flex-wrap: wrap; align-items:center;
}

.qh-mini{
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.72);
}

/* Footer */
.qh-footer{
  padding: 44px 0 36px;
  border-top: 1px solid var(--qh-border);
  background: rgba(255,255,255,.72);
}
.qh-foot-title{ font-weight: 900; margin-bottom: 10px; }
.qh-foot-links{
  list-style:none; padding:0; margin:0;
  display:grid; gap: 8px;
}
.qh-foot-links a{
  text-decoration:none;
  color: rgba(15,19,38,.78);
}
.qh-foot-links a:hover{ text-decoration: underline; }

.qh-social{
  text-decoration:none;
  color: rgba(15,19,38,.78);
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--qh-border);
  background: rgba(255,255,255,.74);
}
.qh-social:hover{ color: rgba(15,19,38,.92); }
