/* ============================================================================
   HQClouds — Public Landing. v4 — LIGHT premium (white + violet, NOT blue/orange).
   Award-SaaS 2026 quality kept (aurora-on-light, bold display type, soft glass cards),
   categories in "Avito" style (round icon badges + labels). Class names preserved.
   ========================================================================== */

:root {
  --bg:        #ffffff;
  --bg-2:      #f5f3fc;
  --bg-3:      #efecf9;
  --surface:   #ffffff;
  --ink:       #141020;
  --ink-2:     #423d55;
  --muted:     #7d7791;
  --border:    #ece8f6;
  --border-2:  #ddd7ef;

  /* Один серьёзный доминантный цвет (violet). Никакой «радуги» — только субтональная глубина. */
  --brand:     #6a4dff;
  --brand-2:   #5a3ef0;
  --brand-ink: #5231e0;
  --soft:      #eee9ff;
  --grad:      linear-gradient(120deg, #7458ff, #5a3ef0);
  --ring:      rgba(106,77,255,.24);

  --shadow:    0 24px 60px -26px rgba(70,40,150,.30);
  --shadow-sm: 0 12px 34px -18px rgba(70,40,150,.28);
  --shadow-xs: 0 6px 16px -10px rgba(70,40,150,.30);

  --r-xl: 30px; --r-lg: 22px; --r: 16px; --r-sm: 12px;
  --max: 1200px;
  --fdisp: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  --fui:   'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --tblr-primary: #7c5cff; --tblr-primary-rgb: 124,92,255;
}
* { box-sizing: border-box; }

body.hq-public {
  margin: 0; font-family: var(--fui); color: var(--ink); background: var(--bg);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
/* soft aurora wash (light) + faint dot grid */
body.hq-public::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(58% 44% at 12% -6%, rgba(124,92,255,.16), transparent 60%),
    radial-gradient(52% 40% at 92% -4%, rgba(255,108,174,.13), transparent 60%),
    radial-gradient(46% 36% at 80% 104%, rgba(182,87,255,.08), transparent 60%),
    var(--bg);
}
body.hq-public::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .6;
  background-image: radial-gradient(rgba(20,16,32,.045) 1px, transparent 1px);
  background-size: 26px 26px; mask-image: linear-gradient(180deg, #000, transparent 62%);
}
.hq-public a { color: var(--brand-ink); text-decoration: none; }
::selection { background: rgba(124,92,255,.22); }

/* ---------- layout ---------- */
.hq-container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.hq-container--narrow { max-width: 820px; }
.hq-section { padding: 72px 0; position: relative; }
.hq-section--top { padding-top: 40px; }
.hq-section__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.hq-section__title { font-family: var(--fdisp); font-weight: 600; letter-spacing: -.03em; font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin: 0; color: var(--ink); line-height: 1.05; }
.hq-section__lead { color: var(--muted); margin-top: 16px; font-size: 1.12rem; line-height: 1.6; }
.hq-section__note { color: var(--muted); text-align: center; margin-top: 28px; }
.hq-section__note a { color: var(--brand-ink); font-weight: 600; }
.mt { margin-top: 18px; }
.hq-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .hq-grid--3, .hq-grid--4 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 960px) { .hq-grid--3 { grid-template-columns: repeat(3,1fr); } .hq-grid--4 { grid-template-columns: repeat(4,1fr); } }

