/* ==========================================================================
   SELF-HOSTED LOCAL FONTS (PERFORMANCE OPTIMIZED)
   ========================================================================== */

/* Outfit: 400, 500, 600, 700 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Outfit - Latin Extended */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Plus Jakarta Sans: 600, 700, 800 */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Plus Jakarta Sans - Latin Extended */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Plus Jakarta Sans - Cyrillic Extended */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-cyrillic.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

:root {
  --color-bg-base: #070b12;
  --color-bg-surface: #0e1624;
  --color-bg-card: #131f32;
  --color-bg-card-hover: #192942;
  --color-bg-card-active: #1e314f;
  --color-border-subtle: #1e2c42;
  --color-border-hover: #2e4466;
  --color-border-gold: #d4af37;
  
  --color-gold: #e5b84c;
  --color-gold-hover: #f3c75d;
  --color-gold-glow: rgba(229, 184, 76, 0.18);
  --color-gold-deep: #a88126;
  
  --color-cyan: #00e5ff;
  --color-cyan-hover: #33ecff;
  --color-cyan-glow: rgba(0, 229, 255, 0.25);
  --color-cyan-deep: #008ba3;

  --color-amber: #ffd600;
  --color-amber-hover: #ffdf33;
  --color-amber-glow: rgba(255, 214, 0, 0.25);
  
  --color-emerald: #10b981;
  --color-emerald-glow: rgba(16, 185, 129, 0.16);
  --color-crimson: #ef4444;
  --color-blue: #3b82f6;

  --color-text-main: #f8fafc;
  --color-text-body: #94a3b8;
  --color-text-muted: #64748b;
  --color-text-dim: #475569;

  --font-family-headings: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-body: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-mono: "SF Mono", "Fira Code", Monaco, Consolas, monospace;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 22px;

  --transition-fast: 0.18s ease;
  --transition-normal: 0.28s cubic-bezier(0.16, 1, 0.3, 1);

  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.35);
  --shadow-elevated: 0 12px 35px rgba(0, 0, 0, 0.5);
  --shadow-gold: 0 4px 25px rgba(229, 184, 76, 0.18);

  --container-max-width: 1240px;
  --header-height: 78px;
}

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

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

body {
  font-family: var(--font-family-body);
  font-size: 1rem;
  line-height: 1.6;
  background-color: var(--color-bg-base);
  color: var(--color-text-body);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-headings);
  color: var(--color-text-main);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
  color: var(--color-text-body);
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--color-gold);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-gold-hover);
}

ul, ol {
  padding-left: 1.4rem;
  margin-bottom: 1.2rem;
}

li {
  margin-bottom: 0.4rem;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
}

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

.site-main {
  flex: 1 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background-color: rgba(7, 11, 18, 0.96);
  border-bottom: 1px solid var(--color-border-subtle);
  transition: border-color var(--transition-fast), height var(--transition-fast);
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height, 78px);
  gap: 0.75rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-family-headings);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-text-main);
  text-decoration: none;
  min-width: 0;
  flex-shrink: 0;
}

.brand-symbol {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #1b283d 0%, #0d1624 100%);
  border: 1px solid var(--color-border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(229, 184, 76, 0.2);
  overflow: hidden;
}

.brand-symbol svg {
  width: 20px;
  height: 20px;
  fill: var(--color-gold);
}

.brand-logo-img {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--color-cyan);
  object-fit: cover;
  box-shadow: 0 0 12px var(--color-cyan-glow);
  display: block;
  flex-shrink: 0;
}

.brand-title {
  color: var(--color-text-main);
  font-family: var(--font-family-headings);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.brand-prefix {
  color: var(--color-cyan);
  text-shadow: 0 0 10px var(--color-cyan-glow);
  font-weight: 800;
}

.brand-name {
  color: var(--color-text-main);
  font-weight: 800;
}

.brand-title-accent {
  color: var(--color-amber);
  text-shadow: 0 0 10px var(--color-amber-glow);
  font-weight: 800;
}

.brand-domain-tag {
  font-family: var(--font-family-mono);
  font-size: 0.72rem;
  color: var(--color-cyan);
  margin-left: 0.4rem;
  padding: 0.15rem 0.45rem;
  background-color: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-radius: 4px;
  letter-spacing: 0.04em;
  display: inline-block;
}

.domain-harmony-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(90deg, rgba(7, 11, 18, 0.95) 0%, rgba(14, 22, 36, 0.95) 50%, rgba(7, 11, 18, 0.95) 100%);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.5rem;
  margin: 1.75rem 0 0;
  flex-wrap: wrap;
}

.harmony-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.harmony-keyword {
  font-family: var(--font-family-mono);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.harmony-pill.cyan .harmony-keyword {
  background: rgba(0, 229, 255, 0.15);
  color: var(--color-cyan);
  border: 1px solid rgba(0, 229, 255, 0.4);
}

.harmony-pill.platinum .harmony-keyword {
  background: rgba(248, 250, 252, 0.12);
  color: #f8fafc;
  border: 1px solid rgba(248, 250, 252, 0.3);
}

.harmony-pill.amber .harmony-keyword {
  background: rgba(255, 214, 0, 0.15);
  color: var(--color-amber);
  border: 1px solid rgba(255, 214, 0, 0.4);
}

.harmony-desc {
  font-size: 0.82rem;
  color: var(--color-text-body);
  font-weight: 500;
}

.harmony-divider {
  color: var(--color-border-hover);
  font-size: 1rem;
}

.main-navigation {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
}

.nav-link {
  font-family: var(--font-family-headings);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text-body);
  transition: color var(--transition-fast);
  position: relative;
  padding: 0.4rem 0;
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-text-main);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-gold);
  border-radius: 2px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.age-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background-color: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-sm);
  letter-spacing: 0.04em;
}

