@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/Outfit-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/Fredoka-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Anton-Regular.woff2') format('woff2');
}

:root {
  --rag-bg-base: #0a1b24;
  --rag-bg-darker: #061118;
  --rag-bg-surface: #0e2430;
  --rag-bg-card: #122d3b;
  --rag-bg-card-hover: #17384a;
  --rag-bg-badge: #132b35;

  --rag-mint-primary: #72dec2;
  --rag-mint-bright: #98eed8;
  --rag-mint-dark: #3b8b78;
  --rag-mint-glow: rgba(114, 222, 194, 0.35);
  --rag-mint-border: #4d9c89;
  --rag-mint-border-subtle: rgba(114, 222, 194, 0.22);

  --rag-accent-gold: #fcd34d;
  --rag-accent-amber: #f59e0b;
  --rag-accent-pink: #f472b6;
  --rag-accent-cyan: #38bdf8;
  --rag-accent-lavender: #c084fc;

  --rag-text-main: #ffffff;
  --rag-text-light: #eaf6f4;
  --rag-text-body: #b2d4ce;
  --rag-text-dim: #709791;

  --rag-radius-pill: 9999px;
  --rag-radius-sm: 8px;
  --rag-radius-md: 14px;
  --rag-radius-lg: 20px;
  --rag-radius-xl: 28px;

  --rag-font-heading: 'Fredoka', 'Outfit', sans-serif;
  --rag-font-body: 'Outfit', sans-serif;
  --rag-container-max: 1220px;

  --rag-transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--rag-bg-base);
  color: var(--rag-text-light);
  overflow-x: hidden;
}

body {
  font-family: var(--rag-font-body);
  background-color: var(--rag-bg-base);
  color: var(--rag-text-light);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

.rag-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(1.5px 1.5px at 15% 15%, rgba(255,255,255,0.9) 100%, transparent),
    radial-gradient(1.5px 1.5px at 35% 55%, rgba(255,255,255,0.7) 100%, transparent),
    radial-gradient(2px 2px at 65% 25%, #98eed8 100%, transparent),
    radial-gradient(1.5px 1.5px at 85% 75%, rgba(255,255,255,0.8) 100%, transparent),
    radial-gradient(circle at 50% 10%, rgba(114, 222, 194, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #09171f 0%, #0c202a 50%, #071218 100%);
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
}

.rag-features-section,
.rag-faq-section,
.rag-legal-card {
  content-visibility: auto;
  contain-intrinsic-size: 0 400px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--rag-transition);
}

ul, ol {
  list-style: none;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

.rag-container {
  width: 100%;
  max-width: var(--rag-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--rag-font-heading);
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.rag-mockup-story-title-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.rag-mockup-story-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--rag-mint-primary);
  text-transform: uppercase;
  text-shadow: 0 0 16px var(--rag-mint-glow);
}

.rag-mockup-story-line {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--rag-mint-border) 0%, rgba(77, 156, 137, 0) 100%);
  border-radius: 2px;
}

.rag-mockup-char-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.rag-mockup-char-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--rag-mint-primary);
  text-transform: uppercase;
  text-shadow: 0 0 16px var(--rag-mint-glow);
}

.rag-mockup-char-line {
  flex: 1;
  max-width: 260px;
  height: 2px;
  background: var(--rag-mint-border);
  border-radius: 2px;
}

.rag-mockup-char-line.left {
  background: linear-gradient(90deg, rgba(77, 156, 137, 0) 0%, var(--rag-mint-border) 100%);
}

.rag-mockup-char-line.right {
  background: linear-gradient(90deg, var(--rag-mint-border) 0%, rgba(77, 156, 137, 0) 100%);
}

.rag-pill-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.45rem 1.6rem;
  background: var(--rag-bg-badge);
  border: 1.5px solid var(--rag-mint-border);
  border-radius: var(--rag-radius-pill);
  color: var(--rag-mint-bright);
  font-family: var(--rag-font-heading);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), inset 0 0 8px rgba(114, 222, 194, 0.1);
}

.rag-pill-badge.rag-badge-sm {
  padding: 0.25rem 0.9rem;
  font-size: 0.82rem;
}

.rag-site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(9, 23, 31, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rag-mint-border-subtle);
  transition: var(--rag-transition);
}

.rag-site-header.scrolled {
  background: rgba(6, 17, 24, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  border-bottom-color: var(--rag-mint-border);
}

.rag-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.rag-brand-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.rag-logo-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--rag-mint-primary) 0%, #1e6b5d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--rag-mint-bright);
  box-shadow: 0 0 15px var(--rag-mint-glow);
}

.rag-logo-badge svg {
  width: 26px;
  height: 26px;
  fill: #061118;
}

.rag-brand-text {
  display: flex;
  flex-direction: column;
}

