/* Battle of the Bots Page Styles */

/* Beta Notice Banner */
.beta-notice {
  background: linear-gradient(135deg, #db2427 0%, #343064 100%);
  color: white;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 3px solid #db2427;
}

.beta-badge {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.beta-message {
  margin: 0;
  font-size: 1rem;
  opacity: 0.95;
}

.beta-link {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.beta-link:hover {
  color: #f0f0f0;
  text-decoration: none;
}

.battle-hero {
  padding: 4rem 0;
  background: white;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.battle-title {
  font-size: 6rem;
  font-weight: 700;
  color: #2f2f41;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #db2427 0%, #343064 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}

.battle-subtitle {
  font-size: 2.5rem;
  color: #2f2f41;
  margin-bottom: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #db2427 0%, #343064 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 0.75rem 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.battle-subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #db2427 0%, #343064 100%);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(219, 36, 39, 0.3);
}

.battle-description {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.battle-cta {
  margin-bottom: 2rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: stretch;
}

.battle-cta .btn {
  flex: 1 1 0;
  min-width: 200px;
  text-align: center;
}

.battle-cta .btn-primary,
.battle-cta .btn-outline-primary {
  flex: 1 1 0;
  min-width: 200px;
  text-align: center;
}

.battle-image {
  text-align: center;
}

.battle-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Overview Cards */
.battle-overview {
  margin-bottom: 4rem;
}

.overview-card {
  text-align: center;
  padding: 2rem 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.overview-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.overview-card h3 {
  color: #2f2f41;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.overview-card p {
  color: #6c757d;
  line-height: 1.5;
}

/* Battle Sections */
.battle-sections {
  margin-bottom: 4rem;
}

.battle-section {
  padding: 4rem 0;
  border-bottom: 1px solid #e9ecef;
}

.battle-section:last-child {
  border-bottom: none;
}

.battle-section h2 {
  font-size: 2.5rem;
  color: #2f2f41;
  margin-bottom: 1rem;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #5c5a5a;
  margin-bottom: 2rem;
  font-weight: 500;
}

/* Feature Lists */
.feature-list {
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.feature-icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.feature-content h4 {
  color: #2f2f41;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.feature-content p {
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}

.section-cta {
  margin-bottom: 2rem;
}

.section-image {
  text-align: center;
}

.section-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Battle Footer */
.battle-footer {
  background: linear-gradient(135deg, #db2427 0%, #343064 100%);
  color: white;
  padding: 3rem 0;
  border-radius: 1rem;
  text-align: center;
}

.battle-footer h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.battle-footer p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.footer-cta {
  margin-top: 1rem;
}

/* Override for sponsors logo - remove rounded corners and shadow */
#sponsors .section-image img[src*="bitmex_x_profitview"] {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

/* Responsive Design */
@media (max-width: 768px) {
  .battle-title {
    font-size: 2.5rem;
  }
  
  .battle-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
  }
  
  .battle-section h2 {
    font-size: 2rem;
  }
  
  .battle-hero {
    padding: 2rem 0;
  }
  
  .battle-section {
    padding: 2rem 0;
  }
  
  .overview-card {
    margin-bottom: 1rem;
  }
  
  /* Mobile button text size increases */
  .battle-of-the-bots .btn-primary,
  .battle-section .btn-primary,
  .battle-footer .btn-primary,
  .battle-hero .btn-primary,
  .battle-overview .btn-primary,
  .battle-sections .btn-primary,
  .battle-of-the-bots .btn-outline-primary,
  .battle-section .btn-outline-primary,
  .battle-footer .btn-outline-primary,
  .battle-hero .btn-outline-primary,
  .battle-overview .btn-outline-primary,
  .battle-sections .btn-outline-primary {
    font-size: 1.4rem;
  }
  
  .battle-cta .btn,
  .battle-cta .btn.btn-lg,
  .battle-cta .btn.btn-primary,
  .battle-cta .btn.btn-outline-primary {
    font-size: 1.5rem;
  }
  
  .section-cta .btn {
    font-size: 1.5rem;
  }
  
  .footer-cta .btn {
    font-size: 1.5rem;
  }
}

/* Button Styles - Override Bootstrap defaults with specificity */
.battle-of-the-bots .btn-primary,
.battle-section .btn-primary,
.battle-footer .btn-primary,
.battle-hero .btn-primary,
.battle-overview .btn-primary,
.battle-sections .btn-primary {
  background-color: #20bd67;
  border-color: #20bd67;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.battle-of-the-bots .btn-primary:hover,
.battle-section .btn-primary:hover,
.battle-footer .btn-primary:hover,
.battle-hero .btn-primary:hover,
.battle-overview .btn-primary:hover,
.battle-sections .btn-primary:hover {
  background-color: #1a9f5a;
  border-color: #1a9f5a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(32, 189, 103, 0.3);
}

.battle-of-the-bots .btn-outline-primary,
.battle-section .btn-outline-primary,
.battle-footer .btn-outline-primary,
.battle-hero .btn-outline-primary,
.battle-overview .btn-outline-primary,
.battle-sections .btn-outline-primary {
  color: #db2427;
  border-color: #db2427;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.battle-of-the-bots .btn-outline-primary:hover,
.battle-section .btn-outline-primary:hover,
.battle-footer .btn-outline-primary:hover,
.battle-hero .btn-outline-primary:hover,
.battle-overview .btn-outline-primary:hover,
.battle-sections .btn-outline-primary:hover {
  background-color: #db2427;
  border-color: #db2427;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(219, 36, 39, 0.3);
}

/* Animation Classes */
.battle-hero,
.battle-overview,
.battle-section,
.battle-footer {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.battle-overview {
  animation-delay: 0.2s;
}

.battle-section:nth-child(1) {
  animation-delay: 0.4s;
}

.battle-section:nth-child(2) {
  animation-delay: 0.6s;
}

.battle-section:nth-child(3) {
  animation-delay: 0.8s;
}

.battle-footer {
  animation-delay: 1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Additional button overrides with maximum specificity */
.battle-of-the-bots .btn.btn-primary,
.battle-of-the-bots .btn.btn-outline-primary {
  background-color: #20bd67;
  border-color: #20bd67;
  color: white;
}

.battle-of-the-bots .btn.btn-outline-primary {
  background-color: transparent;
  color: #db2427;
  border-color: #db2427;
}

.battle-of-the-bots .btn.btn-primary:hover {
  background-color: #1a9f5a;
  border-color: #1a9f5a;
}

.battle-of-the-bots .btn.btn-outline-primary:hover {
  background-color: #db2427;
  color: white;
}

/* Battle CTA Buttons - High specificity to override Bootstrap */
.battle-of-the-bots .battle-cta .btn,
.battle-of-the-bots .battle-cta .btn.btn-lg,
.battle-of-the-bots .battle-cta .btn.btn-primary,
.battle-of-the-bots .battle-cta .btn.btn-outline-primary {
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  width: 300px;
  margin: 0 auto 1rem auto;
  text-align: center;
  white-space: nowrap;
}

.battle-cta .btn:last-child {
  margin-bottom: 0;
}

.battle-cta .btn-primary {
  background: linear-gradient(135deg, #20bd67 0%, #1a9f5a 100%);
  border: 3px solid #20bd67;
  color: white;
}

.battle-cta .btn-primary:hover {
  background: linear-gradient(135deg, #1a9f5a 0%, #20bd67 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(32, 189, 103, 0.3);
}

.battle-cta .btn-outline-primary {
  color: #db2427;
  border: 3px solid #db2427;
  background: transparent;
}

.battle-cta .btn-outline-primary:hover {
  background: #db2427;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(219, 36, 39, 0.3);
}

/* Section CTA Buttons */
.section-cta .btn {
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  width: 300px;
  margin: 0 auto 1rem auto;
  text-align: center;
  white-space: nowrap;
}

.section-cta .btn:last-child {
  margin-bottom: 0;
}

.section-cta .btn-primary {
  background: linear-gradient(135deg, #20bd67 0%, #1a9f5a 100%);
  border: 3px solid #20bd67;
  color: white;
}

.section-cta .btn-primary:hover {
  background: linear-gradient(135deg, #1a9f5a 0%, #20bd67 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(32, 189, 103, 0.3);
}

/* Footer CTA Buttons */
.footer-cta .btn {
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.5rem;
  text-align: center;
  white-space: nowrap;
}

.footer-cta .btn-primary {
  background: linear-gradient(135deg, #20bd67 0%, #1a9f5a 100%);
  border: 3px solid #20bd67;
  color: white;
}

.footer-cta .btn-primary:hover {
  background: linear-gradient(135deg, #1a9f5a 0%, #20bd67 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(32, 189, 103, 0.3);
}

.footer-cta .btn-outline-primary {
  color: #db2427;
  border: 3px solid #db2427;
  background: transparent;
}

.footer-cta .btn-outline-primary:hover {
  background: #db2427;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(219, 36, 39, 0.3);
}

.battle-banner-image img {
	max-width: 100%;
	height: auto;
	border-radius: 0.75rem;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Battle Hero Image - Larger size */
.battle-hero .battle-banner-image img {
  max-width: 120%;
  height: auto;
  transform: scale(1.2);
  transform-origin: center;
}

/* Battle Hero Title Image */
.battle-hero .battle-title-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

/* Battle Hero */