.age-badge svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.mobile-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--color-border-subtle);
  color: var(--color-text-main);
  padding: 0.5rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.mobile-nav-toggle svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--font-family-headings);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-decoration: none;
  line-height: 1.2;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.btn-primary {
  background: linear-gradient(180deg, #f0c451 0%, #d49f2b 100%);
  color: #070b12;
  border-color: #f0c451;
  box-shadow: 0 3px 12px rgba(229, 184, 76, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #f7d066 0%, #dfaa37 100%);
  color: #05080e;
  box-shadow: 0 5px 18px rgba(229, 184, 76, 0.45);
  transform: translateY(-1px);
}

.btn-secondary {
  background-color: var(--color-bg-card);
  color: var(--color-text-main);
  border-color: var(--color-border-subtle);
}

.btn-secondary:hover {
  background-color: var(--color-bg-card-hover);
  border-color: var(--color-border-hover);
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-accent-playmarket {
  background: linear-gradient(135deg, #01875f 0%, #006747 100%);
  color: #ffffff;
  border-color: #02a373;
  box-shadow: 0 4px 16px rgba(1, 135, 95, 0.35);
  padding: 0.85rem 1.6rem;
}

.btn-accent-playmarket:hover {
  background: linear-gradient(135deg, #02a574 0%, #017752 100%);
  color: #ffffff;
  box-shadow: 0 6px 22px rgba(1, 135, 95, 0.5);
  transform: translateY(-1px);
}

.btn-danger {
  background-color: var(--color-crimson);
  color: #ffffff;
}

.btn-sm {
  font-size: 0.85rem;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  font-size: 1.05rem;
  padding: 0.95rem 1.85rem;
  border-radius: var(--radius-md);
}

.mandatory-disclaimer-box {
  background-color: rgba(19, 31, 50, 0.85);
  border: 1px solid var(--color-border-gold);
  border-left: 4px solid var(--color-gold);
  padding: 1rem 1.25rem;
  border-radius: var(--radius-sm);
  margin: 1.25rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.disclaimer-icon {
  width: 22px;
  height: 22px;
  color: var(--color-gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.disclaimer-title {
  font-family: var(--font-family-headings);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #cbd5e1;
  margin: 0;
}

.hero-section {
  padding: 4rem 0 3.5rem;
  position: relative;
  background: #060a12;
  border-bottom: 1px solid var(--color-border-subtle);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.hero-badge-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background-color: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  color: var(--color-text-main);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
}

.hero-pill.gold {
  border-color: var(--color-border-gold);
  color: var(--color-gold);
}

.hero-pill svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.hero-title {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.hero-title span {
  color: var(--color-gold);
}

.hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--color-text-body);
  margin-bottom: 2rem;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.hero-trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--color-border-subtle);
}

.trust-metric-item {
  display: flex;
  flex-direction: column;
}

.trust-metric-value {
  font-family: var(--font-family-headings);
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
}

.trust-metric-label {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.hero-visual-panel {
  background: linear-gradient(145deg, #101c2e 0%, #0a111c 100%);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-elevated);
  position: relative;
}

.hero-visual-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--color-border-subtle);
}

.visual-header-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--color-text-main);
}

.visual-status-pill {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  background-color: rgba(16, 185, 129, 0.12);
  color: var(--color-emerald);
  border-radius: 4px;
}

.visual-status-pill.live-pulse {
  background-color: rgba(0, 229, 255, 0.12);
  color: var(--color-cyan);
  border: 1px solid rgba(0, 229, 255, 0.3);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.visual-status-pill.live-pulse::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--color-cyan);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--color-cyan);
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1.5px solid var(--color-cyan);
  box-shadow: 0 6px 25px rgba(0, 229, 255, 0.22);
  margin-bottom: 1.25rem;
  background-color: #060b13;
}

.hero-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition-normal);
}

.hero-image-wrap:hover .hero-banner-img {
  transform: scale(1.03);
}

.hero-image-hud-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.15) 0%, rgba(7, 11, 18, 0.8) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.85rem;
}

.hud-stat-badge {
  display: inline-flex;
  flex-direction: column;
  background: rgba(10, 17, 32, 0.88);
  border: 1px solid rgba(0, 229, 255, 0.45);
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-sm);
  width: fit-content;
}

.hud-stat-badge.bottom-right {
  align-self: flex-end;
  border-color: rgba(255, 214, 0, 0.5);
}

.hud-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.hud-value {
  font-family: var(--font-family-mono);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--color-cyan);
}

.hud-stat-badge.bottom-right .hud-value {
  color: var(--color-amber);
}

.hero-spotlight-card {
  background-color: var(--color-bg-base);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.spotlight-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.spotlight-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.spotlight-multiplier {
  font-family: var(--font-family-mono);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-amber);
  text-shadow: 0 0 10px var(--color-amber-glow);
}

.spotlight-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}

.hero-disclaimer-box {
  margin-top: 1rem;
  margin-bottom: 0;
}

.spotlight-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  font-size: 0.85rem;
  margin-top: 0.75rem;
}

.spotlight-spec-cell {
  background-color: var(--color-bg-card);
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  display: flex;
  justify-content: space-between;
}

.spotlight-spec-cell span:first-child {
  color: var(--color-text-muted);
}

.spotlight-spec-cell span:last-child {
  color: var(--color-text-main);
  font-weight: 600;
}

.featured-tower-section {
  padding: 5rem 0;
  background-color: #090e18;
  border-bottom: 1px solid var(--color-border-subtle);
}

.section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem;
}

.section-kicker {
  font-family: var(--font-family-headings);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-gold);
  margin-bottom: 0.6rem;
  display: block;
}

.section-headline {
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  margin-bottom: 1rem;
}

.section-subtext {
  font-size: 1.05rem;
  color: var(--color-text-body);
}

.tower-live-arena {
  background: #060a10;
  border: 1px solid var(--color-border-hover);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  position: relative;
}

.tower-iframe-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.4rem;
  background: linear-gradient(90deg, #0e1726 0%, #090f1a 100%);
  border-bottom: 1px solid var(--color-border-subtle);
}

.tower-iframe-toolbar-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-family-headings);
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
}

.tower-iframe-toolbar-title svg {
  width: 18px;
  height: 18px;
  fill: var(--color-gold);
}

.tower-iframe-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.in-game-mandatory-notice {
  background-color: #1a1007;
  border-bottom: 2px solid var(--color-gold-deep);
  color: #fce7b2;
  padding: 0.75rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.in-game-mandatory-notice svg {
  width: 16px;
  height: 16px;
  fill: var(--color-gold);
  flex-shrink: 0;
}

.tower-iframe-viewport {
  position: relative;
  width: 100%;
  height: 720px;
  background-color: #000000;
  overflow: hidden;
}

.game-facade {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  user-select: none;
}

.game-facade.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.game-facade-backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(16, 26, 45, 0.78) 0%, rgba(5, 10, 20, 0.95) 100%),
              url('images/hero-tower-dash.webp') center / cover no-repeat;
  filter: brightness(0.85);
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.game-facade:hover .game-facade-backdrop {
  transform: scale(1.05);
}