.rag-brand-name {
  font-family: var(--rag-font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.rag-brand-name span {
  color: var(--rag-mint-primary);
}

.rag-brand-tagline {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--rag-mint-bright);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rag-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.rag-nav-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.rag-nav-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--rag-text-body);
  padding: 0.4rem 0.6rem;
  border-radius: var(--rag-radius-sm);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.rag-nav-link:hover, .rag-nav-link.active {
  color: var(--rag-mint-bright);
  text-shadow: 0 0 10px var(--rag-mint-glow);
}

.rag-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.rag-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--rag-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.65rem 1.6rem;
  border-radius: var(--rag-radius-pill);
  background: linear-gradient(180deg, var(--rag-mint-primary) 0%, #4cb099 100%);
  color: #06161d;
  border: 1.5px solid var(--rag-mint-bright);
  box-shadow: 0 4px 15px var(--rag-mint-glow);
  transition: var(--rag-transition);
}

.rag-btn-pill:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, var(--rag-mint-bright) 0%, var(--rag-mint-primary) 100%);
  box-shadow: 0 6px 22px rgba(114, 222, 194, 0.55);
}

.rag-btn-pill:active {
  transform: translateY(1px);
}

.rag-btn-pill.rag-btn-gold {
  background: linear-gradient(180deg, var(--rag-accent-gold) 0%, var(--rag-accent-amber) 100%);
  border-color: #fde68a;
  color: #1a1002;
  box-shadow: 0 4px 15px rgba(252, 211, 77, 0.35);
}

.rag-btn-pill.rag-btn-gold:hover {
  box-shadow: 0 6px 22px rgba(252, 211, 77, 0.55);
}

.rag-btn-pill.rag-btn-outline {
  background: rgba(14, 36, 48, 0.7);
  border: 1.5px solid var(--rag-mint-border);
  color: var(--rag-mint-bright);
  box-shadow: none;
}

.rag-btn-pill.rag-btn-outline:hover {
  background: rgba(114, 222, 194, 0.15);
  border-color: var(--rag-mint-bright);
  color: #ffffff;
}

.rag-btn-sm {
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
}

.rag-burger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 26px;
  padding: 3px 2px;
  z-index: 1100;
}

.rag-burger-bar {
  width: 100%;
  height: 2.5px;
  background-color: var(--rag-mint-primary);
  border-radius: 4px;
  transition: var(--rag-transition);
}

.rag-nav-backdrop {
  display: none;
}

.rag-ticker-wrap {
  background: #061118;
  border-bottom: 1px solid var(--rag-mint-border-subtle);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.5rem 0;
}

.rag-ticker-track {
  display: inline-flex;
  align-items: center;
  animation: ragTickerScroll 30s linear infinite;
}

.rag-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0 1.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--rag-mint-bright);
}

.rag-ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rag-mint-primary);
  box-shadow: 0 0 8px var(--rag-mint-primary);
}

@keyframes ragTickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.rag-fullwidth-hero {
  position: relative;
  width: 100%;
  min-height: 700px;
  height: 75vh;
  max-height: 850px;
  background: url('../images/hero_running_ghost.webp') center center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0 0;
}

.rag-fullwidth-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, transparent 0%, var(--rag-bg-base) 100%);
  pointer-events: none;
}

.rag-hero-top-badge-row {
  position: relative;
  z-index: 2;
  padding: 1rem 0;
}

.rag-tree-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(10, 27, 36, 0.85);
  backdrop-filter: blur(8px);
  border: 1.5px solid var(--rag-mint-border);
  padding: 0.4rem 1rem;
  border-radius: var(--rag-radius-md);
  color: var(--rag-mint-bright);
  font-family: var(--rag-font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.rag-hero-bottom-action-bar {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}

.rag-hero-bar-inner {
  background: rgba(8, 22, 30, 0.88);
  backdrop-filter: blur(12px);
  border: 1.5px solid var(--rag-mint-border);
  border-radius: var(--rag-radius-xl);
  padding: 1.5rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 25px var(--rag-mint-glow);
}

.rag-contact-details h3,
.rag-contact-details h4 {
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.rag-hero-bar-text h1 {
  font-size: 1.9rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.rag-hero-bar-text h1 span {
  color: var(--rag-mint-primary);
  text-shadow: 0 0 15px var(--rag-mint-glow);
}

.rag-hero-bar-text p {
  font-size: 0.95rem;
  color: var(--rag-text-body);
}

.rag-hero-bar-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.rag-mockup-story-section {
  padding: 4.5rem 0;
  border-bottom: 1px solid var(--rag-mint-border-subtle);
}

.rag-mockup-story-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
}

.rag-mockup-story-text-col {
  flex: 1 1 520px;
  display: flex;
  flex-direction: column;
}

.rag-story-lead {
  font-size: 1.12rem;
  color: var(--rag-text-light);
  line-height: 1.75;
  margin-bottom: 1.2rem;
}

.rag-story-lead strong {
  color: var(--rag-mint-primary);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.rag-mockup-island-col {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rag-island-art-wrap {
  width: 100%;
  max-width: 440px;
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.7));
}

.rag-island-art-wrap img {
  width: 100%;
  height: auto;
}

.rag-mockup-char-section {
  padding: 4.5rem 0;
}

.rag-mockup-char-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
}

.rag-mockup-char-art-col {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rag-char-badge-wrap {
  margin-bottom: 1.5rem;
}

.rag-mockup-ghosts-art-wrap {
  width: 100%;
  max-width: 460px;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.7));
}

