:root {
  --ax7-bg-1: #1a1008;
  --ax7-bg-2: #2a1a0e;
  --ax7-card: #2d1e12;
  --ax7-line: rgba(255, 215, 0, 0.24);
  --ax7-line-strong: rgba(255, 215, 0, 0.46);
  --ax7-gold: #ffd700;
  --ax7-amber: #f59e0b;
  --ax7-cream: #fdf0d5;
  --ax7-muted: #e7cf9f;
  --ax7-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
  --ax7-radius: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  color: var(--ax7-cream);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 215, 0, 0.12),
      transparent 34%
    ),
    radial-gradient(
      circle at right 20%,
      rgba(245, 158, 11, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, var(--ax7-bg-1), var(--ax7-bg-2));
  min-height: 100vh;
}

body.ax7-no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.ax7-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ax7-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ax7-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  border-bottom: 1px solid transparent;
}

.ax7-site-header.ax7-header-solid {
  background: rgba(28, 16, 8, 0.94);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.36);
  border-color: rgba(255, 215, 0, 0.12);
  backdrop-filter: blur(10px);
}

.ax7-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
}

.ax7-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  text-decoration: none;
}

.ax7-logo-icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}

.ax7-logo-text {
  font-family: "Lora", serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ax7-cream);
}

.ax7-nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 215, 0, 0.36);
  border-radius: 50%;
  background: rgba(45, 30, 18, 0.88);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 0.23rem;
  flex-direction: column;
}

.ax7-nav-toggle span {
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: var(--ax7-cream);
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.ax7-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.ax7-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  color: #f1d6a5;
  transition: color 0.2s ease;
}

.ax7-nav a:hover,
.ax7-nav a:focus-visible {
  color: var(--ax7-amber);
}

.ax7-hero,
.ax7-page-hero {
  position: relative;
  overflow: hidden;
  padding: 7.75rem 0 4rem;
}

.ax7-hero::before,
.ax7-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 35%, black 38%, transparent 80%);
  opacity: 0.3;
  pointer-events: none;
}

.ax7-hero::after,
.ax7-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 25%,
      rgba(255, 215, 0, 0.28),
      transparent 18%
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(245, 158, 11, 0.24),
      transparent 20%
    ),
    linear-gradient(180deg, rgba(26, 16, 8, 0.2), rgba(26, 16, 8, 0.68));
  pointer-events: none;
}

.ax7-hero-shell,
.ax7-page-hero-shell {
  position: relative;
  z-index: 1;
}

.ax7-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(255, 215, 0, 0.34);
  border-radius: 999px;
  background: rgba(40, 22, 10, 0.72);
  color: #ffe7b7;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.ax7-hero h1,
.ax7-page-hero h1 {
  margin: 1rem 0 1rem;
  max-width: 11ch;
  font-family: "Lora", serif;
  font-size: clamp(1.18rem, 4.8vw, 4.25rem);
  line-height: 1.03;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ax7-hero-lead,
.ax7-page-hero p {
  max-width: 56rem;
  margin: 0;
  color: var(--ax7-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.ax7-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.ax7-button,
.ax7-link-button,
.ax7-form button,
.ax7-age-actions button,
.ax7-cookie-banner button,
.ax7-back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 215, 0, 0.55);
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  background: linear-gradient(135deg, #ffea84, #ffd700 52%, #f59e0b);
  color: #2a1809;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(245, 158, 11, 0.24);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.ax7-button:hover,
.ax7-link-button:hover,
.ax7-form button:hover,
.ax7-age-actions button:hover,
.ax7-cookie-banner button:hover,
.ax7-back-top:hover {
  transform: translateY(-2px) rotateY(180deg);
  filter: brightness(1.04);
  box-shadow: 0 18px 34px rgba(255, 204, 0, 0.34);
}

.ax7-button.ax7-button-ghost,
.ax7-cookie-banner button.ax7-cookie-secondary,
.ax7-age-actions button.ax7-age-leave {
  background: transparent;
  color: var(--ax7-cream);
  box-shadow: none;
}

.ax7-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.ax7-metric {
  min-width: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 215, 0, 0.22);
  border-radius: 22px;
  background: rgba(34, 20, 10, 0.76);
  box-shadow: var(--ax7-shadow);
}

.ax7-metric-number {
  display: block;
  font-family: "Lora", serif;
  font-size: clamp(1.55rem, 4vw, 2.5rem);
  line-height: 1;
  color: #fff1c4;
}

.ax7-metric-label {
  margin-top: 0.3rem;
  color: var(--ax7-muted);
  font-size: 0.92rem;
}

.ax7-hero-scene {
  position: relative;
  margin-top: 2.25rem;
  min-height: 13rem;
}

.ax7-chest-art {
  position: relative;
  width: min(460px, 100%);
  height: 220px;
}

.ax7-chest-art::before,
.ax7-chest-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 35%,
    #fff1bb,
    #ffd700 60%,
    #cc8c00 100%
  );
  box-shadow: 0 0 24px rgba(255, 215, 0, 0.3);
}