.game-facade-content {
  position: relative;
  z-index: 2;
  max-width: 580px;
  padding: 2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.game-facade-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(230, 168, 34, 0.15);
  border: 1px solid var(--color-gold);
  color: #fce7b2;
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.facade-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: facadePulse 1.8s infinite;
}

@keyframes facadePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

.game-facade-icon-wrap {
  width: 84px;
  height: 84px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), 0 0 24px rgba(230, 168, 34, 0.3);
  border: 2px solid rgba(230, 168, 34, 0.5);
  transition: transform 0.3s ease;
}

.game-facade:hover .game-facade-icon-wrap {
  transform: scale(1.05);
}

.game-facade-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-facade-title {
  font-size: clamp(1.4rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  margin: 0;
  letter-spacing: -0.01em;
}

.game-facade-description {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #cbd5e1;
  max-width: 480px;
  margin: 0;
}

.btn-play-game {
  margin-top: 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #f5b027 0%, #c48208 100%);
  color: #0b111e;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 0.95rem 2.25rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(230, 168, 34, 0.45);
  transition: all 0.25s ease;
  letter-spacing: 0.02em;
}

.btn-play-game:hover,
.game-facade:hover .btn-play-game {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 30px rgba(230, 168, 34, 0.65);
  background: linear-gradient(135deg, #ffbe3b 0%, #d4910f 100%);
}

.btn-play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  color: inherit;
}

.btn-play-icon svg {
  width: 14px;
  height: 14px;
}

.btn-play-text {
  font-weight: 800;
}

.game-facade-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.76rem;
  color: #94a3b8;
  margin-top: 0.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.facade-meta-sep {
  opacity: 0.5;
}

.tower-game-live-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.tower-details-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: center;
  background-color: var(--color-bg-surface);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
}

.tower-rules-list {
  background-color: var(--color-bg-base);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.25rem 1.25rem 2.2rem;
  margin: 1rem 0;
  font-size: 0.92rem;
}

.tower-rules-list li {
  margin-bottom: 0.65rem;
  color: #cbd5e1;
}

.tower-rules-list li strong {
  color: var(--color-gold);
}

.playmarket-button-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0b1422;
  border: 1px solid #1f3657;
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.playmarket-button-card:hover {
  background-color: #101c30;
  border-color: var(--color-emerald);
  transform: translateY(-2px);
}

.playmarket-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.playmarket-icon-box {
  width: 44px;
  height: 44px;
  background: #01875f;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}

.playmarket-icon-box svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.playmarket-btn-thumb {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  object-fit: cover;
  display: block;
}

.playmarket-text-top {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.playmarket-text-title {
  font-family: var(--font-family-headings);
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
}

.playmarket-badge-btn {
  background-color: var(--color-emerald);
  color: #ffffff;
  font-family: var(--font-family-headings);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.45rem 0.9rem;
  border-radius: 4px;
}

.playmarket-showcase-section {
  padding: 5rem 0;
  background: #070c14;
  border-bottom: 1px solid var(--color-border-subtle);
}

.playmarket-showcase-card {
  background: linear-gradient(145deg, #0d1726 0%, #070e19 100%);
  border: 1px solid #1c334f;
  border-radius: var(--radius-xl);
  padding: 2.75rem;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
}

.playmarket-showcase-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #01875f 0%, #02a373 50%, #e5b84c 100%);
}

.playmarket-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.playmarket-header-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.playmarket-store-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background-color: rgba(1, 135, 95, 0.15);
  border: 1px solid rgba(1, 135, 95, 0.4);
  color: #34d399;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-sm);
  letter-spacing: 0.04em;
}

.playmarket-store-pill svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.playmarket-package-id {
  font-family: var(--font-family-mono);
  font-size: 0.78rem;
  color: var(--color-text-muted);
  background-color: var(--color-bg-base);
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  border: 1px solid var(--color-border-subtle);
}

.playmarket-app-banner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.playmarket-app-icon-large {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1b2f4a 0%, #0a1322 100%);
  border: 2px solid #00f59b;
  box-shadow: 0 6px 22px rgba(0, 245, 155, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.playmarket-app-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.playmarket-app-title-group h3 {
  font-size: 1.85rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.playmarket-developer-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #00f59b;
}

.playmarket-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background-color: var(--color-bg-base);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  padding: 1.15rem 1.35rem;
  margin-bottom: 1.5rem;
}

.playmarket-stat-cell {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.playmarket-stat-num {
  font-family: var(--font-family-headings);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
}

.playmarket-stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
}

.playmarket-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.playmarket-feature-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.92rem;
  color: #cbd5e1;
}

.playmarket-feature-row svg {
  width: 18px;
  height: 18px;
  fill: #00f59b;
  flex-shrink: 0;
  margin-top: 2px;
}

.playmarket-actions-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.google-play-badge-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
  transition: transform var(--transition-fast), filter var(--transition-fast);
}

.google-play-badge-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

.google-play-badge-img {
  height: 52px;
  width: auto;
  display: block;
}

.playmarket-preview-panel {
  background-color: var(--color-bg-base);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.playmarket-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-border-subtle);
}

.playmarket-device-preview {
  background: #040810;
  border: 1.5px solid #1a2c44;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65);
}

.playmarket-device-screen {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.playmarket-device-caption {
  padding: 0.65rem 0.9rem;
  background: #08101c;
  border-top: 1px solid #1a2c44;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.playmarket-device-tag {
  color: var(--color-cyan);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.playmarket-system-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  font-size: 0.82rem;
}

.system-spec-box {
  background-color: var(--color-bg-surface);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.85rem;
}

.system-spec-box span {
  display: block;
}

.system-spec-title {
  color: var(--color-text-muted);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.system-spec-val {
  color: #ffffff;
  font-weight: 700;
  font-family: var(--font-family-mono);
}

.playmarket-verified-badge-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(1, 135, 95, 0.08);
  border: 1px solid rgba(1, 135, 95, 0.3);
  border-radius: 8px;
  padding: 0.85rem;
  font-size: 0.82rem;
  color: #a7f3d0;
  text-align: center;
  justify-content: center;
}

.playmarket-screenshots-gallery {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border-subtle);
}

.playmarket-gallery-title {
  font-family: var(--font-family-headings);
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.playmarket-gallery-title svg {
  width: 20px;
  height: 20px;
  fill: var(--color-cyan);
}

.playmarket-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.playmarket-screenshot-card {
  background-color: var(--color-bg-base);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform var(--transition-normal), border-color var(--transition-fast), box-shadow var(--transition-fast);
  display: flex;
  flex-direction: column;
}

.playmarket-screenshot-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-cyan);
  box-shadow: 0 8px 25px rgba(0, 229, 255, 0.25);
}

