/*
 * CheatCoreX â€” Rampart-inspired custom styles
 * Loaded after built.css, overrides theme defaults
*/

/* ── Accent color ── */
:root {
  --color-accent: #6cc3f0;
  --cl-accent: 108, 195, 240 !important;
  --cl-t-accent: 11, 18, 32 !important;

  /* CheatCore logo palette (interlocking-ring mark) */
  --cc-blue-100: #e5f7ff;
  --cc-blue-300: #8fd8fb;
  --cc-blue-500: #6cc3f0;
  --cc-blue-700: #3a93c9;
  --cc-navy-800: #142c40;
  --cc-navy-900: #0b1826;
  --cc-cut: 13px;   /* corner-facet size on primary CTAs */
  --cc-cut-sm: 8px; /* corner-facet size on compact chips */
}

/* ── CheatCore button system ──
   Shape language borrowed from the logo mark: two open rings around a
   glowing core dot. Primary actions get a faceted (cut-corner) panel with
   the logo's gradient and a pulsing "core" dot in the cut corner instead
   of a pill. Secondary/utility controls get a squared chip with a short
   accent bar, echoing the ring's negative-space gap rather than a rounded
   capsule. */
.cc-btn-reset { all: unset; }

@keyframes cc-core-pulse {
  0%, 100% { opacity: 0.55; transform: translate(50%, -50%) scale(1); }
  50%      { opacity: 1;    transform: translate(50%, -50%) scale(1.35); }
}

/* â”€â”€ Entrance animations â”€â”€ */
@keyframes hs-fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes hs-glow-pulse {
  0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(1); }
  50%      { opacity: 0.85; transform: translateX(-50%) scale(1.06); }
}
@keyframes hs-glow-drift {
  0%, 100% { transform: translate(-50%, 0) scale(1); }
  50%      { transform: translate(-50%, -12px) scale(1.04); }
}
@keyframes hs-shine {
  0%   { transform: translateX(-120%) skewX(-18deg); }
  100% { transform: translateX(220%) skewX(-18deg); }
}
@keyframes hs-badge-pulse {
  0%, 100% { box-shadow: 0 0 6px #4ade80; }
  50%      { box-shadow: 0 0 14px #4ade80, 0 0 24px rgba(74, 222, 128, 0.35); }
}

.hs-animate-in {
  opacity: 0;
  animation: hs-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* â”€â”€ Hero â”€â”€ */
.hs-hero-inner {
  position: relative;
  padding: 5rem 0 4rem;
  text-align: center;
  overflow: visible; /* the full-bleed band in .hs-hero-top must not be clipped */
}
.hs-hero-glow,
.hs-hero-glow--secondary {
  display: none;
}
.hs-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.hs-hero-title {
  font-size: clamp(2.6rem, 4.8vw, 4.9rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
}
.hs-hero-title-accent {
  background: linear-gradient(135deg, #a6d9fb 0%, #6cc3f0 60%, #3a93c9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hs-hero-subtitle {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: rgba(255,255,255,0.55);
  margin: 0 0 2.25rem;
  line-height: 1.7;
  max-width: 640px;
}
.hs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ── Left-aligned hero variant ── */
.hs-hero--left .hs-hero-inner {
  text-align: left;
}
.hs-hero--left .hs-hero-content {
  max-width: 1120px;
  margin: 0 auto;
}
.hs-hero-top {
  /* Full-bleed row: text sits near the left edge of the screen instead of
     being pinned to the 1120px column, orbit stays on the right. */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  padding: 0 clamp(1.5rem, 5vw, 6rem) 2.75rem max(1.5rem, min(14vw, calc(95vw - 1140px - 2.5rem)));
}
/* Hero zone background (everything ABOVE the contour line): mesh glows + grid
   + darker tint. It runs from the very top of the page down to the line.
   Glows are positioned from the bottom (the line) so they stay in view. */
.hs-hero-top::before,
.hs-hero-top::after {
  content: '';
  position: absolute;
  top: -60rem;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.hs-hero-top::before {
  z-index: -2;
  background:
    radial-gradient(ellipse 55vw 400px at 6% calc(100% - 790px),  rgba(108, 195, 240, 0.22) 0%, transparent 100%),
    radial-gradient(ellipse 50vw 400px at 96% calc(100% - 740px), rgba(92, 108, 255, 0.20) 0%, transparent 100%),
    radial-gradient(ellipse 55vw 420px at 88% calc(100% - 60px),  rgba(58, 147, 201, 0.20) 0%, transparent 100%),
    radial-gradient(ellipse 50vw 400px at 4% calc(100% - 90px),   rgba(130, 96, 230, 0.16) 0%, transparent 100%),
    radial-gradient(ellipse 40vw 300px at 50% calc(100% - 400px), rgba(40, 120, 190, 0.10) 0%, transparent 100%),
    linear-gradient(180deg, #0a1120 0%, #0f1a2e calc(100% - 500px), #0b1424 100%);
}
.hs-hero-top::after {
  z-index: -1;
  background:
    radial-gradient(ellipse 120% 700px at 50% calc(100% - 420px), transparent 55%, rgba(3, 6, 14, 0.35) 100%),
    linear-gradient(rgba(108, 195, 240, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 195, 240, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(4, 8, 16, 0.24), rgba(4, 8, 16, 0.24));
  background-size: 100% 100%, 52px 52px, 52px 52px, 100% 100%;
  /* the dark contour line */
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 0 rgba(108, 195, 240, 0.1);
}
.hs-hero-top .hs-hero-content {
  max-width: 820px;
  margin: 0;
  padding-left: 0; /* text starts right at the row's left padding */
  flex-shrink: 1;
  position: relative;
  top: -2.5vw; /* nudge the text block up a little */
}
.hs-hero--left .hs-hero-title {
  max-width: 9em; /* keeps the 3-line break: Dominate every / match with / CheatCoreX */
  margin-left: 0;
  margin-right: 0;
}
.hs-hero--left .hs-hero-subtitle {
  max-width: 640px;
  margin-left: 0;
  margin-right: 0;
}
.hs-hero--left .hs-hero-actions {
  justify-content: flex-start;
}
.hs-hero--left .hs-hero-stats-wrap {
  margin-top: 2.75rem;
}

/* ── Compact orbit variant, sitting beside the hero text ── */
.hs-orbit--hero {
  --orbit-radius: 150px;
  max-width: 460px;
  flex-shrink: 0;
}
.hs-orbit--hero .hs-orbit-card {
  width: 190px;
  padding: 1.15rem 1rem !important;
  gap: 0.7rem !important;
}
.hs-orbit--hero .hs-orbit-card .feature-icon {
  width: 42px !important;
  height: 42px !important;
  margin: 0 auto !important;
}
.hs-orbit--hero .hs-orbit-card .hs-feature-title {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.3;
}
.hs-orbit--hero .hs-orbit-center {
  width: 58px;
  height: 58px;
}

@media (max-width: 1024px) {
  .hs-hero-top {
    flex-direction: column;
    padding-left: clamp(1.5rem, 5vw, 6rem); /* centred layout: keep both sides equal */
  }
  .hs-hero-top .hs-hero-content {
    max-width: 100%;
    padding-left: 1.5rem;
    top: 0;
    text-align: center;
  }
  .hs-hero-top .hs-hero-title,
  .hs-hero-top .hs-hero-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-hero-top .hs-hero-actions {
    justify-content: center;
  }
  .hs-orbit--hero {
    max-width: 320px;
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 768px) {
  .hs-hero--left .hs-hero-inner {
    text-align: center;
  }
  .hs-hero--left .hs-hero-stats-wrap {
    margin-top: 2.75rem;
  }
  .hs-orbit--hero {
    display: none;
  }
}
.hs-hero-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--cc-blue-300) 0%, var(--cc-blue-500) 55%, var(--cc-blue-700) 100%) !important;
  color: #071523 !important;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1.1rem 2.8rem;
  border-radius: 0;
  clip-path: polygon(var(--cc-cut) 0, 100% 0, 100% calc(100% - var(--cc-cut)), calc(100% - var(--cc-cut)) 100%, 0 100%, 0 var(--cc-cut));
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 28px rgba(108, 195, 240, 0.22) !important;
}
.hs-hero-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.9), 0 0 16px 4px rgba(108, 195, 240, 0.8);
  transform: translate(50%, -50%);
  opacity: 0.6;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.hs-hero-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 14px 34px rgba(108, 195, 240, 0.4) !important;
}
.hs-hero-btn:hover::after {
  animation: cc-core-pulse 1.4s ease-in-out infinite;
}
.hs-hero-stats-wrap {
  margin-top: 2.75rem;
  display: flex;
  justify-content: center;
}
.hs-hero-stats {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  max-width: 960px;
  background: linear-gradient(180deg, rgba(20,30,48,0.9) 0%, rgba(12,18,32,0.9) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.25rem;
  padding: 1.5rem 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.hs-hero-stats::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6cc3f0, transparent);
  opacity: 0.7;
}
.hs-hero-stats:hover {
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}
.hs-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  flex: 1;
  padding: 0 1.5rem;
  position: relative;
}
.hs-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(108, 195, 240, 0.12);
  color: #6cc3f0;
  margin-bottom: 0.15rem;
  transition: background 0.25s ease, transform 0.25s ease;
}
.hs-stat:hover .hs-stat-icon {
  background: rgba(108, 195, 240, 0.22);
  transform: translateY(-2px);
}
.hs-stat-value {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
}
.hs-stat:first-child .hs-stat-value {
  color: #6cc3f0;
}
.hs-stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}
.hs-stat-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,0.1);
}

