/* style/resources-contact-shbet-methods.css */

:root {
  --shbet-primary-color: #0A2E36;
  --shbet-accent-color: #FFD700;
  --shbet-text-light: #ffffff;
  --shbet-text-dark: #333333;
  --shbet-bg-dark: #000;
  --shbet-bg-light: #f5f5f5;
}

.page-resources-contact-shbet-methods {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--shbet-text-light); /* Body background is dark, so text is light */
  background-color: var(--shbet-bg-dark); /* Inherited from shared.css body */
}

.page-resources-contact-shbet-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-contact-shbet-methods__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-contact-shbet-methods__dark-bg {
  background-color: var(--shbet-primary-color);
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__hero-section {
  padding-top: var(--header-offset, 120px);
  padding-bottom: 80px;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:shbet_contact_hero,customer_service,online_betting]');
  background-size: cover;
  background-position: center;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--shbet-accent-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-contact-shbet-methods__intro-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-contact-shbet-methods__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-contact-shbet-methods__btn-primary,
.page-resources-contact-shbet-methods__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-resources-contact-shbet-methods__btn-primary {
  background-color: var(--shbet-accent-color);
  color: var(--shbet-primary-color);
  border: 2px solid var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-contact-shbet-methods__btn-secondary {
  background-color: transparent;
  color: var(--shbet-accent-color);
  border: 2px solid var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__btn-secondary:hover {
  background-color: var(--shbet-accent-color);
  color: var(--shbet-primary-color);
}

.page-resources-contact-shbet-methods__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__why-contact .page-resources-contact-shbet-methods__section-title {
  color: var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__why-contact .page-resources-contact-shbet-methods__section-description {
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-resources-contact-shbet-methods__card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-resources-contact-shbet-methods__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--shbet-accent-color);
  text-align: center;
}

.page-resources-contact-shbet-methods__card-text {
  font-size: 1em;
  line-height: 1.7;
  text-align: center;
}

.page-resources-contact-shbet-methods__contact-methods {
  background-color: var(--shbet-primary-color);
}

.page-resources-contact-shbet-methods__contact-methods .page-resources-contact-shbet-methods__section-title {
  color: var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__contact-methods .page-resources-contact-shbet-methods__section-description {
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__grid.--three-columns {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-resources-contact-shbet-methods__method-card {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__method-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  min-width: 60px;
  min-height: 60px;
}

.page-resources-contact-shbet-methods__method-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: var(--shbet-accent-color);
  text-align: center;
}

.page-resources-contact-shbet-methods__method-text {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
  text-align: center;
}

.page-resources-contact-shbet-methods__social-note {
  margin-top: 40px;
  font-size: 1em;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__step-by-step .page-resources-contact-shbet-methods__section-title {
  color: var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__step-by-step .page-resources-contact-shbet-methods__section-description {
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-resources-contact-shbet-methods__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-left: 5px solid var(--shbet-accent-color);
  border-radius: 8px;
  padding: 25px;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__step-title {
  font-size: 1.4em;
  color: var(--shbet-accent-color);
  margin-bottom: 10px;
}

.page-resources-contact-shbet-methods__step-text {
  font-size: 1em;
  line-height: 1.7;
}

.page-resources-contact-shbet-methods__important-notes {
  background-color: var(--shbet-primary-color);
}

.page-resources-contact-shbet-methods__important-notes .page-resources-contact-shbet-methods__section-title {
  color: var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__important-notes .page-resources-contact-shbet-methods__section-description {
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  text-align: left;
}

.page-resources-contact-shbet-methods__note-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__note-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  object-fit: contain;
  min-width: 50px;
  min-height: 50px;
}

.page-resources-contact-shbet-methods__note-text {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-contact-shbet-methods__note-text strong {
  color: var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__faq-section .page-resources-contact-shbet-methods__section-title {
  color: var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-resources-contact-shbet-methods__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--shbet-primary-color);
  color: var(--shbet-accent-color);
  transition: background-color 0.3s ease;
}

.page-resources-contact-shbet-methods__faq-question:hover {
  background-color: #0c3a44;
}

.page-resources-contact-shbet-methods__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-contact-shbet-methods__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--shbet-text-light);
}

.page-resources-contact-shbet-methods__faq-answer p {
  padding-bottom: 15px;
  margin: 0;
}

.page-resources-contact-shbet-methods__faq-item.active .page-resources-contact-shbet-methods__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px !important;
}

.page-resources-contact-shbet-methods__faq-item.active .page-resources-contact-shbet-methods__faq-toggle {
  transform: rotate(0deg);
}

.page-resources-contact-shbet-methods__cta-bottom {
  background-color: var(--shbet-primary-color);
  padding-bottom: 80px;
}

.page-resources-contact-shbet-methods__cta-bottom .page-resources-contact-shbet-methods__section-title {
  color: var(--shbet-accent-color);
}

.page-resources-contact-shbet-methods__cta-bottom .page-resources-contact-shbet-methods__section-description {
  color: var(--shbet-text-light);
  margin-bottom: 30px;
}

.page-resources-contact-shbet-methods__btn-primary.--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-contact-shbet-methods__main-title {
    font-size: 3em;
  }

  .page-resources-contact-shbet-methods__section-title {
    font-size: 2em;
  }

  .page-resources-contact-shbet-methods__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-contact-shbet-methods {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-contact-shbet-methods__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset on mobile */
    padding-bottom: 60px;
  }

  .page-resources-contact-shbet-methods__main-title {
    font-size: 2.5em;
  }

  .page-resources-contact-shbet-methods__intro-text {
    font-size: 1em;
  }

  .page-resources-contact-shbet-methods__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-contact-shbet-methods__btn-primary,
  .page-resources-contact-shbet-methods__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin: 0 auto;
  }

  .page-resources-contact-shbet-methods__section {
    padding: 40px 0;
  }

  .page-resources-contact-shbet-methods__section-title {
    font-size: 1.8em;
  }

  .page-resources-contact-shbet-methods__section-description {
    font-size: 0.95em;
    padding: 0 15px;
  }

  .page-resources-contact-shbet-methods__grid,
  .page-resources-contact-shbet-methods__grid.--three-columns {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .page-resources-contact-shbet-methods__card,
  .page-resources-contact-shbet-methods__method-card,
  .page-resources-contact-shbet-methods__step-item,
  .page-resources-contact-shbet-methods__note-item,
  .page-resources-contact-shbet-methods__faq-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-resources-contact-shbet-methods img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-contact-shbet-methods__video-section,
  .page-resources-contact-shbet-methods__video-container,
  .page-resources-contact-shbet-methods__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-contact-shbet-methods video,
  .page-resources-contact-shbet-methods__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-contact-shbet-methods__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-contact-shbet-methods__faq-answer {
    padding: 0 20px;
  }

  .page-resources-contact-shbet-methods__faq-item.active .page-resources-contact-shbet-methods__faq-answer {
    padding: 15px 20px !important;
  }

  .page-resources-contact-shbet-methods__cta-bottom .page-resources-contact-shbet-methods__btn-primary.--large {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-contact-shbet-methods__main-title {
    font-size: 2em;
  }

  .page-resources-contact-shbet-methods__section-title {
    font-size: 1.6em;
  }

  .page-resources-contact-shbet-methods__method-icon {
    width: 80px;
    height: 80px;
  }

  .page-resources-contact-shbet-methods__note-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}