.playmarket-screenshot-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.playmarket-screenshot-info {
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background: var(--color-bg-surface);
}

.screenshot-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-cyan);
  letter-spacing: 0.05em;
}

.screenshot-caption {
  font-size: 0.82rem;
  color: var(--color-text-body);
  line-height: 1.4;
}

.edu-section {
  padding: 5rem 0;
  background: #070b12;
  border-top: 1px solid var(--color-border-subtle);
  border-bottom: 1px solid var(--color-border-subtle);
}

.edu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.edu-card {
  background-color: var(--color-bg-surface);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
}

.edu-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background-color: rgba(229, 184, 76, 0.12);
  border: 1px solid var(--color-border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.edu-icon-wrap svg {
  width: 22px;
  height: 22px;
  fill: var(--color-gold);
}

.edu-card-title {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.edu-card-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--color-text-body);
}

.lead-form-section {
  padding: 5rem 0;
  background-color: var(--color-bg-surface);
  border-bottom: 1px solid var(--color-border-subtle);
}

.lead-form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.lead-info-col h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.lead-info-desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--color-text-body);
  margin-bottom: 1.5rem;
}

.lead-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.lead-benefit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #cbd5e1;
}

.lead-benefit-item svg {
  width: 18px;
  height: 18px;
  fill: var(--color-emerald);
  flex-shrink: 0;
}

.lead-card-box {
  background-color: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: var(--shadow-elevated);
}

.lead-card-header {
  margin-bottom: 1.5rem;
}

.lead-card-title {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.lead-card-sub {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-label {
  font-family: var(--font-family-headings);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text-main);
}

.form-input,
.form-select,
.form-textarea {
  background-color: var(--color-bg-base);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  color: var(--color-text-main);
  font-family: var(--font-family-body);
  font-size: 0.92rem;
  outline: none;
  transition: border-color var(--transition-fast);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--color-gold);
}

.form-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.82rem;
  color: var(--color-text-body);
  line-height: 1.4;
  cursor: pointer;
}

.form-checkbox-label input {
  margin-top: 3px;
}

.form-feedback-notice {
  display: none;
  margin-top: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius-md);
  font-size: 0.92rem;
  line-height: 1.5;
  transition: all var(--transition-fast);
}

.form-feedback-notice.visible {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  animation: feedbackSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes feedbackSlideIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-feedback-notice.success {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.4);
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.15);
  color: #f8fafc;
}

.form-feedback-notice.error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.4);
  box-shadow: 0 4px 18px rgba(239, 68, 68, 0.15);
  color: #fca5a5;
}

.feedback-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}

.form-feedback-notice.success .feedback-icon {
  stroke: var(--color-emerald);
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-feedback-notice.error .feedback-icon {
  stroke: var(--color-crimson);
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feedback-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.feedback-headline {
  font-family: var(--font-family-headings);
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
}

.form-feedback-notice.error .feedback-headline {
  color: #fca5a5;
}

.feedback-subtext {
  font-size: 0.88rem;
  color: #cbd5e1;
}

.form-feedback-notice.error .feedback-subtext {
  color: #fecaca;
}

.feedback-action-btn {
  margin-top: 0.5rem;
}

.btn.btn-submitting {
  opacity: 0.85;
  pointer-events: none;
  cursor: wait;
}

.btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-top-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  animation: btnSpin 0.6s linear infinite;
  margin-right: 0.5rem;
  vertical-align: middle;
}

@keyframes btnSpin {
  to {
    transform: rotate(360deg);
  }
}

.faq-section {
  padding: 5rem 0;
  background-color: var(--color-bg-base);
}

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

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

.faq-item.open {
  border-color: var(--color-border-hover);
}

.faq-question-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: var(--font-family-headings);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-chevron {
  width: 20px;
  height: 20px;
  stroke: var(--color-gold);
  transition: transform var(--transition-fast);
  flex-shrink: 0;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer-panel {
  display: none;
  padding: 0 1.5rem 1.25rem;
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--color-text-body);
  border-top: 1px solid var(--color-border-subtle);
  padding-top: 1rem;
}

.faq-item.open .faq-answer-panel {
  display: block;
}

.site-footer {
  background-color: #04070c;
  border-top: 1px solid var(--color-border-subtle);
  padding: 4.5rem 0 2rem;
  color: var(--color-text-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

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

.footer-corporate-meta {
  margin-top: 1.25rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #94a3b8;
}

.footer-corporate-meta strong {
  color: #f1f5f9;
}

.footer-col-title {
  font-family: var(--font-family-headings);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  margin-bottom: 0.65rem;
}

.footer-nav-list a {
  color: var(--color-text-body);
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.footer-nav-list a:hover {
  color: var(--color-gold);
}

.footer-social-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--color-text-body);
  font-size: 0.86rem;
}

.footer-social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-social-link:hover {
  color: var(--color-gold);
}

.footer-rg-section {
  padding: 2.5rem 0 2rem;
  border-top: 1px solid var(--color-border-subtle);
  margin-bottom: 2rem;
}

.footer-rg-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-rg-title {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-family-headings);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.rg-shield-icon {
  width: 20px;
  height: 20px;
  stroke: var(--color-cyan);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.footer-rg-meta {
  font-size: 0.85rem;
  color: #94a3b8;
}

.footer-rg-phone {
  color: var(--color-amber);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition-fast);
}

.footer-rg-phone:hover {
  color: #ffffff;
}

.footer-rg-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.footer-rg-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.75rem;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);
  min-height: 88px;
  text-align: center;
}

.footer-rg-card:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: rgba(0, 229, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 229, 255, 0.15);
}

.rg-card-logo {
  max-width: 100%;
  height: 38px;
  object-fit: contain;
  filter: brightness(0.92);
  transition: filter var(--transition-fast), transform var(--transition-fast);
}

.footer-rg-card:hover .rg-card-logo {
  filter: brightness(1.08);
}

.rg-card-tag {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-top: 0.55rem;
  transition: color var(--transition-fast);
}

.footer-rg-card:hover .rg-card-tag {
  color: var(--color-cyan);
}

.footer-regulatory-block {
  padding: 1.75rem 0;
  border-top: 1px solid #141f30;
  border-bottom: 1px solid #141f30;
  margin-bottom: 2rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #64748b;
}

.footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: #475569;
}