.ax7-chest-art::before {
  width: 40px;
  height: 40px;
  top: 18px;
  left: 40px;
}

.ax7-chest-art::after {
  width: 28px;
  height: 28px;
  top: 35px;
  left: 92px;
}

.ax7-chest-lid {
  position: absolute;
  left: 52px;
  top: 38px;
  width: 214px;
  height: 84px;
  border-radius: 24px 24px 10px 10px;
  background: linear-gradient(180deg, #f6dd78, #c48b05);
  border: 4px solid #6d390f;
  transform: rotate(-9deg);
  transform-origin: left bottom;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.18);
}

.ax7-chest-base {
  position: absolute;
  left: 44px;
  top: 96px;
  width: 252px;
  height: 112px;
  border-radius: 20px;
  background: linear-gradient(180deg, #8b4513, #4c240c);
  border: 4px solid #f6c53a;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32);
}

.ax7-chest-lock {
  position: absolute;
  left: 145px;
  top: 118px;
  width: 52px;
  height: 66px;
  border-radius: 16px;
  border: 4px solid #ffd700;
  background: #2b1407;
}

.ax7-chest-lock::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe58a, #f59e0b);
}

.ax7-coin-spray {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ax7-coin-spray span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 35%,
    #fff1bb,
    #ffd700 58%,
    #cc8c00 100%
  );
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.35);
}

.ax7-coin-spray span:nth-child(1) {
  width: 36px;
  height: 36px;
  left: 280px;
  top: 32px;
}

.ax7-coin-spray span:nth-child(2) {
  width: 26px;
  height: 26px;
  left: 330px;
  top: 72px;
}

.ax7-coin-spray span:nth-child(3) {
  width: 18px;
  height: 18px;
  left: 256px;
  top: 16px;
}

.ax7-coin-spray span:nth-child(4) {
  width: 22px;
  height: 22px;
  left: 10px;
  top: 116px;
}

.ax7-disclaimer-strip {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
  padding: 0.95rem 1.1rem;
  border-top: 1px solid rgba(255, 215, 0, 0.12);
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  background: rgba(31, 17, 8, 0.92);
  color: #f2d8aa;
  font-size: 0.92rem;
  line-height: 1.55;
}

.ax7-section {
  margin-bottom: 1.6rem;
  padding: 1.55rem;
  border: 1px solid var(--ax7-line);
  border-radius: var(--ax7-radius);
  background: linear-gradient(
    180deg,
    rgba(56, 35, 18, 0.96),
    rgba(37, 22, 12, 0.95)
  );
  box-shadow: var(--ax7-shadow);
}

.ax7-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.ax7-section h2 {
  margin: 0;
  font-family: "Lora", serif;
  font-size: clamp(1.2rem, 3vw, 2.25rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ax7-section-intro {
  margin: 0;
  color: var(--ax7-muted);
  line-height: 1.7;
  max-width: 52rem;
}

.ax7-card-grid,
.ax7-vault-grid,
.ax7-spotlight-grid,
.ax7-author-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ax7-methodology-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ax7-card {
  position: relative;
  overflow: hidden;
  padding: 1.3rem;
  border: 1px solid var(--ax7-line-strong);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 215, 0, 0.08),
      transparent 26%
    ),
    linear-gradient(180deg, rgba(58, 37, 19, 0.98), rgba(45, 30, 18, 0.98));
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.ax7-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(255, 215, 0, 0.16);
  border-radius: 18px;
  pointer-events: none;
}