/* â”€â”€ Section headers â”€â”€ */
.hs-section-wrap { padding: 3rem 0 4rem; }
.hs-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.hs-section-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hs-section-accent {
  display: inline-block;
  width: 4px;
  height: 22px;
  border-radius: 9999px;
  background: rgb(var(--cl-accent));
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.6);
}
.hs-section-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
}

/* ── Feature cards (component) ── */
.hs-feature-card {
  border-radius: 16px !important;
  padding: 2.25rem 2rem !important;
  height: 100%;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.hs-feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}
.hs-feature-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  max-width: 280px;
  margin: 0 auto;
}

/* ── Orbit layout: features rotate around a central mark ── */
@keyframes hs-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--orbit-radius, 220px)); }
  to   { transform: translate(-50%, -50%) rotate(calc(var(--angle) + 360deg)) translateX(var(--orbit-radius, 220px)); }
}
@keyframes hs-orbit-counter-spin {
  from { transform: rotate(calc(-1 * var(--angle))); }
  to   { transform: rotate(calc(-1 * var(--angle) - 360deg)); }
}
@keyframes hs-orbit-pulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50%      { transform: scale(1.35); opacity: 0; }
}

.hs-orbit {
  position: relative;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  --orbit-radius: 220px;
}
.hs-orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8fd8fb 0%, #6cc3f0 55%, #3a93c9 100%);
  box-shadow: 0 0 30px rgba(108, 195, 240, 0.45), 0 8px 24px rgba(0,0,0,0.35);
  z-index: 2;
}
.hs-orbit-center-pulse {
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1.5px solid #6cc3f0;
  animation: hs-orbit-pulse 2.6s ease-out infinite;
}
.hs-orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  animation: hs-orbit-spin 32s linear infinite;
}
.hs-orbit-card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: hs-orbit-counter-spin 32s linear infinite;
}
.hs-orbit-card {
  width: 220px;
  flex-shrink: 0;
  padding: 1.5rem 1.25rem !important;
}
.hs-orbit-card .hs-feature-title { font-size: 0.92rem; }
.hs-orbit-card .hs-feature-desc { font-size: 0.78rem; }
.hs-orbit-card .feature-icon { width: 42px !important; height: 42px !important; }