.age-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: rgba(4, 7, 12, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.age-gate-modal {
  background: #0a101b;
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-xl);
  max-width: 520px;
  width: 100%;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.age-gate-shield {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(229, 184, 76, 0.12);
  border: 1px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.age-gate-shield svg {
  width: 32px;
  height: 32px;
  fill: var(--color-gold);
}

.age-gate-title {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

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

.age-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.age-gate-terms-note {
  margin-top: 1.25rem;
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.cookie-banner-wrap {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  max-width: 650px;
  margin: 0 auto;
  z-index: 9990;
  background-color: #0c1421;
  border: 1px solid var(--color-border-hover);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cookie-banner-text {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.cookie-banner-text strong {
  color: #ffffff;
}

.cookie-banner-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.lead-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background-color: rgba(4, 7, 12, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.lead-modal-overlay.active {
  display: flex;
}

.lead-modal-card {
  background: #0a111c;
  border: 1px solid var(--color-emerald);
  border-radius: var(--radius-lg);
  max-width: 580px;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.85);
}

.lead-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-border-subtle);
}

.lead-modal-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  color: #ffffff;
}

.lead-modal-title svg {
  width: 20px;
  height: 20px;
  fill: var(--color-emerald);
}

.lead-modal-close-btn {
  background: transparent;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 0.25rem;
}

.lead-modal-close-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.lead-payload-terminal {
  background-color: #05080e;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-sm);
  padding: 1rem;
  font-family: var(--font-family-mono);
  font-size: 0.8rem;
  color: #a7f3d0;
  overflow-x: auto;
  max-height: 240px;
  margin-bottom: 1.25rem;
}

.policy-page-header {
  padding: 4rem 0 2.5rem;
  background: #060a12;
  border-bottom: 1px solid var(--color-border-subtle);
  text-align: center;
}

.policy-page-header h1 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  margin-bottom: 0.75rem;
}

.policy-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.policy-meta-item strong {
  color: var(--color-text-main);
}

.policy-layout-container {
  padding: 4rem 0 5rem;
}

.policy-document-body {
  max-width: 880px;
  margin: 0 auto;
  background-color: var(--color-bg-surface);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-xl);
  padding: 3rem;
  box-shadow: var(--shadow-card);
}

.policy-clause-article {
  margin-bottom: 2.5rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--color-border-subtle);
}

.policy-clause-article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.clause-heading {
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.clause-index-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  padding: 0 0.4rem;
  margin-top: 2px;
  font-family: var(--font-family-headings);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--color-gold);
  background-color: rgba(229, 184, 76, 0.12);
  border: 1px solid rgba(229, 184, 76, 0.35);
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  box-sizing: border-box;
}

.policy-document-body p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 1rem;
}

.policy-document-body ul {
  margin-bottom: 1.25rem;
}

.policy-document-body li {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #cbd5e1;
}

.contact-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3.5rem;
  margin-top: 2rem;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.contact-card-box {
  background-color: var(--color-bg-surface);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}

.contact-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.contact-detail-row:last-child {
  margin-bottom: 0;
}

