html,
body {
  height: 100%;
}

.main-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.card-title,
.card-text {
  font-family: 'Helvetica', 'Arial', sans-serif;
}

body {
  background-color: #050505;
  color: #f5f5f5;
}

.site-logo {
  display: inline-block;
  font-weight: 700;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}

.site-logo:hover,
.site-logo:focus {
  color: #e0e0e0;
}

.hero {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.15), rgba(0, 0, 0, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.hero p {
  color: #d6d6d6;
  max-width: 720px;
  margin: 0 auto 1.75rem;
}

.hero .btn {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-card {
  background-color: #101010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

.game-card h3 {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.game-card p,
.game-card li {
  color: #d0d0d0;
}

.game-card img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.game-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

.game-card .app-icon {
  width: 80px;
  height: 80px;
  border-radius: 1.25rem;
  object-fit: cover;
}

.game-card .app-store-badge {
  height: 40px;
  width: auto;
  border-radius: 0;
  transition: opacity 0.2s ease;
}

.app-store-badge:hover {
  opacity: 0.8;
}

.disclaimer {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 1.5rem;
}

.game-meta span {
  display: inline-block;
  font-weight: 600;
  margin-right: 1.25rem;
  letter-spacing: 0.06em;
}

.future-games .card {
  background-color: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  padding: 2rem;
  height: 100%;
}

.future-games .card h3 {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.future-games .card p {
  color: #bcbcbc;
}

@media (max-width: 767.98px) {
  .site-logo {
    font-size: 1.75rem;
  }

  .game-card {
    padding: 1.75rem;
  }
}

/* Legal Page Styles */
.legal-content {
  padding-bottom: 4rem;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, #a5b4fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.legal-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.section-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.subsection-heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #d1d5db;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-section p {
  color: #9ca3af;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.legal-list {
  color: #9ca3af;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.legal-list li ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.legal-link {
  color: #a5b4fc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}

.contact-info {
  margin-top: 1rem;
}

/* Footer enhancements */
.footer-divider {
  color: #4b5563;
  margin: 0 0.5rem;
}

@media (max-width: 767.98px) {
  .page-title {
    font-size: 2rem;
  }

  .section-heading {
    font-size: 1.25rem;
  }
}