/* style/resources-b29-bet-security-features.css */

/* Base Styles */
.page-resources-b29-bet-security-features {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-b29-bet-security-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-b29-bet-security-features__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #28a745 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-b29-bet-security-features__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-resources-b29-bet-security-features__hero-section > .page-resources-b29-bet-security-features__container {
  position: relative;
  z-index: 2;
}

.page-resources-b29-bet-security-features__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-b29-bet-security-features__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  font-weight: 300;
  color: #e9ecef;
}

/* Call to Action Buttons */
.page-resources-b29-bet-security-features__cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
  border: none;
}

.page-resources-b29-bet-security-features__cta-button--primary {
  background-color: #ff8400; /* Contrast color for emphasis */
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 132, 0, 0.4);
}

.page-resources-b29-bet-security-features__cta-button--primary:hover {
  background-color: #e67700;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 132, 0, 0.6);
}

.page-resources-b29-bet-security-features__cta-button--secondary {
  background-color: #0056b3; /* Darker variant of primary for contrast */
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 86, 179, 0.3);
}

.page-resources-b29-bet-security-features__cta-button--secondary:hover {
  background-color: #003f80;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 86, 179, 0.5);
}

.page-resources-b29-bet-security-features__cta-button--tertiary {
  background-color: #1c7530; /* Darker variant of auxiliary for contrast */
  color: #fff;
  box-shadow: 0 4px 15px rgba(28, 117, 48, 0.3);
}

.page-resources-b29-bet-security-features__cta-button--tertiary:hover {
  background-color: #124d1f;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(28, 117, 48, 0.5);
}

/* Content Sections */
.page-resources-b29-bet-security-features__content-section {
  padding: 60px 0;
}

.page-resources-b29-bet-security-features__section--light {
  background-color: #e9ecef;
}

.page-resources-b29-bet-security-features__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-b29-bet-security-features__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #28a745;
  border-radius: 2px;
}

.page-resources-b29-bet-security-features__sub-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #28a745;
  padding-left: 15px;
}

.page-resources-b29-bet-security-features__text-block {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.8;
}

/* Grid for Features */
.page-resources-b29-bet-security-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-b29-bet-security-features__grid-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-b29-bet-security-features__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-b29-bet-security-features__feature-image {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-b29-bet-security-features__feature-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-resources-b29-bet-security-features__feature-description {
  color: #666;
  font-size: 1em;
}

/* Lists */
.page-resources-b29-bet-security-features__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-b29-bet-security-features__list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-b29-bet-security-features__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 1.2em;
  top: 0;
}

.page-resources-b29-bet-security-features__list--numbered {
  list-style: decimal;
  padding-left: 25px;
}

.page-resources-b29-bet-security-features__list--numbered li::before {
  content: none;
}

/* Images within content */
.page-resources-b29-bet-security-features__detail-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* CTA Block in Content */
.page-resources-b29-bet-security-features__cta-block {
  text-align: center;
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
  border-top: 5px solid #007bff;
}

.page-resources-b29-bet-security-features__cta-text {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 30px;
  font-weight: 600;
}

/* Final CTA Section */
.page-resources-b29-bet-security-features__cta-final-section {
  background-color: #007bff;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-b29-bet-security-features__cta-final-section .page-resources-b29-bet-security-features__section-title {
  color: #fff;
}

.page-resources-b29-bet-security-features__cta-final-section .page-resources-b29-bet-security-features__section-title::after {
  background-color: #fff;
}

.page-resources-b29-bet-security-features__cta-final-section .page-resources-b29-bet-security-features__text-block {
  color: #e9ecef;
  font-size: 1.2em;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-b29-bet-security-features__hero-title {
    font-size: 2.8em;
  }
  .page-resources-b29-bet-security-features__hero-subtitle {
    font-size: 1.3em;
  }
  .page-resources-b29-bet-security-features__section-title {
    font-size: 2em;
  }
  .page-resources-b29-bet-security-features__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-b29-bet-security-features__hero-section {
    padding: 80px 0;
  }
  .page-resources-b29-bet-security-features__hero-title {
    font-size: 2.2em;
  }
  .page-resources-b29-bet-security-features__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-b29-bet-security-features__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-b29-bet-security-features__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-b29-bet-security-features__section-title {
    font-size: 1.8em;
  }
  .page-resources-b29-bet-security-features__sub-title {
    font-size: 1.3em;
  }
  .page-resources-b29-bet-security-features__cta-block {
    padding: 30px;
  }
  .page-resources-b29-bet-security-features__cta-text {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .page-resources-b29-bet-security-features__hero-section {
    padding: 60px 0;
  }
  .page-resources-b29-bet-security-features__hero-title {
    font-size: 1.8em;
  }
  .page-resources-b29-bet-security-features__hero-subtitle {
    font-size: 0.9em;
  }
  .page-resources-b29-bet-security-features__cta-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-resources-b29-bet-security-features__section-title {
    font-size: 1.5em;
  }
  .page-resources-b29-bet-security-features__sub-title {
    font-size: 1.2em;
  }
  .page-resources-b29-bet-security-features__list li {
    font-size: 1em;
    padding-left: 30px;
  }
  .page-resources-b29-bet-security-features__cta-text {
    font-size: 1.2em;
  }
}