html,
body {
  margin: 0;
  padding: 0;
  background: #05040b;
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}
/* Simple static header for this standalone page */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(10, 0, 32, 1);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.04); */
  backdrop-filter: blur(16px);

  border-bottom: 1px solid #503200;
}

.site-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header-logo-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 30px;
  color: #fcca38;
}

.site-header-logo-link .ff-efef {
  display: inline-block;
  line-height: 1;
}

.site-logo {
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f9e3b0;
}

.site-nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.site-nav a {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: rgba(235, 235, 255, 0.8);
}

.site-nav a[aria-current="page"] {
  color: #f9e3b0;
}

.site-nav a:hover {
  color: #ffffff;
}
.site-nav .play-now {
  padding: 8px 16px;
  color: black;
}

/* FOOTER */

.contact-section {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #000;
  color: #fff;
  flex-direction: column;
  min-height: 330px;
}
.contact-section .content-container {
  font-size: 12px;
  line-height: 1.8em;
  max-width: 800px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.contact-section .social-links {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.contact-section .social-links a {
  font-size: 20px;      /* icon size */
  text-decoration: none;
  color: #fff;
}

.contact-section .social-links a:hover {
  color: #b8790e;
  transform: translateY(-1px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.footer-links a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.8));
  color: #fff;
  text-decoration: none;
  transition: background 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  white-space: nowrap;
}

.footer-links a:hover {
  background: radial-gradient(circle at top left, rgba(245, 196, 67, 0.22), rgba(0, 0, 0, 0.9));
  border-color: rgba(245, 196, 67, 0.9);
  color: #fbe8b8;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
}

.compliance-disclaimer {
  font-size: 10px;
  text-align: center;
  line-height: 1.4em;
  margin: 16px 0;
}

.compliance-disclaimer a {
  color: #fff;
  text-decoration: underline;
}
/* ABOUT PAGE CORE */

.about {
  min-height: 100vh;
  padding: 2rem 1.5rem 4rem;
  background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.08), transparent 55%),
    radial-gradient(circle at bottom right, rgba(146, 61, 255, 0.12), #05040b 60%);
  color: #f5f5ff;
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero {
  max-width: 1100px;
  margin: 0 auto 3rem auto;
}

.heroInner {
  padding: 2.75rem 2rem 2.5rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 12, 32, 0.9), rgba(32, 19, 61, 0.98));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.65);
  /* border: 1px solid rgba(255, 255, 255, 0.06); */
  position: relative;
  overflow: hidden;
  /* border: 5px solid rgb(80, 50, 0); */
  border-top: 5px solid rgb(80, 50, 0);
  border-bottom: 5px solid rgb(80, 50, 0);
}

.heroInner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 215, 0, 0.15), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}

.heroInner > * {
  position: relative;
  z-index: 1;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}

.heroTitle {
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  letter-spacing: 0.04em;
  margin: 0 0 1rem;
  color: #fff7e6;
}
.heroLogo {
  display: flex;
  align-items: center;
}

.heroSubtitle {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 720px;
  color: rgba(235, 235, 255, 0.9);
  margin-bottom: 1.5rem;
}

.heroBadge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.55rem 1.25rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: radial-gradient(circle at top left, #f5c443, #f28c3f);
  color: #211515;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
}

.introSection {
  max-width: 960px;
  margin: 0 auto 3.5rem auto;
}

.introText h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f9e3b0;
}

.introText p {
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(235, 235, 255, 0.92);
  margin-bottom: 1rem;
}

.gridSection {
  max-width: 1100px;
  margin: 0 auto 3.5rem auto;
}

.sectionTitle {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #f9e3b0;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.card {
  background: linear-gradient(145deg, rgba(14, 10, 32, 0.96), rgba(20, 14, 48, 0.98));
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
}

.card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: #ffe4a1;
}

.card p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(225, 225, 245, 0.9);
}

.experienceSection {
  max-width: 960px;
  margin: 32px auto 3.5rem auto;
}

.experienceContent {
  background: linear-gradient(135deg, rgba(25, 16, 52, 0.98), rgba(44, 29, 90, 0.98));
  border-radius: 20px;
  padding: 2rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
}