.ax7-card:hover,
.ax7-card[data-hover="active"] {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.62);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28);
}

.ax7-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.ax7-brand-meta {
  min-width: 0;
  flex: 1 1 auto;
}

.ax7-brand-meta h3,
.ax7-spotlight-card h3,
.ax7-method-box h3,
.ax7-author-card h3,
.ax7-contact-panel h3,
.ax7-legal-panel h3 {
  margin: 0 0 0.35rem;
  font-family: "Lora", serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.ax7-brand-meta p,
.ax7-spotlight-card p,
.ax7-method-box p,
.ax7-author-card p,
.ax7-contact-panel p,
.ax7-legal-panel p,
.ax7-vault-card p {
  margin: 0;
  color: var(--ax7-muted);
  line-height: 1.65;
}

.ax7-score {
  min-width: 0;
  text-align: right;
}

.ax7-score strong {
  display: block;
  font-family: "Lora", serif;
  font-size: 1.7rem;
  color: #fff1c4;
}

.ax7-score span {
  color: var(--ax7-muted);
  font-size: 0.9rem;
}

.ax7-badge {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.4rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 215, 0, 0.12);
  color: #ffe8aa;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ax7-logo-wrap {
  padding: 6px;
  width: 140px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  flex-shrink: 0;
}

.ax7-logo-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
}

.ax7-bonus {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0.9rem;
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  background: rgba(19, 11, 6, 0.68);
  color: #fff0c4;
  font-weight: 700;
}

.ax7-pill-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.ax7-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #f7e4ba;
  font-size: 0.77rem;
}

.ax7-card-copy,
.ax7-vault-copy {
  position: relative;
  z-index: 1;
  color: var(--ax7-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.ax7-card-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
}

.ax7-card-disclaimer {
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
  color: #e8bf82;
  font-size: 0.82rem;
  line-height: 1.5;
}

.ax7-content-stack {
  display: grid;
  gap: 1rem;
}

.ax7-spotlight-card,
.ax7-bonus-lab,
.ax7-vault-card,
.ax7-method-box,
.ax7-author-card,
.ax7-contact-panel,
.ax7-legal-panel {
  padding: 1.25rem;
  border: 1px solid rgba(255, 215, 0, 0.18);
  border-radius: 22px;
  background: rgba(26, 14, 7, 0.7);
}

.ax7-spotlight-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 215, 0, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, rgba(56, 36, 17, 0.95), rgba(28, 16, 8, 0.92));
}

.ax7-spotlight-card::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -18px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.18), transparent 68%);
}

.ax7-spotlight-card .ax7-link-button {
  margin-top: 1rem;
}

.ax7-bonus-lab {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.ax7-form {
  display: grid;
  gap: 0.85rem;
}

.ax7-form label {
  display: grid;
  gap: 0.4rem;
  color: #ffebbd;
  font-weight: 700;
}

.ax7-form input,
.ax7-form textarea,
.ax7-form select {
  width: 100%;
  border: 1px solid rgba(255, 215, 0, 0.28);
  border-radius: 16px;
  background: rgba(16, 9, 5, 0.82);
  color: var(--ax7-cream);
  padding: 0.9rem 0.85rem;
  font: inherit;
}

.ax7-form input:focus,
.ax7-form textarea:focus,
.ax7-form select:focus {
  outline: 2px solid rgba(255, 215, 0, 0.34);
  outline-offset: 1px;
}

.ax7-bonus-result {
  display: grid;
  gap: 0.8rem;
}

.ax7-bonus-result-card {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(253, 240, 213, 0.08);
}

.ax7-bonus-result-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff1c4;
  font-size: 1.2rem;
}

.ax7-rg-wrap {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.ax7-rg-panel {
  padding: 1.2rem;
  border: 1px solid rgba(255, 215, 0, 0.18);
  border-radius: 22px;
  background: rgba(26, 14, 7, 0.68);
}

.ax7-rg-checklist {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.ax7-rg-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  min-width: 0;
}

.ax7-rg-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffe08c;
  font-weight: 800;
}

