/* style/resources-tt88-fishing-blast-safety-responsible-gambling.css */

/* Base Styles & Page Container */
.page-resources-tt88-fishing-blast-safety-responsible-gambling {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: transparent; /* Body background is #121212 from shared.css */
  padding-top: 10px; /* Fixed nav bar spacing */
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Banner Section */
.page-resources-tt88-fishing-blast-safety-responsible-gambling__hero-banner {
  background: linear-gradient(135deg, #007bff, #ffc107); /* Brand colors */
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__cta-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary color for CTA */
  color: #121212; /* Dark text for light button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__cta-button--secondary {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__cta-button--secondary:hover {
  background-color: #ffc107;
  color: #121212;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* General Section Styling */
.page-resources-tt88-fishing-blast-safety-responsible-gambling__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__section:last-of-type {
  border-bottom: none;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__section-title {
  font-size: 2.2em;
  color: #ffc107; /* Auxiliary color for titles */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #cccccc;
}

/* Introduction Section Specific */
.page-resources-tt88-fishing-blast-safety-responsible-gambling__introduction-section {
  background-color: #1a1a1a; /* Slightly lighter dark background */
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__image-wrapper {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__text-content {
  flex: 1.5;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__text-content p {
  margin-bottom: 15px;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__text-content strong {
  color: #ffc107;
}

/* Safety Section Specific */
.page-resources-tt88-fishing-blast-safety-responsible-gambling__safety-section {
  background-color: #0d0d0d;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white on dark bg */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-card:hover {
  transform: translateY(-8px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-image {
  width: 200px; /* Enforce minimum 200px for the image itself */
  height: 200px;
  margin: 0 auto 20px auto;
  object-fit: contain;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-title {
  font-size: 1.4em;
  color: #ffc107;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-card p {
  color: #cccccc;
  font-size: 1em;
}

/* Responsible Gambling Section Specific */
.page-resources-tt88-fishing-blast-safety-responsible-gambling__responsible-gambling-section {
  background-color: #1a1a1a;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__responsible-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__responsible-item {
  background-color: rgba(0, 123, 255, 0.1); /* Semi-transparent primary color */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 123, 255, 0.3);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__responsible-title {
  font-size: 1.5em;
  color: #007bff; /* Primary color for titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__responsible-item p {
  color: #e0e0e0;
  font-size: 1em;
}

/* Tips Section Specific */
.page-resources-tt88-fishing-blast-safety-responsible-gambling__tips-section {
  background-color: #0d0d0d;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__tip-item {
  background-color: rgba(255, 193, 7, 0.1); /* Semi-transparent auxiliary color */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__tip-title {
  font-size: 1.4em;
  color: #ffc107;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__tip-item p {
  color: #e0e0e0;
  font-size: 1em;
}

/* Features Overview Section Specific */
.page-resources-tt88-fishing-blast-safety-responsible-gambling__features-overview-section {
  background-color: #1a1a1a;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-cards-large {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-card-large {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-card-large:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-image-large {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-title-large {
  font-size: 1.5em;
  color: #ffc107;
  padding: 20px 20px 0;
  margin: 0;
  font-weight: bold;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-card-large p {
  color: #cccccc;
  font-size: 1em;
  padding: 10px 20px 20px;
}

/* FAQ Section Specific */
.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-section {
  background-color: #0d0d0d;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly visible background for item */
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #222222; /* Darker background for question */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-question:hover {
  background: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.2);
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  color: #f0f0f0;
  pointer-events: none; /* Prevent h3 from blocking click event */
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-toggle {
  font-size: 28px; /* Larger toggle for better visibility */
  font-weight: bold;
  line-height: 1;
  color: #ffc107; /* Auxiliary color for toggle */
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
  pointer-events: none; /* Prevent icon from blocking click event */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-item.active .page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-toggle {
  color: #007bff; /* Primary color when active */
  transform: rotate(45deg); /* Rotate to form 'X' or just change to '-' */
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  background: #1a1a1a; /* Slightly lighter dark background for answer */
  border-radius: 0 0 8px 8px;
  color: #cccccc;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-item.active .page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-answer {
  max-height: 2000px !important; /* Ensure enough height for content */
  padding: 20px 25px !important;
  opacity: 1;
}

.page-resources-tt88-fishing-blast-safety-responsible-gambling__faq-answer p {
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__main-title {
    font-size: 2.8em;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__subtitle {
    font-size: 1.2em;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__section-title {
    font-size: 2em;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__content-wrapper {
    flex-direction: column;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__image-wrapper,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__text-content {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-tt88-fishing-blast-safety-responsible-gambling {
    padding-top: 10px; /* Mobile fixed nav bar spacing */
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__hero-banner {
    padding: 60px 0;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__section {
    padding: 40px 0;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__features-grid,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__responsible-grid,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__tips-list,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-cards-large {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-card,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__responsible-item,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__tip-item,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-card-large {
    padding: 20px;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-title,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__responsible-title,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__tip-title,
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-title-large {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .page-resources-tt88-fishing-blast-safety-responsible-gambling__feature-image {
    width: 100% !important; /* Ensure content images scale */
    height: auto !important;
    max-width: 200px !important; /* Keep a max-width for smaller images if desired */
    margin: 0 auto 15px auto;
  }
}