/* ---------- buttons ---------- */
.hq-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--fui); font-weight: 600; font-size: .96rem; line-height: 1;
  border-radius: 12px; padding: .82rem 1.35rem; cursor: pointer; border: 1px solid transparent;
  white-space: nowrap; transition: transform .15s ease, box-shadow .15s ease, background .15s, border-color .15s, color .15s;
}
.hq-btn--primary { color: #fff; background: var(--brand); box-shadow: 0 12px 28px -10px rgba(106,77,255,.5); }
.hq-btn--primary:hover { transform: translateY(-2px); background: #5c40f0; box-shadow: 0 18px 38px -10px rgba(106,77,255,.65); color: #fff; }
.hq-btn--outline { color: var(--ink); background: var(--surface); border-color: var(--border-2); }
.hq-btn--outline:hover { border-color: var(--brand); color: var(--brand-ink); transform: translateY(-2px); }
.hq-btn--ghost { color: var(--ink-2); background: transparent; }
.hq-btn--ghost:hover { color: var(--ink); background: var(--bg-2); }
.hq-btn--block { width: 100%; margin-top: 16px; }

.hq-pill { display: inline-flex; align-items: center; gap: .4rem; font-size: .74rem; font-weight: 600; padding: .32rem .7rem; border-radius: 999px; border: 1px solid var(--border-2); background: var(--surface); color: var(--ink-2); }
.hq-pill--muted { color: var(--muted); background: var(--bg-2); }
.hq-pill--lead { color: #9d3b6e; background: #ffe4f1; border-color: transparent; }
.hq-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem; font-size: .82rem; font-weight: 600;
  color: var(--brand-ink); background: var(--soft); border: 1px solid #e3d8ff; padding: .45rem .9rem .45rem .7rem; border-radius: 999px;
}
.hq-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 10px 1px rgba(124,92,255,.7); }
.hq-grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- header ---------- */
.hq-pub-nav { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.72); backdrop-filter: saturate(150%) blur(16px); border-bottom: 1px solid var(--border); }
.hq-pub-nav__row { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 14px; }
.hq-logo { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--fdisp); font-weight: 600; letter-spacing: -.02em; font-size: 1.3rem; color: var(--ink); }
.hq-logo__mark { display: inline-flex; }
.hq-logo__mark svg { display: block; filter: drop-shadow(0 6px 14px rgba(124,92,255,.4)); }
.hq-logo__text { font-weight: 600; }
.hq-pub-nav__links { display: flex; align-items: center; gap: 30px; }
.hq-pub-nav__link { color: var(--muted); font-weight: 500; font-size: .95rem; transition: color .15s; }
.hq-pub-nav__link:hover { color: var(--ink); }
.hq-pub-nav__actions { display: flex; align-items: center; gap: 12px; }
.hq-lang { display: inline-flex; align-items: center; gap: .4rem; background: transparent; border: 1px solid var(--border-2); color: var(--ink-2); border-radius: 10px; padding: .5rem .8rem; font-family: var(--fui); font-weight: 600; font-size: .83rem; cursor: pointer; transition: border-color .15s, color .15s; }
.hq-lang:hover { border-color: var(--brand); color: var(--brand-ink); }
.hq-lang svg { color: var(--muted); }
.hq-pub-nav__burger { display: none; flex-direction: column; gap: 5px; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.hq-pub-nav__burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
@media (max-width: 940px) {
  .hq-pub-nav__burger { display: inline-flex; }
  .hq-pub-nav__links { position: absolute; left: 0; right: 0; top: 70px; flex-direction: column; align-items: stretch; gap: 6px; padding: 16px 24px 22px; background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow-sm); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: opacity .18s, transform .18s; }
  .hq-pub-nav__links.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .hq-pub-nav__link { padding: 12px 4px; border-bottom: 1px solid var(--border); }
  .hq-pub-nav__actions { margin-top: 10px; flex-wrap: wrap; }
}