.ax7-reg-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 1rem;
}

.ax7-reg-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffe7b2;
  font-size: 0.78rem;
  text-decoration: none;
}

.ax7-method-box {
  min-height: 100%;
}

.ax7-method-copy {
  margin-top: 1rem;
  color: var(--ax7-muted);
  line-height: 1.75;
}

.ax7-author-role {
  color: #f7cb73;
  display: block;
  margin-bottom: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.ax7-faq-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.ax7-faq-item {
  border: 1px solid rgba(255, 215, 0, 0.18);
  border-radius: 18px;
  background: rgba(19, 11, 6, 0.68);
}

.ax7-faq-button {
  width: 100%;
  border: 0;
  background: none;
  color: var(--ax7-cream);
  text-align: left;
  padding: 1rem 1.1rem;
  font: inherit;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}

.ax7-faq-button span:last-child {
  color: var(--ax7-gold);
  font-size: 1.2rem;
}

.ax7-faq-panel {
  padding: 0 1.1rem 1rem;
  color: var(--ax7-muted);
  line-height: 1.7;
}

.ax7-faq-panel[hidden] {
  display: none;
}

.ax7-page-hero h1 {
  max-width: 14ch;
}

.ax7-legal-shell {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.ax7-legal-index {
  position: sticky;
  top: 6.5rem;
  align-self: start;
}

.ax7-legal-index a {
  display: block;
  padding: 0.58rem 0;
  color: #ffe0a3;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
}

.ax7-legal-panel p + p,
.ax7-contact-panel p + p {
  margin-top: 0.85rem;
}

.ax7-legal-panel ul,
.ax7-contact-panel ul {
  padding-left: 1.15rem;
  color: var(--ax7-muted);
}

.ax7-link-panel {
  padding: 1.1rem;
  border: 1px solid rgba(255, 215, 0, 0.18);
  border-radius: 20px;
  background: rgba(16, 9, 5, 0.62);
}

.ax7-link-panel a {
  color: #ffe7b2;
}

.ax7-contact-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.ax7-contact-panel strong {
  color: #fff1c4;
}

.ax7-site-footer {
  padding: 1rem 0 2rem;
}

.ax7-footer-box {
  padding: 1.4rem 1.55rem;
  border: 1px solid rgba(255, 215, 0, 0.18);
  border-radius: 24px;
  background: rgba(20, 11, 5, 0.92);
}

.ax7-footer-top,
.ax7-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}

.ax7-footer-top {
  justify-content: space-between;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.ax7-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Lora", serif;
  font-weight: 700;
  text-decoration: none;
}

.ax7-footer-title {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ax7-footer-links,
.ax7-footer-bottom {
  color: #f3d7a5;
  font-size: 0.92rem;
}

.ax7-footer-links a,
.ax7-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.ax7-footer-bottom {
  padding-top: 0.9rem;
  font-size: 0.85rem;
  line-height: 1.7;
}

.ax7-age-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.85);
}

body.ax7-no-scroll .ax7-age-overlay[data-ax7-age-state="pending"] {
  display: grid;
}

.ax7-age-overlay[data-ax7-age-state="confirmed"],
.ax7-age-overlay[data-ax7-age-state="hidden"] {
  display: none;
}