.rag-mockup-ghosts-art-wrap img {
  width: 100%;
  height: auto;
}

.rag-mockup-char-text-col {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
}

.rag-mockup-char-text-col p {
  font-size: 1.12rem;
  color: var(--rag-text-light);
  line-height: 1.75;
}

.rag-cluck-spotlight-section {
  padding: 4.5rem 0;
  background: rgba(14, 36, 48, 0.4);
  border-top: 1px solid var(--rag-mint-border-subtle);
  border-bottom: 1px solid var(--rag-mint-border-subtle);
}

.rag-cluck-card-box {
  background: var(--rag-bg-surface);
  border: 1.5px solid var(--rag-mint-border);
  border-radius: var(--rag-radius-xl);
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6), 0 0 20px rgba(114, 222, 194, 0.15);
  display: flex;
  flex-wrap: wrap;
}

.rag-cluck-banner-col {
  flex: 1 1 480px;
}

.rag-cluck-banner-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rag-cluck-content-col {
  flex: 1 1 480px;
  padding: 3rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.rag-cluck-title {
  font-size: 2.2rem;
  color: #ffffff;
  margin: 0.8rem 0;
}

.rag-cluck-title span {
  color: var(--rag-accent-gold);
}

.rag-cluck-desc {
  font-size: 1.02rem;
  color: var(--rag-text-body);
  margin-bottom: 1.8rem;
  line-height: 1.65;
}

.rag-cluck-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  width: 100%;
  margin-bottom: 2rem;
}

.rag-cluck-feat-item {
  flex: 1 1 calc(50% - 0.85rem);
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--rag-text-light);
}

.rag-cluck-feat-item svg {
  width: 16px;
  height: 16px;
  color: var(--rag-mint-primary);
  flex-shrink: 0;
}

.rag-btn-google-play {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: #061118;
  color: #ffffff;
  border: 1.5px solid var(--rag-mint-border);
  border-radius: var(--rag-radius-md);
  padding: 0.65rem 1.4rem;
  transition: var(--rag-transition);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.rag-btn-google-play:hover {
  border-color: var(--rag-mint-bright);
  background: #0e2430;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--rag-mint-glow);
}

.rag-play-sub {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--rag-text-dim);
  display: block;
}

.rag-play-main {
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
}

.rag-games-section {
  padding: 4.5rem 0;
}

.rag-games-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.rag-section-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.rag-section-title span {
  color: var(--rag-mint-primary);
  text-shadow: 0 0 15px var(--rag-mint-glow);
}

.rag-section-subtitle {
  font-size: 1.05rem;
  color: var(--rag-text-body);
  max-width: 680px;
}

.rag-catalog-controls {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
  background: var(--rag-bg-surface);
  padding: 1.4rem;
  border-radius: var(--rag-radius-lg);
  border: 1px solid var(--rag-mint-border-subtle);
}

.rag-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.rag-filter-btn {
  padding: 0.55rem 1.2rem;
  border-radius: var(--rag-radius-pill);
  font-size: 0.88rem;
  font-weight: 600;
  background: var(--rag-bg-card);
  color: var(--rag-text-body);
  border: 1px solid var(--rag-mint-border-subtle);
  transition: var(--rag-transition);
}

.rag-filter-btn:hover {
  background: var(--rag-bg-card-hover);
  color: var(--rag-mint-bright);
  border-color: var(--rag-mint-border);
}

.rag-filter-btn.active {
  background: var(--rag-mint-primary);
  color: #06161d;
  border-color: var(--rag-mint-bright);
  font-weight: 700;
  box-shadow: 0 0 15px var(--rag-mint-glow);
}

.rag-search-box {
  position: relative;
  width: 100%;
}

.rag-search-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: var(--rag-text-dim);
  pointer-events: none;
}

.rag-search-box input {
  width: 100%;
  background: var(--rag-bg-darker);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-pill);
  padding: 0.75rem 1.2rem 0.75rem 2.8rem;
  color: var(--rag-text-light);
  outline: none;
  transition: var(--rag-transition);
}

.rag-search-box input:focus {
  border-color: var(--rag-mint-primary);
  box-shadow: 0 0 12px var(--rag-mint-glow);
}

.rag-games-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  width: 100%;
}

.rag-game-card {
  flex: 1 1 calc(33.333% - 1.8rem);
  min-width: 280px;
  max-width: calc(33.333% - 1.2rem);
  background: var(--rag-bg-surface);
  border: 1.5px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--rag-transition);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.rag-game-card:hover {
  transform: translateY(-5px);
  border-color: var(--rag-mint-border);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 20px rgba(114, 222, 194, 0.2);
}

.rag-game-thumb-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #061118;
}

.rag-game-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.rag-game-card:hover .rag-game-thumb {
  transform: scale(1.05);
}

.rag-game-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(9, 23, 31, 0.9);
  backdrop-filter: blur(6px);
  padding: 0.25rem 0.75rem;
  border-radius: var(--rag-radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rag-mint-bright);
  border: 1px solid var(--rag-mint-border);
}

.rag-game-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 20, 28, 0.8);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.rag-game-card:hover .rag-game-overlay {
  opacity: 1;
}

.rag-btn-play-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--rag-mint-primary);
  color: #06161d;
  padding: 0.65rem 1.4rem;
  border-radius: var(--rag-radius-pill);
  font-family: var(--rag-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  border: 1.5px solid var(--rag-mint-bright);
  box-shadow: 0 4px 15px var(--rag-mint-glow);
}

.rag-game-info {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.rag-game-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}

.rag-game-category {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rag-mint-primary);
  text-transform: uppercase;
}

.rag-game-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
}

.rag-game-name {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
  color: #ffffff;
}

.rag-game-desc {
  font-size: 0.88rem;
  color: var(--rag-text-body);
  line-height: 1.5;
  margin-bottom: 1.1rem;
  flex-grow: 1;
}

.rag-game-foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8rem;
  border-top: 1px solid var(--rag-mint-border-subtle);
}

.rag-game-plays {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: var(--rag-text-dim);
}

.rag-btn-card-launch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--rag-mint-bright);
  padding: 0.25rem 0.5rem;
  border-radius: var(--rag-radius-sm);
  transition: var(--rag-transition);
}

.rag-btn-card-launch:hover {
  background: rgba(114, 222, 194, 0.12);
  transform: translateX(3px);
}

.rag-features-section {
  padding: 4.5rem 0;
  background: var(--rag-bg-surface);
  border-top: 1px solid var(--rag-mint-border-subtle);
  border-bottom: 1px solid var(--rag-mint-border-subtle);
}

.rag-features-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  width: 100%;
}

.rag-feature-box {
  flex: 1 1 calc(25% - 1.8rem);
  min-width: 240px;
  background: var(--rag-bg-card);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-lg);
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  transition: var(--rag-transition);
}

.rag-feature-box:hover {
  transform: translateY(-4px);
  border-color: var(--rag-mint-border);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.rag-feat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(114, 222, 194, 0.12);
  border: 1px solid var(--rag-mint-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rag-mint-bright);
  margin-bottom: 1.2rem;
}

.rag-feature-box h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.rag-feature-box p {
  font-size: 0.92rem;
  color: var(--rag-text-body);
}

.rag-faq-section {
  padding: 4.5rem 0;
}

.rag-faq-wrap {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rag-faq-item {
  background: var(--rag-bg-surface);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-md);
  overflow: hidden;
  transition: var(--rag-transition);
}

.rag-faq-item.active {
  border-color: var(--rag-mint-border);
  background: var(--rag-bg-card);
}

.rag-faq-question {
  width: 100%;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-family: var(--rag-font-heading);
  font-size: 1.1rem;
  color: #ffffff;
}

.rag-faq-icon {
  width: 20px;
  height: 20px;
  color: var(--rag-mint-primary);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.rag-faq-item.active .rag-faq-icon {
  transform: rotate(180deg);
}

.rag-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.rag-faq-item.active .rag-faq-answer {
  max-height: 400px;
}

.rag-faq-answer-inner {
  padding: 0 1.5rem 1.3rem;
  font-size: 0.96rem;
  color: var(--rag-text-body);
  line-height: 1.65;
}

.rag-disclaimer-banner {
  background: var(--rag-bg-surface);
  border: 1.5px solid var(--rag-mint-border);
  border-radius: var(--rag-radius-lg);
  padding: 1.8rem 2rem;
  margin: 3.5rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(114, 222, 194, 0.1);
}

.rag-disclaimer-inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.rag-disclaimer-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--rag-mint-primary);
  color: #06161d;
  font-family: var(--rag-font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px var(--rag-mint-glow);
}

.rag-disclaimer-text h2,
.rag-disclaimer-text h3 {
  font-size: 1.15rem;
  color: var(--rag-accent-gold);
  margin-bottom: 0.4rem;
  letter-spacing: 0.5px;
}

.rag-disclaimer-text p {
  font-size: 0.92rem;
  color: var(--rag-text-body);
  line-height: 1.55;
}

.rag-site-footer {
  background: #050e14;
  border-top: 1px solid var(--rag-mint-border-subtle);
  padding: 4rem 0 2rem;
  width: 100%;
}

.rag-footer-compliance-box {
  background: var(--rag-bg-surface);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-md);
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 3rem;
}

.rag-compliance-group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.rag-compliance-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--rag-mint-bright);
  padding: 0.35rem 0.75rem;
  background: var(--rag-bg-card);
  border-radius: var(--rag-radius-sm);
  border: 1px solid var(--rag-mint-border-subtle);
}

.rag-compliance-link:hover {
  border-color: var(--rag-mint-primary);
  background: rgba(114, 222, 194, 0.12);
}

.rag-footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.rag-footer-col-brand {
  flex: 1 1 280px;
  max-width: 340px;
}

.rag-footer-col-brand p {
  font-size: 0.9rem;
  color: var(--rag-text-dim);
  line-height: 1.6;
  margin: 1rem 0 1.4rem;
}

.rag-footer-col-nav {
  flex: 1 1 160px;
}

.rag-footer-col-legal {
  flex: 1 1 180px;
}

.rag-footer-col-info {
  flex: 1 1 260px;
}

.rag-footer-title {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.4rem;
}

.rag-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--rag-mint-primary);
}

.rag-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.rag-footer-links a {
  font-size: 0.9rem;
  color: var(--rag-text-body);
}

.rag-footer-links a:hover {
  color: var(--rag-mint-bright);
  transform: translateX(3px);
}

.rag-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.rag-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: var(--rag-text-body);
}

.rag-contact-item svg {
  width: 16px;
  height: 16px;
  color: var(--rag-mint-primary);
  flex-shrink: 0;
  margin-top: 3px;
}

.rag-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  color: var(--rag-text-dim);
  flex-wrap: wrap;
  gap: 1rem;
}

.rag-game-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 12, 18, 0.92);
  backdrop-filter: blur(12px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.rag-game-modal.active {
  display: flex;
}

.rag-modal-content {
  width: 100%;
  max-width: 1080px;
  background: var(--rag-bg-base);
  border: 1.5px solid var(--rag-mint-border);
  border-radius: var(--rag-radius-xl);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 30px var(--rag-mint-glow);
  display: flex;
  flex-direction: column;
}

.rag-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.4rem;
  background: var(--rag-bg-surface);
  border-bottom: 1px solid var(--rag-mint-border-subtle);
}

.rag-modal-title-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.rag-modal-title {
  font-size: 1.2rem;
  color: #ffffff;
}

.rag-modal-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rag-modal-ctrl-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--rag-bg-card);
  border: 1px solid var(--rag-mint-border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rag-text-body);
  transition: var(--rag-transition);
}

.rag-modal-ctrl-btn:hover {
  background: var(--rag-mint-primary);
  color: #06161d;
}

.rag-modal-ctrl-btn.rag-close-btn:hover {
  background: #f43f5e;
  color: #ffffff;
  border-color: #f43f5e;
}

.rag-modal-ctrl-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.rag-modal-disclaimer {
  background: #061118;
  color: var(--rag-mint-bright);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  padding: 0.35rem 1rem;
  border-bottom: 1px solid var(--rag-mint-border-subtle);
}

.rag-game-iframe {
  width: 100%;
  height: 600px;
  border: none;
  background: #000000;
}

.rag-age-gate-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 9, 14, 0.95);
  backdrop-filter: blur(16px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.rag-age-gate-modal.show {
  display: flex;
}

.rag-age-gate-card {
  width: 100%;
  max-width: 480px;
  background: var(--rag-bg-surface);
  border: 1.5px solid var(--rag-mint-border);
  border-radius: var(--rag-radius-xl);
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 35px var(--rag-mint-glow);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rag-age-shield-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--rag-mint-primary);
  color: #06161d;
  font-family: var(--rag-font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  box-shadow: 0 4px 18px var(--rag-mint-glow);
}

.rag-age-title {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.rag-age-text {
  font-size: 0.95rem;
  color: var(--rag-text-body);
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.rag-age-actions {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.rag-age-actions button {
  flex: 1;
}

.rag-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(150%);
  width: calc(100% - 40px);
  max-width: 880px;
  background: rgba(10, 27, 36, 0.96);
  backdrop-filter: blur(14px);
  border: 1px solid var(--rag-mint-border);
  border-radius: var(--rag-radius-lg);
  padding: 1.2rem 1.6rem;
  z-index: 9000;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 20px var(--rag-mint-glow);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.rag-cookie-banner.show {
  transform: translateX(-50%) translateY(0);
}

.rag-cookie-content {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex: 1;
  min-width: 280px;
}

.rag-cookie-icon {
  width: 32px;
  height: 32px;
  color: var(--rag-mint-bright);
  flex-shrink: 0;
}

.rag-cookie-text p {
  font-size: 0.88rem;
  color: var(--rag-text-light);
  line-height: 1.5;
}

.rag-cookie-text a {
  color: var(--rag-mint-bright);
  text-decoration: underline;
}

.rag-cookie-btns {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.rag-page-hero {
  padding: 4rem 0 3rem;
  background: linear-gradient(180deg, #050d13 0%, var(--rag-bg-base) 100%);
  border-bottom: 1px solid var(--rag-mint-border-subtle);
  text-align: center;
}

.rag-page-hero-inner {
  max-width: 800px;
  margin: 0 auto;
}

.rag-page-hero-title {
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.rag-page-hero-title span {
  color: var(--rag-mint-primary);
  text-shadow: 0 0 15px var(--rag-mint-glow);
}

.rag-page-hero-desc {
  font-size: 1.05rem;
  color: var(--rag-text-body);
  line-height: 1.6;
}

.rag-legal-layout {
  padding: 4rem 0 5rem;
}

.rag-legal-card {
  background: var(--rag-bg-surface);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-xl);
  padding: 3rem 2.8rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
}

.rag-legal-meta-box {
  background: var(--rag-bg-card);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-md);
  padding: 1.1rem 1.4rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--rag-text-body);
}

.rag-legal-section-block {
  margin-bottom: 2.8rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--rag-mint-border-subtle);
}

.rag-legal-section-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rag-legal-heading-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.rag-legal-num-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(114, 222, 194, 0.12);
  border: 1px solid var(--rag-mint-border);
  color: var(--rag-mint-bright);
  font-family: var(--rag-font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rag-legal-title {
  font-size: 1.45rem;
  color: #ffffff;
}

.rag-legal-text {
  font-size: 0.98rem;
  color: var(--rag-text-body);
  line-height: 1.7;
  margin-bottom: 0.9rem;
}

.rag-legal-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 1.1rem 0;
  padding-left: 1.2rem;
}

.rag-legal-list li {
  position: relative;
  font-size: 0.94rem;
  color: var(--rag-text-body);
  line-height: 1.6;
  padding-left: 1.1rem;
}

.rag-legal-list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rag-mint-primary);
}

.rag-legal-callout {
  background: rgba(114, 222, 194, 0.08);
  border-left: 3px solid var(--rag-mint-primary);
  border-radius: 0 var(--rag-radius-sm) var(--rag-radius-sm) 0;
  padding: 1.1rem 1.4rem;
  margin: 1.4rem 0;
  color: var(--rag-text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}

.rag-contact-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.rag-contact-info-panel {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rag-contact-card-item {
  background: var(--rag-bg-surface);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-lg);
  padding: 1.5rem 1.6rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.rag-contact-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(114, 222, 194, 0.12);
  border: 1px solid var(--rag-mint-border);
  color: var(--rag-mint-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rag-contact-details h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: #ffffff;
}

.rag-contact-details p, .rag-contact-details a {
  font-size: 0.92rem;
  color: var(--rag-text-body);
  line-height: 1.55;
}

.rag-contact-form-panel {
  flex: 1 1 480px;
  background: var(--rag-bg-surface);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-xl);
  padding: 2.5rem 2.2rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
}

.rag-form-group {
  margin-bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.rag-form-group label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--rag-text-light);
}

.rag-form-control {
  width: 100%;
  background: var(--rag-bg-darker);
  border: 1px solid var(--rag-mint-border-subtle);
  border-radius: var(--rag-radius-md);
  padding: 0.8rem 1rem;
  color: var(--rag-text-light);
  outline: none;
  transition: var(--rag-transition);
}

.rag-form-control:focus {
  border-color: var(--rag-mint-primary);
  box-shadow: 0 0 14px var(--rag-mint-glow);
}

textarea.rag-form-control {
  min-height: 130px;
  resize: vertical;
}

.rag-form-toast {
  display: none;
  background: rgba(114, 222, 194, 0.15);
  border: 1px solid var(--rag-mint-primary);
  border-radius: var(--rag-radius-md);
  padding: 0.9rem 1.2rem;
  color: var(--rag-mint-bright);
  font-size: 0.92rem;
  margin-bottom: 1.4rem;
}

.rag-form-toast.show {
  display: block;
}

@media (max-width: 991px) {
  .rag-container {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .rag-nav-wrap {
    height: 64px;
  }

  .rag-brand-logo {
    gap: 0.6rem;
  }

  .rag-logo-badge {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .rag-logo-badge svg {
    width: 20px;
    height: 20px;
  }

  .rag-brand-name {
    font-size: 1.15rem;
  }

  .rag-brand-tagline {
    font-size: 0.65rem;
  }

  .rag-burger-btn {
    display: flex;
    position: relative;
    z-index: 10005;
    width: 38px;
    height: 28px;
    padding: 3px 2px;
    cursor: pointer;
  }

  .rag-burger-bar {
    width: 100%;
    height: 3px;
    background-color: var(--rag-mint-bright);
    border-radius: 4px;
    transition: transform 0.3s ease, opacity 0.2s ease, background-color 0.3s ease;
  }

  .rag-burger-btn.active .rag-burger-bar:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
    background-color: #ffffff;
  }

  .rag-burger-btn.active .rag-burger-bar:nth-child(2) {
    opacity: 0;
  }

  .rag-burger-btn.active .rag-burger-bar:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
    background-color: #ffffff;
  }

  .rag-nav-backdrop {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 64px);
    background: rgba(3, 9, 14, 0.75);
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s;
  }

  .rag-nav-backdrop.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .rag-nav-menu {
    position: fixed;
    top: 64px;
    right: -100%;
    width: 310px;
    max-width: 88vw;
    height: calc(100vh - 64px);
    background: #081721;
    border-left: 2px solid var(--rag-mint-primary);
    border-bottom: 2px solid var(--rag-mint-border);
    padding: 1.8rem 1.6rem 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.8rem;
    z-index: 9995;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.25s ease, visibility 0.3s;
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.85);
    overflow-y: auto;
  }

  .rag-nav-menu.active {
    right: 0;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .rag-nav-list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.5rem;
  }

  .rag-nav-link {
    font-size: 1.08rem;
    font-weight: 700;
    color: #ffffff;
    width: 100%;
    padding: 0.75rem 0.9rem;
    border-radius: var(--rag-radius-md);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    text-shadow: none;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .rag-nav-link:hover {
    background: rgba(114, 222, 194, 0.1);
    color: var(--rag-mint-bright);
    text-shadow: none;
  }

  .rag-nav-link.active {
    background: rgba(114, 222, 194, 0.18);
    color: var(--rag-mint-bright);
    border-left: 3px solid var(--rag-mint-primary);
    text-shadow: none;
  }

  .rag-nav-actions {
    width: 100%;
    margin-top: 0.5rem;
  }

  .rag-nav-actions .rag-btn-pill {
    width: 100%;
    padding: 0.75rem 1.4rem;
    font-size: 1rem;
    color: #06161d;
    background: var(--rag-mint-primary);
    box-shadow: 0 4px 15px rgba(114, 222, 194, 0.4);
  }

  .rag-fullwidth-hero {
    min-height: 460px;
    height: auto;
    padding: 1rem 0 0;
  }

  .rag-hero-bar-inner {
    padding: 1.1rem 1.3rem;
    border-radius: var(--rag-radius-lg);
    gap: 1rem;
  }

  .rag-hero-bar-text h1 {
    font-size: 1.45rem;
  }

  .rag-hero-bar-text p {
    font-size: 0.88rem;
  }

  .rag-mockup-story-section,
  .rag-mockup-char-section,
  .rag-cluck-spotlight-section,
  .rag-games-section,
  .rag-features-section,
  .rag-faq-section,
  .rag-legal-layout {
    padding: 2.5rem 0;
  }

  .rag-mockup-story-flex,
  .rag-mockup-char-flex,
  .rag-contact-flex {
    gap: 2rem;
  }

  .rag-mockup-story-title,
  .rag-mockup-char-title {
    font-size: 1.85rem;
    letter-spacing: 1px;
  }

  .rag-section-title {
    font-size: 1.65rem;
  }

  .rag-section-subtitle {
    font-size: 0.92rem;
  }

  .rag-story-lead,
  .rag-mockup-char-text-col p {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0.9rem;
  }

  .rag-game-card {
    flex: 1 1 calc(50% - 1.2rem);
    min-width: 240px;
    max-width: 100%;
  }

  .rag-feature-box {
    flex: 1 1 calc(50% - 1.2rem);
    min-width: 220px;
    padding: 1.3rem 1.1rem;
  }

  .rag-cluck-content-col {
    padding: 1.8rem 1.4rem;
  }

  .rag-cluck-title {
    font-size: 1.65rem;
  }

  .rag-cluck-desc {
    font-size: 0.92rem;
    margin-bottom: 1.2rem;
  }

  .rag-page-hero {
    padding: 2.5rem 0 2rem;
  }

  .rag-page-hero-title {
    font-size: 1.85rem;
  }

  .rag-page-hero-desc {
    font-size: 0.92rem;
  }

  .rag-legal-card {
    padding: 1.8rem 1.4rem;
    border-radius: var(--rag-radius-lg);
  }

  .rag-legal-title {
    font-size: 1.2rem;
  }

  .rag-legal-text,
  .rag-legal-list li {
    font-size: 0.9rem;
  }

  .rag-contact-form-panel {
    padding: 1.8rem 1.4rem;
  }

  .rag-footer-compliance-box {
    padding: 0.9rem 1.1rem;
    margin-bottom: 2rem;
  }

  .rag-site-footer {
    padding: 2.8rem 0 1.5rem;
  }

  .rag-footer-flex {
    gap: 1.8rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 640px) {
  .rag-container {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .rag-mockup-story-title-wrap {
    gap: 0.8rem;
    margin-bottom: 1.4rem;
  }

  .rag-mockup-story-title,
  .rag-mockup-char-title {
    font-size: 1.55rem;
  }

  .rag-mockup-char-title-wrap {
    gap: 0.9rem;
    margin-bottom: 1.8rem;
  }

  .rag-mockup-char-line {
    max-width: 60px;
  }

  .rag-section-title {
    font-size: 1.45rem;
  }

  .rag-hero-bar-inner {
    padding: 0.9rem 1rem;
  }

  .rag-hero-bar-text h1 {
    font-size: 1.25rem;
  }

  .rag-hero-bar-text p {
    font-size: 0.82rem;
  }

  .rag-hero-bar-btns {
    width: 100%;
    gap: 0.6rem;
  }

  .rag-hero-bar-btns .rag-btn-pill {
    width: 100%;
  }

  .rag-pill-badge {
    padding: 0.3rem 1.1rem;
    font-size: 0.85rem;
  }

  .rag-btn-pill {
    padding: 0.55rem 1.2rem;
    font-size: 0.88rem;
  }

  .rag-games-flex-wrap,
  .rag-features-flex {
    gap: 1.2rem;
  }

  .rag-game-card {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .rag-game-info {
    padding: 0.95rem;
  }

  .rag-game-name {
    font-size: 1.05rem;
  }

  .rag-game-desc {
    font-size: 0.82rem;
  }

  .rag-feature-box {
    flex: 1 1 100%;
    padding: 1.1rem 0.95rem;
  }

  .rag-feature-box h3 {
    font-size: 1.05rem;
  }

  .rag-feature-box p {
    font-size: 0.85rem;
  }

  .rag-cluck-card-box {
    border-radius: var(--rag-radius-lg);
  }

  .rag-cluck-content-col {
    padding: 1.3rem 1rem;
  }

  .rag-cluck-title {
    font-size: 1.4rem;
  }

  .rag-cluck-feat-item {
    flex: 1 1 100%;
    font-size: 0.85rem;
  }

  .rag-faq-question {
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
  }

  .rag-faq-answer-inner {
    padding: 0 1rem 0.9rem;
    font-size: 0.85rem;
  }

  .rag-disclaimer-banner {
    padding: 1.1rem 1rem;
    margin: 2rem 0;
    border-radius: var(--rag-radius-md);
  }

  .rag-disclaimer-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }

  .rag-disclaimer-badge {
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
  }

  .rag-disclaimer-text h3 {
    font-size: 1.05rem;
  }

  .rag-disclaimer-text p {
    font-size: 0.82rem;
  }

  .rag-footer-col-brand,
  .rag-footer-col-nav,
  .rag-footer-col-legal,
  .rag-footer-col-info {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .rag-legal-card {
    padding: 1.3rem 1rem;
  }

  .rag-legal-section-block {
    margin-bottom: 1.8rem;
    padding-bottom: 1.5rem;
  }

  .rag-legal-num-badge {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    border-radius: 7px;
  }

  .rag-legal-title {
    font-size: 1.05rem;
  }

  .rag-legal-text,
  .rag-legal-list li {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .rag-contact-card-item {
    padding: 1.1rem 1rem;
    gap: 0.8rem;
  }

  .rag-contact-details h4 {
    font-size: 0.98rem;
  }

  .rag-contact-details p {
    font-size: 0.84rem;
  }

  .rag-contact-form-panel {
    padding: 1.3rem 1rem;
  }

  .rag-form-group label {
    font-size: 0.82rem;
  }

  .rag-form-control {
    padding: 0.65rem 0.85rem;
    font-size: 0.88rem;
  }

  .rag-age-gate-card {
    padding: 1.8rem 1.2rem;
  }

  .rag-age-title {
    font-size: 1.35rem;
  }

  .rag-age-text {
    font-size: 0.85rem;
  }

  .rag-age-actions {
    flex-direction: column;
    gap: 0.6rem;
  }

  .rag-cookie-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .rag-cookie-text p {
    font-size: 0.8rem;
  }

  .rag-cookie-btns {
    justify-content: stretch;
    gap: 0.5rem;
  }

  .rag-cookie-btns button {
    flex: 1;
  }
}