/* ---------- HERO ---------- */
.hq-hero { position: relative; padding: 92px 0 60px; text-align: center; overflow: hidden; }
.hq-hero--sub { padding-top: 52px; }
.hq-hero__inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.hq-hero__deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hq-hero__blob { position: absolute; border-radius: 50%; filter: blur(64px); opacity: .5; }
.hq-hero__blob--1 { width: 460px; height: 460px; left: -6%; top: -14%; background: radial-gradient(circle, rgba(124,92,255,.4), transparent 62%); }
.hq-hero__blob--2 { width: 500px; height: 500px; right: -8%; top: -18%; background: radial-gradient(circle, rgba(150,120,255,.32), transparent 62%); }
.hq-float { display: none; }
.hq-hero__title { font-family: var(--fdisp); font-weight: 600; font-size: clamp(2.6rem, 6vw, 4.6rem); letter-spacing: -.04em; line-height: 1.02; margin: 26px 0 0; color: var(--ink); }
.hq-hero__subtitle { color: var(--ink-2); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.6; max-width: 620px; margin: 22px auto 0; }

.hq-search { position: relative; z-index: 2; max-width: 660px; margin: 38px auto 0; }
.hq-search--compact { margin-top: 22px; }
.hq-search__bar {
  display: flex; align-items: center; gap: 8px; padding: 8px 8px 8px 6px;
  background: var(--surface); border: 1px solid var(--border-2); border-radius: 18px;
  box-shadow: var(--shadow); transition: border-color .18s, box-shadow .18s;
}
.hq-search__bar:focus-within { border-color: var(--brand); box-shadow: var(--shadow), 0 0 0 4px var(--ring); }
.hq-search__icon { flex: 0 0 auto; margin-left: 10px; color: var(--muted); display: inline-flex; }
.hq-search__input { flex: 1 1 0%; min-width: 0; background: transparent; border: 0; outline: 0; color: var(--ink); font-family: var(--fui); font-size: 1.04rem; padding: .8rem .55rem; }
.hq-search__input::placeholder { color: var(--muted); }
.hq-search__submit { flex: 0 0 auto; padding: .85rem 1.7rem; }
.hq-search__hint { color: var(--muted); font-size: .88rem; margin: 14px 4px 0; }
@media (max-width: 560px) { .hq-search__bar { flex-wrap: wrap; } .hq-search__icon { order: 1; } .hq-search__input { order: 2; flex: 1 1 auto; } .hq-search__submit { order: 3; flex: 1 1 100%; } }

.hq-pricepills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.hq-pricepill { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .9rem; background: var(--surface); border: 1px solid var(--border); border-radius: 999px; box-shadow: var(--shadow-xs); transition: border-color .15s, transform .15s; }
.hq-pricepill:hover { border-color: var(--brand); transform: translateY(-2px); }
.hq-pricepill__zone { font-weight: 700; color: var(--ink); font-size: .9rem; }
.hq-pricepill__price { font-weight: 600; color: var(--brand-ink); font-size: .82rem; }
.hq-pricepill__price--soon { color: var(--muted); }

/* ============================================================================
   CATEGORIES — "Avito" style: round icon badge + label
   ========================================================================== */