.ax7-age-box {
  width: min(540px, calc(100% - 24px));
  padding: 1.6rem;
  border: 1px solid rgba(255, 215, 0, 0.26);
  border-radius: 26px;
  background: linear-gradient(180deg, #2d1e12, #1c1108);
  text-align: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.ax7-age-box h2 {
  margin: 0 0 0.75rem;
  font-family: "Lora", serif;
  font-size: clamp(1.2rem, 4vw, 2rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ax7-age-box p {
  margin: 0;
  color: var(--ax7-muted);
  line-height: 1.7;
}

.ax7-age-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.ax7-cookie-banner {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(960px, calc(100% - 22px));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 14px 16px;
  border: 1px solid rgba(255, 215, 0, 0.24);
  border-radius: 22px;
  background: rgba(25, 14, 8, 0.96);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
}

.ax7-cookie-banner[data-ax7-cookie-state="hidden"] {
  display: none;
}

.ax7-cookie-banner p {
  flex: 1 1 440px;
  margin: 0;
  color: #f3d7a5;
  line-height: 1.6;
}

.ax7-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.ax7-back-top {
  position: fixed;
  right: 1rem;
  bottom: 1.2rem;
  z-index: 85;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.ax7-back-top.ax7-back-top-visible {
  opacity: 1;
  pointer-events: auto;
}

.ax7-back-top svg {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}

.ax7-back-top .ax7-back-label {
  position: relative;
  z-index: 1;
  font-size: 1rem;
}

.ax7-page-note {
  margin-top: 1rem;
  color: #e9c88f;
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .ax7-card-grid,
  .ax7-vault-grid,
  .ax7-spotlight-grid,
  .ax7-author-grid,
  .ax7-methodology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ax7-bonus-lab,
  .ax7-rg-wrap,
  .ax7-legal-shell,
  .ax7-contact-grid {
    grid-template-columns: 1fr;
  }

  .ax7-legal-index {
    position: static;
  }
}

@media (max-width: 900px) {
  .ax7-nav-toggle {
    display: inline-flex;
  }

  .ax7-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0.7rem;
    padding: 16px;
    border: 1px solid rgba(255, 215, 0, 0.18);
    border-radius: 20px;
    background: rgba(29, 16, 8, 0.97);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease;
  }

  .ax7-site-header.ax7-nav-open .ax7-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ax7-site-header.ax7-nav-open .ax7-nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .ax7-site-header.ax7-nav-open .ax7-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .ax7-site-header.ax7-nav-open .ax7-nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .ax7-card-grid,
  .ax7-vault-grid,
  .ax7-spotlight-grid,
  .ax7-author-grid,
  .ax7-methodology-grid {
    grid-template-columns: 1fr;
  }

  .ax7-hero,
  .ax7-page-hero {
    padding-top: 6.4rem;
  }
}

@media (max-width: 720px) {
  .ax7-section,
  .ax7-footer-box {
    padding: 1.05rem;
  }

  .ax7-card {
    padding: 1rem;
  }

  .ax7-card-actions,
  .ax7-section-heading,
  .ax7-footer-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  body {
    overflow-x: hidden;
  }
  .ax7-page {
    width: min(1180px, calc(100% - 12px));
  }
  .ax7-header-inner {
    padding: 0.65rem 0.75rem;
    gap: 0.5rem;
    position: relative;
  }
  .ax7-logo {
    min-width: 0;
    align-items: center;
  }
  .ax7-logo-text {
    font-size: clamp(0.58rem, 2.9vw, 0.78rem);
    letter-spacing: 0.05em;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .ax7-logo-icon {
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
  }
  .ax7-nav {
    left: 8px;
    right: 8px;
    padding: 12px;
  }
  .ax7-nav a {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    padding-block: 0.2rem;
  }
  .ax7-hero,
  .ax7-page-hero {
    padding: 4.75rem 0.6rem 2.5rem;
  }
  .ax7-hero h1,
  .ax7-page-hero h1 {
    font-size: clamp(1.05rem, 5.8vw, 2rem);
    letter-spacing: 0.055em;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .ax7-kicker {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    max-width: 100%;
  }
  .ax7-cta-row {
    gap: 0.65rem;
    margin-top: 1.35rem;
  }
  .ax7-button,
  .ax7-link-button,
  .ax7-form button,
  .ax7-age-actions button,
  .ax7-cookie-banner button,
  .ax7-back-top {
    padding: 0.72rem 1rem;
    font-size: 0.88rem;
  }
  .ax7-trustline {
    font-size: 0.82rem;
    padding-inline: 0.15rem;
  }
  .ax7-disclaimer-strip {
    padding: 0.7rem 0.75rem;
    font-size: 0.82rem;
  }
  .ax7-section {
    padding: 0.95rem 0.75rem;
    border-radius: 18px;
    margin-bottom: 1.25rem;
  }
  .ax7-section h2 {
    font-size: clamp(1.02rem, 4.8vw, 1.55rem);
    letter-spacing: 0.06em;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .ax7-methodology-table,
  table {
    font-size: 0.78rem;
    table-layout: fixed;
    width: 100%;
  }
  .ax7-methodology-table th,
  .ax7-methodology-table td,
  table th,
  table td {
    padding: 0.5rem 0.4rem;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .ax7-metric {
    padding: 1rem 0.75rem;
  }
  .ax7-metric-number {
    font-size: clamp(1.45rem, 7vw, 2.2rem);
  }
  .ax7-card {
    padding: 0.95rem 0.75rem;
    border-radius: 18px;
  }
  .ax7-card:hover,
  .ax7-card[data-hover="active"] {
    transform: none;
  }
  .ax7-card-top {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.55rem;
  }
  .ax7-score {
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
  }
  .ax7-badge {
    font-size: 0.65rem;
    padding: 0.32rem 0.55rem;
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }
  .ax7-score strong {
    font-size: 1.35rem;
  }
  .ax7-logo-wrap {
    width: min(140px, 100%);
    max-width: 100%;
    height: auto;
    min-height: 4.25rem;
  }
  .ax7-brand-meta {
    min-width: 0;
    width: 100%;
  }
  .ax7-bonus {
    padding: 0.65rem 0.7rem;
    font-size: 0.88rem;
  }
  .ax7-game-card,
  .ax7-news-item,
  .ax7-link-panel,
  .ax7-legal-panel,
  .ax7-contact-panel {
    padding: 0.95rem 0.75rem;
  }
  .ax7-cookie-banner {
    padding: 10px;
    gap: 10px;
    font-size: 0.84rem;
  }
  .ax7-cookie-banner p {
    margin: 0;
    flex: 1 1 100%;
    text-align: center;
  }
  .ax7-footer-box {
    padding: 1.15rem 0.75rem;
    border-radius: 20px;
  }
  .ax7-footer-title {
    letter-spacing: 0.08em;
    font-size: clamp(0.95rem, 4vw, 1.2rem);
    word-break: break-word;
  }
  .ax7-back-top {
    right: 0.45rem;
    bottom: 5.25rem;
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1.05rem;
  }
  .ax7-age-overlay {
    padding: 0.65rem;
  }
  .ax7-age-box {
    padding: 1.1rem 0.75rem;
  }
  .ax7-age-box h2 {
    font-size: clamp(1rem, 4.5vw, 1.35rem);
    letter-spacing: 0.06em;
    word-break: break-word;
  }
  .ax7-reg-badges {
    gap: 8px 10px;
  }
  .ax7-reg-badges img {
    width: 60px;
    height: 34px;
  }
  .ax7-rg-item {
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .ax7-rg-checklist {
    gap: 0.55rem;
    padding-inline: 0;
  }
  .ax7-rg-checklist li,
  .ax7-rg-checklist p {
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    min-width: 0;
  }
  .ax7-reg-badge {
    white-space: normal;
    text-align: center;
    padding: 0.28rem 0.5rem;
    font-size: 0.72rem;
    max-width: 100%;
    flex-shrink: 1;
  }
  .ax7-form input,
  .ax7-form textarea {
    padding: 0.75rem 0.65rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 380px) {
  .ax7-page {
    width: min(1180px, calc(100% - 8px));
  }
  .ax7-logo-text {
    font-size: 0.52rem;
    letter-spacing: 0.02em;
  }
  .ax7-hero h1,
  .ax7-page-hero h1 {
    font-size: clamp(1rem, 5.2vw, 1.75rem);
  }
  .ax7-header-inner {
    padding: 0.55rem 0.55rem;
  }
  .ax7-section,
  .ax7-card,
  .ax7-footer-box {
    padding-inline: 0.65rem;
  }
  .ax7-methodology-table th,
  .ax7-methodology-table td,
  table th,
  table td {
    padding: 0.42rem 0.32rem;
    font-size: 0.72rem;
  }
}

@media (max-width: 900px) {
  .ax7-header-inner {
    position: relative;
  }
}
