@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Quicksand:wght@500;700&display=swap');

body {
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', Arial, sans-serif;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4rem 3rem 3rem 3rem;
  border-radius: 2.5rem;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  max-width: 900px;
  min-width: 340px;
  width: 100%;
  min-height: 70vh;
  margin: 3rem auto;
}

.logo {
  width: 720px;
  height: 720px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  margin-bottom: 2rem;
  background: #23272f;
}

.studio-name {
  font-family: 'Fredoka One', cursive;
  font-size: 3rem;
  color: #2ec4b6;
  margin: 0 0 0.5rem 0;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #23272f, 4px 4px 12px #222;
}

.headline {
  font-family: 'Fredoka One', cursive;
  font-size: 2rem;
  color: #ff6b6b;
  margin: 0 0 1rem 0;
  text-shadow: 1px 1px 0 #23272f, 2px 2px 8px #fcbf49;
}

.headline .fun {
  color: #ffd166;
  text-shadow: 1px 1px 0 #23272f, 2px 2px 8px #ff6b6b;
  font-size: 2.2rem;
}

.subtitle {
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1.2rem;
  color: #888;
  margin: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: #fff;
  padding: 0.5em 1.2em;
  border-radius: 1em;
  box-shadow: 0 2px 8px rgba(255,107,107,0.08);
  border: 1px solid #eee;
}

.contact-section {
  margin: 3rem auto 2rem auto;
  max-width: 600px;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section h2 {
  font-family: 'Fredoka One', cursive;
  color: #2ec4b6;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

#contact-form {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

#contact-form label {
  font-family: 'Quicksand', Arial, sans-serif;
  font-weight: 700;
  color: #23272f;
  margin-bottom: 0.2rem;
}

#contact-form input[type="text"],
#contact-form textarea {
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1rem;
  padding: 0.8em 1em;
  border-radius: 1em;
  border: 1.5px solid #e0e0e0;
  background: #f7f7fa;
  color: #23272f;
  resize: vertical;
  box-sizing: border-box;
  transition: border 0.2s;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
  border: 1.5px solid #2ec4b6;
  outline: none;
}

#contact-form button[type="submit"] {
  font-family: 'Fredoka One', cursive;
  font-size: 1.1rem;
  background: linear-gradient(90deg, #2ec4b6 0%, #ff6b6b 100%);
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 0.8em 2em;
  margin-top: 0.5em;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(46,196,182,0.10);
  transition: background 0.2s, transform 0.2s;
}

#contact-form button[type="submit"]:hover {
  background: linear-gradient(90deg, #ff6b6b 0%, #2ec4b6 100%);
  transform: translateY(-2px) scale(1.04);
}

@media (max-width: 900px) {
  .logo {
    width: 400px;
    height: 400px;
  }
  .hero {
    max-width: 98vw;
    min-width: unset;
    padding: 2rem 1rem 1.5rem 1rem;
    border-radius: 1.2rem;
    min-height: 60vh;
  }
}

@media (max-width: 600px) {
  .logo {
    width: 160px;
    height: 160px;
  }
  .studio-name {
    font-size: 2rem;
  }
  .headline {
    font-size: 1.2rem;
  }
  .headline .fun {
    font-size: 1.4rem;
  }
  .contact-section {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    border-radius: 1rem;
  }
  #contact-form {
    max-width: 98vw;
  }
}

.game-section {
  margin: 3rem auto 2rem auto;
  max-width: 700px;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.game-logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 1.5rem;
  margin-bottom: 1.2rem;
  background: #23272f;
  box-shadow: 0 2px 12px rgba(46,196,182,0.10);
  padding: 1rem;
}

.feature-graphic {
  width: 100%;
  max-width: 540px;
  border-radius: 1.2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(255,107,107,0.10);
  object-fit: cover;
}

.game-title {
  font-family: 'Fredoka One', cursive;
  color: #2ec4b6;
  font-size: 2.2rem;
  margin: 0.5rem 0 1.2rem 0;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 #fff, 4px 4px 12px #a0e7e5;
}

.download-btn {
  display: inline-block;
  font-family: 'Fredoka One', cursive;
  font-size: 1.1rem;
  background: linear-gradient(90deg, #2ec4b6 0%, #ff6b6b 100%);
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 0.8em 2em;
  margin: 0.5em 0 1.2em 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(46,196,182,0.10);
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
}

.download-btn:hover {
  background: linear-gradient(90deg, #ff6b6b 0%, #2ec4b6 100%);
  transform: translateY(-2px) scale(1.04);
}

.game-links {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.game-links a {
  color: #2ec4b6;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}

.game-links a:hover {
  color: #ff6b6b;
}

.game-links .divider {
  color: #bbb;
  font-weight: 400;
}

@media (max-width: 700px) {
  .game-section {
    max-width: 98vw;
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    border-radius: 1rem;
  }
  .feature-graphic {
    max-width: 98vw;
  }
  .game-logo {
    width: 100px;
    height: 100px;
    padding: 0.5rem;
  }
  .game-title {
    font-size: 1.3rem;
  }
} 