:root {
  --qh-bg: #101624;
  --qh-panel: #161d2e;
  --qh-panel-2: #1b2336;
  --qh-header: #1e2434;
  --qh-border: #2a3350;
  --qh-blue: #6da9eb;
  --qh-green: #6bdb5b;
  --qh-green-d: #4fbf42;
  --qh-text: #e8edf7;
  --qh-muted: #9aa6c2;
  --qh-white: #ffffff;
  --qh-danger: #ef6a6a;
  --qh-radius: 14px;
  --qh-radius-sm: 9px;
  --qh-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  --qh-gap: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Oswald", "Segoe UI", Arial, sans-serif;
  background-color: var(--qh-bg);
  background-image: radial-gradient(1200px 600px at 80% -10%, rgba(109, 169, 235, 0.09), transparent 60%),
    radial-gradient(900px 500px at -10% 10%, rgba(107, 219, 91, 0.07), transparent 55%);
  color: var(--qh-text);
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.2px;
  min-height: 100vh;
  overflow-x: hidden;
}

body.qh-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--qh-blue);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover {
  color: var(--qh-green);
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--qh-white);
}

h1 {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  margin-bottom: 14px;
}

h2 {
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  margin-bottom: 16px;
}

h3 {
  font-size: 1.2rem;
}

p {
  margin-bottom: 14px;
  color: var(--qh-text);
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
}

.box {
  margin: 18px 0;
}

.qh-hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: var(--qh-radius-sm);
  padding: 11px 20px;
  font-size: 0.95rem;
  transition: transform 0.18s ease, box-shadow 0.25s ease, filter 0.25s ease;
  white-space: nowrap;
  line-height: 1;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.btn:active {
  transform: translateY(0);
}

.btn--green {
  background: linear-gradient(135deg, var(--qh-green), var(--qh-green-d));
  color: #08210a;
  box-shadow: 0 8px 20px rgba(107, 219, 91, 0.3);
}

.btn--blue {
  background: linear-gradient(135deg, var(--qh-blue), #4f8fd6);
  color: #06131f;
  box-shadow: 0 8px 20px rgba(109, 169, 235, 0.28);
}

.btn--ghost {
  background: transparent;
  color: var(--qh-blue);
  border: 1px solid var(--qh-blue);
}

.btn--ghost:hover {
  color: #06131f;
  background: var(--qh-blue);
}

.btn--md {
  padding: 10px 16px;
  font-size: 0.9rem;
}

.btn--lg {
  padding: 15px 30px;
  font-size: 1.1rem;
}

.btn--block {
  width: 100%;
}

.qh-header {
  background: var(--qh-header);
  border-radius: var(--qh-radius);
  box-shadow: var(--qh-shadow);
  border: 1px solid var(--qh-border);
  padding: 12px 18px;
}

.qh-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.qh-logo img {
  height: 46px;
  width: auto;
}

.qh-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.qh-nav-actions {
  display: none;
}

.qh-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--qh-text);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.qh-nav a:hover {
  background: rgba(109, 169, 235, 0.12);
  color: var(--qh-blue);
}

.qh-nav a svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.qh-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qh-online {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(107, 219, 91, 0.1);
  border: 1px solid rgba(107, 219, 91, 0.35);
  color: var(--qh-green);
  padding: 7px 12px;
  border-radius: 30px;
  font-size: 0.85rem;
  white-space: nowrap;
}

.qh-online .qh-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--qh-green);
  box-shadow: 0 0 0 0 rgba(107, 219, 91, 0.6);
  animation: qh-pulse 1.8s infinite;
}

@keyframes qh-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 219, 91, 0.55);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(107, 219, 91, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(107, 219, 91, 0);
  }
}

.qh-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--qh-border);
  cursor: pointer;
}

.qh-burger span {
  display: block;
  height: 2px;
  width: 22px;
  margin: 0 auto;
  background: var(--qh-text);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.qh-burger.qh-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.qh-burger.qh-active span:nth-child(2) {
  opacity: 0;
}

.qh-burger.qh-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.qh-hero {
  position: relative;
  margin: 18px 0;
  border-radius: var(--qh-radius);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center;
  border: 1px solid var(--qh-border);
  box-shadow: var(--qh-shadow);
}

.qh-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.qh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 22, 36, 0.94) 20%, rgba(16, 22, 36, 0.55) 70%, rgba(16, 22, 36, 0.3));
  z-index: 1;
}

