
    :root {
      --primary-color: #007bff;
      --secondary-color: #6c757d;
      --accent-color: #28a745;
      --text-color: #343a40;
      --background-color: #f8f9fa;
      --card-background: #ffffff;
      --border-color: #dee2e6;
      --heading-color: #212529;
    }

    body {
      font-family: 'Helvetica Neue', Arial, sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-color);
      margin: 0;
      padding: 0;
      direction: ltr;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      padding-top: 10px; /* Spacing for fixed header */
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__hero-section {
      background-color: var(--card-background);
      border-radius: 8px;
      padding: 40px;
      margin-bottom: 30px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      padding-top: 60px; /* Ensure content is below fixed header */
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__hero-title {
      color: var(--heading-color);
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__hero-title a {
      color: var(--primary-color);
      text-decoration: none;
    }
    
    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__hero-title a:hover {
      text-decoration: underline;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__hero-description {
      font-size: 1.1em;
      color: var(--secondary-color);
      max-width: 800px;
      margin: 0 auto 20px auto;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__section-title {
      color: var(--heading-color);
      font-size: 2em;
      margin-top: 40px;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__section-title a {
      color: var(--heading-color);
      text-decoration: none;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__section-title a:hover {
      text-decoration: underline;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__content-block {
      background-color: var(--card-background);
      border-radius: 8px;
      padding: 30px;
      margin-bottom: 25px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-item {
      background-color: var(--card-background);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      padding: 25px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-sizing: border-box;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-number {
      font-size: 2.5em;
      color: var(--primary-color);
      font-weight: bold;
      margin-bottom: 15px;
      display: block;
      text-align: center;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-title {
      font-size: 1.4em;
      color: var(--heading-color);
      margin-bottom: 10px;
      text-align: center;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-title a {
      color: var(--heading-color);
      text-decoration: none;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-title a:hover {
      text-decoration: underline;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-content {
      font-size: 1em;
      color: var(--text-color);
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-content a {
      color: var(--primary-color);
      text-decoration: none;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-content a:hover {
      text-decoration: underline;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__image-container {
      margin: 30px auto;
      text-align: center;
      max-width: 800px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      width: 100%;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
      object-fit: cover;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tips-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-item {
      background-color: var(--card-background);
      border-left: 5px solid var(--accent-color);
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
      box-sizing: border-box;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-title {
      font-size: 1.2em;
      color: var(--heading-color);
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-title a {
      color: var(--heading-color);
      text-decoration: none;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-title a:hover {
      text-decoration: underline;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-content {
      font-size: 0.95em;
      color: var(--text-color);
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-content a {
      color: var(--primary-color);
      text-decoration: none;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-content a:hover {
      text-decoration: underline;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__cta-button-wrapper {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 50px;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__cta-button {
      background-color: var(--primary-color);
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
      cursor: pointer; /* Use cursor pointer for div/button style */
      border: none;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__cta-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__promo-banner {
      background: linear-gradient(135deg, var(--primary-color), #0056b3);
      color: #ffffff;
      padding: 20px;
      text-align: center;
      margin-top: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__promo-title {
      font-size: 1.8em;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__promo-text {
      font-size: 1.1em;
      margin-bottom: 20px;
    }

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

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide {
        padding: 15px;
        padding-top: 10px; /* Spacing for fixed header */
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__hero-section {
        padding: 25px;
        padding-top: 50px; /* Adjust for mobile fixed header */
        margin-bottom: 20px;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__hero-title {
        font-size: 2em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__hero-description {
        font-size: 1em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__section-title {
        font-size: 1.6em;
        margin-top: 30px;
        margin-bottom: 20px;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__content-block {
        padding: 20px;
        margin-bottom: 15px;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-list,
      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tips-list {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-item,
      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 18px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-number {
        font-size: 2em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__step-title {
        font-size: 1.2em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__tip-title {
        font-size: 1.1em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__promo-title {
        font-size: 1.5em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__promo-text {
        font-size: 1em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__promo-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-resources-how-to-start-using-clb88-a-complete-beginners-step-by-step-guide__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  