.hs-orbit:hover .hs-orbit-item,
.hs-orbit:hover .hs-orbit-card-wrap {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .hs-orbit {
    max-width: none;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .hs-orbit-center { display: none; }
  .hs-orbit-item {
    position: static;
    width: auto;
    height: auto;
    animation: none;
    transform: none !important;
  }
  .hs-orbit-card-wrap {
    animation: none;
    transform: none !important;
  }
  .hs-orbit-card { width: 100%; }
}

/* â”€â”€ Category cards â”€â”€ */
.hs-categories-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.hs-categories-title { margin: 0; }
.hs-view-all-btn {
  position: relative;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 2px solid rgba(var(--cl-accent), 0.55);
  border-radius: 4px;
  padding: 0.35rem 1rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}
.hs-view-all-btn:hover {
  background: rgba(var(--cl-accent), 0.12);
  border-color: rgba(var(--cl-accent), 0.35);
  border-left-color: rgba(var(--cl-accent), 0.9);
  transform: translateY(-1px);
  box-shadow: 0 0 16px rgba(var(--cl-accent), 0.2);
}
.hs-categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.hs-categories-grid--centered { justify-content: center; }
.hs-category-col {
  width: 100%;
  flex: 1 1 calc(25% - 1rem);
  min-width: 200px;
}
.hs-category-card {
  display: block;
  background: rgba(var(--cl-card), 0.75);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.hs-category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--cl-accent), 0.45);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 24px rgba(var(--cl-accent), 0.12);
}
.hs-category-img-wrap {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  position: relative;
}
.hs-category-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.hs-category-card:hover .hs-category-img { transform: scale(1.06); }
.hs-category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(var(--cl-background), 0.55) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.hs-category-card:hover .hs-category-overlay { opacity: 1; }
.hs-category-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--cl-accent), 0.5);
}
.hs-category-placeholder svg { width: 6rem; height: 6rem; }
.hs-category-body { padding: 1rem 1.1rem 1.15rem; }
.hs-category-name {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--cl-t-primary), 1);
}
.hs-category-desc {
  font-size: 0.8rem;
  color: rgba(var(--cl-t-primary), 0.6);
  margin: 0 0 0.6rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hs-category-cta {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(var(--cl-accent), 1);
  transition: letter-spacing 0.2s ease;
}
.hs-category-card:hover .hs-category-cta { letter-spacing: 0.08em; }

@media (max-width: 640px) {
  .hs-hero-inner { padding: 3.5rem 0 3rem; }
  .hs-hero-stats {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    width: calc(100% - 2rem);
    max-width: 320px;
  }
  .hs-stat-divider {
    width: 60%;
    height: 1px;
  }
  .hs-stat { padding: 0; }
  .hs-category-col {
    flex: 1 1 100%;
    min-width: 0;
  }
}

/* â”€â”€ Discord banner â”€â”€ */
.hs-discord-banner {
  position: relative;
  overflow: hidden;
  border-radius: 16px !important;
  border: 1px solid rgba(var(--cl-accent), 0.3) !important;
  background: radial-gradient(ellipse 80% 120% at 50% 50%, rgba(var(--cl-accent), 0.18) 0%, rgba(var(--cl-background), 0.95) 70%) !important;
  padding: 3rem 2rem !important;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.hs-discord-banner:hover {
  border-color: rgba(var(--cl-accent), 0.45) !important;
  box-shadow: 0 0 40px rgba(var(--cl-accent), 0.15), 0 12px 40px rgba(0,0,0,0.3) !important;
}
.hs-discord-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--cl-accent), 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--cl-accent), 0.07) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.hs-discord-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.hs-discord-icon {
  width: 48px;
  height: 48px;
  margin-left: 40px;
  animation: hs-glow-drift 4s ease-in-out infinite;
}
.hs-discord-icon svg { width: 100%; height: 100%; }
.hs-discord-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.hs-discord-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
  max-width: 420px;
}
.hs-discord-btn {
  position: relative;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, var(--cc-blue-300) 0%, var(--cc-blue-500) 55%, var(--cc-blue-700) 100%);
  color: #071523;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 2.2rem;
  border-radius: 0;
  clip-path: polygon(var(--cc-cut) 0, 100% 0, 100% calc(100% - var(--cc-cut)), calc(100% - var(--cc-cut)) 100%, 0 100%, 0 var(--cc-cut));
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 26px rgba(108, 195, 240, 0.2);
}
.hs-discord-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.9), 0 0 16px 4px rgba(108, 195, 240, 0.8);
  transform: translate(50%, -50%);
  opacity: 0.6;
}
.hs-discord-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 12px 30px rgba(108, 195, 240, 0.35);
}
.hs-discord-btn:hover::after {
  animation: cc-core-pulse 1.4s ease-in-out infinite;
}
.hs-discord-btn svg { width: 20px; height: 20px; }

/* â”€â”€ v2: ambient orbs (merged into grid above) â”€â”€ */

/* â”€â”€ v2: stats border removed for flat design â”€â”€ */
.hs-hero-stats {
  border-color: rgba(255,255,255,0.08) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.04) !important;
}

/* ── v2: section separators removed per request ── */

/* â”€â”€ v2: feedbacks header â”€â”€ */
.hs-reviews-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.hs-reviews-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* â”€â”€ v2: feedback cards glow stars â”€â”€ */
.feedback-card .glass-card,
.feedback-card > div {
  border-radius: 14px !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease !important;
}
.feedback-card:hover > div {
  transform: translateY(-3px) !important;
  border-color: rgba(var(--cl-accent), 0.28) !important;
  box-shadow: 0 12px 36px rgba(0,0,0,0.35), 0 0 24px rgba(var(--cl-accent), 0.1) !important;
}

/* â”€â”€ v2: stronger product hover â”€â”€ */
.product-card:hover,
a[href*="/product/"]:hover,
a[href="javascript:void(0);"]:hover {
  border-color: rgba(var(--cl-accent), 0.45) !important;
  box-shadow: 0 20px 48px rgba(0,0,0,0.55), 0 0 32px rgba(var(--cl-accent), 0.18) !important;
}

/* â”€â”€ v2: footer glow line â”€â”€ */
footer::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.45), rgba(108, 195, 240,0.3), transparent);
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hs-animate-in, .hs-hero-glow, .hs-hero-title, .hs-marquee-track, .hs-safe-dot, .hs-hero-badge-dot {
    animation: none !important;
    opacity: 1 !important;
  }
}

/* â”€â”€ Global grid background â”€â”€ */
body {
  position: relative;
  overflow-x: clip;
}
/* Page background below the hero line: flat navy with a fine dot texture.
   (!important because the theme sets the colour inline on <body>.) */
body {
  background-color: #101a30 !important;
  background-image: radial-gradient(rgba(140, 190, 240, 0.06) 1px, transparent 1.3px) !important;
  background-size: 4px 4px !important;
}

