.page-roobet-cup-csgo {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-roobet-cup-csgo__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-roobet-cup-csgo__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 10px 0 60px 0; /* Small top padding, larger bottom for content */
      background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
      color: #fff;
      overflow: hidden;
      min-height: 500px;
    }

    .page-roobet-cup-csgo__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 1;
    }

    .page-roobet-cup-csgo__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Overlay to ensure text readability */
    }

    .page-roobet-cup-csgo__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
    }

    .page-roobet-cup-csgo__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffd700; /* Gold for contrast */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-roobet-cup-csgo__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-roobet-cup-csgo__hero-actions {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-roobet-cup-csgo__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1em;
      box-sizing: border-box;
    }

    .page-roobet-cup-csgo__button--primary {
      background-color: #ffd700; /* Gold */
      color: #0f0c29; /* Dark blue/purple */
      border: 2px solid #ffd700;
    }

    .page-roobet-cup-csgo__button--primary:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-roobet-cup-csgo__button--secondary {
      background-color: transparent;
      color: #ffd700;
      border: 2px solid #ffd700;
    }

    .page-roobet-cup-csgo__button--secondary:hover {
      background-color: #ffd700;
      color: #0f0c29;
      transform: translateY(-2px);
    }

    /* General Section Styles */
    .page-roobet-cup-csgo__section-title {
      font-size: 2em;
      color: #0f0c29;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-roobet-cup-csgo__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffd700;
      border-radius: 2px;
    }

    .page-roobet-cup-csgo__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
      color: #555;
    }

    .page-roobet-cup-csgo__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-top: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-roobet-cup-csgo__image--centered {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    /* About Section */
    .page-roobet-cup-csgo__about-section {
      padding: 60px 0;
      background-color: #fff;
    }

    /* Features Section */
    .page-roobet-cup-csgo__features-section {
      padding: 60px 0;
      background-color: #f0f2f5;
    }

    .page-roobet-cup-csgo__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-roobet-cup-csgo__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-roobet-cup-csgo__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-roobet-cup-csgo__feature-title {
      font-size: 1.4em;
      color: #0f0c29;
      margin-bottom: 15px;
    }

    .page-roobet-cup-csgo__feature-description {
      font-size: 1em;
      color: #666;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-roobet-cup-csgo__cta-section {
      text-align: center;
      margin-top: 50px;
      padding: 30px;
      background-color: #e0e0e0;
      border-radius: 10px;
    }

    .page-roobet-cup-csgo__cta-text {
      font-size: 1.3em;
      color: #0f0c29;
      margin-bottom: 25px;
      font-weight: bold;
    }

    /* Providers Section */
    .page-roobet-cup-csgo__providers-section {
      padding: 60px 0;
      background-color: #fff;
      text-align: center;
    }

    .page-roobet-cup-csgo__provider-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-roobet-cup-csgo__provider-logo {
      max-width: 120px; /* Adjust as needed */
      height: auto;
      object-fit: contain;
      opacity: 0.5; /* Using opacity instead of filter: grayscale */
      transition: opacity 0.3s ease;
      box-sizing: border-box;
    }

    .page-roobet-cup-csgo__provider-logo:hover {
      opacity: 1; /* Full opacity on hover */
    }

    /* FAQ Section */
    .page-roobet-cup-csgo__faq-section {
      padding: 60px 0;
      background-color: #f0f2f5;
    }

    .page-roobet-cup-csgo__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-roobet-cup-csgo__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-roobet-cup-csgo__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-roobet-cup-csgo__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-roobet-cup-csgo__faq-title {
      font-size: 1.15em;
      color: #0f0c29;
      margin: 0;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-roobet-cup-csgo__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffd700;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from interfering with click event */
    }

    .page-roobet-cup-csgo__faq-item.active .page-roobet-cup-csgo__faq-toggle {
      transform: rotate(45deg); /* Change + to X */
      color: #0f0c29;
    }

    .page-roobet-cup-csgo__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fdfdfd;
      color: #555;
      box-sizing: border-box;
    }

    .page-roobet-cup-csgo__faq-item.active .page-roobet-cup-csgo__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-roobet-cup-csgo__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }
    .page-roobet-cup-csgo__faq-answer p:last-child {
      padding-bottom: 0;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-roobet-cup-csgo__hero-section {
        padding: 10px 0 40px 0;
        min-height: 400px;
      }

      .page-roobet-cup-csgo__hero-title {
        font-size: 2em;
      }

      .page-roobet-cup-csgo__hero-description {
        font-size: 1em;
      }

      .page-roobet-cup-csgo__hero-actions {
        flex-direction: column;
        gap: 15px;
      }

      .page-roobet-cup-csgo__button {
        width: 100%;
        max-width: 280px; /* Limit button width on small screens */
        margin: 0 auto;
      }

      .page-roobet-cup-csgo__section-title {
        font-size: 1.7em;
        margin-bottom: 30px;
      }

      .page-roobet-cup-csgo__text-content {
        font-size: 0.95em;
      }

      .page-roobet-cup-csgo__feature-list {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-roobet-cup-csgo__feature-item {
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-roobet-cup-csgo__feature-title {
        font-size: 1.2em;
      }

      .page-roobet-cup-csgo__cta-text {
        font-size: 1.1em;
      }

      .page-roobet-cup-csgo__provider-logo {
        max-width: 100px;
      }

      .page-roobet-cup-csgo__faq-list {
        padding: 0 10px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-roobet-cup-csgo__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-roobet-cup-csgo__faq-question {
        padding: 12px 15px;
      }

      .page-roobet-cup-csgo__faq-title {
        font-size: 1em;
      }

      .page-roobet-cup-csgo__faq-answer {
        padding: 0 15px;
        box-sizing: border-box !important;
      }

      .page-roobet-cup-csgo__faq-item.active .page-roobet-cup-csgo__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-roobet-cup-csgo__hero-title {
        font-size: 1.8em;
      }
      .page-roobet-cup-csgo__hero-description {
        font-size: 0.9em;
      }
      .page-roobet-cup-csgo__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }