
    :root {
      --primary-color: #e44d26; /* A vibrant, engaging color */
      --secondary-color: #333;
      --accent-color: #f0ad4e;
      --text-color: #333;
      --light-text-color: #555;
      --background-color: #f9f9f9;
      --white-color: #fff;
      --border-color: #ddd;
      --success-color: #5cb85c;
      --info-color: #5bc0de;
    }

    .page-resources-how-to-start-using-33win01-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;
      overflow-x: hidden; /* Prevent horizontal scroll */
    }

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

    /* Fixed header padding for main content */
    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__hero-section {
      padding-top: 10px; /* Adjust for fixed header */
      position: relative;
      overflow: hidden;
      background-color: var(--secondary-color);
      color: var(--white-color);
      text-align: center;
      padding-bottom: 40px;
    }

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

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__hero-content {
      position: relative;
      z-index: 2;
      padding: 60px 20px;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--white-color);
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: var(--white-color);
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__cta-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: var(--white-color);
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

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

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__section {
      background-color: var(--white-color);
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

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

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

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__step-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
      background-color: #fdfdfd;
      padding: 25px;
      border-radius: 8px;
      border-left: 5px solid var(--primary-color);
      box-shadow: 0 1px 5px rgba(0,0,0,0.03);
      box-sizing: border-box; /* Crucial for responsive */
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__step-number {
      font-size: 2.2em;
      font-weight: bold;
      color: var(--primary-color);
      margin-right: 20px;
      flex-shrink: 0;
      line-height: 1;
    }

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

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__step-content p {
      margin-bottom: 10px;
      color: var(--light-text-color);
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__image-wrapper {
        margin: 20px 0;
        text-align: center;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        width: 100%; /* Ensure container takes full width */
        max-width: 100%; /* Ensure container takes full width */
        box-sizing: border-box;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__highlight-box {
      background-color: #fff8e1; /* Light yellow for warnings */
      border-left: 4px solid var(--accent-color);
      padding: 20px;
      margin: 30px 0;
      border-radius: 8px;
      box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__highlight-box h3 {
      color: var(--accent-color);
      margin-top: 0;
      font-size: 1.3em;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__highlight-box ul {
      list-style: disc;
      margin-left: 20px;
      color: var(--light-text-color);
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__highlight-box li {
      margin-bottom: 8px;
      box-sizing: border-box; /* Crucial for responsive */
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__conclusion {
      text-align: center;
      font-size: 1.1em;
      color: var(--light-text-color);
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__cta-small {
      display: inline-block;
      background-color: var(--success-color);
      color: var(--white-color);
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__cta-small:hover {
      background-color: #4cae4c;
    }

    /* FAQ Section */
    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-section {
      padding: 40px 20px;
      background-color: var(--white-color);
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-title {
      color: var(--primary-color);
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-item {
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f5f5f5;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: var(--secondary-color);
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        color: var(--secondary-color);
        pointer-events: none; /* Prevent h3 from blocking click event on parent div */
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent div */
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: var(--white-color);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--light-text-color);
      box-sizing: border-box;
    }

    .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-item.active .page-resources-how-to-start-using-33win01-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-33win01-a-complete-beginners-step-by-step-guide__faq-item.active .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or '-' */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__hero-section {
        padding-top: 10px; /* Mobile adjust for fixed header */
        padding-bottom: 20px;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__hero-content {
        padding: 40px 15px;
      }

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

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

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

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__section-title,
      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__step-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        margin-bottom: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !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-33win01-a-complete-beginners-step-by-step-guide__step-number {
        font-size: 1.8em;
        margin-bottom: 10px;
        margin-right: 0;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__step-content h3 {
        font-size: 1.3em;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__highlight-box {
        padding: 15px;
        margin: 20px 0;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__highlight-box h3 {
        font-size: 1.2em;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__highlight-box ul {
        margin-left: 15px;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__highlight-box li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !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-33win01-a-complete-beginners-step-by-step-guide__faq-question {
        padding: 12px 15px;
        font-size: 0.95em;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-answer {
        padding: 0 15px;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-item.active .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__faq-answer {
        padding: 15px !important;
      }

      .page-resources-how-to-start-using-33win01-a-complete-beginners-step-by-step-guide__image-wrapper {
          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-33win01-a-complete-beginners-step-by-step-guide__image {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
      }
    }
  