.page-game-tools-odds-calculator {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F;
  line-height: 1.6;
}

.page-game-tools-odds-calculator__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-tools-odds-calculator__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a304f 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-game-tools-odds-calculator__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(100, 255, 218, 0.1);
  border-radius: 50%;
  filter: blur(80px);
}

.page-game-tools-odds-calculator__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background-color: rgba(100, 255, 218, 0.15);
  border-radius: 50%;
  filter: blur(100px);
}

.page-game-tools-odds-calculator__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #64FFDA;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-tools-odds-calculator__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #C0C0C0;
}

.page-game-tools-odds-calculator__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-game-tools-odds-calculator__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.page-game-tools-odds-calculator__btn--primary {
  background-color: #64FFDA;
  color: #0A192F;
  border-color: #64FFDA;
}

.page-game-tools-odds-calculator__btn--primary:hover {
  background-color: #4CAF9D;
  border-color: #4CAF9D;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-game-tools-odds-calculator__btn--secondary {
  background-color: transparent;
  color: #64FFDA;
  border-color: #64FFDA;
}

.page-game-tools-odds-calculator__btn--secondary:hover {
  background-color: rgba(100, 255, 218, 0.1);
  color: #64FFDA;
  transform: translateY(-3px);
}

.page-game-tools-odds-calculator__calculator-section {
  padding: 80px 0;
  background-color: #0A192F;
  text-align: center;
}

.page-game-tools-odds-calculator__section-title {
  font-size: 2.5em;
  color: #64FFDA;
  margin-bottom: 20px;
}

.page-game-tools-odds-calculator__section-description {
  font-size: 1.1em;
  color: #C0C0C0;
  margin-bottom: 40px;
}

.page-game-tools-odds-calculator__calculator-card {
  background-color: #1a2a44;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.page-game-tools-odds-calculator__calculator-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(100, 255, 218, 0.05) 0%, transparent 50%);
  z-index: 0;
}

.page-game-tools-odds-calculator__input-group {
  margin-bottom: 25px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.page-game-tools-odds-calculator__label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #64FFDA;
  font-weight: bold;
}

.page-game-tools-odds-calculator__input {
  width: calc(100% - 20px);
  padding: 12px 10px;
  border: 1px solid #3a4a6a;
  border-radius: 8px;
  background-color: #0A192F;
  color: #FFFFFF;
  font-size: 1em;
  transition: border-color 0.3s ease;
}

.page-game-tools-odds-calculator__input:focus {
  border-color: #64FFDA;
  outline: none;
}

.page-game-tools-odds-calculator__actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.page-game-tools-odds-calculator__results {
  background-color: #0A192F;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid #3a4a6a;
}

.page-game-tools-odds-calculator__results h3 {
  color: #64FFDA;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
}

.page-game-tools-odds-calculator__results p {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-game-tools-odds-calculator__result-value {
  color: #FFFFFF;
  font-weight: bold;
}

.page-game-tools-odds-calculator__calculator-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-game-tools-odds-calculator__content-section {
  padding: 80px 0;
  background-color: #0A192F;
  color: #E0E0E0;
}

.page-game-tools-odds-calculator__content-section p {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #C0C0C0;
}

.page-game-tools-odds-calculator__sub-title {
  font-size: 2em;
  color: #64FFDA;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-game-tools-odds-calculator__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-game-tools-odds-calculator__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-game-tools-odds-calculator__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #64FFDA;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.page-game-tools-odds-calculator__list--ordered {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-game-tools-odds-calculator__list--ordered li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-game-tools-odds-calculator__content-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-tools-odds-calculator__cta-block {
  background-color: #1a2a44;
  border-radius: 15px;
  padding: 50px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #3a4a6a;
}

.page-game-tools-odds-calculator__cta-title {
  font-size: 2.2em;
  color: #64FFDA;
  margin-bottom: 15px;
}

.page-game-tools-odds-calculator__cta-description {
  font-size: 1.2em;
  color: #C0C0C0;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-tools-odds-calculator__hero-title {
    font-size: 2.5em;
  }

  .page-game-tools-odds-calculator__hero-subtitle {
    font-size: 1.1em;
  }

  .page-game-tools-odds-calculator__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-game-tools-odds-calculator__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-game-tools-odds-calculator__section-title {
    font-size: 2em;
  }

  .page-game-tools-odds-calculator__sub-title {
    font-size: 1.7em;
  }

  .page-game-tools-odds-calculator__calculator-card {
    padding: 25px;
  }

  .page-game-tools-odds-calculator__actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-game-tools-odds-calculator__cta-block {
    padding: 30px;
  }

  .page-game-tools-odds-calculator__cta-title {
    font-size: 1.8em;
  }
}

@media (max-width: 480px) {
  .page-game-tools-odds-calculator__hero-title {
    font-size: 2em;
  }

  .page-game-tools-odds-calculator__hero-subtitle {
    font-size: 1em;
  }

  .page-game-tools-odds-calculator__hero-section {
    padding: 60px 0;
  }

  .page-game-tools-odds-calculator__section-title {
    font-size: 1.8em;
  }

  .page-game-tools-odds-calculator__sub-title {
    font-size: 1.5em;
  }

  .page-game-tools-odds-calculator__btn {
    width: 90%;
  }

  .page-game-tools-odds-calculator__calculator-card {
    padding: 20px;
  }

  .page-game-tools-odds-calculator__cta-block {
    padding: 20px;
  }

  .page-game-tools-odds-calculator__cta-title {
    font-size: 1.5em;
  }
}