@font-face {
  font-family: "Onest Variable";
  src: url("../../business/fonts/onest-cyrillic.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest Variable";
  src: url("../../business/fonts/onest-latin.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope Variable";
  src: url("../../business/fonts/manrope-cyrillic.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope Variable";
  src: url("../../business/fonts/manrope-latin.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --hub-night: #080b10;
  --hub-night-soft: #10141d;
  --hub-paper: #f1f0e9;
  --hub-paper-soft: #e7e6df;
  --hub-ink: #10131a;
  --hub-acid: #c8ff2c;
  --hub-blue: #506dff;
  --hub-line-dark: rgba(255, 255, 255, .14);
  --hub-line-light: rgba(16, 19, 26, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--hub-night); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--hub-paper);
  color: var(--hub-ink);
  font-family: "Manrope Variable", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.has-hub-overlay { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { border: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--hub-acid); color: var(--hub-ink); }

:focus-visible {
  outline: 3px solid var(--hub-acid);
  outline-offset: 4px;
}

.hub-shell {
  width: min(calc(100% - 72px), 1360px);
  margin-inline: auto;
}

.hub-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--hub-acid);
  color: var(--hub-ink);
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-180%);
}
.hub-skip-link:focus { transform: none; }

.hub-header {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 32px;
  align-items: center;
  min-height: 78px;
  padding: 0 max(36px, calc((100vw - 1360px) / 2));
  border-bottom: 1px solid transparent;
  color: #fff;
  transition: min-height 180ms ease, background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}
.hub-header.is-scrolled {
  min-height: 66px;
  border-color: var(--hub-line-dark);
  background: rgba(8, 11, 16, .84);
  backdrop-filter: blur(18px);
}
body.admin-bar .hub-header { top: 32px; }

.hub-brand { display: flex; align-items: center; gap: 10px; min-width: 190px; }
.hub-brand > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; }
.hub-brand img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
.hub-brand strong { display: grid; font-family: "Onest Variable", Arial, sans-serif; font-size: 17px; line-height: 1; }
.hub-brand small { margin-top: 5px; color: rgba(255, 255, 255, .58); font-family: "Manrope Variable", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .035em; }

.hub-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.8vw, 46px); }
.hub-nav a { position: relative; display: inline-flex; align-items: center; min-height: 48px; padding: 18px 0; color: rgba(255, 255, 255, .7); font-size: 13px; font-weight: 750; transition: color 160ms ease; }
.hub-nav a:hover, .hub-nav a[aria-current="page"] { color: #fff; }
.hub-nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--hub-acid); content: ""; }

.hub-header-cta, .hub-mobile-menu > button {
  min-height: 48px;
  padding: 0 15px;
  background: var(--hub-acid);
  color: var(--hub-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}
.hub-header-cta span { margin-left: 12px; }
.hub-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; background: transparent; cursor: pointer; }
.hub-menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: #fff; transition: transform 180ms ease; }
.hub-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.hub-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hub-mobile-menu {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 32px;
  padding: 100px 32px 42px;
  background: rgba(8, 11, 16, .98);
  color: #fff;
}
.hub-mobile-menu nav { display: grid; border-top: 1px solid var(--hub-line-dark); }
.hub-mobile-menu nav a { display: grid; grid-template-columns: 36px 1fr; align-items: center; min-height: 68px; border-bottom: 1px solid var(--hub-line-dark); font-family: "Onest Variable", Arial, sans-serif; font-size: 25px; font-weight: 600; }
.hub-mobile-menu nav span { color: var(--hub-acid); font-family: "Manrope Variable", Arial, sans-serif; font-size: 11px; }
.hub-mobile-menu > button { min-height: 58px; }