.experienceContent h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f9e3b0;
}

.experienceContent p {
  font-size: 0.96rem;
  line-height: 1.8;
  color: rgba(235, 235, 255, 0.92);
  margin-bottom: 0.9rem;
}

.complianceSection {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 1rem;
}

/* GAMES SECTION */

.gamesSection {
  max-width: 1100px;
  margin: 0 auto 3.5rem auto;
}

.gamesHeader {
  margin-bottom: 1.5rem;
}

.gamesSubtitle {
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(235, 235, 255, 0.9);
  max-width: 720px;
}

.gamesStatus {
  font-size: 0.95rem;
  color: rgba(235, 235, 255, 0.85);
  margin-bottom: 1.5rem;
}

.gamesGrid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.gameCard {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 0.9rem;
  background: linear-gradient(145deg, rgba(11, 8, 26, 0.96), rgba(20, 12, 43, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, border-color 0.18s ease-out,
    background 0.18s ease-out;
}

.gameCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(245, 196, 67, 0.16), transparent 55%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease-out;
}

.gameCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.75);
  border-color: rgba(245, 196, 67, 0.65);
  background: linear-gradient(145deg, rgba(16, 10, 40, 0.98), rgba(28, 16, 56, 0.99));
}

.gameCard:hover::before {
  opacity: 1;
}

.gameThumb {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 55%);
  max-height: 300px;
  aspect-ratio: 16 / 9;
}

.gameThumb img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  display: block;
  object-fit: cover;
}

.gameBody {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.25rem 0.1rem 0;
  flex: 1;
}

.gameTitleRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.gameName {
  font-size: 1rem;
  margin: 0;
  color: #ffe4a1;
}

.gameDescription {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(225, 225, 245, 0.9);
  margin: 0;
}

.gameLongDescription {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(215, 215, 240, 0.9);
  margin: 0.25rem 0 0;
}

.gameMeta {
  list-style: none;
  padding: 0;
  margin: 0.35rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.78rem;
  color: rgba(225, 225, 245, 0.85);
}

.gameMetaItem .label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  color: rgba(249, 227, 176, 0.9);
  margin-right: 0.25rem;
}

.gameKeywords {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(210, 210, 235, 0.9);
}

.gameKeywords .label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  color: rgba(249, 227, 176, 0.9);
  margin-right: 0.25rem;
  display: inline-block;
}

.gameHashtags {
  margin: 0.3rem 0 0;
  font-size: 0.78rem;
  color: rgba(193, 198, 255, 0.95);
  word-break: break-word;
}

.gameAdHooks {
  list-style: none;
  padding: 0;
  margin: 0.45rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.45rem;
  font-size: 0.8rem;
  color: rgba(225, 225, 245, 0.9);
}

.gameAdHook {
  margin: 0.1rem 0;
  font-style: italic;
}

.gameLinks {
  margin-top: 0.35rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.gameLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 196, 67, 0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #f9e3b0;
  background: radial-gradient(circle at top left, rgba(245, 196, 67, 0.12), transparent 55%);
  transition: background 0.16s ease-out, color 0.16s ease-out, box-shadow 0.16s ease-out,
    transform 0.16s ease-out;
}

.gameLink:hover {
  background: radial-gradient(circle at top left, rgba(245, 196, 67, 0.2), transparent 55%);
  color: #fff7e6;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}

/* TMP STUFF */
.tmp-santa-1 {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.tmp-santa-1 img {
  width: 200px;
  height: auto;
  pointer-events: none;
}
.tmp-santa-1 .btn-claim {
  position: absolute;
  display: block;
  z-index: 1;
  top: 100px;
  left: 90px;
  width: 110px;
  height: 120px;
  /* background-color: red; */
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
  .tmp-santa-1 img {
    width: 100px;
  }
  .tmp-santa-1 .btn-claim {
    top: 10px;
    left: 10px;
  }
}
@media (min-width: 768px) { 
  .heroInner {
    padding: 3.25rem 3rem 3rem;
  }

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

@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