/* Site-wide ambient glow blobs, fixed behind all content, slowly drifting. */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 40vw 40vh at 10% 15%, rgba(108, 195, 240, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse 35vw 35vh at 90% 30%, rgba(92, 108, 255, 0.09) 0%, transparent 60%),
    radial-gradient(ellipse 45vw 40vh at 20% 85%, rgba(130, 96, 230, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 35vw 35vh at 85% 90%, rgba(58, 147, 201, 0.09) 0%, transparent 60%);
  animation: hs-bg-drift 22s ease-in-out infinite alternate;
}
@keyframes hs-bg-drift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(-2.5%, 2%) scale(1.08); }
  100% { transform: translate(2%, -2.5%) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  body::before { animation: none; }
}

/* ── Navbar: transparent, full-bleed, sticky ── */
nav .flex.items-center.justify-between,
.navbar-glass {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
}
nav.component[data-component-id="navbar"].is-scrolled .navbar-glass {
  background: rgba(8, 8, 16, 0.75) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(108, 195, 240, 0.16) !important;
}

/* Nav now renders as a direct sibling before the page's padded/max-width
   wrapper (see layouts/master.njk), so it's already naturally full width -
   this just keeps it pinned while scrolling and aligns its inner content
   with the rest of the page grid. */
nav.component[data-component-id="navbar"] {
  position: sticky;
  top: 0;
  z-index: 50;
}
nav.component[data-component-id="navbar"] .navbar-glass {
  padding-left: max(1rem, calc((100% - 85rem) / 2 + 1rem));
  padding-right: max(1rem, calc((100% - 85rem) / 2 + 1rem));
}

/* ── Currency / language pill switcher ── */
.hs-lang-switch {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hs-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.hs-lang-flag {
  font-size: 1.15rem;
  line-height: 1;
}
.hs-lang-btn:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
}
.hs-lang-btn--active {
  color: rgb(var(--cl-t-accent));
  background: rgb(var(--cl-accent));
}

/* ── Navbar layout: logo / centered links / right icons.
   Hand-written (not Tailwind lg: utilities) because this theme ships a
   pre-purged built.css that only contains classes already used elsewhere,
   so any *new* lg: utility class here would silently have no effect. ── */
.hs-navbar-center-links {
  display: none;
}
.hs-navbar-right-icons {
  display: none;
}
@media (min-width: 1024px) {
  .hs-navbar-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 1rem;
  }
  .hs-navbar-center-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .hs-navbar-right-icons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* â”€â”€ Navbar logo: render crisply, never upscale/blur the source file â”€â”€ */
.navbar-glass img[alt] {
  /* smooth scaling: crisp-edges / optimize-contrast use nearest-neighbour and
     make a downscaled logo look pixelated */
  image-rendering: auto;
}

/* â”€â”€ Product variant cards (reference style) â”€â”€ */
.hs-variant-label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.hs-variant-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
@media (max-width: 480px) {
  .hs-variant-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hs-variant-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  min-height: 72px;
  padding: 0.8rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 28, 0.65);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.15s ease;
}
.hs-variant-tile:hover:not(:disabled) {
  border-color: rgba(91, 143, 255, 0.35);
  background: rgba(12, 18, 38, 0.8);
}
.hs-variant-tile.is-active {
  border-color: rgba(108, 195, 240, 0.75) !important;
  background: rgba(14, 20, 42, 0.92) !important;
  box-shadow: 0 0 0 1px rgba(108, 195, 240, 0.3), 0 0 16px rgba(108, 195, 240, 0.22) !important;
}
.hs-variant-tile:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.hs-variant-tile-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}
.hs-variant-tile-prices {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.hs-variant-tile-price-slash {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: line-through;
}
.hs-variant-tile-price {
  font-size: 0.95rem;
  font-weight: 800;
  color: rgb(var(--cl-accent));
}

/* ── Variant list: vertical rows (reference style, image 2) ── */
.hs-variant-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.hs-variant-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 28, 0.65);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hs-variant-row:hover:not(:disabled) {
  border-color: rgba(91, 143, 255, 0.35);
  background: rgba(12, 18, 38, 0.8);
}
.hs-variant-row.is-active {
  border-color: rgba(108, 195, 240, 0.75) !important;
  background: rgba(14, 20, 42, 0.92) !important;
  box-shadow: 0 0 0 1px rgba(108, 195, 240, 0.3), 0 0 16px rgba(108, 195, 240, 0.22) !important;
}
.hs-variant-row:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.hs-variant-row-left {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.hs-variant-row-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.hs-variant-row-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
.hs-variant-badge {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgb(var(--cl-t-accent));
  background: rgb(var(--cl-accent));
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  white-space: nowrap;
}
.hs-variant-row-perday {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
}
.hs-variant-row-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.hs-variant-row-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  color: transparent;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
  flex-shrink: 0;
}
.hs-variant-row.is-active .hs-variant-row-check {
  border-color: rgb(var(--cl-accent));
  background: rgb(var(--cl-accent));
  color: rgb(var(--cl-t-accent));
}

/* ── Price header: lighter background + a punchier display font ── */
.hs-price-header {
  background: linear-gradient(160deg, rgba(var(--cl-accent), 0.16), rgba(var(--cl-card), 0.55)) !important;
  border-color: rgba(var(--cl-accent), 0.18) !important;
}
.hs-price-value {
  font-family: 'Russo One', 'Play', sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #fff 20%, rgb(var(--cl-accent)) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 24px rgba(var(--cl-accent), 0.35);
}

/* ── Variant rows: lighter surface so the block doesn't read as solid black ── */
.hs-variant-row {
  background: rgba(var(--cl-card), 0.55);
}
.hs-variant-row:hover:not(:disabled) {
  background: rgba(var(--cl-card), 0.75);
}

/* ── Hero: remove old card backgrounds (scoped to hero only) ── */
.hs-hero .bg-card\/75 {
  background: transparent !important;
  border: none !important;
}

/* â”€â”€ Stats strip â”€â”€ */
.stats-strip {
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: rgba(108, 195, 240,0.03);
}
.stats-strip .stat-val {
  background: linear-gradient(135deg, #8fd8fb 0%, #6cc3f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  filter: drop-shadow(0 0 12px rgba(108, 195, 240,0.6));
}
.stats-strip .stat-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-top: 0.3rem;
}