/* compact & secondary — sits right under hero, must not steal priority */
.hq-section--cats { padding: 22px 0 44px; }
.hq-section--cats .hq-section__head { margin-bottom: 30px; }
.hq-section--cats .hq-section__title { font-size: clamp(1.35rem, 2.6vw, 1.85rem); }
.hq-avcats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 10px; }
@media (min-width: 560px) { .hq-avcats { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px) { .hq-avcats { grid-template-columns: repeat(8, 1fr); } }
.hq-avcat { display: flex; flex-direction: column; align-items: center; gap: 10px; text-decoration: none; }
.hq-avcat__badge {
  width: clamp(62px, 8vw, 84px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(120% 120% at 30% 20%, #ffffff, var(--bg-3));
  border: 1px solid var(--border); display: grid; place-items: center;
  box-shadow: var(--shadow-xs); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.hq-avcat:hover .hq-avcat__badge { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--border-2); }
.hq-avcat__badge img { width: 56%; height: 56%; object-fit: contain; filter: drop-shadow(0 8px 10px rgba(70,40,120,.22)); }
.hq-avcat__text { text-align: center; }
.hq-avcat__label { font-weight: 600; color: var(--ink); font-size: .9rem; }
.hq-avcat__tag { display: block; color: var(--muted); font-size: .74rem; margin-top: 1px; }
.hq-avcat:hover .hq-avcat__label { color: var(--brand-ink); }

/* ---------- tiles (launch scenarios, /start) ---------- */
.hq-tile { display: flex; flex-direction: column; gap: 8px; padding: 22px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform .16s, border-color .16s, box-shadow .16s; }
.hq-tile:hover, .hq-tile.is-active { transform: translateY(-4px); border-color: var(--brand); box-shadow: var(--shadow); }
.hq-tile__icon { font-size: 1.6rem; }
.hq-tile__title { font-family: var(--fdisp); font-weight: 600; color: var(--ink); }
.hq-tile__desc { color: var(--muted); font-size: .9rem; }

/* ---------- cards / solutions ---------- */
.hq-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px; height: 100%; box-shadow: var(--shadow-sm); }
.hq-solution { display: flex; flex-direction: column; transition: transform .16s, border-color .16s, box-shadow .16s; }
.hq-solution:hover { transform: translateY(-4px); border-color: var(--brand); box-shadow: var(--shadow); }
.hq-solution__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hq-solution__title { font-family: var(--fdisp); font-size: 1.18rem; font-weight: 600; margin: 0; color: var(--ink); }
.hq-solution__lead { color: var(--muted); margin: 8px 0 16px; }
.hq-solution__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 18px; }
.hq-solution__price { font-family: var(--fdisp); font-weight: 600; font-size: 1.2rem; color: var(--ink); }
.hq-checklist { list-style: none; padding: 0; margin: 0; color: var(--ink-2); }
.hq-checklist li { display: flex; gap: .6rem; align-items: flex-start; padding: 5px 0; }
.hq-checklist li::before { content: ""; flex: none; margin-top: .35em; width: 6px; height: 6px; border-radius: 50%; background: var(--grad); }

/* ---------- promo ---------- */
.hq-promo { position: relative; display: grid; gap: 28px; grid-template-columns: 1fr; align-items: center; padding: 42px; border-radius: var(--r-xl); overflow: hidden; color: #fff; background: linear-gradient(130deg, #6a4dff, #5330e2); box-shadow: 0 30px 60px -28px rgba(106,77,255,.55); }
.hq-promo::after { content: ""; position: absolute; width: 320px; height: 320px; right: -60px; top: -120px; border-radius: 50%; background: rgba(255,255,255,.18); }
@media (min-width: 840px) { .hq-promo { grid-template-columns: 1.5fr 1fr; } }
.hq-promo__main { position: relative; z-index: 1; }
.hq-promo .hq-eyebrow { color: #fff; background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.25); }
.hq-promo .hq-eyebrow::before { background: #fff; box-shadow: none; }
.hq-promo__title { font-family: var(--fdisp); font-weight: 600; letter-spacing: -.02em; font-size: 1.7rem; margin: 14px 0 8px; color: #fff; }
.hq-promo__headline { font-family: var(--fdisp); font-size: 1.9rem; font-weight: 600; color: #fff; }
.hq-promo__subline { color: rgba(255,255,255,.9); font-weight: 500; margin-top: 6px; }
.hq-promo .hq-btn--primary { background: #fff; color: var(--brand-ink); box-shadow: 0 12px 26px -12px rgba(0,0,0,.35); }
.hq-promo__fit { position: relative; z-index: 1; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius: var(--r); padding: 20px 22px; }
.hq-promo__fit-title { font-weight: 600; margin-bottom: 10px; color: #fff; }
.hq-promo__fit .hq-checklist { color: #fff; } .hq-promo__fit .hq-checklist li::before { background: #fff; }
.hq-fineprint { color: var(--muted); font-size: .82rem; margin-top: 18px; }

/* ---------- steps ---------- */
.hq-step { padding: 28px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.hq-step__n { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 13px; font-family: var(--fdisp); font-weight: 600; color: #fff; background: var(--grad); box-shadow: 0 10px 24px -10px rgba(124,92,255,.7); }
.hq-step__title { font-family: var(--fdisp); font-weight: 600; margin: 16px 0 8px; color: var(--ink); font-size: 1.15rem; }
.hq-step__desc { color: var(--muted); margin: 0; line-height: 1.6; }

/* ---------- why / trust ---------- */
.hq-whylist { list-style: none; padding: 0; }
.hq-why { display: flex; gap: .7rem; align-items: center; padding: 20px 22px; border: 1px solid var(--border); border-radius: var(--r); background: var(--surface); box-shadow: var(--shadow-sm); font-weight: 500; color: var(--ink); }
.hq-why__check { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 8px; background: var(--soft); color: var(--brand-ink); font-weight: 700; flex: none; }

/* ---------- faq ---------- */
.hq-faq { display: flex; flex-direction: column; gap: 12px; }
.hq-faq__item { border: 1px solid var(--border); border-radius: var(--r); background: var(--surface); padding: 4px 20px; box-shadow: var(--shadow-sm); transition: border-color .15s; }
.hq-faq__item[open] { border-color: var(--border-2); }
.hq-faq__q { cursor: pointer; font-family: var(--fdisp); font-weight: 500; padding: 18px 0; list-style: none; color: var(--ink); }
.hq-faq__q::-webkit-details-marker { display: none; }
.hq-faq__q::after { content: "+"; float: right; color: var(--brand); font-weight: 400; font-size: 1.4rem; line-height: 1; }
.hq-faq__item[open] .hq-faq__q::after { content: "–"; }
.hq-faq__a { color: var(--muted); padding: 0 0 18px; line-height: 1.65; }

/* ---------- final CTA ---------- */
.hq-finalcta { position: relative; text-align: center; padding: 64px 28px; border-radius: var(--r-xl); overflow: hidden; color: #fff; background: linear-gradient(140deg, #6a4dff, #5330e2); box-shadow: 0 30px 60px -28px rgba(106,77,255,.55); }
.hq-finalcta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 50% 0, rgba(255,255,255,.22), transparent 60%); }
.hq-finalcta > * { position: relative; z-index: 1; }
.hq-finalcta__title { font-family: var(--fdisp); font-weight: 600; letter-spacing: -.03em; font-size: clamp(1.7rem, 3.4vw, 2.6rem); margin: 0; color: #fff; }
.hq-finalcta__subtitle { color: rgba(255,255,255,.92); margin: 14px 0 0; font-size: 1.1rem; }
.hq-finalcta .hq-search { margin-top: 26px; }
.hq-finalcta .hq-search__submit { background: #fff; color: var(--brand-ink); box-shadow: none; }

/* ---------- cta band / breadcrumbs / banner ---------- */
.hq-cta-band { margin-top: 32px; display: grid; gap: 18px; grid-template-columns: 1fr; align-items: center; padding: 30px; border-radius: var(--r-lg); border: 1px solid var(--border); background: var(--surface); box-shadow: var(--shadow-sm); }
@media (min-width: 760px) { .hq-cta-band { grid-template-columns: 1fr auto; } }
.hq-cta-band__title { font-family: var(--fdisp); margin: 0; font-weight: 600; color: var(--ink); }
.hq-cta-band__sub { margin: 8px 0 0; color: var(--muted); }
.hq-cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hq-breadcrumbs { color: var(--muted); font-size: .85rem; margin-bottom: 18px; }
.hq-breadcrumbs a { color: var(--muted); } .hq-breadcrumbs a:hover { color: var(--brand-ink); }
.hq-breadcrumbs span { margin: 0 6px; }
.hq-banner { padding: 16px 20px; border-radius: var(--r); font-size: .92rem; }
.hq-banner--info { background: var(--soft); border: 1px solid #e3d8ff; color: var(--ink-2); }

/* ---------- domain results ---------- */
.hq-result__name { font-family: var(--fdisp); font-weight: 600; font-size: 1.6rem; color: var(--ink); }
.hq-result__name--sm { font-size: 1.2rem; }
.hq-result--primary { padding: 28px; border: 1px solid #cfeede; border-radius: var(--r-lg); background: linear-gradient(160deg, #f2fdf7, var(--surface)); margin-top: 22px; box-shadow: var(--shadow-sm); }
.hq-result__status { font-weight: 600; margin-top: 10px; } .hq-result__status--maybe { color: #12a05f; } .hq-result__status--taken { color: #e0568e; }
.hq-result__sub { color: var(--muted); font-size: .9rem; margin-top: 3px; }
.hq-result__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; } .hq-result__actions--center { justify-content: center; }
.hq-result__alts-title { font-family: var(--fdisp); font-weight: 600; font-size: 1.2rem; margin: 30px 0 16px; color: var(--ink); }
.hq-result--alt { display: flex; flex-direction: column; }

/* ---------- empty ---------- */
.hq-empty { text-align: center; padding: 56px 24px; border: 1px dashed var(--border-2); border-radius: var(--r-lg); background: var(--surface); color: var(--muted); box-shadow: var(--shadow-sm); }
.hq-empty__emoji { font-size: 2.6rem; }
.hq-empty h1, .hq-empty h2 { color: var(--ink); margin: 10px 0; font-family: var(--fdisp); font-weight: 600; }
.hq-empty code { background: var(--bg-2); border: 1px solid var(--border); border-radius: 6px; padding: 1px 7px; color: var(--ink-2); }

/* ---------- tld inline strip ---------- */
.hq-tlds__strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hq-tlds__strip--inline { margin-top: 28px; }
.hq-tld { display: inline-flex; align-items: baseline; gap: .45rem; padding: .55rem .95rem; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); box-shadow: var(--shadow-xs); }
.hq-tld__zone { font-weight: 700; color: var(--ink); } .hq-tld__price { color: var(--muted); font-size: .85rem; font-weight: 600; }

/* ---------- footer ---------- */
.hq-pub-footer { border-top: 1px solid var(--border); margin-top: 64px; padding: 56px 0 32px; background: var(--bg-2); }
.hq-pub-footer__grid { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .hq-pub-footer__grid { grid-template-columns: 1.7fr 1fr 1fr 1fr; } }
.hq-pub-footer__tagline { color: var(--muted); margin: 14px 0; max-width: 280px; line-height: 1.6; }
.hq-pub-footer__col h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0 0 16px; }
.hq-pub-footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.hq-pub-footer__col a { color: var(--ink-2); font-weight: 500; } .hq-pub-footer__col a:hover { color: var(--brand-ink); }
.hq-pub-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); color: var(--muted); font-size: .85rem; }
.hq-pub-footer__note { max-width: 540px; }

/* ============================================================================
   v5 — header dropdowns, language menu, product "pillars" (domains + servers)
   ========================================================================== */
.hq-pub-nav__actions .hq-btn { padding: .6rem 1.1rem; font-size: .9rem; }

/* nav dropdown */
.hq-nav-item { position: relative; display: inline-flex; align-items: center; }
.hq-nav-trigger { display: inline-flex; align-items: center; gap: .3rem; background: transparent; border: 0; cursor: pointer; font-family: var(--fui); color: var(--muted); font-weight: 500; font-size: .95rem; padding: 0; transition: color .15s; }
.hq-nav-trigger:hover, .hq-nav-item:hover .hq-nav-trigger, .hq-nav-item.is-open .hq-nav-trigger { color: var(--ink); }
.hq-nav-trigger svg { transition: transform .2s ease; }
.hq-nav-item:hover .hq-nav-trigger svg, .hq-nav-item.is-open .hq-nav-trigger svg { transform: rotate(180deg); }
.hq-dropdown { position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%) translateY(8px); min-width: 272px; padding: 8px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s; z-index: 70; }
.hq-nav-item:hover .hq-dropdown, .hq-nav-item.is-open .hq-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.hq-dropdown::before { content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.hq-dd-item { display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; border-radius: 11px; text-decoration: none; transition: background .14s; }
.hq-dd-item:hover { background: var(--bg-2); }
.hq-dd-item__t { font-weight: 600; color: var(--ink); font-size: .92rem; }
.hq-dd-item__d { color: var(--muted); font-size: .8rem; }

/* language menu */
.hq-langwrap { position: relative; }
.hq-lang__chev { transition: transform .2s; }
.hq-langwrap.is-open .hq-lang__chev { transform: rotate(180deg); }
.hq-lang-menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 190px; padding: 6px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); pointer-events: none; transition: opacity .18s, transform .18s, visibility .18s; z-index: 70; }
.hq-langwrap.is-open .hq-lang-menu { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.hq-lang-menu__label { font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); padding: 8px 10px 4px; }
.hq-lang-opt { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border-radius: 9px; text-decoration: none; color: var(--ink); font-family: var(--fui); font-weight: 500; font-size: .88rem; cursor: pointer; background: transparent; border: 0; width: 100%; text-align: left; }
.hq-lang-opt:hover { background: var(--bg-2); }
.hq-lang-opt.is-active { color: var(--brand-ink); }
.hq-lang-opt.is-active::after { content: "✓"; }
.hq-lang-menu hr { border: 0; border-top: 1px solid var(--border); margin: 6px 4px; }

@media (max-width: 940px) {
  .hq-nav-item { display: block; }
  .hq-nav-trigger { width: 100%; justify-content: space-between; padding: 12px 4px; color: var(--ink); border-bottom: 1px solid var(--border); }
  .hq-dropdown { position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto; box-shadow: none; border: 0; min-width: 0; padding: 4px 0 8px 14px; background: transparent; display: none; }
  .hq-nav-item.is-open .hq-dropdown { display: block; }
  .hq-nav-item:hover .hq-dropdown { transform: none; }
  .hq-langwrap { width: 100%; }
  .hq-lang-menu { position: static; opacity: 1; visibility: visible; transform: none; pointer-events: auto; box-shadow: none; border: 0; min-width: 0; display: none; }
  .hq-langwrap.is-open .hq-lang-menu { display: block; }
}

/* product pillars — domains + servers (main emphasis) */
.hq-pillars { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 820px) { .hq-pillars { grid-template-columns: 1fr 1fr; } }
.hq-pillar { position: relative; overflow: hidden; padding: 34px; border-radius: var(--r-xl); border: 1px solid var(--border-2); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s; }
.hq-pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--brand); }
.hq-pillar::after { content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, var(--soft), transparent 66%); }
.hq-pillar__ico { position: relative; z-index: 1; display: inline-flex; }
.hq-pillar__ico img { width: 62px; height: 62px; filter: drop-shadow(0 10px 12px rgba(70,40,120,.22)); }
.hq-pillar__head { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.hq-pillar__title { font-family: var(--fdisp); font-weight: 600; font-size: 1.7rem; color: var(--ink); margin: 0; letter-spacing: -.02em; }
.hq-pillar__tag { font-size: .78rem; font-weight: 700; color: var(--brand-ink); background: var(--soft); border-radius: 999px; padding: .32rem .7rem; }
.hq-pillar__lead { position: relative; z-index: 1; color: var(--ink-2); margin: 12px 0 18px; font-size: 1.02rem; line-height: 1.5; }
.hq-pillar__items { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 9px; }
.hq-pillar__items li { display: flex; gap: .55rem; align-items: center; color: var(--ink-2); font-size: .96rem; }
.hq-pillar__items li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex: none; }