.hub-page { min-height: 70vh; }
.hub-hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 36%, rgba(80, 109, 255, .2), transparent 27%),
    radial-gradient(circle at 20% 82%, rgba(200, 255, 44, .08), transparent 24%),
    var(--hub-night);
  color: #fff;
}
.hub-hero::after { position: absolute; right: -13vw; bottom: -42vw; width: 70vw; height: 70vw; border: 1px solid rgba(255, 255, 255, .09); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255, 255, 255, .015), 0 0 0 14vw rgba(255, 255, 255, .012); content: ""; }
.hub-hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hub-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .55fr); gap: 8vw; align-items: center; min-height: 860px; padding-top: 90px; }
.hub-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 34px; color: rgba(255, 255, 255, .64); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hub-kicker i { width: 7px; height: 7px; background: var(--hub-acid); border-radius: 50%; box-shadow: 0 0 14px var(--hub-acid); }
.hub-hero h1 { max-width: 960px; margin: 0; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(68px, 7.7vw, 118px); font-weight: 650; line-height: .87; letter-spacing: -.065em; }
.hub-hero h1 em, .hub-intro h2 em, .hub-section-head h2 em, .hub-final-cta h2 em, .hub-note h2 em { color: var(--hub-acid); font-style: normal; font-weight: 300; }
.hub-hero-copy > p:not(.hub-kicker) { max-width: 720px; margin: 40px 0 0; color: rgba(255, 255, 255, .68); font-size: 16px; line-height: 1.7; }
.hub-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hub-primary, .hub-secondary { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 58px; padding: 0 20px; cursor: pointer; font-size: 13px; font-weight: 850; }
.hub-primary { border: 1px solid var(--hub-acid); background: var(--hub-acid); color: var(--hub-ink); }
.hub-secondary { border: 1px solid rgba(255, 255, 255, .23); background: transparent; color: #fff; }
.hub-primary, .hub-secondary, .hub-niche, .hub-live-card, .reputation-service-card { transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.hub-primary:hover, .hub-secondary:hover { transform: translateY(-2px); }

.hub-hero-panel { position: relative; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--hub-line-dark); background: rgba(15, 19, 28, .72); box-shadow: 0 34px 80px rgba(0, 0, 0, .32); backdrop-filter: blur(18px); }
.hub-hero-panel > div { min-height: 230px; padding: 27px; border-right: 1px solid var(--hub-line-dark); }
.hub-hero-panel > div:nth-child(2) { border-right: 0; }
.hub-hero-panel span { color: rgba(255, 255, 255, .58); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.hub-hero-panel strong { display: block; margin: 43px 0 8px; font-family: "Onest Variable", Arial, sans-serif; font-size: 64px; font-weight: 520; line-height: 1; }
.hub-hero-panel small { color: rgba(255, 255, 255, .58); font-size: 11px; }
.hub-hero-panel > p { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; margin: 0; padding: 18px 22px; border-top: 1px solid var(--hub-line-dark); color: rgba(255, 255, 255, .64); font-size: 12px; line-height: 1.55; }
.hub-hero-panel > p i { flex: 0 0 6px; width: 6px; height: 6px; background: var(--hub-acid); border-radius: 50%; }

.hub-intro { padding: 142px 0; background: var(--hub-paper); }
.hub-intro-grid { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(280px, 410px); gap: 55px; align-items: start; }
.hub-section-index, .hub-section-head span { color: rgba(16, 19, 26, .52); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.hub-intro h2, .hub-section-head h2 { margin: 0; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(54px, 6vw, 88px); font-weight: 650; line-height: .94; letter-spacing: -.055em; }
.hub-intro h2 em, .hub-section-head h2 em { color: var(--hub-blue); }
.hub-intro-grid > p, .hub-section-head > p { margin: 11px 0 0; color: rgba(16, 19, 26, .64); font-size: 15px; line-height: 1.7; }

.hub-live-pages, .reputation-services { padding: 138px 0; background: var(--hub-night); color: #fff; }
.hub-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); gap: 50px; align-items: end; margin-bottom: 66px; }
.hub-section-head > div > span { display: block; margin-bottom: 45px; }
.hub-live-pages .hub-section-head h2, .reputation-services .hub-section-head h2 { color: #fff; }
.hub-live-pages .hub-section-head h2 em, .reputation-services .hub-section-head h2 em { color: var(--hub-acid); }
.hub-live-pages .hub-section-head > p, .reputation-services .hub-section-head > p { color: rgba(255, 255, 255, .52); }
.hub-live-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--hub-line-dark); border-left: 1px solid var(--hub-line-dark); }
.hub-live-card { min-height: 340px; padding: 32px; border-right: 1px solid var(--hub-line-dark); border-bottom: 1px solid var(--hub-line-dark); }
.hub-live-card:hover { border-color: var(--hub-acid); background: rgba(200, 255, 44, .035); transform: translateY(-3px); }
.hub-live-card > span { display: inline-block; padding: 7px 9px; background: var(--hub-acid); color: var(--hub-ink); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hub-live-card h3 { max-width: 560px; margin: 70px 0 16px; font-family: "Onest Variable", Arial, sans-serif; font-size: 40px; font-weight: 600; letter-spacing: -.04em; }
.hub-live-card p { max-width: 580px; margin: 0; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.65; }
.hub-live-card b { display: block; margin-top: 32px; color: var(--hub-acid); font-size: 12px; }

.hub-catalog { padding: 142px 0; background: var(--hub-paper-soft); }
.hub-catalog-tools { position: sticky; z-index: 5; top: 66px; margin-bottom: 38px; padding: 18px; border: 1px solid var(--hub-line-light); background: rgba(241, 240, 233, .93); backdrop-filter: blur(14px); }
.hub-catalog-tools label { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 58px; padding: 0 15px; border: 1px solid var(--hub-line-light); background: #fff; }
.hub-catalog-tools label span { font-size: 21px; }
.hub-catalog-tools input { width: 100%; height: 56px; outline: 0; border: 0; background: transparent; font-family: "Onest Variable", Arial, sans-serif; font-size: 15px; }
.hub-filter-list { display: flex; gap: 8px; overflow-x: auto; padding-top: 12px; scrollbar-width: thin; }
.hub-filter-list button { flex: 0 0 auto; min-height: 44px; padding: 0 16px; border: 1px solid var(--hub-line-light); background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.hub-filter-list button.is-active { border-color: var(--hub-ink); background: var(--hub-ink); color: #fff; }
.hub-result-count { margin: 12px 2px 0; color: rgba(16, 19, 26, .6); font-size: 12px; font-weight: 750; }
.hub-category-list { border-top: 1px solid var(--hub-line-light); }
.hub-category { display: grid; grid-template-columns: minmax(240px, .35fr) minmax(0, .65fr); gap: 50px; padding: 56px 0; border-bottom: 1px solid var(--hub-line-light); }
.hub-category > div:first-child > span { color: var(--hub-blue); font-size: 11px; font-weight: 850; }
.hub-category h3 { margin: 18px 0 14px; font-family: "Onest Variable", Arial, sans-serif; font-size: 34px; font-weight: 600; letter-spacing: -.04em; }
.hub-category > div:first-child p { max-width: 390px; margin: 0; color: rgba(16, 19, 26, .6); font-size: 14px; line-height: 1.65; }
.hub-niche-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--hub-line-light); border-left: 1px solid var(--hub-line-light); }
.hub-niche { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-width: 0; min-height: 86px; padding: 18px 20px; border-right: 1px solid var(--hub-line-light); border-bottom: 1px solid var(--hub-line-light); background: rgba(255, 255, 255, .32); cursor: pointer; text-align: left; scroll-margin-top: 230px; }
.hub-niche:hover { z-index: 1; border-color: var(--hub-blue); background: #fff; transform: translateY(-2px); }
.hub-niche span { min-width: 0; font-size: 15px; font-weight: 750; line-height: 1.35; overflow-wrap: anywhere; }
.hub-niche small { flex: 0 0 auto; color: rgba(16, 19, 26, .52); font-size: 12px; }
.hub-niche.is-search-hit { border-color: var(--hub-blue); background: #fff; box-shadow: inset 4px 0 0 var(--hub-blue); }
.hub-empty { margin: 0; padding: 60px 20px; border-bottom: 1px solid var(--hub-line-light); text-align: center; }

.hub-process, .reputation-system { padding: 140px 0; background: var(--hub-paper); }
.hub-process-grid, .reputation-system-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--hub-line-light); border-left: 1px solid var(--hub-line-light); }
.hub-process-grid article, .reputation-system-grid article { min-height: 290px; padding: 26px; border-right: 1px solid var(--hub-line-light); border-bottom: 1px solid var(--hub-line-light); }
.hub-process-grid span, .reputation-system-grid span { color: var(--hub-blue); font-size: 11px; font-weight: 850; }
.hub-process-grid h3, .reputation-system-grid h3 { margin: 92px 0 15px; font-family: "Onest Variable", Arial, sans-serif; font-size: 27px; font-weight: 600; letter-spacing: -.035em; }
.hub-process-grid p, .reputation-system-grid p { margin: 0; color: rgba(16, 19, 26, .62); font-size: 14px; line-height: 1.65; }

.hub-final-cta { padding: 150px 0; overflow: hidden; background: radial-gradient(circle at 82% 50%, rgba(80, 109, 255, .27), transparent 24%), var(--hub-night); color: #fff; }
.hub-final-cta .hub-shell { position: relative; }
.hub-final-cta .hub-shell > span, .hub-note .hub-shell > span { color: var(--hub-acid); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.hub-final-cta h2, .hub-note h2 { max-width: 1050px; margin: 34px 0 25px; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(56px, 7vw, 96px); font-weight: 650; line-height: .93; letter-spacing: -.06em; }
.hub-final-cta p { max-width: 650px; margin: 0 0 35px; color: rgba(255, 255, 255, .66); font-size: 15px; line-height: 1.7; }

.reputation-panel { display: block; min-height: 410px; padding: 24px; }
.reputation-panel > p { position: absolute; right: 0; bottom: 0; left: 0; }
.hub-radar { position: relative; width: 290px; height: 290px; margin: 18px auto 70px; padding: 0 !important; border: 1px solid rgba(255, 255, 255, .18) !important; border-radius: 50%; }
.hub-radar::before, .hub-radar::after { position: absolute; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; content: ""; }
.hub-radar::before { inset: 18%; }
.hub-radar::after { inset: 36%; }
.hub-radar i { position: absolute; width: 7px; height: 7px; background: var(--hub-acid); border-radius: 50%; box-shadow: 0 0 15px var(--hub-acid); }
.hub-radar i:nth-child(1) { top: 19%; left: 31%; }
.hub-radar i:nth-child(2) { top: 47%; right: 9%; }
.hub-radar i:nth-child(3) { bottom: 14%; left: 26%; }
.hub-radar b { position: absolute; top: 50%; left: 50%; width: 44%; height: 1px; background: linear-gradient(90deg, var(--hub-acid), transparent); transform-origin: left; animation: hub-radar 6s linear infinite; }
.hub-radar > span { position: absolute; inset: 36%; display: grid; place-items: center; background: var(--hub-acid); color: var(--hub-ink); font-family: "Onest Variable", Arial, sans-serif; font-size: 31px; font-weight: 700; line-height: .8; text-align: center; }
.hub-radar > span small { width: 100%; color: var(--hub-ink); font-family: "Manrope Variable", Arial, sans-serif; font-size: 10px; line-height: 1; letter-spacing: 0; text-align: center; text-transform: uppercase; white-space: nowrap; }
@keyframes hub-radar { to { transform: rotate(360deg); } }

.reputation-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--hub-line-dark); border-left: 1px solid var(--hub-line-dark); }
.reputation-service-card { --card-accent: var(--hub-acid); position: relative; min-height: 410px; padding: 28px; border-right: 1px solid var(--hub-line-dark); border-bottom: 1px solid var(--hub-line-dark); overflow: hidden; }
.reputation-service-card::after { position: absolute; right: -100px; bottom: -100px; width: 210px; height: 210px; border: 1px solid var(--card-accent); border-radius: 50%; opacity: .32; content: ""; box-shadow: 0 0 60px color-mix(in srgb, var(--card-accent) 20%, transparent); }
.reputation-service-card:hover { border-color: var(--card-accent); background: rgba(255, 255, 255, .025); transform: translateY(-3px); }
.reputation-service-card > span { color: var(--card-accent); font-size: 11px; font-weight: 850; }
.reputation-service-card h3 { max-width: 360px; margin: 74px 0 18px; font-family: "Onest Variable", Arial, sans-serif; font-size: 29px; font-weight: 600; line-height: 1.06; letter-spacing: -.04em; }
.reputation-service-card p { max-width: 390px; margin: 0; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.65; }
.reputation-service-card b { position: absolute; z-index: 2; bottom: 27px; left: 28px; color: var(--card-accent); font-size: 12px; }

.hub-note { padding: 130px 0; background: #dfe5ff; }
.hub-note .hub-shell > span { color: var(--hub-blue); }
.hub-note h2 { max-width: 1100px; color: var(--hub-ink); }
.hub-note h2 em { color: var(--hub-blue); }
.hub-note p { max-width: 760px; margin: 0; color: rgba(16, 19, 26, .66); font-size: 15px; line-height: 1.75; }
.hub-note .hub-primary { margin-top: 32px; }

.hub-footer { padding: 68px max(36px, calc((100vw - 1360px) / 2)) 28px; border-top: 1px solid var(--hub-line-dark); background: #06080c; color: #fff; }
.hub-footer-main { display: grid; grid-template-columns: 1.2fr .65fr .65fr; gap: 60px; padding-bottom: 62px; }
.hub-footer-main strong { font-family: "Onest Variable", Arial, sans-serif; font-size: 34px; }
.hub-footer-main p { margin: 18px 0 0; color: rgba(255, 255, 255, .58); font-size: 13px; line-height: 1.7; }
.hub-footer-main nav, .hub-footer-contacts { display: grid; align-content: start; gap: 15px; }
.hub-footer-main nav a { display: inline-flex; align-items: center; min-height: 44px; color: rgba(255, 255, 255, .68); font-size: 13px; }
.hub-footer-contacts a { display: inline-flex; align-items: center; min-height: 44px; font-family: "Onest Variable", Arial, sans-serif; font-size: 16px; }
.hub-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 25px; border-top: 1px solid var(--hub-line-dark); color: rgba(255, 255, 255, .5); font-size: 11px; letter-spacing: .06em; }

.hub-modal { position: fixed; z-index: 400; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 24px; }
.hub-modal-backdrop { position: fixed; inset: 0; background: rgba(3, 5, 8, .86); backdrop-filter: blur(16px); }
.hub-modal-card { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(280px, .7fr) minmax(390px, 1.3fr); width: min(100%, 960px); min-height: 690px; overflow: hidden; background: var(--hub-paper); box-shadow: 0 50px 130px rgba(0, 0, 0, .55); }
.hub-modal-close { position: absolute; z-index: 4; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--hub-line-light); background: rgba(255, 255, 255, .75); cursor: pointer; font-size: 25px; }
.hub-modal-card > aside { position: relative; display: flex; flex-direction: column; padding: 42px 34px; overflow: hidden; background: var(--hub-blue); color: #fff; }
.hub-modal-card > aside::after { position: absolute; right: -170px; bottom: -170px; width: 420px; height: 420px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255, 255, 255, .03), 0 0 0 130px rgba(255, 255, 255, .025); content: ""; }
.hub-modal-card > aside > span, .hub-contact-form > span { color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 850; letter-spacing: .11em; }
.hub-modal-card > aside h2, .hub-contact-form h2, .hub-form-success h2 { position: relative; z-index: 2; margin: 115px 0 20px; font-family: "Onest Variable", Arial, sans-serif; font-size: 58px; font-weight: 650; line-height: .92; letter-spacing: -.055em; }
.hub-modal-card > aside p { position: relative; z-index: 2; margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 1.7; }
.hub-modal-card > aside > div { position: relative; z-index: 2; display: grid; gap: 6px; margin-top: auto; }
.hub-modal-card > aside small { color: rgba(255, 255, 255, .62); font-size: 11px; }
.hub-modal-card > aside a { font-family: "Onest Variable", Arial, sans-serif; font-size: 21px; }
.hub-contact-form { padding: 50px 55px 35px; }
.hub-contact-form > span { color: var(--hub-blue); }
.hub-contact-form h2 { margin: 18px 0 26px; font-size: 47px; }
.hub-contact-form > label:not(.hub-consent) { display: grid; gap: 7px; margin-top: 13px; }
.hub-contact-form label > span { color: rgba(16, 19, 26, .66); font-size: 12px; font-weight: 750; }
.hub-contact-form label small { color: rgba(16, 19, 26, .52); font-size: 11px; font-weight: 650; }
.hub-contact-form label b { color: var(--hub-blue); font-size: 11px; }
.hub-contact-form input, .hub-contact-form select, .hub-contact-form textarea { width: 100%; outline: 0; border: 1px solid var(--hub-line-light); border-radius: 0; background: #fff; font-family: "Onest Variable", Arial, sans-serif; font-size: 14px; }
.hub-contact-form input, .hub-contact-form select { height: 52px; padding: 0 14px; }
.hub-contact-form textarea { min-height: 96px; padding: 13px 14px; resize: vertical; }
.hub-contact-form input:focus, .hub-contact-form select:focus, .hub-contact-form textarea:focus { border-color: var(--hub-blue); box-shadow: 0 0 0 3px rgba(80, 109, 255, .1); }
.hub-consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; margin-top: 14px; }
.hub-consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--hub-blue); }
.hub-consent span { font-size: 11px !important; line-height: 1.5; }
.hub-consent a { text-decoration: underline; }
.hub-form-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 57px; margin-top: 18px; padding: 0 17px; background: var(--hub-acid); cursor: pointer; font-size: 11px; font-weight: 850; }
.hub-form-submit:disabled { opacity: .55; cursor: wait; }
.hub-form-error { min-height: 18px; margin: 9px 0 0; color: #9f1d17; font-size: 11px; }
.hub-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0; }
.hub-form-success { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px; background: radial-gradient(circle, rgba(80, 109, 255, .18), transparent 36%), var(--hub-night); color: #fff; text-align: center; }
.hub-form-success > i { display: grid; width: 75px; height: 75px; place-items: center; background: var(--hub-acid); color: var(--hub-ink); border-radius: 50%; font-size: 30px; font-style: normal; }
.hub-form-success > span { margin-top: 28px; color: var(--hub-acid); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hub-form-success h2 { margin: 20px 0; }
.hub-form-success p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 14px; }
.hub-form-success button { min-height: 52px; margin-top: 28px; padding: 0 18px; background: var(--hub-acid); cursor: pointer; font-size: 12px; font-weight: 850; }

.not-found { position: relative; min-height: 850px; padding: 170px 0 100px; overflow: hidden; background: var(--hub-night); color: #fff; }
.not-found .hub-shell { position: relative; z-index: 2; }
.not-found-code { position: absolute; z-index: -1; top: -85px; right: 0; color: rgba(255, 255, 255, .035); font-family: "Onest Variable", Arial, sans-serif; font-size: min(31vw, 430px); font-weight: 800; line-height: 1; }
.not-found h1 { max-width: 960px; margin: 0; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(68px, 9vw, 126px); font-weight: 650; line-height: .88; letter-spacing: -.065em; }
.not-found h1 em { color: var(--hub-acid); font-style: normal; font-weight: 300; }
.not-found .hub-shell > p:not(.hub-kicker) { max-width: 620px; margin: 35px 0; color: rgba(255, 255, 255, .66); font-size: 15px; line-height: 1.7; }
.not-found-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 970px; margin: 55px 0 34px; border-top: 1px solid var(--hub-line-dark); border-left: 1px solid var(--hub-line-dark); }
.not-found-links a { display: grid; min-height: 145px; padding: 22px; border-right: 1px solid var(--hub-line-dark); border-bottom: 1px solid var(--hub-line-dark); }
.not-found-links a:hover { background: rgba(255, 255, 255, .04); }
.not-found-links span { color: var(--hub-acid); font-size: 11px; }
.not-found-links strong { margin-top: 22px; font-family: "Onest Variable", Arial, sans-serif; font-size: 22px; }
.not-found-links small { margin-top: 7px; color: rgba(255, 255, 255, .58); font-size: 12px; }

.mkprod-generic-content { width: min(calc(100% - 48px), 900px); min-height: 70vh; margin: 0 auto; padding: 100px 0; }
.mkprod-generic-content h1 { font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(42px, 6vw, 78px); }
.mkprod-generic-content img { max-width: 100%; height: auto; }

@media (max-width: 1080px) {
  .hub-nav { gap: 18px; }
  .hub-header { gap: 18px; }
  .hub-hero-layout { grid-template-columns: 1fr minmax(300px, .55fr); gap: 42px; }
  .hub-intro-grid { grid-template-columns: 60px 1fr; }
  .hub-intro-grid > p { grid-column: 2; max-width: 650px; }
  .hub-category { grid-template-columns: 1fr; gap: 28px; }
  .hub-category > div:first-child p { max-width: 720px; }
  .hub-process-grid, .reputation-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reputation-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  body.admin-bar .hub-header { top: 46px; }
  .hub-shell { width: min(calc(100% - 40px), 1360px); }
  .hub-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  .hub-nav, .hub-header-cta { display: none; }
  .hub-menu-toggle { display: block; }
  .hub-hero, .hub-hero-layout { min-height: 0; }
  .hub-hero-layout { display: block; padding-top: 170px; padding-bottom: 90px; }
  .hub-hero h1 { font-size: clamp(62px, 12.4vw, 98px); }
  .hub-hero-panel { max-width: 620px; margin-top: 64px; }
  .hub-intro, .hub-live-pages, .reputation-services, .hub-catalog, .hub-process, .reputation-system, .hub-final-cta, .hub-note { padding: 100px 0; }
  .hub-section-head { grid-template-columns: 1fr; gap: 25px; }
  .hub-section-head > p { max-width: 650px; }
  .hub-live-grid { grid-template-columns: 1fr; }
  .hub-footer { padding-inline: 20px; }
  .hub-footer-main { grid-template-columns: 1fr 1fr; }
  .hub-footer-main > div:first-child { grid-column: 1 / -1; }
  .hub-modal-card { grid-template-columns: 1fr; }
  .hub-modal-card > aside { display: none; }
  .hub-contact-form { padding: 52px 42px 34px; }
}

@media (max-width: 560px) {
  .hub-shell { width: min(calc(100% - 28px), 1360px); }
  .hub-header { min-height: 68px; padding: 0 14px; }
  .hub-brand > span { width: 34px; height: 34px; }
  .hub-brand strong { font-size: 15px; }
  .hub-brand small { font-size: 11px; }
  .hub-mobile-menu { padding-inline: 20px; }
  .hub-mobile-menu nav a { font-size: 22px; }
  .hub-hero-layout { padding-top: 136px; padding-bottom: 72px; }
  .hub-kicker { margin-bottom: 25px; font-size: 11px; line-height: 1.5; }
  .hub-hero h1 { font-size: clamp(52px, 15vw, 76px); line-height: .9; }
  .hub-hero-copy > p:not(.hub-kicker) { margin-top: 27px; font-size: 15px; }
  .hub-hero-actions { display: grid; }
  .hub-primary, .hub-secondary { width: 100%; min-height: 56px; }
  .hub-hero-panel { grid-template-columns: 1fr 1fr; margin-top: 45px; }
  .hub-hero-panel > div { min-height: 165px; padding: 19px; }
  .hub-hero-panel strong { margin-top: 31px; font-size: 46px; }
  .hub-intro, .hub-live-pages, .reputation-services, .hub-catalog, .hub-process, .reputation-system, .hub-final-cta, .hub-note { padding: 76px 0; }
  .hub-intro-grid { display: block; }
  .hub-section-index { display: block; margin-bottom: 30px; }
  .hub-intro h2, .hub-section-head h2 { font-size: 47px; }
  .hub-intro-grid > p { margin-top: 27px; font-size: 14px; }
  .hub-section-head { margin-bottom: 42px; }
  .hub-section-head > div > span { margin-bottom: 30px; }
  .hub-live-card { min-height: 310px; padding: 24px; }
  .hub-live-card h3 { margin-top: 58px; font-size: 32px; }
  .hub-catalog-tools { top: 65px; margin-right: -4px; margin-left: -4px; padding: 10px; }
  .hub-catalog-tools label { min-height: 52px; }
  .hub-catalog-tools input { height: 50px; font-size: 16px; }
  .hub-category { padding: 42px 0; }
  .hub-category h3 { font-size: 29px; }
  .hub-niche-grid { grid-template-columns: 1fr; }
  .hub-niche { min-height: 82px; scroll-margin-top: 210px; }
  .hub-process-grid, .reputation-system-grid { grid-template-columns: 1fr; }
  .hub-process-grid article, .reputation-system-grid article { min-height: 230px; padding: 22px; }
  .hub-process-grid h3, .reputation-system-grid h3 { margin-top: 64px; }
  .reputation-panel { min-height: 360px; }
  .hub-radar { width: 245px; height: 245px; }
  .reputation-service-grid { grid-template-columns: 1fr; }
  .reputation-service-card { min-height: 350px; padding: 23px; }
  .reputation-service-card h3 { margin-top: 58px; font-size: 27px; }
  .reputation-service-card b { left: 23px; }
  .hub-final-cta h2, .hub-note h2 { font-size: 48px; }
  .hub-footer-main { grid-template-columns: 1fr; gap: 35px; }
  .hub-footer-main > div:first-child { grid-column: auto; }
  .hub-footer-bottom { display: grid; }
  .hub-modal { align-items: start; padding: 10px; }
  .hub-modal-card { min-height: 0; }
  .hub-contact-form { padding: 54px 20px 24px; }
  .hub-contact-form h2 { font-size: 39px; }
  .hub-form-success { min-height: 620px; padding: 35px 20px; }
  .hub-form-success h2 { font-size: 48px; }
  .not-found { min-height: 0; padding: 135px 0 76px; }
  .not-found h1 { font-size: 58px; }
  .not-found-links { grid-template-columns: 1fr; }
  .not-found-links a { min-height: 120px; }
}

@media (max-width: 340px) {
  .hub-shell { width: calc(100% - 22px); }
  .hub-brand { min-width: 0; }
  .hub-brand small { display: none; }
  .hub-hero h1, .not-found h1 { font-size: 49px; }
  .hub-intro h2, .hub-section-head h2, .hub-final-cta h2, .hub-note h2 { font-size: 42px; }
  .hub-hero-panel > div { padding: 14px; }
  .hub-hero-panel strong { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