.contact-icon-frame {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background-color: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-frame svg {
  width: 20px;
  height: 20px;
  fill: var(--color-gold);
}

.contact-detail-text h4 {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.contact-detail-text p {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .hero-layout,
  .tower-details-grid,
  .playmarket-grid,
  .lead-form-layout,
  .contact-layout-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-rg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 974px) {
  :root {
    --header-height: 72px;
  }
  .mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-navigation {
    position: fixed;
    top: var(--header-height, 72px);
    left: 0;
    right: 0;
    max-height: calc(100vh - var(--header-height, 72px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(7, 12, 20, 0.98);
    border-bottom: 1px solid var(--color-border-hover);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.85);
    padding: 1.5rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    z-index: 999;
  }
  .main-navigation.open {
    display: flex;
    animation: navSlideDown 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }
  .nav-link {
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 1.05rem;
    display: block;
    width: 100%;
  }
  .nav-link:hover,
  .nav-link.active {
    background: rgba(229, 184, 76, 0.1);
  }
  .nav-link.active::after {
    display: none;
  }
  .playmarket-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@keyframes navSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .site-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .tower-details-grid {
    padding: 1.75rem 1.35rem;
    gap: 2rem;
  }
  .tower-iframe-viewport {
    height: 520px;
  }
  .playmarket-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .edu-grid {
    grid-template-columns: 1fr;
  }
  .policy-document-body {
    padding: 2rem 1.5rem;
  }
  .playmarket-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  :root {
    --header-height: 64px;
  }
  html, body {
    overflow-x: hidden;
    width: 100%;
  }
  .site-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
  .header-inner {
    height: var(--header-height, 64px);
    gap: 0.5rem;
  }
  .brand-logo {
    gap: 0.5rem;
    max-width: calc(100% - 110px);
  }
  .brand-logo-img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .brand-title {
    font-size: 1.12rem;
  }
  .brand-domain-tag {
    font-size: 0.65rem;
    padding: 0.1rem 0.35rem;
    margin-left: 0.25rem;
  }
  .header-actions {
    gap: 0.45rem;
  }
  .age-badge {
    padding: 0.25rem 0.45rem;
    font-size: 0.72rem;
    gap: 0.25rem;
  }
  .age-badge svg {
    width: 10px;
    height: 10px;
  }
  .mobile-nav-toggle {
    padding: 0.4rem;
    width: 36px;
    height: 36px;
  }
  .mobile-nav-toggle svg {
    width: 20px;
    height: 20px;
  }

  .hero-section {
    padding: 2.75rem 0 2rem;
  }
  .hero-title {
    font-size: clamp(1.75rem, 6.5vw, 2.2rem);
    margin-bottom: 0.85rem;
  }
  .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 1.5rem;
  }
  .hero-badge-row {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .hero-pill {
    font-size: 0.74rem;
    padding: 0.25rem 0.65rem;
  }
  .hero-cta-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
  }
  .hero-cta-group .btn {
    width: 100%;
    justify-content: center;
  }

  .domain-harmony-strip {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding: 0.9rem;
    margin-top: 1.5rem;
  }
  .harmony-pill {
    width: 100%;
    justify-content: flex-start;
    gap: 0.6rem;
  }
  .harmony-divider {
    display: none;
  }
  .harmony-keyword {
    font-size: 0.76rem;
    padding: 0.15rem 0.45rem;
  }
  .harmony-desc {
    font-size: 0.78rem;
  }

  .hero-trust-metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding-top: 1.25rem;
  }
  .trust-metric-value {
    font-size: 1.15rem;
  }
  .trust-metric-label {
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .hero-visual-panel {
    padding: 1.15rem;
  }

  .featured-tower-section {
    padding: 3rem 0;
  }
  .section-head {
    margin-bottom: 2rem;
  }
  .section-headline {
    font-size: clamp(1.5rem, 5.5vw, 2rem);
  }
  .section-subtext {
    font-size: 0.95rem;
  }
  .tower-live-arena {
    margin-bottom: 2rem;
    border-radius: var(--radius-lg);
  }
  .tower-iframe-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
  }
  .tower-iframe-toolbar-title {
    width: 100%;
    justify-content: space-between;
    font-size: 0.88rem;
  }
  .tower-iframe-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .tower-iframe-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 0.45rem 0.5rem;
    font-size: 0.8rem;
  }
  .tower-iframe-viewport {
  height: 440px;
}
.game-facade-content {
  padding: 1.25rem 1rem;
  gap: 0.6rem;
}
.game-facade-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 14px;
}
.game-facade-title {
  font-size: 1.3rem;
}
.game-facade-description {
  font-size: 0.82rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-play-game {
  padding: 0.75rem 1.6rem;
  font-size: 0.92rem;
  margin-top: 0.2rem;
}
.game-facade-meta {
  font-size: 0.7rem;
  gap: 0.4rem;
}
  .in-game-mandatory-notice {
    padding: 0.5rem 0.75rem;
    font-size: 0.72rem;
    text-align: center;
  }
  .tower-details-grid {
    padding: 1.25rem 1rem;
    gap: 1.5rem;
    border-radius: var(--radius-lg);
  }
  .tower-rules-title {
    font-size: 1.35rem;
  }
  .tower-rules-lead {
    font-size: 0.9rem;
  }
  .tower-rules-list {
    padding: 0.95rem 0.95rem 0.95rem 1.85rem;
    font-size: 0.88rem;
  }
  .playmarket-button-card {
    padding: 0.85rem 1rem;
  }

  .playmarket-showcase-section {
    padding: 3rem 0;
  }
  .playmarket-showcase-card {
    padding: 1.35rem 1rem;
    border-radius: var(--radius-lg);
  }
  .playmarket-app-banner {
    gap: 0.85rem;
    margin-bottom: 1.25rem;
  }
  .playmarket-app-icon-large {
    width: 58px;
    height: 58px;
    border-radius: 12px;
  }
  .playmarket-app-title-group h3 {
    font-size: 1.35rem;
  }
  .playmarket-developer-name {
    font-size: 0.85rem;
  }
  .playmarket-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
    margin: 1.25rem 0;
  }
  .stat-block {
    padding: 0.6rem 0.75rem;
  }
  .stat-number {
    font-size: 1.2rem;
  }
  .stat-label {
    font-size: 0.68rem;
  }
  .playmarket-download-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .btn-accent-playmarket {
    width: 100%;
    justify-content: center;
  }
  .google-play-badge-link {
    display: flex;
    justify-content: center;
  }
  .playmarket-system-specs {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .playmarket-preview-panel {
    padding: 1.15rem;
  }

  .features-edu-section {
    padding: 3rem 0;
  }
  .edu-card {
    padding: 1.25rem;
  }
  .edu-card-title {
    font-size: 1.1rem;
  }
  .edu-card-text {
    font-size: 0.88rem;
  }

  .lead-form-section {
    padding: 3rem 0;
  }
  .lead-card-box {
    padding: 1.35rem 1rem;
  }
  .lead-info-col h2 {
    font-size: 1.65rem;
  }
  .lead-info-desc {
    font-size: 0.95rem;
  }

  .site-footer {
    padding: 3rem 0 1.5rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .footer-rg-section {
    padding: 1.75rem 0 1.5rem;
    margin-bottom: 1.5rem;
  }
  .footer-rg-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .footer-rg-title {
    font-size: 0.85rem;
  }
  .footer-rg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }
  .footer-rg-card {
    padding: 0.75rem 0.5rem;
    min-height: 74px;
  }
  .rg-card-logo {
    height: 30px;
  }
  .rg-card-tag {
    font-size: 0.65rem;
    margin-top: 0.35rem;
  }
  .footer-bottom-row {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .policy-page-header {
    padding: 2.5rem 0 1.75rem;
  }
  .policy-page-header h1 {
    font-size: clamp(1.6rem, 5.5vw, 2.1rem);
  }
  .policy-layout-container {
    padding: 2rem 0 3rem;
  }
  .policy-document-body {
    padding: 1.25rem 1rem;
    border-radius: var(--radius-lg);
  }
  .clause-heading {
    font-size: 1.15rem;
    gap: 0.65rem;
  }
  .clause-index-badge {
    min-width: 28px;
    height: 25px;
    padding: 0 0.3rem;
    font-size: 0.76rem;
    margin-top: 1px;
  }
  .contact-intro-title {
    font-size: 1.65rem;
  }
  .contact-methods-list {
    grid-template-columns: 1fr;
  }

  .age-gate-modal,
  .lead-modal-card {
    padding: 1.5rem 1.15rem;
  }
  .cookie-banner-wrap {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (max-width: 420px) {
  .site-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .brand-logo {
    max-width: calc(100% - 90px);
  }
  .brand-title {
    font-size: 1rem;
  }
  .brand-domain-tag {
    display: none;
  }
  .age-badge {
    padding: 0.2rem 0.4rem;
    font-size: 0.68rem;
  }
  .tower-iframe-viewport {
    height: 380px;
  }
  .game-facade-content {
    padding: 0.75rem 0.5rem;
    gap: 0.45rem;
  }
  .game-facade-badge {
    padding: 0.2rem 0.6rem;
    font-size: 0.68rem;
  }
  .game-facade-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
  .game-facade-title {
    font-size: 1.15rem;
  }
  .game-facade-description {
    display: none;
  }
  .btn-play-game {
    padding: 0.65rem 1.35rem;
    font-size: 0.88rem;
  }
  .game-facade-meta {
    font-size: 0.66rem;
    gap: 0.35rem;
  }
  .tower-details-grid {
    padding: 1rem 0.85rem;
    gap: 1.25rem;
  }
  .tower-rules-list {
    padding: 0.85rem 0.85rem 0.85rem 1.6rem;
  }
  .hero-trust-metrics {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    text-align: center;
  }
  .trust-metric-item {
    align-items: center;
  }
  .playmarket-stats-row {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
  }
  .footer-rg-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

.tower-toolbar-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid var(--color-cyan);
  object-fit: cover;
  box-shadow: 0 0 8px var(--color-cyan-glow);
  display: block;
}

.tower-live-status-pill {
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.15rem 0.5rem;
  background-color: rgba(0, 229, 255, 0.15);
  color: var(--color-cyan);
  border: 1px solid rgba(0, 229, 255, 0.4);
  border-radius: 4px;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.tower-live-status-pill::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--color-cyan);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--color-cyan);
}

.btn-w100 {
  width: 100%;
}

.text-right {
  text-align: right;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.tower-rules-title {
  font-size: 1.8rem;
  color: #ffffff;
  margin: 0.75rem 0 0.5rem;
}

.tower-rules-lead {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.tower-disclaimer-card {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.contact-intro-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.contact-intro-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #94a3b8;
}

.contact-email-accent {
  color: var(--color-gold);
}

.modal-subtext {
  font-size: 0.88rem;
  color: #cbd5e1;
  margin-bottom: 0.75rem;
}

/* ==========================================================================
   20 WHITE: SOCIAL CASINO EXPANSION STYLES
   ========================================================================== */

/* Hero Intro Card */
.hero-intro-card {
  background: rgba(19, 31, 50, 0.7);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-left: 4px solid var(--color-cyan);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0 1.75rem;
  backdrop-filter: blur(8px);
}

.hero-intro-paragraph {
  font-size: 1rem;
  line-height: 1.65;
  color: #e2e8f0;
  margin-bottom: 0.75rem;
}

.hero-intro-paragraph:last-child {
  margin-bottom: 0;
  color: #94a3b8;
}

/* Hero Visual Card */
.hero-visual-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  margin-bottom: 1.25rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.hero-visual-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-cyan);
}

.visual-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background: rgba(7, 11, 18, 0.6);
}

