
    :root {
      --primary-color: #007bff;
      --secondary-color: #6c757d;
      --accent-color: #28a745;
      --text-color: #343a40;
      --background-color: #f8f9fa;
      --card-background: #ffffff;
      --border-color: #dee2e6;
      --hover-color: #0056b3;
      --shadow-color: rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-color);
      padding: 20px 0;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__hero-section {
      text-align: center;
      padding: 80px 15px 40px;
      background-color: var(--primary-color);
      color: #ffffff;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
      padding-top: 100px; /* Adjusted for fixed header */
    }

    @media (max-width: 768px) {
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__hero-section {
        padding-top: 80px; /* Adjusted for fixed header on mobile */
      }
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__main-heading {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffffff;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__sub-heading {
      font-size: 1.3em;
      opacity: 0.9;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__section {
      background-color: var(--card-background);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px var(--shadow-color);
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__section-title {
      font-size: 2em;
      color: var(--primary-color);
      margin-bottom: 25px;
      border-bottom: 2px solid var(--primary-color);
      padding-bottom: 10px;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__step-list {
      list-style: none;
      padding: 0;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__step-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__step-number {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--accent-color);
      margin-right: 15px;
      min-width: 40px;
      text-align: center;
      background-color: #e9f7ee;
      border-radius: 50%;
      padding: 5px;
      box-sizing: border-box;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__step-content h3 {
      font-size: 1.4em;
      color: var(--text-color);
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__step-content p {
      margin-bottom: 10px;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__image-wrapper {
      text-align: center;
      margin: 25px 0;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 8px var(--shadow-color);
      object-fit: cover;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background-color: #e6f2ff;
      border-radius: 8px;
      border: 1px dashed var(--primary-color);
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__cta-button {
      display: inline-block;
      background-color: var(--accent-color);
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__cta-button:hover {
      background-color: #218838;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__list-bullet {
      list-style: disc;
      margin-left: 20px;
      padding: 0;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__list-bullet li {
      margin-bottom: 8px;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__note {
      background-color: #fff3cd;
      border-left: 5px solid #ffc107;
      padding: 15px;
      margin-top: 20px;
      border-radius: 4px;
      color: #664d03;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-section {
      margin-top: 40px;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-item {
      background-color: var(--card-background);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px var(--shadow-color);
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #f1f1f1;
      transition: background-color 0.3s ease;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--text-color);
      flex-grow: 1;
      pointer-events: none; /* Prevents text from blocking click */
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--primary-color);
      margin-left: 15px;
      pointer-events: none; /* Prevents icon from blocking click */
      transition: transform 0.3s ease;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-item.active .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-toggle {
      transform: rotate(45deg);
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #ffffff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-item.active .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px !important;
      opacity: 1;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-answer p {
      margin-bottom: 10px;
    }

    .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-question:hover {
      background-color: #e2e6ea;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__main-heading {
        font-size: 2.2em;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__section-title {
        font-size: 1.8em;
      }
    }

    @media (max-width: 768px) {
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__hero-section {
        padding: 60px 15px 30px;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__main-heading {
        font-size: 1.8em;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__sub-heading {
        font-size: 1.1em;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__section {
        padding: 20px;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__section-title {
        font-size: 1.6em;
        margin-bottom: 20px;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__step-content h3 {
        font-size: 1.2em;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__cta-button {
        font-size: 1em;
        padding: 12px 25px;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__list-bullet {
        margin-left: 15px !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__list-bullet li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__content-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        margin: 15px 0 !important;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-answer {
        padding: 0 15px;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-item.active .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-answer {
        padding: 15px !important;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-question {
        padding: 12px 15px;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__faq-question h3 {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__main-heading {
        font-size: 1.6em;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__sub-heading {
        font-size: 1em;
      }
      .page-resources-how-to-start-using-tk88-a-complete-beginners-step-by-step-guide__section-title {
        font-size: 1.4em;
      }
    }
  