/* â”€â”€ Marquee â”€â”€ */
@keyframes cheatcorex-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.hs-marquee-wrap {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.012);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.hs-marquee-track {
  display: flex;
  width: max-content;
  animation: cheatcorex-marquee 22s linear infinite;
  will-change: transform;
}
.hs-marquee-track:hover { animation-play-state: paused; }
.hs-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 2rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  letter-spacing: 0.03em;
}
.hs-marquee-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6cc3f0;
  box-shadow: 0 0 6px rgba(108, 195, 240,0.8);
  flex-shrink: 0;
}

/* â”€â”€ Section title with accent underline â”€â”€ */
.hs-section-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) { .hs-section-title { font-size: 2.25rem; } }
.hs-section-line {
  display: block;
  width: 48px;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, transparent, #6cc3f0, transparent);
  margin-top: 0.4rem;
}

/* â”€â”€ Product cards â”€â”€ */
.product-card,
a[href*="/product/"],
a[href="javascript:void(0);"] {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  background: rgba(15, 10, 30, 0.7) !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}
.product-card::after,
a[href*="/product/"]::after,
a[href="javascript:void(0);"]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: translateX(-200%) skewX(-18deg);
  transition: transform 0.32s ease;
  pointer-events: none;
  z-index: 2;
}
.product-card:hover::after,
a[href*="/product/"]:hover::after,
a[href="javascript:void(0);"]:hover::after {
  transform: translateX(400%) skewX(-18deg);
}

/* ── Product page: main image shine-on-hover ── */
.hs-pimg-shine {
  position: relative;
  overflow: hidden;
}
.hs-pimg-shine::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: translateX(-200%) skewX(-18deg);
  transition: transform 0.32s ease;
  pointer-events: none;
  z-index: 5;
}
.hs-pimg-shine:hover::after {
  transform: translateX(400%) skewX(-18deg);
}
.hs-safe-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(74,222,128,0.3);
  border-radius: 9999px;
  padding: 3px 10px 3px 7px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #4ade80;
  letter-spacing: 0.04em;
}
.hs-status-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid;
  border-radius: 9999px;
  padding: 3px 10px 3px 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
.hs-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: hs-badge-pulse 2.5s ease-in-out infinite;
}
a[href*="/product/"]:hover,
a[href="javascript:void(0);"]:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(108, 195, 240, 0.35) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5), 0 0 28px rgba(108, 195, 240,0.1) !important;
}

/* card image zoom */
a[href*="/product/"] img,
a[href="javascript:void(0);"] img {
  transition: transform 0.4s ease !important;
}
a[href*="/product/"]:hover img,
a[href="javascript:void(0);"]:hover img {
  transform: scale(1.04) !important;
}

/* ── Redesigned product card body ── */
.hs-pcard-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hs-pcard-subline {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.74rem;
  font-weight: 600;
}
.hs-pcard-subline svg {
  flex-shrink: 0;
}
.hs-pcard-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin: 0.15rem 0;
}
.hs-pcard-price-block {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.hs-pcard-price-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.hs-pcard-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: rgb(var(--cl-accent));
  line-height: 1.1;
}
.hs-pcard-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.product-card:hover .hs-pcard-icon-btn {
  border-color: rgba(108, 195, 240, 0.35);
  color: rgb(var(--cl-accent));
}
.hs-pcard-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 34px;
  padding: 0 0.9rem;
  border-radius: 8px;
  background: rgb(var(--cl-accent));
  color: rgba(var(--cl-t-accent), 1);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  transition: filter 0.2s ease, transform 0.15s ease;
}
.product-card:hover .hs-pcard-view-btn {
  filter: brightness(1.08);
}

/* â”€â”€ Card price â”€â”€ */
.text-accent-500 {
  color: #6cc3f0 !important;
}

/* ── Buttons ── */
.bg-accent-500,
button.bg-accent-500,
a.bg-accent-500 {
  background-color: #6cc3f0 !important;
  transition: box-shadow 0.2s ease, transform 0.15s ease !important;
}
.bg-accent-500:hover,
button.bg-accent-500:hover,
a.bg-accent-500:hover {
  background-color: #6cc3f0 !important;
  box-shadow: 0 6px 18px rgba(108, 195, 240, 0.3) !important;
  transform: translateY(-2px) !important;
}

/* ── Primary CTA — faceted panel + core dot, matches logo mark ── */
.btn-primary,
.cc-cta:not(.cc-cta--outline) {
  position: relative !important;
  border: none !important;
  border-radius: 0 !important;
  clip-path: polygon(var(--cc-cut) 0, 100% 0, 100% calc(100% - var(--cc-cut)), calc(100% - var(--cc-cut)) 100%, 0 100%, 0 var(--cc-cut)) !important;
  background: linear-gradient(135deg, var(--cc-blue-300) 0%, var(--cc-blue-500) 55%, var(--cc-blue-700) 100%) !important;
  color: #071523 !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 10px 26px rgba(108, 195, 240, 0.22) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}
.btn-primary::after,
.cc-cta:not(.cc-cta--outline)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.9), 0 0 16px 4px rgba(108, 195, 240, 0.8);
  transform: translate(50%, -50%);
  opacity: 0.6;
  pointer-events: none;
}
.btn-primary:hover,
.cc-cta:not(.cc-cta--outline):hover:not(:disabled) {
  transform: translateY(-2px) !important;
  filter: brightness(1.08);
  box-shadow: 0 14px 34px rgba(108, 195, 240, 0.4) !important;
}
.btn-primary:hover::after,
.cc-cta:not(.cc-cta--outline):hover:not(:disabled)::after {
  animation: cc-core-pulse 1.4s ease-in-out infinite;
}
.cc-cta:disabled {
  filter: grayscale(0.4);
  box-shadow: none !important;
}