.visual-card-pill {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--color-gold);
  background: rgba(229, 184, 76, 0.15);
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  border: 1px solid rgba(229, 184, 76, 0.4);
}

.visual-card-rating {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffd600;
}

.hero-feature-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.visual-card-body {
  padding: 1.25rem;
}

.visual-game-title {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.visual-game-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.btn-block {
  width: 100%;
}

/* Section Heading Center */
.section-heading-center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--color-cyan);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.section-title span {
  color: var(--color-gold);
}

.section-subtitle {
  font-size: 1.05rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* What is a Social Casino Definition Grid */
.social-definition-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--color-bg-base) 0%, #0a111c 100%);
}

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

.social-def-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  border-radius: 14px;
  padding: 2rem 1.5rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.social-def-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-cyan);
  box-shadow: 0 12px 28px rgba(0, 229, 255, 0.12);
}

.social-def-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(0, 229, 255, 0.1);
  color: var(--color-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.social-def-icon-box svg {
  width: 26px;
  height: 26px;
}

.social-def-card h3 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.65rem;
}

.social-def-card p {
  font-size: 0.92rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* Games Catalog */
.catalog-subblock {
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 1px solid var(--color-border-subtle);
}

.catalog-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.catalog-title {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-top: 0.25rem;
}

.catalog-title span {
  color: var(--color-cyan);
}

.catalog-desc {
  font-size: 0.95rem;
  color: #94a3b8;
  margin-top: 0.3rem;
}

.catalog-meta-pill {
  background: rgba(229, 184, 76, 0.12);
  border: 1px solid rgba(229, 184, 76, 0.4);
  color: var(--color-gold);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
}

.game-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.game-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-gold);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
}

.game-card-thumb-wrap {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #000;
}

.game-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.game-rating-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(7, 11, 18, 0.85);
  backdrop-filter: blur(6px);
  color: #ffd600;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 214, 0, 0.4);
}

.game-provider-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 229, 255, 0.85);
  color: #070b12;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}

.game-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.game-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.game-card-excerpt {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.55;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.game-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.game-card-specs span {
  font-size: 0.72rem;
  font-weight: 600;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}

.game-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.slot-overview-drawer {
  display: none;
  background: rgba(7, 11, 18, 0.6);
  border: 1px solid var(--color-border-subtle);
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.slot-overview-drawer.open {
  display: block;
  animation: fadeIn 0.3s ease;
}

.slot-overview-drawer p {
  margin-bottom: 0.4rem;
}

.slot-overview-drawer p:last-child {
  margin-bottom: 0;
}

/* History Section */
.history-section {
  padding: 5rem 0;
  background: var(--color-bg-base);
}

.history-timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.history-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  border-radius: 16px;
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.history-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-cyan);
}

.history-era-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--color-cyan);
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.3);
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.history-img-wrap {
  width: 100%;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #000;
}

.history-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-card-title {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0.6rem;
}

.history-card-text {
  font-size: 0.92rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* Features Section */
.features-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #0a111c 0%, var(--color-bg-base) 100%);
}

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

.feature-box {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  border-radius: 14px;
  padding: 1.75rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-3px);
  border-color: var(--color-gold);
}

.feature-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(229, 184, 76, 0.12);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.feature-icon-box svg {
  width: 24px;
  height: 24px;
}

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

.feature-box-text {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* Pros and Cons Section */
.pros-cons-section {
  padding: 5rem 0;
  background: var(--color-bg-base);
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 860px) {
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }
}

.pros-card, .cons-card {
  border-radius: 16px;
  padding: 2rem;
}

.pros-card {
  background: linear-gradient(135deg, rgba(14, 22, 36, 0.95), rgba(0, 245, 155, 0.04));
  border: 1px solid rgba(0, 245, 155, 0.3);
  box-shadow: 0 12px 30px rgba(0, 245, 155, 0.05);
}

.cons-card {
  background: linear-gradient(135deg, rgba(14, 22, 36, 0.95), rgba(255, 75, 75, 0.04));
  border: 1px solid rgba(255, 75, 75, 0.3);
  box-shadow: 0 12px 30px rgba(255, 75, 75, 0.05);
}

.pros-header, .cons-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pros-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(0, 245, 155, 0.15);
  color: #00f59b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pros-icon svg {
  width: 20px;
  height: 20px;
}

.cons-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 75, 75, 0.15);
  color: #ff4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cons-icon svg {
  width: 20px;
  height: 20px;
}

.pros-title {
  font-size: 1.4rem;
  color: #00f59b;
}

.cons-title {
  font-size: 1.4rem;
  color: #ff4b4b;
}

.pros-list, .cons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pro-item, .con-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e2e8f0;
}