.qh-hero-inner {
  position: relative;
  z-index: 2;
  padding: 40px 34px;
  max-width: 640px;
  animation: qh-fadeUp 0.8s ease both;
}

.qh-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(109, 169, 235, 0.14);
  border: 1px solid rgba(109, 169, 235, 0.4);
  color: var(--qh-blue);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.qh-hero-inner h2 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  margin-bottom: 14px;
}

.qh-hero-inner h2 span {
  color: var(--qh-green);
}

.qh-hero-inner p {
  font-size: 1.05rem;
  color: var(--qh-text);
  margin-bottom: 24px;
}

.qh-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@keyframes qh-fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.qh-crumbs {
  margin: 6px 0 0;
  font-size: 0.85rem;
  color: var(--qh-muted);
}

.qh-crumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.qh-crumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qh-crumbs li::after {
  content: "/";
  color: var(--qh-border);
}

.qh-crumbs li:last-child::after {
  content: "";
}

.qh-content {
  background: var(--qh-panel);
  border-radius: var(--qh-radius);
  border: 1px solid var(--qh-border);
  box-shadow: var(--qh-shadow);
  padding: 26px 24px;
}

.qh-block {
  margin: 34px 0;
  scroll-margin-top: 90px;
}

.qh-block:first-of-type {
  margin-top: 8px;
}

.qh-block-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.qh-block-head svg {
  width: 26px;
  height: 26px;
  color: var(--qh-green);
  flex: none;
}

.qh-panel {
  background: var(--qh-panel-2);
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius);
  padding: 20px;
}

.qh-toc {
  background: linear-gradient(180deg, rgba(109, 169, 235, 0.08), rgba(107, 219, 91, 0.04));
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius);
  padding: 20px 22px;
}

.qh-toc h2 {
  margin-bottom: 14px;
}

.qh-toc ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 22px;
}

.qh-toc li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--qh-text);
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}

.qh-toc li a:hover {
  border-color: var(--qh-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--qh-blue);
}

.qh-toc li a svg {
  width: 18px;
  height: 18px;
  color: var(--qh-blue);
  flex: none;
}

.qh-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--qh-radius);
  border: 1px solid var(--qh-border);
}

table.qh-info {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  min-width: 480px;
  background: var(--qh-panel-2);
}

table.qh-info th,
table.qh-info td {
  text-align: left;
  padding: 13px 16px;
  border-bottom: 1px solid var(--qh-border);
  vertical-align: middle;
}

table.qh-info tr:last-child th,
table.qh-info tr:last-child td {
  border-bottom: none;
}

table.qh-info tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

table.qh-info th {
  width: 40%;
  color: var(--qh-muted);
  font-weight: 400;
}

table.qh-info th .qh-th-in {
  display: flex;
  align-items: center;
  gap: 10px;
}

table.qh-info th svg {
  width: 18px;
  height: 18px;
  color: var(--qh-blue);
  flex: none;
}

table.qh-info td {
  color: var(--qh-white);
  font-weight: 400;
}

.qh-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--qh-gap);
}

.qh-tile {
  background: var(--qh-panel-2);
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius);
  padding: 22px 18px;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.qh-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 219, 91, 0.4);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}

.qh-tile .qh-ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 219, 91, 0.12);
  border: 1px solid rgba(107, 219, 91, 0.3);
}

.qh-tile .qh-ico svg {
  width: 28px;
  height: 28px;
  color: var(--qh-green);
}

.qh-tile h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.qh-tile p {
  font-size: 0.92rem;
  color: var(--qh-muted);
  margin-bottom: 0;
}

.qh-pnc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--qh-gap);
}

.qh-pnc-col {
  border-radius: var(--qh-radius);
  padding: 20px 22px;
  border: 1px solid var(--qh-border);
}

.qh-pnc-pros {
  background: rgba(107, 219, 91, 0.07);
  border-color: rgba(107, 219, 91, 0.35);
}

.qh-pnc-cons {
  background: rgba(239, 106, 106, 0.06);
  border-color: rgba(239, 106, 106, 0.3);
}