/* ── Secondary CTA — faceted ghost panel, same silhouette as primary ── */
.btn-outline,
a.btn-outline,
.cc-cta.cc-cta--outline {
  position: relative !important;
  border: 1px solid rgba(var(--cl-accent), 0.5) !important;
  border-radius: 0 !important;
  clip-path: polygon(var(--cc-cut) 0, 100% 0, 100% calc(100% - var(--cc-cut)), calc(100% - var(--cc-cut)) 100%, 0 100%, 0 var(--cc-cut)) !important;
  background: rgba(11, 24, 38, 0.55) !important;
  color: rgb(var(--cl-accent)) !important;
  font-weight: 700 !important;
  transition: box-shadow 0.2s ease, transform 0.15s ease, background 0.2s ease, border-color 0.2s ease !important;
}
.btn-outline::after,
a.btn-outline::after,
.cc-cta.cc-cta--outline::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 6px 1px rgba(108, 195, 240, 0.7);
  transform: translate(50%, -50%);
  opacity: 0.5;
  pointer-events: none;
}
.btn-outline:hover,
a.btn-outline:hover,
.cc-cta.cc-cta--outline:hover:not(:disabled) {
  background: rgba(108, 195, 240, 0.12) !important;
  border-color: rgba(var(--cl-accent), 0.85) !important;
  color: rgb(var(--cl-accent)) !important;
  box-shadow: 0 8px 24px rgba(108, 195, 240, 0.18) !important;
  transform: translateY(-2px) !important;
}
.cc-cta.cc-cta--outline:hover:not(:disabled)::after {
  animation: cc-core-pulse 1.4s ease-in-out infinite;
}

.border-accent-500 { border-color: #6cc3f0 !important; }

/* â”€â”€ Buy Now pill + cart icon button (product page) â”€â”€ */
.hs-buy-row {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
}
.hs-buy-pill {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  height: 48px;
  padding: 0 1.5rem;
  border-radius: 9999px;
  border: none;
  background: linear-gradient(135deg, #8fd8fb 0%, #6cc3f0 100%);
  color: #071523;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 26px rgba(108, 195, 240, 0.22);
}
.hs-buy-pill:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 32px rgba(108, 195, 240, 0.35);
}
.hs-buy-pill:disabled {
  opacity: 0.5;
  filter: grayscale(0.3);
  cursor: not-allowed;
  transform: none;
}
.hs-cart-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}
.hs-cart-icon-btn:hover:not(:disabled) {
  border-color: rgba(108, 195, 240, 0.5);
  color: rgb(var(--cl-accent));
  background: rgba(108, 195, 240, 0.08);
  transform: translateY(-2px);
}
.hs-cart-icon-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.ring-accent-500   { --tw-ring-color: #6cc3f0 !important; }

/* â”€â”€ Feature cards â”€â”€ */
.feature-card {
  background: rgba(15, 10, 30, 0.55) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.feature-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(108, 195, 240,0.3) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35), 0 0 20px rgba(108, 195, 240,0.1) !important;
}
.feature-icon {
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 1rem !important;
  background: rgba(108, 195, 240,0.1) !important;
  border: 1px solid rgba(108, 195, 240,0.2) !important;
  border-radius: 14px !important;
  transition: background 0.2s, box-shadow 0.2s !important;
}
.feature-card:hover .feature-icon {
  background: rgba(108, 195, 240,0.18) !important;
  box-shadow: 0 0 20px rgba(108, 195, 240,0.28) !important;
}

/* â”€â”€ Feedback cards â”€â”€ */
.feedback-card {
  background: rgba(15, 10, 30, 0.55) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  transition: transform 0.2s ease, border-color 0.2s ease !important;
}
.feedback-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(108, 195, 240,0.25) !important;
}

/* â”€â”€ Discord community banner â”€â”€ */
.discord-banner {
  background: linear-gradient(135deg, rgba(108, 195, 240,0.14) 0%, rgba(108, 195, 240,0.04) 100%) !important;
  border: 1px solid rgba(108, 195, 240,0.25) !important;
}

/* â”€â”€ Footer â”€â”€ */
footer {
  background: rgba(10, 8, 20, 0.6) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-top: 1px solid rgba(108, 195, 240,0.14) !important;
  border-radius: 0 !important;
}

/* â”€â”€ Scrollbar â”€â”€ */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(108, 195, 240,0.35); border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: rgba(108, 195, 240,0.65); }

/* â”€â”€ Input focus â”€â”€ */
input:focus, textarea:focus, select:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(108, 195, 240,0.4) !important;
}

/* ── Hero button sizing (shape/color handled by the faceted CTA rules above) ── */
.btn-primary {
  padding: 0.9rem 2.2rem !important;
  font-size: 1rem !important;
}

/* â”€â”€ Marquee full-width â”€â”€ */
.hs-marquee-wrap {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-top: 2rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent) !important;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent) !important;
}
.hs-marquee-item {
  font-size: 0.82rem !important;
  color: rgba(255,255,255,0.55) !important;
  font-weight: 700 !important;
  padding: 0.75rem 2.2rem !important;
}
.hs-marquee-dot {
  background: rgb(var(--cl-accent)) !important;
  box-shadow: 0 0 6px rgba(var(--cl-accent),0.8) !important;
}

/* â”€â”€ Product page tabs (CheatCoreX brand pills) â”€â”€ */
.hs-tab-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.55rem !important;
  margin-bottom: 1.25rem !important;
}
.hs-tab-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  padding: 0.55rem 1.15rem !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-left: 2px solid transparent !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s !important;
  white-space: nowrap !important;
  color: rgba(255, 255, 255, 0.45) !important;
}
.hs-tab-btn:hover {
  color: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(108, 195, 240, 0.25) !important;
  border-left-color: rgba(108, 195, 240, 0.55) !important;
  background: rgba(108, 195, 240, 0.08) !important;
}
.hs-tab-btn.active {
  color: rgb(var(--cl-accent)) !important;
  background: rgba(108, 195, 240, 0.12) !important;
  border-color: rgba(108, 195, 240, 0.3) !important;
  border-left: 2px solid rgb(var(--cl-accent)) !important;
  box-shadow: inset 0 0 16px rgba(108, 195, 240, 0.12) !important;
}
.hs-tab-btn .hs-tab-icon {
  width: 14px !important;
  height: 14px !important;
  stroke: rgba(255, 255, 255, 0.4) !important;
  transition: stroke 0.2s !important;
  flex-shrink: 0 !important;
}
.hs-tab-btn.active .hs-tab-icon {
  stroke: rgb(var(--cl-accent)) !important;
}

/* â”€â”€ Product features tab (CheatCoreX capability panels) â”€â”€ */
.hs-cap-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.25rem;
}
.hs-cap-panel {
  background: rgba(var(--cl-card), 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 1.1rem 1.15rem 1.15rem;
  position: relative;
  overflow: hidden;
}
.hs-cap-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(108, 195, 240, 0.07) 0%, transparent 55%);
  pointer-events: none;
}
.hs-cap-panel--wide .hs-cap-groups {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .hs-cap-panel--wide .hs-cap-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hs-cap-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
.hs-cap-mark {
  display: block;
  width: 4px;
  height: 18px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #8fd8fb 0%, #6cc3f0 100%);
  box-shadow: 0 0 12px rgba(108, 195, 240, 0.65);
  flex-shrink: 0;
}
.hs-cap-badge {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  background: rgba(108, 195, 240, 0.15);
  border: 1px solid rgba(108, 195, 240, 0.28);
  color: rgba(255, 255, 255, 0.55);
}
.hs-cap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  position: relative;
  z-index: 1;
}
.hs-cap-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.15s;
}
.hs-cap-tag:hover {
  background: rgba(108, 195, 240, 0.12);
  border-color: rgba(108, 195, 240, 0.35);
  box-shadow: 0 0 14px rgba(108, 195, 240, 0.2);
  transform: translateY(-1px);
}
.hs-cap-group-label {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  position: relative;
  z-index: 1;
}
.hs-cap-group + .hs-cap-group {
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 640px) {
  .hs-cap-panel--wide .hs-cap-group + .hs-cap-group {
    padding-top: 0;
    border-top: none;
  }
  .hs-cap-panel--wide .hs-cap-group:nth-child(n+3) {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
}
/* â”€â”€ Pill buttons: Apply, Reset, Filters â”€â”€ */

/* Apply button (type=submit inside filter forms) — compact faceted CTA */
button[type="submit"].bg-accent-500,
button[type="submit"][class*="bg-accent"] {
  position: relative !important;
  border-radius: 0 !important;
  clip-path: polygon(var(--cc-cut-sm) 0, 100% 0, 100% calc(100% - var(--cc-cut-sm)), calc(100% - var(--cc-cut-sm)) 100%, 0 100%, 0 var(--cc-cut-sm)) !important;
  padding: 0.55rem 1.5rem !important;
  background: linear-gradient(135deg, var(--cc-blue-300) 0%, var(--cc-blue-500) 55%, var(--cc-blue-700) 100%) !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(108, 195, 240, 0.2) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  transition: box-shadow 0.2s, transform 0.15s, filter 0.2s !important;
  color: #071523 !important;
}
button[type="submit"].bg-accent-500:hover,
button[type="submit"][class*="bg-accent"]:hover {
  filter: brightness(1.08);
  box-shadow: 0 10px 26px rgba(108, 195, 240, 0.35) !important;
  transform: translateY(-2px) !important;
}

/* Reset link — squared chip with brand accent bar (not a pill) */
a[href*="/products"][class*="accent-500"] {
  border-radius: 4px !important;
  padding: 0.55rem 1.5rem !important;
  background: rgba(108, 195, 240,0.08) !important;
  border: 1px solid rgba(108, 195, 240,0.25) !important;
  border-left: 2px solid rgba(108, 195, 240,0.7) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #8fd8fb !important;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s, border-color 0.2s !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.5rem !important;
}
a[href*="/products"][class*="accent-500"]:hover {
  background: rgba(108, 195, 240,0.16) !important;
  border-color: rgba(108, 195, 240,0.4) !important;
  border-left-color: #8fd8fb !important;
  box-shadow: 0 0 18px rgba(108, 195, 240,0.22) !important;
  transform: translateY(-2px) !important;
}

/* Filters toggle button (mobile) — squared chip with brand accent bar */
button[x-on\:click="openFiltersModal"],
button[\@click="openFiltersModal"] {
  border-radius: 4px !important;
  padding: 0.5rem 1.25rem !important;
  background: rgba(108, 195, 240,0.1) !important;
  border: 1px solid rgba(108, 195, 240,0.25) !important;
  border-left: 2px solid rgba(108, 195, 240,0.7) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #8fd8fb !important;
  transition: background 0.2s, box-shadow 0.2s, border-color 0.2s !important;
}
button[x-on\:click="openFiltersModal"]:hover,
button[\@click="openFiltersModal"]:hover {
  background: rgba(108, 195, 240,0.2) !important;
  border-left-color: #8fd8fb !important;
  box-shadow: 0 0 16px rgba(108, 195, 240,0.25) !important;
}

/* â”€â”€ Hide View Details button on product cards â”€â”€ */
.card-cta {
  display: none !important;
}

/* â”€â”€ Category filter pills (products page sidebar) â”€â”€ */
.hs-cat-filter-pills {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.hs-cat-filter-pill {
  display: block;
  width: 100%;
  padding: 0.45rem 1rem;
  border-radius: 4px;
  border-left: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  background: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.hs-cat-filter-pill:hover {
  color: rgba(255,255,255,0.85);
  background: rgba(108, 195, 240,0.08);
  border-color: rgba(108, 195, 240,0.2);
  border-left-color: rgba(108, 195, 240,0.55);
}
.hs-cat-filter-pill--active {
  color: rgb(var(--cl-accent)) !important;
  background: rgba(108, 195, 240,0.12) !important;
  border-color: rgba(108, 195, 240,0.3) !important;
  border-left: 2px solid rgb(var(--cl-accent)) !important;
  box-shadow: inset 0 0 16px rgba(108, 195, 240, 0.1);
  font-weight: 700;
}
.hs-cat-filter-pill--active:hover {
  box-shadow: inset 0 0 16px rgba(108, 195, 240, 0.15), 0 0 14px rgba(108, 195, 240, 0.2);
}

/* marquee removed */
.hs-marquee-wrap,.hs-marquee-track,.hs-marquee-item{display:none!important}
/* ── Smooth scrolling handled by Lenis (see layouts/master.njk) ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  transition: background-color 0.3s ease;
}

/* ── Smooth cross-page navigation (progressive enhancement) ── */
@view-transition {
  navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.28s;
  animation-timing-function: ease;
}

/* ── Cursor glow (logo palette: light blue) ── */
#cc-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 40;
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.35s ease, width 0.25s ease, height 0.25s ease;
  background: radial-gradient(circle,
              rgba(143, 216, 251, 0.16) 0%,
              rgba(108, 195, 240, 0.10) 32%,
              rgba(108, 195, 240, 0.035) 60%,
              rgba(108, 195, 240, 0) 72%);
  mix-blend-mode: screen;
}
#cc-cursor-glow.cc-cursor-glow--active {
  width: 460px;
  height: 460px;
}
@media (hover: none), (pointer: coarse) {
  #cc-cursor-glow { display: none; }
}

/* ── Lenis smooth-scroll: required base styles ── */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* ── Guides page: category groups + cards ── */
.hs-guides-wrap {
  max-width: 960px;
  margin: 2rem auto 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.hs-guide-group-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}
.hs-guide-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6cc3f0;
  box-shadow: 0 0 8px rgba(108, 195, 240, 0.7);
}
.hs-guide-group-header h3 {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
}
.hs-guide-count {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 0.1rem 0.55rem;
}
.hs-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
  gap: 1.25rem;
}
.hs-guide-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 10, 30, 0.55);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.hs-guide-card:hover {
  border-color: rgba(108, 195, 240, 0.35);
  background: rgba(108, 195, 240, 0.05);
  transform: translateY(-2px);
}
.hs-guide-card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(108, 195, 240, 0.12);
  color: #6cc3f0;
  font-size: 1rem;
}
.hs-guide-card-title {
  flex: 1;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}
