
    :root {
      --phbet-primary-color: #ffcc00; /* Gold/Yellow */
      --phbet-secondary-color: #007bff; /* Blue for highlights */
      --phbet-background-dark: #1a1a1a; /* Dark background */
      --phbet-text-light: #f0f0f0; /* Light text */
      --phbet-text-dark: #333333; /* Dark text for light backgrounds */
      --phbet-border-color: #444444;
      --phbet-accent-red: #e74c3c; /* For warning/important */
    }

    .page-phbet-free-28-login-no-deposit-bonus-2 {
      font-family: 'Arial', sans-serif;
      color: var(--phbet-text-light);
      background-color: var(--phbet-background-dark);
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    /* General Section Styling */
    .page-phbet-free-28-login-no-deposit-bonus-2__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      border-radius: 8px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      background-color: rgba(30, 30, 30, 0.8);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__section--light {
        background-color: var(--phbet-text-light);
        color: var(--phbet-text-dark);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__section-title {
      font-size: 2.5em;
      color: var(--phbet-primary-color);
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__section--light .page-phbet-free-28-login-no-deposit-bonus-2__section-title {
        color: var(--phbet-secondary-color);
        text-shadow: none;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__subsection-title {
        font-size: 1.8em;
        color: var(--phbet-secondary-color);
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__section--light .page-phbet-free-28-login-no-deposit-bonus-2__subsection-title {
        color: var(--phbet-text-dark);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__text-content {
      text-align: center;
      margin-bottom: 30px;
      font-size: 1.1em;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-phbet-free-28-login-no-deposit-bonus-2__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:phbet,casino,bonus,banner]') no-repeat center center;
      background-size: cover;
      color: var(--phbet-text-light);
      text-align: center;
      padding: 100px 20px 80px; /* Adjusted padding-top to avoid double offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      position: relative;
      overflow: hidden;
      border-radius: 0; /* Hero section typically full width */
      margin-bottom: 0;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--phbet-primary-color);
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 40px;
      color: var(--phbet-text-light);
      max-width: 800px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__cta-button {
      display: inline-block;
      background-color: var(--phbet-primary-color);
      color: var(--phbet-background-dark);
      padding: 15px 30px;
      font-size: 1.3em;
      font-weight: bold;
      border-radius: 50px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__cta-button:hover {
      background-color: #ffd700;
      transform: translateY(-3px);
    }

    /* Info Cards Section */
    .page-phbet-free-28-login-no-deposit-bonus-2__info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__info-card {
      background-color: var(--phbet-background-dark);
      border: 1px solid var(--phbet-border-color);
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__info-card-icon {
      width: 100px; /* Display size for the icon */
      height: 100px;
      margin-bottom: 15px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__info-card-title {
      font-size: 1.5em;
      color: var(--phbet-primary-color);
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__info-card-description {
      font-size: 1em;
      color: var(--phbet-text-light);
    }

    /* How To Claim Section */
    .page-phbet-free-28-login-no-deposit-bonus-2__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__step-item {
      background-color: var(--phbet-background-dark);
      border: 1px solid var(--phbet-border-color);
      border-radius: 10px;
      padding: 25px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__step-number {
      font-size: 2.5em;
      font-weight: bold;
      color: var(--phbet-primary-color);
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid var(--phbet-primary-color);
      border-radius: 50%;
      background-color: rgba(255, 204, 0, 0.1);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__step-content {
      flex-grow: 1;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__step-title {
      font-size: 1.6em;
      color: var(--phbet-secondary-color);
      margin-bottom: 8px;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__step-description {
      font-size: 1.1em;
      color: var(--phbet-text-light);
    }

    /* Terms and Conditions */
    .page-phbet-free-28-login-no-deposit-bonus-2__terms-list {
      list-style: disc;
      padding-left: 25px;
      margin-top: 20px;
      color: var(--phbet-text-light);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__terms-list li {
      margin-bottom: 10px;
      font-size: 1em;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__terms-list strong {
        color: var(--phbet-primary-color);
    }

    /* FAQ Section */
    .page-phbet-free-28-login-no-deposit-bonus-2__faq-container {
      margin-top: 40px;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__faq-item {
      background-color: var(--phbet-background-dark);
      border: 1px solid var(--phbet-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #2a2a2a;
      transition: background-color 0.3s ease;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__faq-question h3 {
      margin: 0;
      font-size: 1.3em;
      color: var(--phbet-primary-color);
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--phbet-secondary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event on parent */
      width: 25px;
      text-align: center;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__faq-item.active .page-phbet-free-28-login-no-deposit-bonus-2__faq-toggle {
      transform: rotate(45deg); /* + to X effect */
      color: var(--phbet-accent-red);
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding */
      color: var(--phbet-text-light);
      background-color: #1f1f1f;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      font-size: 1em;
    }

    .page-phbet-free-28-login-no-deposit-bonus-2__faq-item.active .page-phbet-free-28-login-no-deposit-bonus-2__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important; /* Expanded padding */
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-phbet-free-28-login-no-deposit-bonus-2__hero-title {
        font-size: 2.5em;
      }

      .page-phbet-free-28-login-no-deposit-bonus-2__hero-subtitle {
        font-size: 1.3em;
      }

      .page-phbet-free-28-login-no-deposit-bonus-2__section-title {
        font-size: 2em;
      }

      .page-phbet-free-28-login-no-deposit-bonus-2__subsection-title {
          font-size: 1.5em;
      }

      .page-phbet-free-28-login-no-deposit-bonus-2__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      /* Image responsive */
      .page-phbet-free-28-login-no-deposit-bonus-2 img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-phbet-free-28-login-no-deposit-bonus-2__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      /* List items responsive */
      .page-phbet-free-28-login-no-deposit-bonus-2__info-grid,
      .page-phbet-free-28-login-no-deposit-bonus-2__steps-list,
      .page-phbet-free-28-login-no-deposit-bonus-2__terms-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important; /* Adjust padding to avoid too narrow content */
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-phbet-free-28-login-no-deposit-bonus-2__info-card,
      .page-phbet-free-28-login-no-deposit-bonus-2__step-item,
      .page-phbet-free-28-login-no-deposit-bonus-2__terms-list li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-phbet-free-28-login-no-deposit-bonus-2__step-item {
        flex-direction: column;
        text-align: center;
      }

      .page-phbet-free-28-login-no-deposit-bonus-2__step-number {
        margin-bottom: 15px;
      }

      .page-phbet-free-28-login-no-deposit-bonus-2__faq-question h3 {
        font-size: 1.1em;
      }
      .page-phbet-free-28-login-no-deposit-bonus-2__faq-answer {
        font-size: 0.95em;
      }
    }
  