.pro-item svg {
  width: 16px;
  height: 16px;
  color: #00f59b;
  flex-shrink: 0;
  margin-top: 4px;
}

.con-item svg {
  width: 16px;
  height: 16px;
  color: #ff4b4b;
  flex-shrink: 0;
  margin-top: 4px;
}

/* Social VS Real Comparison Table */
.vs-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--color-bg-base) 0%, #0c1422 100%);
}

.vs-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid var(--color-border-subtle);
  background: var(--color-bg-card);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  margin-bottom: 2.5rem;
}

.vs-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.vs-table th, .vs-table td {
  padding: 1.15rem 1.5rem;
  font-size: 0.95rem;
}

.vs-table thead tr {
  background: rgba(7, 11, 18, 0.85);
  border-bottom: 1px solid var(--color-border-subtle);
}

.vs-table th {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vs-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vs-table tbody tr:last-child {
  border-bottom: none;
}

.vs-table td {
  color: #94a3b8;
}

.vs-table td strong {
  color: #ffffff;
}

.vs-table .highlight-col {
  background: rgba(0, 229, 255, 0.04);
}

.badge-tag {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

.badge-tag.green {
  background: rgba(0, 245, 155, 0.15);
  color: #00f59b;
  border: 1px solid rgba(0, 245, 155, 0.4);
}

.badge-tag.red {
  background: rgba(255, 75, 75, 0.15);
  color: #ff4b4b;
  border: 1px solid rgba(255, 75, 75, 0.4);
}

/* Mobile Non-Scrolling Card Layout for Comparison Table */
@media (max-width: 768px) {
  .vs-table-wrap {
    overflow-x: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 2rem;
  }

  .vs-table {
    display: block;
    width: 100%;
  }

  .vs-table thead {
    display: none;
  }

  .vs-table tbody {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }

  .vs-table tbody tr {
    display: flex;
    flex-direction: column;
    background: var(--color-bg-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    gap: 0.65rem;
  }

  .vs-table td {
    padding: 0.75rem 0.9rem;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    border: none;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .vs-table td.criteria-cell {
    background: transparent;
    padding: 0 0 0.65rem 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    margin-bottom: 0.25rem;
  }

  .vs-table td.criteria-cell strong {
    color: var(--color-gold);
    font-size: 1.1rem;
    letter-spacing: 0.01em;
  }

  .vs-table td[data-label]::before {
    content: attr(data-label);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    display: block;
  }

  .vs-table td.highlight-col[data-label]::before {
    color: var(--color-cyan);
  }

  .vs-table td.highlight-col {
    background: rgba(0, 229, 255, 0.06);
    border: 1px solid rgba(0, 229, 255, 0.25);
    border-left: 3px solid var(--color-cyan);
    color: #ffffff;
  }

  .vs-table td:not(.highlight-col):not(.criteria-cell) {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid rgba(255, 75, 75, 0.5);
    color: #94a3b8;
  }
}

/* Loket Kansspel Banner */
.loketkansspel-banner {
  background: linear-gradient(135deg, #2b1326 0%, #150a16 100%);
  border: 1px solid rgba(230, 126, 34, 0.35);
  border-radius: 16px;
  padding: 1.75rem 2rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.loket-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.loket-logo-wrap {
  flex-shrink: 0;
  background: #ffffff;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
}

.loket-logo-img {
  display: block;
  max-width: 200px;
  height: auto;
}

.loket-text-col {
  flex: 1;
  min-width: 280px;
}

.loket-title {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.loket-desc {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.55;
}

.loket-badges-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.loket-badge-pill {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #ff9f43;
  background: rgba(230, 126, 34, 0.15);
  border: 1px solid rgba(230, 126, 34, 0.4);
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  text-align: center;
}

/* Conclusion Section */
.conclusion-section {
  padding: 5rem 0;
  background: var(--color-bg-base);
}

.conclusion-card {
  background: linear-gradient(135deg, var(--color-bg-card) 0%, #152238 100%);
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-radius: 20px;
  padding: 3.5rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}

.conclusion-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-gold);
  background: rgba(229, 184, 76, 0.12);
  border: 1px solid rgba(229, 184, 76, 0.4);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  margin-bottom: 1.25rem;
}

.conclusion-title {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.conclusion-title span {
  color: var(--color-cyan);
}

.conclusion-lead {
  font-size: 1.15rem;
  color: #e2e8f0;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.conclusion-body {
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.conclusion-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Game Demo Modal Lightbox */
.game-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.game-modal-overlay[hidden] {
  display: none !important;
}

.game-modal-container {
  width: 100%;
  max-width: 1040px;
  height: 85vh;
  background: #080d16;
  border: 1px solid var(--color-cyan);
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(0, 229, 255, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.game-modal-container.fullscreen {
  max-width: 100vw;
  height: 100vh;
  border-radius: 0;
  border: none;
}

.game-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1.25rem;
  background: rgba(14, 22, 36, 0.95);
  border-bottom: 1px solid var(--color-border-subtle);
}

.modal-game-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.modal-live-dot {
  width: 8px;
  height: 8px;
  background: #00f59b;
  border-radius: 50%;
  box-shadow: 0 0 8px #00f59b;
}

.modal-game-title {
  font-size: 1.1rem;
  color: #ffffff;
  margin: 0;
}

.modal-free-badge {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--color-gold);
  background: rgba(229, 184, 76, 0.15);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
}

.modal-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-modal-action, .btn-modal-close {
  background: transparent;
  border: 1px solid var(--color-border-subtle);
  color: #cbd5e1;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-modal-action:hover, .btn-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn-modal-close:hover {
  background: #ff4b4b;
  border-color: #ff4b4b;
}

.game-modal-body {
  flex: 1;
  background: #000000;
  position: relative;
}

.game-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.game-modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: #070b12;
  border-top: 1px solid var(--color-border-subtle);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #94a3b8;
}

.footer-notice-icon {
  width: 14px;
  height: 14px;
  color: var(--color-gold);
}

/* Footer Additional Styling */
.footer-about-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0.75rem 0 1rem;
}

.footer-age-callout {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-age-badge {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ff4b4b;
  background: rgba(255, 75, 75, 0.15);
  border: 1px solid rgba(255, 75, 75, 0.4);
  padding: 0.3rem 0.65rem;
  border-radius: 8px;
}

.footer-age-callout p {
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.4;
  margin: 0;
}

.footer-cookie-notice-text {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.75rem;
  border-radius: 8px;
}

.footer-cookie-notice-text a {
  color: var(--color-cyan);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

