﻿html, body { margin: 0; min-height: 100%; background: #060c18; }
    .qgl-header-wrap,
    .qgl-header-wrap * { box-sizing: border-box; }
    .qgl-header-wrap {
      --qgl-bg: #060c18;
      --qgl-card: #0a162c;
      --qgl-cyan: #00f0ff;
      --qgl-blue: #0052ff;
      --qgl-purple: #9b51e0;
      --qgl-text: #ffffff;
      --qgl-muted: rgba(255,255,255,0.65);
      --qgl-line: rgba(255,255,255,0.12);
      position: fixed;
      inset: 0 0 auto 0;
      z-index: 99999;
      font-family: Inter, Arial, sans-serif;
      color: var(--qgl-text);
    }
    .qgl-topbar {
      height: 40px;
      background: linear-gradient(90deg, #071b3a 0%, #0b2b68 48%, #071b3a 100%);
      border-bottom: 1px solid rgba(255,255,255,0.12);
      backdrop-filter: blur(18px);
    }
    .qgl-topbar__inner {
      width: min(1320px, calc(100% - 32px));
      height: 40px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(360px, 1fr) minmax(260px, 420px) minmax(260px, 1fr);
      align-items: center;
      gap: 28px;
      font-size: 13px;
    }
    .qgl-topbar__left,
    .qgl-topbar__center,
    .qgl-topbar__right { display: flex; align-items: center; min-width: 0; }
    .qgl-topbar__left { gap: 13px; justify-content: flex-start; }
    .qgl-topbar__center { justify-content: center; }
    .qgl-topbar__right { gap: 14px; justify-content: flex-end; }
    .qgl-topbar__live,
    .qgl-topbar__link,
    .qgl-topbar__lang,
    .qgl-topbar__account {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: #ffffff;
      text-decoration: none;
      white-space: nowrap;
      line-height: 1;
      font-size: 13px;
      font-weight: 600;
    }
    .qgl-topbar__link { color: var(--qgl-cyan); }
    .qgl-topbar__link:hover,
    .qgl-topbar__lang:hover,
    .qgl-topbar__account:hover { color: var(--qgl-cyan); }
    .qgl-topbar__live-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #00ff66;
      box-shadow: 0 0 12px rgba(0,255,102,0.9);
    }
    .qgl-topbar__divider {
      width: 1px;
      height: 18px;
      background: rgba(255,255,255,0.22);
      flex: 0 0 auto;
    }
    .qgl-topbar__mail-icon {
      width: 13px;
      height: 10px;
      border: 1.6px solid currentColor;
      border-radius: 2px;
      position: relative;
      flex: 0 0 auto;
    }
    .qgl-topbar__mail-icon::before {
      content: "";
      position: absolute;
      left: 1px;
      top: 1px;
      width: 8px;
      height: 8px;
      border-right: 1.4px solid currentColor;
      border-bottom: 1.4px solid currentColor;
      transform: rotate(45deg);
    }
    .qgl-topbar__phone-icon {
      width: 14px;
      height: 14px;
      border: 1.6px solid currentColor;
      border-radius: 50%;
      position: relative;
      flex: 0 0 auto;
    }
    .qgl-topbar__phone-icon::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 8px;
      left: 4px;
      top: 2px;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      border-radius: 1px;
      transform: rotate(-25deg);
    }
    .qgl-topbar__search { width: 100%; height: 30px; position: relative; }
    .qgl-topbar__search-input {
      width: 100%;
      height: 30px;
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 8px;
      background: rgba(255,255,255,0.06);
      color: #ffffff;
      padding: 0 14px 0 40px;
      outline: none;
      font-size: 13px;
    }
    .qgl-topbar__search-input::placeholder { color: rgba(255,255,255,0.72); }
    .qgl-topbar__search-input:focus {
      border-color: rgba(0,240,255,0.65);
      box-shadow: 0 0 0 3px rgba(0,240,255,0.12);
    }
    .qgl-topbar__search-icon {
      position: absolute;
      left: 15px;
      top: 50%;
      width: 12px;
      height: 12px;
      border: 1.8px solid rgba(255,255,255,0.84);
      border-radius: 50%;
      transform: translateY(-50%);
      pointer-events: none;
    }
    .qgl-topbar__search-icon::after {
      content: "";
      position: absolute;
      right: -5px;
      bottom: -3px;
      width: 6px;
      height: 2px;
      background: rgba(255,255,255,0.84);
      border-radius: 999px;
      transform: rotate(45deg);
    }
    .qgl-topbar__theme,
    .qgl-topbar__lang {
      border: 0;
      background: transparent;
      padding: 0;
      cursor: pointer;
      font: inherit;
    }
    .qgl-topbar__theme {
      width: 30px;
      height: 30px;
      border: 1px solid rgba(0,240,255,0.42);
      border-radius: 50%;
      background: rgba(0,240,255,0.08);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 18px rgba(0,240,255,0.2);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .qgl-topbar__theme:hover {
      transform: translateY(-1px);
      box-shadow: 0 0 24px rgba(0,240,255,0.36);
    }
    .qgl-topbar__moon {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      box-shadow: -4px 0 0 0 var(--qgl-cyan);
      transform: translateX(3px);
    }
    .qgl-topbar__lang {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #ffffff;
      font-weight: 600;
    }
    .qgl-topbar__chevron {
      width: 7px;
      height: 7px;
      border-right: 1.8px solid currentColor;
      border-bottom: 1.8px solid currentColor;
      transform: rotate(45deg) translateY(-2px);
    }
    .qgl-topbar__account { color: #ffffff; }
    .qgl-topbar__account-icon {
      width: 13px;
      height: 13px;
      border: 1.7px solid currentColor;
      border-radius: 50%;
      position: relative;
    }
    .qgl-topbar__account-icon::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      width: 16px;
      height: 8px;
      border: 1.7px solid currentColor;
      border-bottom: 0;
      border-radius: 12px 12px 0 0;
      transform: translateX(-50%);
    }
    .qgl-header {
      height: 72px;
      background: rgba(6, 12, 24, 0.9);
      border-bottom: 1px solid var(--qgl-line);
      backdrop-filter: blur(22px);
      position: relative;
    }
    .qgl-header__inner {
      width: min(1320px, calc(100% - 32px));
      height: 72px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .qgl-header__actions,
    .qgl-nav { display: flex; align-items: center; gap: 18px; }
    .qgl-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--qgl-text);
      text-decoration: none;
      min-width: 210px;
    }
    .qgl-logo__img {
      width: 42px;
      height: 42px;
      object-fit: contain;
      border-radius: 8px;
      background: rgba(255,255,255,.08);
    }
    .qgl-logo__text { display: flex; flex-direction: column; line-height: 1.05; }
    .qgl-logo__text strong { font-size: 18px; letter-spacing: 0; }
    .qgl-logo__text small { margin-top: 4px; color: var(--qgl-muted); font-size: 11px; }
    .qgl-nav__link {
      color: rgba(255,255,255,0.82);
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      padding: 26px 2px;
      transition: color .22s ease;
    }
    .qgl-nav__link:hover { color: var(--qgl-cyan); }
    .qgl-nav__button {
      border: 0;
      background: transparent;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font: inherit;
    }
    .qgl-nav__chevron {
      width: 7px;
      height: 7px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform: rotate(45deg) translateY(-2px);
    }
    .qgl-icon-btn {
      width: 38px;
      height: 38px;
      border: 1px solid var(--qgl-line);
      border-radius: 8px;
      background: rgba(255,255,255,0.04);
      cursor: pointer;
      position: relative;
    }
    .qgl-icon-btn span {
      position: absolute;
      width: 13px;
      height: 13px;
      border: 2px solid var(--qgl-text);
      border-radius: 50%;
      top: 10px;
      left: 10px;
    }
    .qgl-icon-btn span::after {
      content: "";
      position: absolute;
      width: 8px;
      height: 2px;
      background: var(--qgl-text);
      transform: rotate(45deg);
      right: -6px;
      bottom: -4px;
    }
    .qgl-whatsapp,
    .qgl-mega__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 0 18px;
      border-radius: 8px;
      color: #001018;
      background: linear-gradient(135deg, var(--qgl-cyan), #6ffcff);
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      box-shadow: 0 0 24px rgba(0,240,255,0.28);
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .qgl-whatsapp:hover,
    .qgl-mega__cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 34px rgba(0,240,255,0.42);
    }
    .qgl-search {
      position: absolute;
      top: 72px;
      left: 0;
      width: 100%;
      background: rgba(6,12,24,0.98);
      border-bottom: 1px solid var(--qgl-line);
      padding: 18px 0;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-8px);
      transition: .22s ease;
    }
    .qgl-search.is-open {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .qgl-search__form {
      width: min(920px, calc(100% - 32px));
      margin: 0 auto;
      display: flex;
      gap: 12px;
    }
    .qgl-search__input {
      flex: 1;
      height: 48px;
      border: 1px solid var(--qgl-line);
      border-radius: 8px;
      background: var(--qgl-card);
      color: var(--qgl-text);
      padding: 0 16px;
      outline: none;
    }
    .qgl-search__input:focus { border-color: var(--qgl-cyan); }
    .qgl-search__submit {
      height: 48px;
      border: 0;
      border-radius: 8px;
      padding: 0 22px;
      background: var(--qgl-blue);
      color: var(--qgl-text);
      font-weight: 700;
      cursor: pointer;
    }
    .qgl-mega {
      position: absolute;
      top: 72px;
      left: 50%;
      width: min(1320px, calc(100vw - 32px));
      transform: translateX(-50%) translateY(12px);
      opacity: 0;
      visibility: hidden;
      transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
      pointer-events: none;
    }
    .qgl-header:hover .qgl-mega,
    .qgl-mega.is-open {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
      pointer-events: auto;
    }
    .qgl-mega__inner {
      display: grid;
      grid-template-columns: 280px 1fr 360px;
      min-height: 420px;
      overflow: hidden;
      border: 1px solid rgba(0,240,255,0.16);
      border-radius: 10px;
      background:
        radial-gradient(circle at 85% 20%, rgba(155,81,224,0.18), transparent 34%),
        radial-gradient(circle at 15% 10%, rgba(0,240,255,0.12), transparent 28%),
        var(--qgl-card);
      box-shadow: 0 28px 80px rgba(0,0,0,0.45);
    }
    .qgl-mega__col { padding: 28px; }
    .qgl-mega__col--left {
      border-right: 1px solid var(--qgl-line);
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .qgl-mega__cat {
      width: 100%;
      border: 1px solid transparent;
      border-radius: 8px;
      background: transparent;
      color: var(--qgl-muted);
      text-align: left;
      padding: 14px 16px;
      cursor: pointer;
      font-size: 15px;
      font-weight: 700;
      transition: .2s ease;
    }
    .qgl-mega__cat:hover,
    .qgl-mega__cat.is-active {
      color: var(--qgl-text);
      border-color: rgba(0,240,255,0.22);
      background: linear-gradient(135deg, rgba(0,240,255,0.12), rgba(0,82,255,0.08));
    }
    .qgl-mega__col--middle { border-right: 1px solid var(--qgl-line); }
    .qgl-mega__panel { display: none; animation: qglFadeUp .22s ease both; }
    .qgl-mega__panel.is-active {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }
    .qgl-mega__panel h3 {
      grid-column: 1 / -1;
      margin: 0 0 10px;
      color: var(--qgl-text);
      font-size: 22px;
    }
    .qgl-mega__panel a {
      display: block;
      border: 1px solid var(--qgl-line);
      border-radius: 8px;
      padding: 15px;
      color: rgba(255,255,255,0.78);
      text-decoration: none;
      background: rgba(255,255,255,0.035);
      transition: .2s ease;
    }
    .qgl-mega__panel a:hover {
      color: var(--qgl-cyan);
      border-color: rgba(0,240,255,0.28);
      background: rgba(0,240,255,0.07);
      transform: translateY(-2px);
    }
    .qgl-mega__col--right { display: flex; flex-direction: column; justify-content: center; }
    .qgl-mega__eyebrow {
      color: var(--qgl-cyan);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .12em;
      font-weight: 800;
    }
    .qgl-mega__col--right h3 { margin: 14px 0; font-size: 26px; line-height: 1.2; }
    .qgl-mega__col--right p { margin: 0 0 22px; color: var(--qgl-muted); line-height: 1.7; }
    .qgl-mega__secondary { margin-top: 12px; color: var(--qgl-muted); text-decoration: none; }
    .qgl-mega__secondary:hover { color: var(--qgl-cyan); }
    .qgl-menu-btn {
      display: none;
      width: 40px;
      height: 40px;
      border: 1px solid var(--qgl-line);
      border-radius: 8px;
      background: rgba(255,255,255,0.04);
      padding: 10px;
      cursor: pointer;
    }
    .qgl-menu-btn span { display: block; height: 2px; background: var(--qgl-text); margin: 5px 0; }
    .qgl-mobile {
      display: none;
      background: rgba(6,12,24,0.98);
      border-bottom: 1px solid var(--qgl-line);
      padding: 16px;
    }
    .qgl-mobile a,
    .qgl-mobile button {
      display: block;
      width: 100%;
      color: var(--qgl-text);
      text-decoration: none;
      background: transparent;
      border: 0;
      border-bottom: 1px solid var(--qgl-line);
      padding: 15px 0;
      text-align: left;
      font: inherit;
    }
    html[dir="rtl"] .qgl-topbar__search-input { padding: 0 40px 0 14px; }
    html[dir="rtl"] .qgl-topbar__search-icon { left: auto; right: 15px; }
    html[dir="rtl"] .qgl-topbar__search-icon::after { right: auto; left: -5px; transform: rotate(-45deg); }
    html[dir="rtl"] .qgl-mega__cat,
    html[dir="rtl"] .qgl-mobile a,
    html[dir="rtl"] .qgl-mobile button { text-align: right; }
    body.qgl-light-mode { background: #f6fbff; }
    body.qgl-light-mode .qgl-topbar { background: linear-gradient(90deg, #eaf6ff 0%, #f6fbff 50%, #eaf6ff 100%); }
    body.qgl-light-mode .qgl-topbar__live,
    body.qgl-light-mode .qgl-topbar__lang,
    body.qgl-light-mode .qgl-topbar__account { color: #07152d; }
    body.qgl-light-mode .qgl-topbar__search-input {
      color: #07152d;
      background: rgba(7,21,45,0.05);
      border-color: rgba(7,21,45,0.18);
    }
    body.qgl-light-mode .qgl-topbar__search-input::placeholder { color: rgba(7,21,45,0.58); }
    @keyframes qglFadeUp {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @media (max-width: 1024px) {
      .qgl-nav,
      .qgl-whatsapp { display: none; }
      .qgl-menu-btn { display: block; }
      .qgl-header-wrap { position: sticky; top: 0; }
      .qgl-mega { display: none; }
      .qgl-mobile.is-open { display: block; }
      .qgl-topbar__inner { grid-template-columns: 1fr auto; gap: 16px; }
      .qgl-topbar__center { display: none; }
      .qgl-topbar__left { gap: 10px; }
    }
    @media (max-width: 640px) {
      .qgl-topbar { height: auto; min-height: 40px; }
      .qgl-topbar__inner {
        width: min(100% - 20px, 1320px);
        min-height: 40px;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 6px 0;
      }
      .qgl-topbar__left,
      .qgl-topbar__right { width: 100%; justify-content: space-between; gap: 8px; }
      .qgl-topbar__divider { display: none; }
      .qgl-topbar__live,
      .qgl-topbar__link,
      .qgl-topbar__lang,
      .qgl-topbar__account { font-size: 12px; }
      .qgl-logo { min-width: 0; }
      .qgl-logo__text small { display: none; }
      .qgl-search__form { flex-direction: column; }
    }
    .qgl-hero,
    .qgl-hero * { box-sizing: border-box; }
    .qgl-hero {
      --qgl-hero-bg: #060c18;
      --qgl-hero-card: #0a162c;
      --qgl-hero-cyan: #00f0ff;
      --qgl-hero-blue: #0052ff;
      --qgl-hero-purple: #9b51e0;
      --qgl-hero-text: #ffffff;
      --qgl-hero-muted: rgba(255,255,255,0.65);
      min-height: calc(100vh - 112px);
      padding: 112px 0 0;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at var(--qgl-mouse-x, 70%) var(--qgl-mouse-y, 28%), rgba(0,240,255,0.18), transparent 22rem),
        radial-gradient(circle at 14% 28%, rgba(0,82,255,0.26), transparent 24rem),
        radial-gradient(circle at 82% 68%, rgba(155,81,224,0.22), transparent 26rem),
        linear-gradient(135deg, #060c18 0%, #07152b 48%, #050914 100%);
      color: var(--qgl-hero-text);
      font-family: Inter, Arial, sans-serif;
    }
    .qgl-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 82%);
      pointer-events: none;
    }
    .qgl-hero::after {
      content: "";
      position: absolute;
      width: 42rem;
      height: 42rem;
      right: -12rem;
      top: 8rem;
      border-radius: 50%;
      border: 1px solid rgba(0,240,255,0.16);
      box-shadow:
        inset 0 0 60px rgba(0,240,255,0.08),
        0 0 80px rgba(0,82,255,0.1);
      animation: qglHeroPulse 5.6s ease-in-out infinite;
      pointer-events: none;
    }
    .qgl-hero__stars {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 18% 32%, rgba(255,255,255,0.9) 0 1px, transparent 2px),
        radial-gradient(circle at 72% 22%, rgba(0,240,255,0.9) 0 1px, transparent 2px),
        radial-gradient(circle at 86% 52%, rgba(255,255,255,0.75) 0 1px, transparent 2px),
        radial-gradient(circle at 38% 76%, rgba(155,81,224,0.95) 0 1px, transparent 2px),
        radial-gradient(circle at 58% 44%, rgba(255,255,255,0.55) 0 1px, transparent 2px);
      opacity: 0.8;
      animation: qglHeroDrift 12s linear infinite alternate;
      pointer-events: none;
    }
    .qgl-hero__inner {
      width: min(1320px, calc(100% - 32px));
      min-height: calc(100vh - 112px);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
      gap: 56px;
      align-items: center;
      position: relative;
      z-index: 1;
      padding: 64px 0 72px;
    }
    .qgl-hero__eyebrow,
    .qgl-hero__title,
    .qgl-hero__copy,
    .qgl-hero__actions,
    .qgl-hero__metrics,
    .qgl-hero__visual {
      opacity: 0;
      transform: translateY(18px);
      animation: qglHeroReveal 0.75s ease forwards;
    }
    .qgl-hero__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 34px;
      padding: 0 14px;
      border: 1px solid rgba(0,240,255,0.26);
      border-radius: 999px;
      background: rgba(0,240,255,0.07);
      color: var(--qgl-hero-cyan);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      animation-delay: 0.08s;
    }
    .qgl-hero__eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #00ff66;
      box-shadow: 0 0 14px rgba(0,255,102,0.9);
    }
    .qgl-hero__title {
      max-width: 820px;
      margin: 22px 0 0;
      font-size: clamp(44px, 6vw, 86px);
      line-height: 0.98;
      letter-spacing: 0;
      font-weight: 800;
      animation-delay: 0.22s;
    }
    .qgl-hero__gradient {
      display: block;
      background: linear-gradient(100deg, #ffffff 0%, var(--qgl-hero-cyan) 42%, #8ea2ff 68%, var(--qgl-hero-purple) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .qgl-hero__copy {
      max-width: 650px;
      margin: 24px 0 0;
      color: var(--qgl-hero-muted);
      font-size: 18px;
      line-height: 1.75;
      animation-delay: 0.36s;
    }
    .qgl-hero__actions {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 34px;
      animation-delay: 0.5s;
    }
    .qgl-hero__btn {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 24px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 15px;
      font-weight: 800;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .qgl-hero__btn--primary {
      color: #001018;
      background: linear-gradient(135deg, var(--qgl-hero-cyan), #7ffcff);
      box-shadow: 0 0 34px rgba(0,240,255,0.3);
    }
    .qgl-hero__btn--ghost {
      color: #ffffff;
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.055);
    }
    .qgl-hero__btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 40px rgba(0,0,0,0.28), 0 0 36px rgba(0,240,255,0.28);
      border-color: rgba(0,240,255,0.36);
    }
    .qgl-hero__metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      max-width: 720px;
      margin-top: 44px;
      animation-delay: 0.64s;
    }
    .qgl-hero__metric {
      min-height: 92px;
      padding: 18px;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      background: rgba(10,22,44,0.72);
      backdrop-filter: blur(18px);
    }
    .qgl-hero__metric strong {
      display: block;
      color: #ffffff;
      font-size: 24px;
      line-height: 1;
    }
    .qgl-hero__metric span {
      display: block;
      margin-top: 9px;
      color: var(--qgl-hero-muted);
      font-size: 13px;
      line-height: 1.35;
    }
    .qgl-hero__visual {
      animation-delay: 0.46s;
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .qgl-hero__orb {
      position: absolute;
      width: min(36vw, 470px);
      aspect-ratio: 1;
      border-radius: 50%;
      background:
        radial-gradient(circle at 35% 32%, rgba(255,255,255,0.62), transparent 5%),
        radial-gradient(circle at 50% 50%, rgba(0,240,255,0.24), transparent 34%),
        radial-gradient(circle at 68% 68%, rgba(155,81,224,0.2), transparent 40%);
      border: 1px solid rgba(0,240,255,0.28);
      box-shadow: 0 0 80px rgba(0,240,255,0.16);
      animation: qglHeroFloat 7s ease-in-out infinite;
    }
    .qgl-hero__ring {
      position: absolute;
      width: min(39vw, 520px);
      aspect-ratio: 1;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.14);
      animation: qglHeroSpin 18s linear infinite;
    }
    .qgl-hero__ring::before,
    .qgl-hero__ring::after {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--qgl-hero-cyan);
      box-shadow: 0 0 18px rgba(0,240,255,0.9);
    }
    .qgl-hero__ring::before { left: 18%; top: 10%; }
    .qgl-hero__ring::after { right: 8%; bottom: 28%; background: var(--qgl-hero-purple); }
    .qgl-hero__panel {
      position: relative;
      width: min(100%, 390px);
      padding: 24px;
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 8px;
      background: rgba(10,22,44,0.78);
      backdrop-filter: blur(22px);
      box-shadow: 0 28px 90px rgba(0,0,0,0.32);
    }
    .qgl-hero__panel-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 18px;
      color: var(--qgl-hero-muted);
      font-size: 13px;
      font-weight: 700;
    }
    .qgl-hero__status {
      color: #00ff66;
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
    .qgl-hero__status::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: currentColor;
      box-shadow: 0 0 12px currentColor;
    }
    .qgl-hero__node {
      display: grid;
      grid-template-columns: 38px 1fr auto;
      align-items: center;
      gap: 12px;
      padding: 14px 0;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    .qgl-hero__node-icon {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      background: linear-gradient(135deg, rgba(0,240,255,0.18), rgba(0,82,255,0.16));
      border: 1px solid rgba(0,240,255,0.18);
    }
    .qgl-hero__node strong {
      display: block;
      color: #ffffff;
      font-size: 14px;
      line-height: 1.2;
    }
    .qgl-hero__node span {
      display: block;
      margin-top: 4px;
      color: var(--qgl-hero-muted);
      font-size: 12px;
    }
    .qgl-hero__node-badge {
      color: var(--qgl-hero-cyan);
      font-size: 12px;
      font-weight: 800;
    }
    @keyframes qglHeroReveal {
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes qglHeroPulse {
      0%, 100% { transform: scale(1); opacity: .72; }
      50% { transform: scale(1.05); opacity: .95; }
    }
    @keyframes qglHeroDrift {
      from { transform: translate3d(0,0,0); }
      to { transform: translate3d(-18px, 12px, 0); }
    }
    @keyframes qglHeroFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-18px); }
    }
    @keyframes qglHeroSpin {
      to { transform: rotate(360deg); }
    }
    @media (max-width: 1024px) {
      .qgl-hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
      }
      .qgl-hero__visual {
        min-height: 380px;
      }
      .qgl-hero__orb {
        width: min(72vw, 420px);
      }
      .qgl-hero__ring {
        width: min(78vw, 470px);
      }
    }
    @media (max-width: 640px) {
      .qgl-hero {
        min-height: calc(100vh - 112px);
      }
      .qgl-hero__inner {
        width: min(100% - 24px, 1320px);
        padding: 48px 0 54px;
      }
      .qgl-hero__title {
        font-size: 42px;
      }
      .qgl-hero__copy {
        font-size: 16px;
      }
      .qgl-hero__actions {
        align-items: stretch;
      }
      .qgl-hero__btn {
        width: 100%;
      }
      .qgl-hero__metrics {
        grid-template-columns: 1fr;
      }
      .qgl-hero__visual {
        min-height: 320px;
      }
    }
    .qgl-hero {
      min-height: 100vh;
      padding: 112px 0 0;
      background:
        radial-gradient(circle at var(--qgl-mouse-x, 50%) var(--qgl-mouse-y, 34%), rgba(236,252,255,0.36), transparent 19rem),
        radial-gradient(circle at 50% 42%, rgba(146,179,194,0.42), transparent 32rem),
        radial-gradient(circle at 16% 72%, rgba(0,240,255,0.16), transparent 22rem),
        radial-gradient(circle at 84% 34%, rgba(0,82,255,0.14), transparent 24rem),
        linear-gradient(135deg, #030914 0%, #0a1324 48%, #050816 100%);
    }
    .qgl-hero::after {
      width: 76rem;
      height: 76rem;
      left: 50%;
      right: auto;
      top: 11rem;
      transform: translateX(-50%);
      border-color: rgba(255,255,255,0.08);
      box-shadow:
        inset 0 0 90px rgba(255,255,255,0.08),
        0 0 120px rgba(0,240,255,0.1);
    }
    .qgl-hero__inner {
      min-height: calc(100vh - 112px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0;
      padding: 118px 0 70px;
      text-align: center;
    }
    .qgl-hero__content {
      width: min(100%, 760px);
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .qgl-hero__eyebrow {
      display: inline-flex;
      min-height: 26px;
      padding: 0 14px;
      font-size: 10px;
      letter-spacing: 0.18em;
      color: rgba(255,255,255,0.78);
      background: rgba(0,240,255,0.08);
      border-color: rgba(0,240,255,0.22);
      margin-bottom: 28px;
    }
    .qgl-hero__title {
      max-width: 760px;
      margin: 0;
      font-size: clamp(50px, 4.9vw, 70px);
      line-height: 1.08;
      letter-spacing: 0;
      text-align: center;
      text-wrap: balance;
      font-weight: 900;
    }
    .qgl-hero__title-line {
      display: block;
      color: #ffffff;
      text-shadow: 0 0 34px rgba(255,255,255,0.12);
    }
    .qgl-hero__gradient {
      display: block;
      background: linear-gradient(96deg, #13dfff 0%, #19cfff 31%, #338dff 58%, #8b58e8 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .qgl-hero__copy {
      max-width: 580px;
      margin: 26px auto 0;
      color: rgba(255,255,255,0.62);
      font-size: clamp(15px, 1vw, 17px);
      font-weight: 800;
      line-height: 1.65;
      text-align: center;
    }
    .qgl-hero__actions {
      justify-content: center;
      margin-top: 34px;
      gap: 14px;
    }
    .qgl-hero__btn {
      min-width: 200px;
      min-height: 46px;
      border-radius: 9px;
      gap: 12px;
      font-size: 14px;
      text-decoration: underline;
      text-underline-offset: 3px;
      cursor: pointer;
    }
    .qgl-hero__btn-icon {
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: currentColor;
      font-size: 19px;
      line-height: 1;
    }
    .qgl-hero__btn--primary {
      color: #ffffff;
      background: linear-gradient(135deg, #28d9f7 0%, #3487ff 100%);
    }
    .qgl-hero__btn--ghost {
      color: #ffffff;
      border: 1px solid rgba(0,240,255,0.45);
      background: rgba(7,16,31,0.76);
      box-shadow: inset 0 0 24px rgba(0,240,255,0.07);
    }
    .qgl-hero__note {
      margin: 22px 0 0;
      color: rgba(125,185,210,0.58);
      font-size: 11px;
      font-weight: 800;
    }
    .qgl-hero__brands {
      width: min(100vw - 32px, 640px);
      margin: 38px auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex-wrap: nowrap;
      overflow: visible;
      opacity: 0;
      transform: translateY(18px);
      animation: qglHeroReveal 0.75s ease forwards;
      animation-delay: 0.78s;
    }
    .qgl-hero__brand {
      min-height: 24px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 0 11px;
      border: 1px solid rgba(255,255,255,0.13);
      border-radius: 999px;
      background: rgba(255,255,255,0.09);
      color: rgba(255,255,255,0.78);
      font-size: 11px;
      font-weight: 800;
      text-decoration: underline;
      text-underline-offset: 3px;
      backdrop-filter: blur(18px);
      cursor: pointer;
      transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
    }
    .qgl-hero__brand:hover {
      transform: translateY(-2px);
      color: #ffffff;
      border-color: rgba(0,240,255,0.34);
      background: rgba(0,240,255,0.12);
    }
    .qgl-hero__brand-dot {
      width: 5px;
      height: 5px;
      border-radius: 999px;
      background: var(--qgl-dot, #00f0ff);
      box-shadow: 0 0 13px var(--qgl-dot, #00f0ff);
    }
    .qgl-hero__metrics {
      width: min(100%, 760px);
      max-width: none;
      margin: 48px auto 0;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      border-top: 1px solid rgba(255,255,255,0.08);
      border-radius: 0;
      overflow: visible;
      background: transparent;
      backdrop-filter: none;
    }
    .qgl-hero__metric {
      min-height: 72px;
      border: 0;
      border-right: 0;
      border-radius: 0;
      background: transparent;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 18px 16px;
    }
    .qgl-hero__metric:last-child {
      border-right: 0;
    }
    .qgl-hero__metric strong {
      color: var(--qgl-hero-cyan);
      font-size: 13px;
      font-weight: 900;
      text-shadow: 0 0 14px rgba(0,240,255,0.32);
      letter-spacing: 0;
    }
    .qgl-hero__metric span {
      margin-top: 8px;
      color: rgba(255,255,255,0.58);
      font-size: 9px;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    @media (max-width: 1024px) {
      .qgl-hero__inner {
        padding-top: 58px;
      }
      .qgl-hero__title {
        font-size: clamp(48px, 8vw, 68px);
      }
      .qgl-hero__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .qgl-hero__metric:nth-child(2) {
        border-right: 0;
      }
      .qgl-hero__metric:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }
    }
    @media (max-width: 640px) {
      .qgl-hero__inner {
        padding: 44px 0 34px;
      }
      .qgl-hero__title {
        font-size: clamp(42px, 14vw, 64px);
      }
      .qgl-hero__copy {
        margin-top: 22px;
      }
      .qgl-hero__actions {
        width: 100%;
        margin-top: 36px;
      }
      .qgl-hero__btn {
        min-width: 0;
      }
      .qgl-hero__brands {
        margin-top: 28px;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
      }
      .qgl-hero__brand {
        min-height: 34px;
        padding: 0 13px;
        font-size: 12px;
      }
      .qgl-hero__metrics {
        margin-top: 36px;
        grid-template-columns: 1fr;
      }
      .qgl-hero__metric,
      .qgl-hero__metric:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }
      .qgl-hero__metric:last-child {
        border-bottom: 0;
      }
    }
    .qgl-hero,
    .qgl-hero * {
      box-sizing: border-box;
    }
    .qgl-hero {
      position: relative;
      left: 50%;
      width: 100vw;
      min-height: 100vh;
      margin-left: -50vw;
      padding: 112px 24px 0;
      overflow: hidden;
      display: flex;
      align-items: stretch;
      justify-content: center;
      isolation: isolate;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      color: #ffffff;
      background:
        radial-gradient(circle at 50% 38%, rgba(0, 212, 255, 0.15) 0%, rgba(4, 12, 28, 0.98) 36%, #000000 100%);
    }
    .qgl-hero__screen {
      position: relative;
      z-index: 10;
      width: 100%;
      min-height: calc(100vh - 112px);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 48px 0 72px;
    }
    .qgl-hero__canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      pointer-events: none;
    }
    .qgl-hero__grid {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      opacity: 0.62;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.64) 46%, transparent 86%);
      -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.64) 46%, transparent 86%);
    }
    .qgl-hero__wave {
      position: absolute;
      inset: -42%;
      z-index: 3;
      pointer-events: none;
      opacity: 0.42;
      background:
        radial-gradient(circle at 50% 50%, transparent 0%, transparent 30%, rgba(0, 240, 255, 0.12) 31%, transparent 34%, transparent 100%);
      animation: qglHeroWave 6.5s ease-in-out infinite;
      transform-origin: center;
      mix-blend-mode: screen;
    }
    .qgl-hero__glow {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 4;
      width: 620px;
      height: 620px;
      border-radius: 50%;
      pointer-events: none;
      opacity: 0;
      transform: translate3d(calc(var(--qgl-glow-x, 50vw) - 310px), calc(var(--qgl-glow-y, 50vh) - 310px), 0);
      background:
        radial-gradient(circle, rgba(0, 240, 255, 0.30) 0%, rgba(0, 212, 255, 0.13) 30%, rgba(155, 81, 224, 0.06) 52%, transparent 72%);
      filter: blur(4px);
      mix-blend-mode: screen;
      transition: opacity 0.28s ease;
    }
    .qgl-hero:hover .qgl-hero__glow {
      opacity: 1;
    }
    .qgl-hero__orb {
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      z-index: 2;
      filter: blur(18px);
      opacity: 0.5;
      mix-blend-mode: screen;
    }
    .qgl-hero__orb--cyan {
      width: 420px;
      height: 420px;
      left: 8%;
      top: 20%;
      background: rgba(0, 212, 255, 0.13);
      animation: qglHeroOrbFloatA 8s ease-in-out infinite;
    }
    .qgl-hero__orb--purple {
      width: 500px;
      height: 500px;
      right: 7%;
      bottom: 10%;
      background: rgba(155, 81, 224, 0.13);
      animation: qglHeroOrbFloatB 9s ease-in-out infinite;
    }
    .qgl-hero__inner {
      position: relative;
      z-index: 10;
      width: 100%;
      max-width: 1180px;
      min-height: auto;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .qgl-hero__title {
      margin: 0;
      width: 100%;
      max-width: none;
      font-size: clamp(78px, 7.4vw, 124px);
      line-height: 0.94;
      font-weight: 950;
      letter-spacing: -0.075em;
      color: #ffffff;
      opacity: 0;
      transform: translateY(24px);
      animation: qglHeroReveal 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
    .qgl-hero__title-main {
      display: block;
      color: #ffffff;
      text-shadow:
        0 0 26px rgba(255, 255, 255, 0.13),
        0 20px 64px rgba(0, 0, 0, 0.62);
    }
    .qgl-hero__title-gradient {
      display: block;
      margin-top: 12px;
      background: linear-gradient(90deg, #00d4ff 0%, #00f0ff 30%, #4d86ff 58%, #9b51e0 88%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      text-shadow:
        0 0 28px rgba(0, 240, 255, 0.25),
        0 0 42px rgba(155, 81, 224, 0.2);
    }
    .qgl-hero__desc {
      width: 100%;
      max-width: 840px;
      margin: 34px auto 0;
      color: rgba(255, 255, 255, 0.66);
      font-size: 18px;
      line-height: 1.72;
      font-weight: 500;
      letter-spacing: 0.005em;
      opacity: 0;
      transform: translateY(18px);
      animation: qglHeroReveal 0.76s cubic-bezier(0.22, 1, 0.36, 1) 0.16s forwards;
    }
    .qgl-hero__actions {
      margin-top: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      flex-wrap: wrap;
      opacity: 0;
      transform: translateY(18px);
      animation: qglHeroReveal 0.76s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
    }
    .qgl-hero__btn {
      min-width: 260px;
      height: 64px;
      padding: 0 34px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      text-decoration: none;
      font-size: 18px;
      font-weight: 900;
      letter-spacing: -0.025em;
      transition:
        transform 0.24s ease,
        box-shadow 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        color 0.24s ease;
    }
    .qgl-hero__btn svg {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
    }
    .qgl-hero__btn--primary {
      color: #ffffff;
      background: linear-gradient(135deg, #26e6ff 0%, #1bbdff 38%, #3d7cff 100%);
      box-shadow:
        0 0 30px rgba(0, 240, 255, 0.48),
        0 22px 52px rgba(0, 82, 255, 0.38);
    }
    .qgl-hero__btn--outline {
      color: #ffffff;
      background: rgba(7, 18, 42, 0.58);
      border: 1px solid rgba(0, 180, 255, 0.48);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 16px 42px rgba(0, 0, 0, 0.18);
    }
    .qgl-hero__btn:hover {
      transform: translateY(-2px);
    }
    .qgl-hero__btn--primary:hover {
      box-shadow:
        0 0 40px rgba(0, 240, 255, 0.66),
        0 26px 58px rgba(0, 82, 255, 0.46);
    }
    .qgl-hero__btn--outline:hover {
      color: #00f0ff;
      border-color: rgba(0, 240, 255, 0.75);
      background: rgba(0, 240, 255, 0.075);
      box-shadow:
        0 0 28px rgba(0, 240, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    }
    .qgl-hero__btn-arrow {
      font-size: 22px;
      line-height: 1;
      transform: translateY(-1px);
    }
    .qgl-hero__brands {
      margin-top: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      opacity: 0;
      transform: translateY(16px);
      animation: qglHeroReveal 0.76s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    }
    .qgl-hero__tag {
      height: 40px;
      padding: 0 17px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: rgba(255, 255, 255, 0.76);
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.11);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    }
    .qgl-hero__tag:hover {
      transform: translateY(-2px);
      color: #ffffff;
      border-color: rgba(0, 240, 255, 0.42);
      background: rgba(0, 240, 255, 0.075);
    }
    .qgl-hero__dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      flex: 0 0 7px;
      background: var(--dot-color);
      box-shadow: 0 0 10px var(--dot-color);
      animation: qglHeroDotPulse 1.9s ease-in-out infinite;
    }
    .qgl-hero__metrics {
      width: 100%;
      max-width: 980px;
      margin-top: 52px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.038);
      border: 1px solid rgba(255, 255, 255, 0.10);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      overflow: hidden;
      box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
      opacity: 0;
      transform: translateY(16px);
      animation: qglHeroReveal 0.76s cubic-bezier(0.22, 1, 0.36, 1) 0.52s forwards;
    }
    .qgl-hero__metric {
      min-height: 108px;
      padding: 22px 18px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 0;
      background: transparent;
    }
    .qgl-hero__metric + .qgl-hero__metric {
      border-left: 1px solid rgba(255, 255, 255, 0.08);
    }
    .qgl-hero__metric-number {
      color: #00f0ff;
      font-size: clamp(42px, 3.8vw, 58px);
      line-height: 1;
      font-weight: 950;
      letter-spacing: -0.05em;
      text-shadow: 0 0 26px rgba(0, 240, 255, 0.34);
    }
    .qgl-hero__metric-label {
      margin-top: 13px;
      color: rgba(255, 255, 255, 0.52);
      font-size: 12px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.16em;
    }
    @keyframes qglHeroWave {
      0% { transform: scale(0.72); opacity: 0; }
      34% { opacity: 0.48; }
      100% { transform: scale(1.42); opacity: 0; }
    }
    @keyframes qglHeroOrbFloatA {
      0%, 100% { transform: translate3d(0, 0, 0); }
      50% { transform: translate3d(24px, -18px, 0); }
    }
    @keyframes qglHeroOrbFloatB {
      0%, 100% { transform: translate3d(0, 0, 0); }
      50% { transform: translate3d(-28px, 20px, 0); }
    }
    @keyframes qglHeroDotPulse {
      0%, 100% {
        opacity: 0.7;
        transform: scale(1);
        box-shadow: 0 0 7px var(--dot-color);
      }
      50% {
        opacity: 1;
        transform: scale(1.22);
        box-shadow: 0 0 15px var(--dot-color);
      }
    }
    @media (max-width: 1023px) {
      .qgl-hero {
        padding-top: 0;
        min-height: 100vh;
      }
      .qgl-hero__screen {
        min-height: 100vh;
        padding: 90px 0 44px;
      }
      .qgl-hero__title {
        font-size: clamp(46px, 12vw, 68px);
      }
      .qgl-hero__desc {
        font-size: 14px;
      }
      .qgl-hero__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .qgl-hero__metric:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
      }
      .qgl-hero__metric:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
      }
    }
    @media (max-width: 640px) {
      .qgl-hero {
        padding-left: 18px;
        padding-right: 18px;
      }
      .qgl-hero__actions {
        width: 100%;
      }
      .qgl-hero__btn {
        width: 100%;
        max-width: 320px;
        min-width: 0;
      }
      .qgl-hero__brands {
        flex-wrap: wrap;
      }
      .qgl-hero__metrics {
        grid-template-columns: 1fr;
      }
      .qgl-hero__metric + .qgl-hero__metric {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
      }
    }
    .qgl-products,
    .qgl-products * {
      box-sizing: border-box;
    }
    .qgl-products {
      position: relative;
      left: 50%;
      width: 100vw;
      margin-left: -50vw;
      background:
        radial-gradient(circle at 12% 18%, rgba(0,240,255,0.11), transparent 28rem),
        radial-gradient(circle at 88% 42%, rgba(155,81,224,0.12), transparent 30rem),
        linear-gradient(180deg, #050914 0%, #060c18 48%, #071225 100%);
      color: #ffffff;
      font-family: Inter, Arial, Helvetica, sans-serif;
      padding: 108px 24px 118px;
      overflow: hidden;
    }
    .qgl-products::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 52px 52px;
      mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 76%, transparent 100%);
      pointer-events: none;
    }
    .qgl-products__inner {
      position: relative;
      z-index: 1;
      width: min(1320px, 100%);
      margin: 0 auto;
    }
    .qgl-products__head {
      display: grid;
      grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.5fr);
      gap: 48px;
      align-items: end;
      margin-bottom: 36px;
    }
    .qgl-products__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 28px;
      padding: 0 13px;
      border-radius: 999px;
      border: 1px solid rgba(0,240,255,0.22);
      background: rgba(0,240,255,0.07);
      color: #00f0ff;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .qgl-products__eyebrow::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #00ff66;
      box-shadow: 0 0 12px rgba(0,255,102,0.85);
    }
    .qgl-products__title {
      max-width: 760px;
      margin: 18px 0 0;
      color: #ffffff;
      font-size: clamp(36px, 4.6vw, 64px);
      line-height: 1.02;
      font-weight: 950;
      letter-spacing: -0.045em;
    }
    .qgl-products__title span {
      background: linear-gradient(96deg, #00d4ff 0%, #00f0ff 36%, #4d86ff 68%, #9b51e0 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .qgl-products__desc {
      margin: 0;
      color: rgba(255,255,255,0.62);
      font-size: 16px;
      line-height: 1.75;
      font-weight: 600;
    }
    .qgl-products__grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .qgl-products__card {
      position: relative;
      min-height: 270px;
      padding: 24px;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,0.11);
      background:
        radial-gradient(circle at 82% 18%, rgba(0,240,255,0.13), transparent 11rem),
        rgba(10,22,44,0.72);
      text-decoration: none;
      color: #ffffff;
      overflow: hidden;
      backdrop-filter: blur(14px);
      transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
    }
    .qgl-products__card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(0,240,255,0.12), transparent 42%, rgba(155,81,224,0.1));
      opacity: 0;
      transition: opacity 0.24s ease;
      pointer-events: none;
    }
    .qgl-products__card:hover {
      transform: translateY(-6px);
      border-color: rgba(0,240,255,0.38);
      box-shadow: 0 26px 70px rgba(0,0,0,0.28), 0 0 34px rgba(0,240,255,0.12);
      background: rgba(10,22,44,0.86);
    }
    .qgl-products__card:hover::before {
      opacity: 1;
    }
    .qgl-products__icon {
      position: relative;
      z-index: 1;
      width: 50px;
      height: 50px;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #00f0ff;
      background: rgba(0,240,255,0.08);
      border: 1px solid rgba(0,240,255,0.2);
      box-shadow: inset 0 0 24px rgba(0,240,255,0.06);
    }
    .qgl-products__icon svg {
      width: 25px;
      height: 25px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.8;
    }
    .qgl-products__card h3 {
      position: relative;
      z-index: 1;
      margin: 26px 0 0;
      font-size: 22px;
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -0.025em;
    }
    .qgl-products__card p {
      position: relative;
      z-index: 1;
      margin: 14px 0 0;
      color: rgba(255,255,255,0.62);
      font-size: 14px;
      line-height: 1.62;
      font-weight: 600;
    }
    .qgl-products__meta {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 22px;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      color: rgba(255,255,255,0.72);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .qgl-products__arrow {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #001018;
      background: #00f0ff;
      box-shadow: 0 0 18px rgba(0,240,255,0.34);
      transition: transform 0.24s ease;
    }
    .qgl-products__card:hover .qgl-products__arrow {
      transform: translateX(4px);
    }
    @media (max-width: 1024px) {
      .qgl-products__head {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .qgl-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 640px) {
      .qgl-products {
        padding: 76px 18px 86px;
      }
      .qgl-products__grid {
        grid-template-columns: 1fr;
      }
      .qgl-products__card {
        min-height: 250px;
      }
    }
    .qgl-logo {
      min-width: auto;
      flex: 0 0 auto;
      gap: 13px;
    }
    .qgl-logo__img {
      display: none;
    }
    .qgl-logo__mark {
      width: 52px;
      height: 52px;
      flex: 0 0 52px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background:
        radial-gradient(circle at 28% 24%, rgba(255,255,255,0.42), transparent 18%),
        linear-gradient(135deg, #00f0ff 0%, #00a7d8 34%, #0052ff 68%, #0a162c 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.28),
        0 0 24px rgba(0,240,255,0.22);
    }
    .qgl-logo__cube {
      width: 34px;
      height: 34px;
      color: #ffffff;
      overflow: visible;
    }
    .qgl-logo__cube path,
    .qgl-logo__cube circle {
      fill: none;
      stroke: currentColor;
      stroke-width: 2.1;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .qgl-logo__cube circle {
      fill: #ffffff;
      stroke-width: 0;
    }
    .qgl-logo__text {
      justify-content: center;
      min-width: 0;
    }
    .qgl-logo__text strong {
      color: #ffffff;
      font-size: 20px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0;
    }
    .qgl-logo__text small {
      display: block;
      margin-top: 7px;
      color: #00f0ff;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0.18em;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .qgl-mega__inner {
      grid-template-columns: 300px 1fr 360px;
    }
    .qgl-mega__col--left {
      gap: 6px;
    }
    .qgl-mega__cat {
      min-height: 38px;
      padding: 10px 14px;
      font-size: 13px;
      line-height: 1.2;
    }
    .qgl-mega__panel.is-active {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }
    .qgl-mega__panel h3 {
      margin-bottom: 8px;
      font-size: 21px;
    }
    .qgl-mega__panel a {
      min-height: 42px;
      display: flex;
      align-items: center;
      padding: 11px 13px;
      font-size: 13px;
      line-height: 1.25;
    }
    @media (max-width: 640px) {
      .qgl-logo__mark {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 12px;
      }
      .qgl-logo__cube {
        width: 29px;
        height: 29px;
      }
      .qgl-logo__text strong {
        font-size: 17px;
      }
      .qgl-logo__text small {
        display: none;
      }
    }
    .qgl-trends,
    .qgl-trends * {
      box-sizing: border-box;
    }
    .qgl-trends {
      position: relative;
      overflow: hidden;
      padding: 112px 24px 120px;
      color: #ffffff;
      font-family: Inter, Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at 80% 12%, rgba(0,82,255,0.18), transparent 28rem),
        radial-gradient(circle at 18% 72%, rgba(0,240,255,0.11), transparent 26rem),
        linear-gradient(180deg, #071225 0%, #060c18 54%, #050914 100%);
    }
    .qgl-trends::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 64px 64px;
      mask-image: radial-gradient(circle at center, #000 0%, rgba(0,0,0,0.7) 44%, transparent 86%);
      pointer-events: none;
    }
    .qgl-trends__inner {
      position: relative;
      z-index: 1;
      width: min(1320px, 100%);
      margin: 0 auto;
    }
    .qgl-trends__head {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr);
      gap: 52px;
      align-items: end;
      margin-bottom: 38px;
    }
    .qgl-trends__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 28px;
      padding: 0 13px;
      border-radius: 999px;
      border: 1px solid rgba(0,240,255,0.22);
      background: rgba(0,240,255,0.07);
      color: #00f0ff;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .qgl-trends__eyebrow::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #00ff66;
      box-shadow: 0 0 12px rgba(0,255,102,0.85);
    }
    .qgl-trends__title {
      max-width: 820px;
      margin: 18px 0 0;
      font-size: clamp(36px, 4.4vw, 62px);
      line-height: 1.04;
      font-weight: 950;
      letter-spacing: -0.045em;
    }
    .qgl-trends__title span {
      background: linear-gradient(96deg, #00d4ff 0%, #00f0ff 38%, #4d86ff 68%, #9b51e0 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .qgl-trends__desc {
      margin: 0;
      color: rgba(255,255,255,0.62);
      font-size: 16px;
      line-height: 1.75;
      font-weight: 600;
    }
    .qgl-trends__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .qgl-trends__card {
      position: relative;
      min-height: 330px;
      padding: 24px;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,0.11);
      background:
        radial-gradient(circle at 82% 18%, rgba(0,240,255,0.12), transparent 11rem),
        rgba(10,22,44,0.72);
      overflow: hidden;
      backdrop-filter: blur(16px);
      transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
    }
    .qgl-trends__card::after {
      content: "";
      position: absolute;
      inset: auto 24px 24px 24px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(0,240,255,0.55), transparent);
      opacity: 0.5;
    }
    .qgl-trends__card:hover {
      transform: translateY(-6px);
      border-color: rgba(0,240,255,0.38);
      box-shadow: 0 24px 70px rgba(0,0,0,0.3), 0 0 34px rgba(0,240,255,0.1);
    }
    .qgl-trends__number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 8px;
      color: #001018;
      background: linear-gradient(135deg, #00f0ff, #6ffcff);
      font-size: 14px;
      font-weight: 950;
      box-shadow: 0 0 24px rgba(0,240,255,0.28);
    }
    .qgl-trends__card h3 {
      margin: 26px 0 0;
      font-size: 22px;
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -0.025em;
    }
    .qgl-trends__card p {
      margin: 14px 0 0;
      color: rgba(255,255,255,0.62);
      font-size: 14px;
      line-height: 1.65;
      font-weight: 600;
    }
    .qgl-trends__stat {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 46px;
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 14px;
      color: rgba(255,255,255,0.55);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    .qgl-trends__stat strong {
      color: #00f0ff;
      font-size: 34px;
      line-height: 1;
      letter-spacing: -0.04em;
      text-shadow: 0 0 18px rgba(0,240,255,0.3);
    }
    @media (max-width: 1120px) {
      .qgl-trends__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 768px) {
      .qgl-trends {
        padding: 78px 18px 88px;
      }
      .qgl-trends__head {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }
    @media (max-width: 560px) {
      .qgl-trends__grid {
        grid-template-columns: 1fr;
      }
      .qgl-trends__card {
        min-height: 300px;
      }
    }
    .qgl-brands,
    .qgl-brands * {
      box-sizing: border-box;
    }
    .qgl-brands {
      position: relative;
      overflow: hidden;
      padding: 104px 24px 112px;
      color: #ffffff;
      font-family: Inter, Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at 18% 18%, rgba(0,240,255,0.1), transparent 26rem),
        radial-gradient(circle at 82% 76%, rgba(155,81,224,0.12), transparent 28rem),
        linear-gradient(180deg, #050914 0%, #060c18 54%, #071225 100%);
    }
    .qgl-brands::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.032) 1px, transparent 1px);
      background-size: 58px 58px;
      mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 76%, transparent);
      pointer-events: none;
    }
    .qgl-brands__inner {
      position: relative;
      z-index: 1;
      width: min(1320px, 100%);
      margin: 0 auto;
    }
    .qgl-brands__head {
      max-width: 780px;
      margin: 0 auto 42px;
      text-align: center;
    }
    .qgl-brands__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 28px;
      padding: 0 13px;
      border-radius: 999px;
      border: 1px solid rgba(0,240,255,0.22);
      background: rgba(0,240,255,0.07);
      color: #00f0ff;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .qgl-brands__eyebrow::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #00ff66;
      box-shadow: 0 0 12px rgba(0,255,102,0.85);
    }
    .qgl-brands__title {
      margin: 18px 0 0;
      font-size: clamp(34px, 4.2vw, 58px);
      line-height: 1.04;
      font-weight: 950;
      letter-spacing: -0.045em;
    }
    .qgl-brands__title span {
      background: linear-gradient(96deg, #00d4ff 0%, #00f0ff 42%, #4d86ff 74%, #9b51e0 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .qgl-brands__desc {
      max-width: 660px;
      margin: 18px auto 0;
      color: rgba(255,255,255,0.62);
      font-size: 15px;
      line-height: 1.75;
      font-weight: 600;
    }
    .qgl-brands__stage {
      position: relative;
      display: grid;
      gap: 18px;
      padding: 8px 0;
      overflow: hidden;
      mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    }
    .qgl-brands__row {
      overflow: hidden;
    }
    .qgl-brands__track {
      display: flex;
      align-items: center;
      gap: 16px;
      width: max-content;
      animation: qglBrandsLeft 28s linear infinite;
      will-change: transform;
    }
    .qgl-brands__row--reverse .qgl-brands__track {
      animation-name: qglBrandsRight;
    }
    .qgl-brands__stage:hover .qgl-brands__track {
      animation-play-state: paused;
    }
    .qgl-brands__card {
      width: 150px;
      height: 54px;
      flex: 0 0 150px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.12);
      backdrop-filter: blur(12px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
      transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    }
    .qgl-brands__card:hover {
      transform: translateY(-2px);
      border-color: rgba(0,240,255,0.28);
      background: rgba(255,255,255,0.17);
    }
    .qgl-brands__card img {
      display: block;
      max-width: 110px;
      max-height: 30px;
      width: auto;
      height: auto;
      object-fit: contain;
      filter: grayscale(1) opacity(0.55);
      transition: filter 0.22s ease, transform 0.22s ease;
    }
    .qgl-brands__card:hover img {
      filter: grayscale(0) opacity(1);
      transform: scale(1.03);
    }
    @keyframes qglBrandsLeft {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(calc(-50% - 8px));
      }
    }
    @keyframes qglBrandsRight {
      from {
        transform: translateX(calc(-50% - 8px));
      }
      to {
        transform: translateX(0);
      }
    }
    @media (max-width: 640px) {
      .qgl-brands {
        padding: 78px 18px 86px;
      }
      .qgl-brands__card {
        width: 132px;
        flex-basis: 132px;
      }
      .qgl-brands__card img {
        max-width: 96px;
      }
    }
    .qgl-site-footer,
    .qgl-site-footer * {
      box-sizing: border-box;
    }
    .qgl-site-footer {
      color: #ffffff;
      font-family: Inter, Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at 18% 18%, rgba(0,240,255,0.08), transparent 24rem),
        radial-gradient(circle at 84% 62%, rgba(0,82,255,0.12), transparent 28rem),
        linear-gradient(180deg, #060c18 0%, #020817 100%);
      overflow: hidden;
    }
    .qgl-newsletter {
      padding: 0 24px;
      transform: translateY(1px);
    }
    .qgl-newsletter__inner {
      width: min(1200px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
      gap: 42px;
      align-items: center;
      padding: 42px;
      border-radius: 18px;
      background:
        radial-gradient(circle at 16% 18%, rgba(255,255,255,0.16), transparent 16rem),
        linear-gradient(110deg, #123c96 0%, #005f8f 52%, #053047 100%);
      box-shadow: 0 30px 90px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.16);
    }
    .qgl-newsletter__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #00f0ff;
      font-size: 11px;
      font-weight: 950;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .qgl-newsletter__eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #00ff66;
      box-shadow: 0 0 12px rgba(0,255,102,0.9);
    }
    .qgl-newsletter__title {
      margin: 14px 0 0;
      font-size: clamp(30px, 3.5vw, 48px);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: -0.04em;
    }
    .qgl-newsletter__desc {
      max-width: 660px;
      margin: 16px 0 0;
      color: rgba(255,255,255,0.76);
      font-size: 15px;
      line-height: 1.7;
      font-weight: 600;
    }
    .qgl-newsletter__form {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 8px;
      border-radius: 14px;
      background: rgba(2,8,23,0.38);
      border: 1px solid rgba(255,255,255,0.16);
      backdrop-filter: blur(14px);
    }
    .qgl-newsletter__input {
      width: 100%;
      height: 52px;
      border: 0;
      outline: none;
      background: transparent;
      color: #ffffff;
      padding: 0 14px;
      font-size: 14px;
      font-weight: 600;
    }
    .qgl-newsletter__input::placeholder {
      color: rgba(255,255,255,0.62);
    }
    .qgl-newsletter__button {
      height: 52px;
      border: 0;
      border-radius: 10px;
      padding: 0 22px;
      color: #001018;
      background: linear-gradient(135deg, #00f0ff, #7ffcff);
      font-size: 14px;
      font-weight: 950;
      cursor: pointer;
      box-shadow: 0 0 28px rgba(0,240,255,0.28);
      transition: transform 0.22s ease, box-shadow 0.22s ease;
      white-space: nowrap;
    }
    .qgl-newsletter__button:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 38px rgba(0,240,255,0.42);
    }
    .qgl-newsletter__message {
      min-height: 18px;
      margin: 10px 0 0;
      color: rgba(255,255,255,0.72);
      font-size: 12px;
      font-weight: 700;
    }
    .qgl-footer-main {
      width: min(1320px, calc(100% - 48px));
      margin: 0 auto;
      padding: 58px 0 0;
    }
    .qgl-footer-advantages {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-bottom: 58px;
    }
    .qgl-footer-advantage {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      align-items: center;
      min-height: 106px;
      padding: 18px;
      border-radius: 14px;
      background: rgba(10,22,44,0.74);
      border: 1px solid rgba(255,255,255,0.1);
      transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    }
    .qgl-footer-advantage:hover {
      transform: translateY(-4px);
      border-color: rgba(0,240,255,0.28);
      background: rgba(10,22,44,0.9);
    }
    .qgl-footer-advantage__icon {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #00f0ff;
      background: rgba(0,240,255,0.08);
      border: 1px solid rgba(0,240,255,0.18);
    }
    .qgl-footer-advantage__icon svg {
      width: 22px;
      height: 22px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.9;
    }
    .qgl-footer-advantage strong {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-weight: 900;
    }
    .qgl-footer-advantage span {
      display: block;
      margin-top: 5px;
      color: rgba(255,255,255,0.62);
      font-size: 12px;
      line-height: 1.35;
      font-weight: 600;
    }
    .qgl-footer-grid {
      display: grid;
      grid-template-columns: minmax(280px, 1.2fr) repeat(4, minmax(140px, 0.62fr));
      gap: 36px;
      padding: 0 0 48px;
    }
    .qgl-footer-brand .qgl-logo {
      display: inline-flex;
      margin-bottom: 20px;
    }
    .qgl-footer-brand__desc {
      max-width: 360px;
      margin: 0;
      color: rgba(255,255,255,0.65);
      font-size: 14px;
      line-height: 1.75;
      font-weight: 600;
    }
    .qgl-footer-social {
      display: flex;
      gap: 10px;
      margin-top: 24px;
    }
    .qgl-footer-social a {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-decoration: none;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      transition: color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
    }
    .qgl-footer-social a:hover {
      color: #00f0ff;
      border-color: rgba(0,240,255,0.3);
      transform: translateY(-2px);
    }
    .qgl-footer-col h3 {
      margin: 0 0 18px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 950;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .qgl-footer-col a,
    .qgl-footer-contact span {
      display: block;
      color: rgba(255,255,255,0.65);
      text-decoration: none;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 600;
    }
    .qgl-footer-col a + a,
    .qgl-footer-contact span + span {
      margin-top: 12px;
    }
    .qgl-footer-col a:hover {
      color: #00f0ff;
    }
    .qgl-footer-contact strong {
      color: #ffffff;
      font-weight: 900;
    }
    .qgl-footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding: 22px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      color: rgba(255,255,255,0.58);
      font-size: 13px;
      font-weight: 600;
    }
    .qgl-footer-bottom__links {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }
    .qgl-footer-bottom__links a {
      color: rgba(255,255,255,0.62);
      text-decoration: none;
    }
    .qgl-footer-bottom__links a:hover {
      color: #00f0ff;
    }
    @media (max-width: 1100px) {
      .qgl-newsletter__inner {
        grid-template-columns: 1fr;
      }
      .qgl-footer-advantages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .qgl-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .qgl-footer-brand {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 640px) {
      .qgl-newsletter {
        padding: 0 18px;
      }
      .qgl-newsletter__inner {
        padding: 28px;
      }
      .qgl-newsletter__form {
        grid-template-columns: 1fr;
      }
      .qgl-footer-main {
        width: min(100% - 36px, 1320px);
      }
      .qgl-footer-advantages,
      .qgl-footer-grid {
        grid-template-columns: 1fr;
      }
      .qgl-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }

