:root {
  --hh-blue: #064fe1;
  --hh-blue-2: #0a78ff;
  --hh-blue-3: #002f9e;
  --hh-red: #e5091b;
  --hh-red-2: #ff2636;
  --hh-gold: #ffc735;
  --hh-ink: #061944;
  --hh-muted: #53627a;
  --hh-line: #d7e1f7;
  --hh-page: #ffffff;
  --hh-soft: #f3f7ff;
  --hh-shadow: 0 14px 34px rgba(6, 36, 102, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hh555-page {
  margin: 0;
  background: var(--hh-page);
  color: var(--hh-ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
.hh555-page a { color: inherit; text-decoration: none; }
.hh555-shell { width: min(1100px, calc(100% - 34px)); margin: 0 auto; }
.hh555-top { background: #fff; border-bottom: 1px solid rgba(6, 79, 225, .12); }
.hh555-top-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hh555-logo {
  display: inline-flex;
  align-items: flex-end;
  gap: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: #111827;
  font-style: italic;
}
.hh555-logo span { color: var(--hh-blue); }
.hh555-logo small {
  display: block;
  margin-left: 12px;
  color: #6b7890;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
}
.hh555-actions { display: flex; align-items: center; gap: 12px; }
.hh555-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 7px;
  padding: 0 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 9px 20px rgba(8, 45, 130, .22);
}
.hh555-button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.hh555-button.red { background: linear-gradient(180deg, var(--hh-red-2), var(--hh-red)); }
.hh555-button.blue { background: linear-gradient(180deg, #126bff, #0644c9); }
.hh555-nav-wrap {
  background: linear-gradient(90deg, #0746d1, #035dff 55%, #043db8);
  box-shadow: 0 9px 18px rgba(2, 49, 150, .22);
}
.hh555-nav {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  scrollbar-width: none;
}
.hh555-nav::-webkit-scrollbar { display: none; }
.hh555-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, .28);
}
.hh555-nav a:first-child { border-left: 0; }
.hh555-nav a.is-active,
.hh555-nav a:hover { background: rgba(255, 255, 255, .14); }
.hh555-home svg { width: 20px; height: 20px; }
.hh555-hero {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background: #002b8e;
}
.hh555-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hh555-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 82, .72), rgba(0, 35, 120, .32) 52%, rgba(0, 35, 120, .04));
  pointer-events: none;
}
.hh555-hero-content {
  position: relative;
  z-index: 1;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 670px;
  padding: 34px 0 38px;
  color: #fff;
}
.hh555-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .98;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0, 22, 88, .48), 0 11px 22px rgba(0, 0, 0, .24);
}
.hh555-hero h1 span {
  display: block;
  color: var(--hh-gold);
  font-size: clamp(42px, 5.4vw, 76px);
}
.hh555-hero p {
  width: fit-content;
  max-width: 100%;
  margin: 22px 0 0;
  padding: 10px 22px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 7px;
  background: rgba(7, 70, 209, .72);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 8px 18px rgba(0, 31, 102, .22);
}
.hh555-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.hh555-intro { padding: 18px 0 12px; }
.hh555-intro h2 {
  margin: 0 0 8px;
  color: var(--hh-blue);
  font-size: 26px;
  line-height: 1.18;
  font-weight: 900;
}
.hh555-intro p {
  max-width: 990px;
  margin: 0;
  color: #23375b;
  font-size: 15px;
  line-height: 1.7;
}
.hh555-section { margin: 14px auto 0; }
.hh555-section-title {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 11px;
  padding: 0 14px;
  border-radius: 5px;
  background: linear-gradient(90deg, #054cd6, #035cff);
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}
.hh555-section-title svg { width: 22px; height: 22px; flex: 0 0 auto; }
.hh555-games,
.hh555-news {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px;
}
.hh555-game-card {
  overflow: hidden;
  border: 2px solid #125aff;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 9px 20px rgba(6, 79, 225, .14);
}
.hh555-game-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.46;
  object-fit: cover;
}
.hh555-game-card strong {
  display: block;
  padding: 9px 8px 10px;
  background: linear-gradient(180deg, #075cff, #043db8);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.hh555-keywords {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--hh-line);
  border-radius: 7px;
  background: linear-gradient(180deg, #f7faff, #fff);
  box-shadow: 0 10px 24px rgba(8, 45, 130, .08);
}
.hh555-keyword-copy h2 {
  margin: 0;
  color: var(--hh-blue);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
}
.hh555-keyword-copy p {
  margin: 12px 0 0;
  color: #4a5b76;
  font-size: 15px;
  line-height: 1.75;
}
.hh555-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.hh555-cluster-grid article {
  border: 1px solid rgba(6, 79, 225, .18);
  border-radius: 7px;
  padding: 13px;
  background: #fff;
}
.hh555-cluster-grid strong {
  display: block;
  color: #08235d;
  font-size: 15px;
  font-weight: 900;
}
.hh555-cluster-grid span {
  display: block;
  margin-top: 6px;
  color: #60708a;
  font-size: 12px;
  line-height: 1.45;
}
.hh555-news-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hh-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 45, 130, .08);
}
.hh555-news-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
  background: #dce8ff;
}
.hh555-news-body { padding: 10px 9px 11px; }
.hh555-tag {
  display: inline-flex;
  margin-bottom: 7px;
  border-radius: 4px;
  background: rgba(229, 9, 27, .1);
  color: var(--hh-red);
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.hh555-news-body h3 {
  min-height: 55px;
  margin: 0;
  color: #08235d;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 900;
}
.hh555-news-body p {
  margin: 6px 0 0;
  color: #5c6c86;
  font-size: 12px;
  line-height: 1.45;
}
.hh555-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
  color: #53627a;
  font-size: 12px;
  line-height: 1;
}
.hh555-steps {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 12px;
}
.hh555-steps > div,
.hh555-steps article {
  border: 1px solid var(--hh-line);
  border-radius: 7px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(8, 45, 130, .08);
}
.hh555-steps h2 {
  margin: 0;
  color: var(--hh-blue);
  font-size: 27px;
  line-height: 1.12;
  font-weight: 900;
}
.hh555-steps p { color: #5c6c86; font-size: 14px; line-height: 1.65; }
.hh555-steps span {
  display: inline-flex;
  color: var(--hh-red);
  font-size: 28px;
  font-weight: 900;
}
.hh555-steps h3 { margin: 8px 0 0; color: #08235d; font-size: 17px; }
.hh555-faq {
  padding: 18px 0 26px;
}
.hh555-faq h2,
.hh555-list-head h1 {
  margin: 0 0 12px;
  color: var(--hh-blue);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}
.hh555-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.hh555-faq-grid article {
  border: 1px solid var(--hh-line);
  border-radius: 7px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 8px 18px rgba(8, 45, 130, .07);
}
.hh555-faq-grid h3 { margin: 0; color: #08235d; font-size: 16px; line-height: 1.35; }
.hh555-faq-grid p { margin: 8px 0 0; color: #60708a; font-size: 14px; line-height: 1.65; }
.hh555-footer {
  margin-top: 24px;
  background: linear-gradient(135deg, #0033a5, #004ee8 62%, #003083);
  color: #fff;
}
.hh555-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 30px;
  padding: 28px 0 20px;
}
.hh555-footer .hh555-logo { color: #fff; font-size: 42px; }
.hh555-footer .hh555-logo small { color: rgba(255, 255, 255, .75); }
.hh555-footer p,
.hh555-footer a {
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1.6;
}
.hh555-footer h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.hh555-footer ul { margin: 0; padding: 0; list-style: none; }
.hh555-footer li + li { margin-top: 6px; }
.hh555-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  width: 32px;
  height: 24px;
  border-radius: 4px;
  background: var(--hh-red);
  color: #fff;
  font-weight: 900;
}
.hh555-copy {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding: 13px 0 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  text-align: center;
}
.hh555-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 16px auto 14px;
  padding: 10px 0;
  color: #466080;
  font-size: 14px;
  border-bottom: 1px solid var(--hh-line);
}
.hh555-column-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--hh-line);
  border-radius: 7px;
  background: linear-gradient(180deg, #f5f9ff, #fff);
  padding: 24px;
  box-shadow: var(--hh-shadow);
}
.hh555-label {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--hh-red-2), var(--hh-red));
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.hh555-column-hero h1 {
  margin: 0;
  color: var(--hh-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 900;
}
.hh555-column-hero p {
  max-width: 680px;
  color: #4a5b76;
  font-size: 16px;
  line-height: 1.75;
}
.hh555-column-hero img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 16px 32px rgba(6, 36, 102, .16);
}
.hh555-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
  margin-bottom: 28px;
}
.hh555-article {
  overflow: hidden;
  border: 1px solid var(--hh-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--hh-shadow);
}
.hh555-article > h2,
.hh555-article > p,
.hh555-article > ul,
.hh555-note { margin-left: 28px; margin-right: 28px; }
.hh555-article h2 {
  color: #08235d;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
}
.hh555-article p,
.hh555-article li,
.hh555-article-body {
  color: #26344d;
  font-size: 16px;
  line-height: 1.9;
}
.hh555-article ul { padding-left: 22px; }
.hh555-note {
  margin-top: 18px;
  margin-bottom: 28px;
  border-left: 4px solid var(--hh-red);
  background: #f5f9ff;
  padding: 14px 16px;
}
.hh555-article-head {
  padding: 28px 30px 18px;
  background: linear-gradient(180deg, #f5f9ff, #fff);
}
.hh555-article h1 {
  margin: 0;
  color: #061944;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 900;
}
.hh555-article-cover {
  display: block;
  width: calc(100% - 60px);
  margin: 0 30px 8px;
  aspect-ratio: 16 / 6.2;
  object-fit: cover;
  border-radius: 7px;
}
.hh555-article-body {
  padding: 18px 30px 34px;
}
.hh555-article-body h2,
.hh555-article-body h3 {
  color: #08235d;
  line-height: 1.25;
}
.hh555-side {
  border: 1px solid var(--hh-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 45, 130, .09);
}
.hh555-side h2 {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--hh-line);
  color: #08235d;
  font-size: 18px;
  font-weight: 900;
}
.hh555-side ul { display: grid; margin: 0; padding: 0; list-style: none; }
.hh555-side a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 11px;
  padding: 12px 14px;
  border-top: 1px solid var(--hh-line);
}
.hh555-side li:first-child a { border-top: 0; }
.hh555-side img { width: 54px; height: 54px; border-radius: 6px; object-fit: cover; }
.hh555-side strong { color: #08235d; font-size: 13px; line-height: 1.35; }
.hh555-side small { display: block; margin-top: 5px; color: #69778d; font-size: 12px; }
.hh555-list-head {
  padding: 24px;
  border: 1px solid var(--hh-line);
  border-radius: 7px;
  background: linear-gradient(180deg, #f5f9ff, #fff);
  box-shadow: 0 10px 24px rgba(8, 45, 130, .08);
}
.hh555-list-head p { max-width: 820px; margin: 0; color: #4a5b76; line-height: 1.75; }
.hh555-news-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hh555-pagination { margin-top: 18px; color: #53627a; }

@media (max-width: 1080px) {
  .hh555-shell { width: min(100% - 28px, 960px); }
  .hh555-games,
  .hh555-news,
  .hh555-news-list,
  .hh555-faq-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hh555-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hh555-steps,
  .hh555-keywords { grid-template-columns: 1fr 1fr; }
  .hh555-column-hero { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hh555-top-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }
  .hh555-logo,
  .hh555-footer .hh555-logo { font-size: 34px; }
  .hh555-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .hh555-button { width: 100%; min-height: 44px; padding: 0 12px; font-size: 12px; }
  .hh555-nav { justify-content: flex-start; overflow-x: auto; padding: 0 12px; }
  .hh555-nav a { white-space: nowrap; padding: 0 13px; }
  .hh555-hero,
  .hh555-hero-content { min-height: 430px; }
  .hh555-hero > img { object-position: 58% center; }
  .hh555-hero::after { background: linear-gradient(90deg, rgba(0, 22, 82, .86), rgba(0, 35, 120, .62) 58%, rgba(0, 35, 120, .2)); }
  .hh555-hero p { font-size: 16px; }
  .hh555-games,
  .hh555-news,
  .hh555-news-list,
  .hh555-footer-grid,
  .hh555-article-shell,
  .hh555-faq-grid,
  .hh555-steps,
  .hh555-keywords,
  .hh555-cluster-grid { grid-template-columns: 1fr; }
  .hh555-news-body h3 { min-height: auto; }
  .hh555-article-cover {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
  .hh555-article-head,
  .hh555-article-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hh555-article > h2,
  .hh555-article > p,
  .hh555-article > ul,
  .hh555-note { margin-left: 16px; margin-right: 16px; }
}