.qh-pnc-col h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.qh-pnc-col ul {
  list-style: none;
}

.qh-pnc-col li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  color: var(--qh-text);
  font-size: 0.95rem;
}

.qh-pnc-col h3 svg {
  width: 22px;
  height: 22px;
  flex: none;
}

.qh-pnc-col li svg {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 3px;
}

.qh-pros-ico {
  color: var(--qh-green);
}

.qh-cons-ico {
  color: var(--qh-danger);
}

.qh-jackpot {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 34px 22px;
  background: linear-gradient(135deg, #182038, #22305a);
  border: 1px solid rgba(109, 169, 235, 0.35);
  border-radius: var(--qh-radius);
}

.qh-jackpot h2 {
  margin-bottom: 6px;
}

.qh-jackpot .qh-jp-sum {
  font-size: clamp(2.2rem, 7vw, 3.6rem);
  font-weight: 700;
  color: var(--qh-green);
  letter-spacing: 1px;
  text-shadow: 0 0 24px rgba(107, 219, 91, 0.4);
  margin: 8px 0 6px;
}

.qh-jackpot p {
  color: var(--qh-muted);
  margin-bottom: 20px;
}

.qh-app {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--qh-gap);
  align-items: stretch;
}

.qh-store-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.qh-store {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--qh-header);
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius-sm);
  padding: 12px 18px;
  color: var(--qh-white);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.qh-store:hover {
  transform: translateY(-2px);
  border-color: var(--qh-green);
  color: var(--qh-white);
}

.qh-store svg {
  width: 30px;
  height: 30px;
  flex: none;
  color: var(--qh-green);
}

.qh-store small {
  display: block;
  font-size: 0.72rem;
  color: var(--qh-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.qh-store b {
  font-size: 1.05rem;
  font-weight: 600;
}

.qh-slider {
  position: relative;
}

.qh-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--qh-gap);
}

.qh-bonus {
  background: var(--qh-panel-2);
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius);
  padding: 22px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.qh-bonus:hover {
  transform: translateY(-4px);
  border-color: rgba(109, 169, 235, 0.45);
}

.qh-bonus .qh-bonus-tag {
  position: absolute;
  top: 14px;
  right: -34px;
  transform: rotate(45deg);
  background: var(--qh-green);
  color: #08210a;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 40px;
  text-transform: uppercase;
}

.qh-bonus h3 {
  color: var(--qh-green);
  font-size: 1.5rem;
  margin: 6px 0;
}

.qh-bonus .qh-bonus-sub {
  color: var(--qh-muted);
  font-size: 0.92rem;
  margin-bottom: 16px;
  min-height: 42px;
}

.qh-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--qh-gap);
}

.qh-slot {
  background: var(--qh-panel-2);
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.qh-slot:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.qh-slot-thumb {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #06131f;
  position: relative;
  overflow: hidden;
  background: var(--qh-panel);
}

.qh-slot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.qh-slot-body {
  padding: 14px;
  text-align: center;
}

.qh-slot-body h3 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.qh-slot-body span {
  display: block;
  color: var(--qh-muted);
  font-size: 0.82rem;
  margin-bottom: 12px;
}

.qh-wheel-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 30px;
  align-items: center;
}

.qh-wheel-stage {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.qh-wheel {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 8px solid var(--qh-header);
  box-shadow: 0 0 0 6px rgba(109, 169, 235, 0.25), var(--qh-shadow);
  transition: transform 5s cubic-bezier(0.15, 0.85, 0.15, 1);
}

.qh-wheel-pointer {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 26px solid var(--qh-green);
  z-index: 3;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.qh-wheel-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  background: var(--qh-header);
  border: 3px solid var(--qh-green);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--qh-green);
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.qh-wheel-result {
  margin-top: 16px;
  min-height: 28px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--qh-green);
  text-align: center;
}

.qh-wheel-side h2 {
  margin-bottom: 10px;
}

.qh-wheel-side p {
  color: var(--qh-muted);
}

.qh-win-box {
  margin-top: 16px;
  padding: 18px;
  border-radius: var(--qh-radius);
  border: 1px dashed var(--qh-green);
  background: rgba(107, 219, 91, 0.08);
  text-align: center;
}

.qh-win-box b {
  color: var(--qh-green);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 12px;
}

