/* style/promotions-exclusive-partnership.css */
.page-promotions-exclusive-partnership {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Main dark blue background */
  line-height: 1.6;
}

.page-promotions-exclusive-partnership-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-exclusive-partnership-section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-exclusive-partnership-section-title {
  font-size: 2.5em;
  color: #FFD700; /* Auxiliary gold for titles */
  margin-bottom: 30px;
  font-weight: bold;
}

.page-promotions-exclusive-partnership-hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a2a44 100%);
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.page-promotions-exclusive-partnership-hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-promotions-exclusive-partnership-hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-exclusive-partnership-hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-promotions-exclusive-partnership-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
  margin: 10px;
}

.page-promotions-exclusive-partnership-btn-primary {
  background-color: #FFD700;
  color: #0A192F; /* Dark text on gold button */
}

.page-promotions-exclusive-partnership-btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-exclusive-partnership-btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-exclusive-partnership-btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-promotions-exclusive-partnership-btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-promotions-exclusive-partnership-intro p,
.page-promotions-exclusive-partnership-why-hubet p,
.page-promotions-exclusive-partnership-tips p {
  max-width: 900px;
  margin: 15px auto;
  font-size: 1.1em;
  color: #cccccc;
}

.page-promotions-exclusive-partnership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-exclusive-partnership-benefit-card {
  background-color: #1a2a44;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  border-bottom: 5px solid #FFD700;
}

.page-promotions-exclusive-partnership-benefit-card h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-promotions-exclusive-partnership-benefit-card p {
  color: #e0e0e0;
  font-size: 1em;
}

.page-promotions-exclusive-partnership-image-full-width {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-exclusive-partnership-image-center {
  display: block;
  margin: 40px auto 0;
  max-width: 700px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-exclusive-partnership-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 900px;
  text-align: left;
}

.page-promotions-exclusive-partnership-list li {
  background-color: #1a2a44;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  color: #e0e0e0;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-promotions-exclusive-partnership-list li:before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-promotions-exclusive-partnership-list-checked li:before {
  content: '✓';
}

.page-promotions-exclusive-partnership-guide p {
  text-align: left;
}

.page-promotions-exclusive-partnership-guide a {
  color: #FFD700;
  text-decoration: underline;
}

.page-promotions-exclusive-partnership-guide a:hover {
  color: #e6c200;
}

.page-promotions-exclusive-partnership-steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-promotions-exclusive-partnership-steps li {
  background-color: #1a2a44;
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  border-left: 5px solid #FFD700;
}

.page-promotions-exclusive-partnership-steps li h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-promotions-exclusive-partnership-steps li p {
  color: #e0e0e0;
  font-size: 1.05em;
  margin-bottom: 0;
}

.page-promotions-exclusive-partnership-why-hubet .page-promotions-exclusive-partnership-list li {
  background-color: #1a2a44;
  border-left: 5px solid #FFD700;
}

.page-promotions-exclusive-partnership-cta-section {
  background: #FFD700; /* Gold background for CTA */
  padding: 80px 0;
  color: #0A192F; /* Dark text on gold background */
}

.page-promotions-exclusive-partnership-cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #0A192F;
}

.page-promotions-exclusive-partnership-cta-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

.page-promotions-exclusive-partnership-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-promotions-exclusive-partnership-accordion-item {
  margin-bottom: 15px;
  border: 1px solid #334466;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-exclusive-partnership-accordion-header {
  background-color: #1a2a44;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-exclusive-partnership-accordion-header:hover {
  background-color: #2a3d58;
}

.page-promotions-exclusive-partnership-accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-exclusive-partnership-accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-exclusive-partnership-accordion-content {
  background-color: #0A192F;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-exclusive-partnership-accordion-content p {
  color: #e0e0e0;
  padding: 15px 0;
  margin: 0;
}

.page-promotions-exclusive-partnership-accordion-content.active {
  max-height: 200px; /* Adjust based on content */
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-exclusive-partnership-hero-title {
    font-size: 2.5em;
  }

  .page-promotions-exclusive-partnership-hero-subtitle,
  .page-promotions-exclusive-partnership-intro p,
  .page-promotions-exclusive-partnership-why-hubet p,
  .page-promotions-exclusive-partnership-tips p {
    font-size: 1em;
  }

  .page-promotions-exclusive-partnership-section-title {
    font-size: 2em;
  }

  .page-promotions-exclusive-partnership-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-exclusive-partnership-btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-exclusive-partnership-btn-large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-promotions-exclusive-partnership-steps li h3 {
    font-size: 1.4em;
  }

  .page-promotions-exclusive-partnership-list li {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-promotions-exclusive-partnership-cta-title {
    font-size: 2.2em;
  }

  .page-promotions-exclusive-partnership-cta-subtitle {
    font-size: 1.1em;
  }

  .page-promotions-exclusive-partnership-accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions-exclusive-partnership-hero-title {
    font-size: 2em;
  }

  .page-promotions-exclusive-partnership-hero-subtitle {
    font-size: 0.9em;
  }

  .page-promotions-exclusive-partnership-section-title {
    font-size: 1.8em;
  }

  .page-promotions-exclusive-partnership-btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-promotions-exclusive-partnership-cta-title {
    font-size: 1.8em;
  }

  .page-promotions-exclusive-partnership-cta-subtitle {
    font-size: 1em;
  }
}