
    .page-55win11 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-top: 10px; /* Decorative top padding, assuming body handles header offset */
    }

    .page-55win11__section-title {
      font-size: 2.2em;
      color: #0a4f9e; /* Dark blue for titles */
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
    }

    .page-55win11__section-description {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }

    /* Hero Section */
    .page-55win11__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px 20px;
      background-color: #e0f2f7; /* Light blue background */
      gap: 20px;
    }

    .page-55win11__hero-content {
      max-width: 700px;
    }

    .page-55win11__hero-title {
      font-size: 2.5em;
      color: #0a4f9e;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-55win11__hero-description {
      font-size: 1.2em;
      color: #333;
      max-width: 700px;
      margin-bottom: 30px;
    }

    .page-55win11__hero-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
    }

    .page-55win11__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-size: 1em;
      white-space: nowrap;
    }

    .page-55win11__button--primary {
      background-color: #0a4f9e; /* Primary blue */
      color: #fff;
      border: 2px solid #0a4f9e;
    }

    .page-55win11__button--primary:hover {
      background-color: #073a77;
      transform: translateY(-2px);
    }

    .page-55win11__button--secondary {
      background-color: #fff;
      color: #0a4f9e;
      border: 2px solid #0a4f9e;
    }

    .page-55win11__button--secondary:hover {
      background-color: #f0f8ff;
      transform: translateY(-2px);
    }

    .page-55win11__hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      margin-top: 30px;
      min-width: 200px;
      min-height: 200px;
    }

    /* Products Section */
    .page-55win11__products-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .page-55win11__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-55win11__product-item {
      background-color: #f0f8ff; /* Lightest blue */
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-55win11__product-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .page-55win11__product-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 15px;
      min-width: 200px;
      min-height: 200px;
    }

    .page-55win11__product-title {
      font-size: 1.5em;
      color: #0a4f9e;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-55win11__product-text {
      font-size: 1em;
      color: #555;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Promotions Section */
    .page-55win11__promotions-section {
      padding: 60px 20px;
      background-color: #e0f2f7;
    }

    .page-55win11__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto 40px auto;
    }

    .page-55win11__promo-item {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-55win11__promo-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .page-55win11__promo-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 15px;
      min-width: 200px;
      min-height: 200px;
    }

    .page-55win11__promo-title {
      font-size: 1.4em;
      color: #0a4f9e;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-55win11__promo-text {
      font-size: 0.95em;
      color: #555;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-55win11__center-button {
      text-align: center;
    }

    /* Features Section */
    .page-55win11__features-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .page-55win11__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-55win11__feature-item {
      text-align: center;
      padding: 25px;
      background-color: #f0f8ff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-55win11__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .page-55win11__feature-icon {
      max-width: 200px; /* Minimum 200x200px as per requirement */
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      min-width: 200px;
      min-height: 200px;
    }

    .page-55win11__feature-title {
      font-size: 1.3em;
      color: #0a4f9e;
      margin-bottom: 10px;
    }

    .page-55win11__feature-text {
      font-size: 0.95em;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* News Section */
    .page-55win11__news-section {
      padding: 60px 20px;
      background-color: #e0f2f7;
    }

    .page-55win11__news-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-55win11__news-item {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-55win11__news-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .page-55win11__news-image {
      max-width: 100%;
      height: auto;
      display: block;
      min-width: 200px;
      min-height: 200px;
    }

    .page-55win11__news-content {
      padding: 20px;
    }

    .page-55win11__news-title {
      font-size: 1.3em;
      color: #0a4f9e;
      margin-bottom: 10px;
    }

    .page-55win11__news-date {
      font-size: 0.85em;
      color: #888;
      margin-bottom: 10px;
    }

    .page-55win11__news-excerpt {
      font-size: 0.95em;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* FAQ Section */
    .page-55win11__faq-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .page-55win11__faq-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-55win11__faq-item {
      background-color: #f0f8ff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      overflow: hidden; /* Ensures max-height transition works */
      box-sizing: border-box;
    }

    .page-55win11__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #0a4f9e; /* Dark blue for question background */
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-55win11__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #fff;
      pointer-events: none; /* Prevents h3 from blocking click event */
    }

    .page-55win11__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevents toggle icon from blocking click event */
      width: 20px; /* Give it a fixed width for alignment */
      text-align: center;
      transition: color 0.3s ease; /* Optional: transition for color change */
    }

    .page-55win11__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding for transition */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #333;
      background-color: #fff;
    }

    .page-55win11__faq-answer p {
      margin: 15px 0;
      padding: 0 5px; /* Inner padding for content */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Active state for FAQ */
    .page-55win11__faq-item.active .page-55win11__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Sticky Buttons */
    .page-55win11__sticky-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: calc(100% - 40px); /* Adjust for padding on small screens */
      max-width: 350px; /* Max width for mobile button group */
    }

    .page-55win11__sticky-button {
      flex: 1;
      padding: 12px 0;
      text-align: center;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-55win11__sticky-button--register {
      background-color: #ffcc00; /* Gold/yellow for register */
      color: #333;
      border: 2px solid #ffcc00;
    }

    .page-55win11__sticky-button--register:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-55win11__sticky-button--login {
      background-color: #0a4f9e; /* Primary blue for login */
      color: #fff;
      border: 2px solid #0a4f9e;
    }

    .page-55win11__sticky-button--login:hover {
      background-color: #073a77;
      transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-55win11__section-title {
        font-size: 1.8em;
        padding-top: 30px;
      }

      .page-55win11__section-description {
        font-size: 1em;
        margin-bottom: 30px;
        padding: 0 15px;
      }

      .page-55win11__hero-section {
        padding: 30px 15px;
      }

      .page-55win11__hero-title {
        font-size: 2em;
      }

      .page-55win11__hero-description {
        font-size: 1.1em;
        margin-bottom: 20px;
      }

      .page-55win11__hero-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 300px;
      }

      .page-55win11__button {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
      }

      .page-55win11__products-section,
      .page-55win11__promotions-section,
      .page-55win11__features-section,
      .page-55win11__news-section,
      .page-55win11__faq-section {
        padding: 40px 15px;
      }

      .page-55win11__product-grid,
      .page-55win11__promo-grid,
      .page-55win11__features-grid,
      .page-55win11__news-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 20px;
      }

      /* List item responsive requirements */
      .page-55win11__product-item,
      .page-55win11__promo-item,
      .page-55win11__feature-item,
      .page-55win11__news-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjusted padding */
      }

      .page-55win11__product-text,
      .page-55win11__promo-text,
      .page-55win11__feature-text,
      .page-55win11__news-excerpt,
      .page-55win11__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Images responsive */
      .page-55win11__hero-image,
      .page-55win11__product-image,
      .page-55win11__promo-image,
      .page-55win11__feature-icon,
      .page-55win11__news-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-55win11__faq-question {
        padding: 12px 15px;
      }
      .page-55win11__faq-question h3 {
        font-size: 1em;
      }
      .page-55win11__faq-answer {
        padding: 0 10px; /* Reduced padding for mobile */
      }
      .page-55win11__faq-item.active .page-55win11__faq-answer {
        padding: 15px 10px !important; /* Adjusted padding for mobile */
      }

      .page-55win11__sticky-buttons {
        width: calc(100% - 30px); /* Smaller padding on very small screens */
        gap: 10px;
      }
      .page-55win11__sticky-button {
        font-size: 1em;
        padding: 10px 0;
      }
    }

    @media (min-width: 769px) {
      .page-55win11__hero-section {
        flex-direction: row; /* Desktop layout */
        text-align: left;
        padding: 80px 40px;
        gap: 50px;
      }
      .page-55win11__hero-content {
        flex: 1;
      }
      .page-55win11__hero-image {
        flex: 1;
        max-width: 50%;
        margin-top: 0;
      }
      .page-55win11__hero-title {
        font-size: 3em;
      }
      .page-55win11__hero-description {
        font-size: 1.3em;
      }
      .page-55win11__hero-buttons {
        justify-content: flex-start;
      }
    }
  