.qh-review :is(h2, h3) {
  margin-top: 22px;
  margin-bottom: 12px;
}

.qh-review p {
  margin-bottom: 15px;
}

.qh-review ul,
.qh-review ol {
  margin: 0 0 16px 22px;
}

.qh-review li {
  margin-bottom: 7px;
}

.qh-review a {
  text-decoration: underline;
}

.qh-review table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 18px;
  border: 1px solid var(--qh-border);
}

.qh-review table th,
.qh-review table td {
  border: 1px solid var(--qh-border);
  padding: 10px 14px;
  text-align: left;
}

.qh-review table th {
  background: var(--qh-panel-2);
  color: var(--qh-white);
}

.qh-review blockquote {
  border-left: 3px solid var(--qh-green);
  padding: 8px 16px;
  margin: 0 0 16px;
  background: rgba(107, 219, 91, 0.05);
  color: var(--qh-muted);
}

.qh-review img {
  border-radius: var(--qh-radius);
  margin: 0 0 16px;
}

.qh-security {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--qh-gap);
}

.qh-sec-item {
  display: flex;
  gap: 14px;
  background: var(--qh-panel-2);
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius);
  padding: 18px;
}

.qh-sec-item svg {
  width: 30px;
  height: 30px;
  color: var(--qh-blue);
  flex: none;
}

.qh-sec-item h3 {
  font-size: 1.02rem;
  margin-bottom: 5px;
}

.qh-sec-item p {
  font-size: 0.9rem;
  color: var(--qh-muted);
  margin-bottom: 0;
}

.qh-faq-item {
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius-sm);
  margin-bottom: 12px;
  background: var(--qh-panel-2);
  overflow: hidden;
}

.qh-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: var(--qh-white);
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 500;
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.qh-faq-q .qh-chev {
  width: 20px;
  height: 20px;
  flex: none;
  transition: transform 0.3s ease;
  color: var(--qh-green);
}

.qh-faq-item.qh-open .qh-chev {
  transform: rotate(180deg);
}

.qh-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.qh-faq-a-in {
  padding: 0 18px 16px;
  color: var(--qh-muted);
}

.qh-author {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--qh-panel-2);
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius);
  padding: 22px;
}

.qh-author-photo {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  flex: none;
  overflow: hidden;
  border: 2px solid var(--qh-green);
  background: var(--qh-header);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--qh-green);
}

.qh-author-body h3 {
  margin-bottom: 2px;
}

.qh-author-pos {
  color: var(--qh-blue);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.qh-author-body p {
  font-size: 0.94rem;
  color: var(--qh-muted);
}

.qh-author-meta {
  font-size: 0.82rem;
  color: var(--qh-muted);
  margin-top: 8px;
}

.qh-author-links {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.qh-author-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  border: 1px solid var(--qh-border);
  padding: 6px 12px;
  border-radius: 30px;
}

.qh-author-links a svg {
  width: 15px;
  height: 15px;
}

.qh-footer {
  background: var(--qh-header);
  border-radius: var(--qh-radius);
  border: 1px solid var(--qh-border);
  padding: 30px 26px;
  margin: 18px 0 90px;
}

.qh-foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--qh-border);
}

.qh-foot-col h4 {
  font-size: 1rem;
  margin-bottom: 14px;
  color: var(--qh-white);
}

.qh-foot-col ul {
  list-style: none;
}

.qh-foot-col li {
  margin-bottom: 8px;
}

.qh-foot-col li a {
  color: var(--qh-muted);
  font-size: 0.92rem;
}

.qh-foot-col li a:hover {
  color: var(--qh-blue);
}

.qh-foot-logo img {
  height: 44px;
  margin-bottom: 12px;
}

.qh-foot-flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--qh-muted);
  font-size: 0.88rem;
  margin-bottom: 12px;
}

.qh-foot-flag svg {
  width: 26px;
  height: 18px;
  border-radius: 3px;
}

.qh-foot-social {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.qh-foot-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--qh-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--qh-text);
}

.qh-foot-social a:hover {
  border-color: var(--qh-green);
  color: var(--qh-green);
}

.qh-foot-social a svg {
  width: 18px;
  height: 18px;
}

.qh-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--qh-border);
}