.hs-guide-card-open {
  flex-shrink: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #6cc3f0;
  white-space: nowrap;
}

/* ── Guide photo cards (image on top, dark footer bar) ── */
.hs-guide-photo-card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 10, 30, 0.55);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.hs-guide-photo-card:hover {
  border-color: rgba(108, 195, 240, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.hs-guide-photo {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-guide-photo--empty {
  color: #6cc3f0;
  font-size: 3rem;
  background: linear-gradient(135deg, rgba(108, 195, 240, 0.12), rgba(108, 195, 240, 0.03));
}
.hs-guide-photo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.2rem 1.5rem;
}

/* Атрибут hidden должен всегда скрывать элемент (иначе display:flex у .hs-guides-wrap его перебивает) */
.hs-guides-wrap[hidden],
.hs-guide-detail[hidden],
#hs-guides-header[hidden] {
  display: none !important;
}

/* ── Guide detail view ── */
.hs-guide-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: color 0.15s ease;
}
.hs-guide-back:hover { color: #6cc3f0; }
.hs-guide-detail-body {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 10, 30, 0.5);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.hs-guide-placeholder-note {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  font-style: italic;
}
.hs-guide-detail-discord {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #8fd8fb 0%, #6cc3f0 55%, #3a93c9 100%);
  color: #071523;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
}

/* ── Guide detail: content (requirements, steps, checklist) ── */
.hs-guide-detail-sub {
  margin-top: 0.4rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}
.hs-guide-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.hs-guide-notice {
  padding: 1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(108, 195, 240, 0.3);
  background: rgba(108, 195, 240, 0.07);
}
.hs-guide-notice strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6cc3f0;
}
.hs-guide-notice p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.hs-guide-section {
  padding: 1.25rem 1.4rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 10, 30, 0.5);
}
.hs-guide-section h3 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.hs-guide-section-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: rgba(108, 195, 240, 0.15);
  border: 1px solid rgba(108, 195, 240, 0.4);
  color: #6cc3f0;
  font-size: 0.8rem;
  font-weight: 800;
}
.hs-guide-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: gstep;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.hs-guide-steps li {
  position: relative;
  padding-left: 2.2rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  counter-increment: gstep;
}
.hs-guide-steps li::before {
  content: counter(gstep);
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5rem;
}
.hs-guide-hint {
  margin-top: 0.9rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}
.hs-guide-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}
.hs-guide-checklist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.88rem;
}
.hs-guide-checklist li span { color: rgba(255, 255, 255, 0.6); }
.hs-guide-checklist li b { color: #fff; font-weight: 600; text-align: right; }
.hs-guide-help {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 520px) {
  .hs-guide-checklist li { flex-direction: column; align-items: flex-start; gap: 0.15rem; }
  .hs-guide-checklist li b { text-align: left; }
}

/* ── Guide detail: centered header, big photo, requirements table ── */
.hs-guide-detail {
  max-width: 820px;
  margin: 1rem auto 4rem;
}
.hs-guide-detail-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}
.hs-guide-crumbs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}
.hs-guide-crumbs a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.15s ease;
}
.hs-guide-crumbs a:hover { color: #6cc3f0; }
.hs-guide-detail-eyebrow {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6cc3f0;
}
.hs-guide-detail-head h2 {
  font-size: clamp(2.2rem, 7vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}
.hs-guide-detail-sub {
  max-width: 620px;
  margin: 0.9rem auto 0;
}
.hs-guide-detail-photo {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16 / 9;
  margin: 2rem auto 0;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.hs-guide-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}
.hs-guide-detail-actions .hs-guide-back { margin: 0; }

.hs-guide-reqs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.1rem;
  border-radius: 24px;
  border: 1px solid rgba(108, 195, 240, 0.2);
  background: rgba(10, 14, 30, 0.75);
}
.hs-guide-reqs-head {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0.9rem 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(108, 195, 240, 0.7);
}
.hs-guide-req {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
}
.hs-guide-req span {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.hs-guide-pill {
  flex-shrink: 0;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hs-guide-pill--on {
  color: #7ff0cf;
  background: rgba(45, 212, 160, 0.13);
  border-color: rgba(45, 212, 160, 0.4);
}
.hs-guide-pill--off {
  color: #ffb1c0;
  background: rgba(255, 80, 110, 0.13);
  border-color: rgba(255, 80, 110, 0.4);
}
@media (max-width: 520px) {
  .hs-guide-req { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}

/* ── Guide: download button (accent gradient pill) ── */
.hs-guide-download {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-width: min(100%, 320px);
  padding: 1rem 2.25rem;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #8fd8fb 0%, #6cc3f0 55%, #3a93c9 100%);
  color: #071523;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(108, 195, 240, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.hs-guide-download-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
}
.hs-guide-download-inner i { font-size: 1rem; }
.hs-guide-download:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 14px 38px rgba(108, 195, 240, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.hs-guide-download:active { transform: translateY(0); }