.qh-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--qh-border);
  background: var(--qh-panel-2);
  color: var(--qh-text);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.qh-chip svg {
  width: 16px;
  height: 16px;
  color: var(--qh-green);
  flex: none;
}

.qh-chip.qh-chip-18 {
  color: var(--qh-danger);
  border-color: rgba(239, 106, 106, 0.4);
  font-weight: 600;
}

.qh-foot-groups {
  display: grid;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--qh-border);
}

.qh-foot-group small {
  display: block;
  color: var(--qh-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.qh-foot-group .qh-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qh-copyright {
  padding-top: 18px;
  color: var(--qh-muted);
  font-size: 0.85rem;
  text-align: center;
}

.qh-copyright p {
  color: var(--qh-muted);
  margin-bottom: 8px;
}

.qh-widget {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: linear-gradient(90deg, #1e2434, #232c44);
  border-top: 1px solid rgba(107, 219, 91, 0.35);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.4);
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.qh-widget-in {
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.qh-widget-txt {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.qh-widget-txt svg {
  width: 30px;
  height: 30px;
  color: var(--qh-green);
  flex: none;
}

.qh-widget-txt b {
  color: var(--qh-white);
  display: block;
  font-size: 1rem;
}

.qh-widget-txt span {
  color: var(--qh-muted);
  font-size: 0.82rem;
}

.qh-widget a.qh-widget-link {
  text-decoration: none;
}

.qh-widget-close {
  background: none;
  border: none;
  color: var(--qh-muted);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 8px;
}

.qh-info-page {
  background: var(--qh-panel);
  border: 1px solid var(--qh-border);
  border-radius: var(--qh-radius);
  box-shadow: var(--qh-shadow);
  padding: 30px 26px;
}

.qh-info-page h1 {
  margin-bottom: 18px;
}

.qh-info-page h2 {
  margin-top: 22px;
}

.qh-info-page p,
.qh-info-page li {
  color: var(--qh-text);
}

.qh-info-page ul,
.qh-info-page ol {
  margin: 0 0 16px 22px;
}

.qh-info-page a {
  text-decoration: underline;
}

.qh-unused-shimmer {
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  background-size: 200% 100%;
  animation: qh-shimmer 2.2s infinite;
}

@keyframes qh-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.qh-ribbon-x9f {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.qh-grid-legacy-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.elementor-widget-wrap {
  position: relative;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 960px) {
  .qh-toc ul {
    grid-template-columns: 1fr;
  }
  .qh-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
  .qh-app {
    grid-template-columns: 1fr;
  }
  .qh-wheel-wrap {
    grid-template-columns: 1fr;
  }
  .qh-security {
    grid-template-columns: 1fr;
  }
  .qh-foot-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .qh-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: min(80%, 320px);
    background: var(--qh-header);
    border-left: 1px solid var(--qh-border);
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 22px 30px;
    gap: 4px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 80;
    overflow-y: auto;
  }
  .qh-nav.qh-active {
    transform: translateX(0);
  }
  .qh-nav a {
    width: 100%;
    font-size: 1.05rem;
    padding: 12px 10px;
  }
  .qh-burger {
    display: flex;
  }
  .qh-head-actions > .btn,
  .qh-head-actions > .qh-online {
    display: none;
  }
  .qh-nav-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--qh-border);
  }
  .qh-nav-actions .qh-online {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 4px;
  }
  .qh-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 70;
  }
  .qh-overlay.qh-active {
    opacity: 1;
    visibility: visible;
  }
  .qh-track {
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .qh-track > * {
    scroll-snap-align: center;
  }
  .qh-slots {
    grid-auto-flow: column;
    grid-auto-columns: 60%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  .qh-slots > * {
    scroll-snap-align: center;
  }
}

@media (max-width: 560px) {
  .qh-tiles {
    grid-template-columns: 1fr;
  }
  .qh-pnc {
    grid-template-columns: 1fr;
  }
  .qh-foot-top {
    grid-template-columns: 1fr;
  }
  .qh-hero {
    min-height: 340px;
  }
  .qh-hero-inner {
    padding: 26px 20px;
  }
  .qh-author {
    flex-direction: column;
  }
  .qh-widget-txt span {
    display: none;
  }
  .qh-head-actions > .qh-online {
    display: none;
  }
}
