
    .page-11wn {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e;
      line-height: 1.6;
    }

    .page-11wn__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-11wn__section {
      padding: 40px 0;
      margin-bottom: 20px;
      text-align: center;
      background-color: #2a2a4a;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-11wn__section--dark {
      background-color: #1a1a2e;
    }

    .page-11wn__hero-section {
      position: relative;
      padding-top: 10px; /* Small offset, body padding-top should handle main header */
      padding-bottom: 60px;
      background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      background-size: cover;
      background-position: center;
      color: #ffffff;
      text-align: center;
      overflow: hidden;
      border-radius: 0;
      box-shadow: none;
    }

    .page-11wn__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.6);
    }

    .page-11wn__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-11wn__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      font-weight: bold;
    }

    .page-11wn__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-11wn__button {
      display: inline-block;
      padding: 12px 25px;
      background-color: #ffcc00;
      color: #1a1a2e;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-11wn__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-11wn__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-11wn__floating-button {
      padding: 10px 20px;
      background-color: #007bff;
      color: white;
      border-radius: 25px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-11wn__floating-button--login {
      background-color: #28a745;
    }

    .page-11wn__floating-button:hover {
      opacity: 0.9;
    }

    .page-11wn__title {
      font-size: 2.2em;
      color: #ffcc00;
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-11wn__subtitle {
      font-size: 1.8em;
      color: #ffcc00;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-11wn__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-11wn__card {
      background-color: #3a3a5a;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-11wn__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    }

    .page-11wn__card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-11wn__card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-11wn__card-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-11wn__card-description {
      color: #e0e0e0;
      font-size: 0.95em;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-11wn__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .page-11wn__list-item {
      background-color: #3a3a5a;
      padding: 15px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      color: #e0e0e0;
      font-size: 1.1em;
      display: flex;
      align-items: center;
      gap: 10px;
      box-sizing: border-box;
      width: calc(33% - 20px);
      max-width: 300px;
      text-align: left;
    }

    .page-11wn__list-item img {
      max-width: 60px;
      height: auto;
      border-radius: 4px;
    }

    .page-11wn__provider-logo {
      width: 150px;
      height: auto;
      max-height: 80px;
      object-fit: contain;
      border-radius: 5px;
      background-color: #444466;
      padding: 10px;
    }

    .page-11wn__text-content {
      text-align: left;
      padding: 0 15px;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-11wn__text-content h3 {
      color: #ffcc00;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-11wn__text-content p {
      margin-bottom: 15px;
      color: #e0e0e0;
    }

    /* FAQ Section */
    .page-11wn__faq-section {
      padding: 40px 0;
      margin-bottom: 20px;
      text-align: center;
      background-color: #2a2a4a;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-11wn__faq-container {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-11wn__faq-item {
      background-color: #3a3a5a;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-11wn__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #4a4a6a;
      color: #ffcc00;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-11wn__faq-question:hover {
      background-color: #5a5a7a;
    }

    .page-11wn__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-11wn__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-11wn__faq-item.active .page-11wn__faq-toggle {
      transform: rotate(45deg);
    }

    .page-11wn__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      color: #e0e0e0;
      font-size: 0.95em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-11wn__faq-item.active .page-11wn__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-11wn__hero-title {
        font-size: 2em;
      }

      .page-11wn__hero-description {
        font-size: 1em;
      }

      .page-11wn__title {
        font-size: 1.8em;
      }

      .page-11wn__subtitle {
        font-size: 1.5em;
      }

      .page-11wn__grid {
        grid-template-columns: 1fr;
      }

      .page-11wn__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        justify-content: flex-start;
      }

      .page-11wn__list {
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        flex-direction: column;
        align-items: center;
      }

      .page-11wn__floating-buttons {
        flex-direction: row;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        bottom: 15px;
        right: auto;
        justify-content: center;
      }

      .page-11wn__floating-button {
        flex: 1;
        max-width: 150px;
        font-size: 0.9em;
        padding: 10px 15px;
      }

      .page-11wn__card-image {
        height: 180px;
      }

      .page-11wn__provider-logo {
        width: 100px;
        max-height: 60px;
      }

      .page-11wn__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-11wn__faq-question h3 {
        font-size: 1em;
      }

      .page-11wn__faq-answer {
        padding: 15px 15px !important;
        font-size: 0.9em;
      }

      .page-11wn__section {
        padding: 30px 0;
      }

      .page-11wn__hero-section {
        padding-bottom: 40px;
      }

      /* Ensure all images are responsive */
      .page-11wn img {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-11wn__card img, .page-11wn__list-item img, .page-11wn__provider-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-11wn__floating-buttons {
        flex-direction: column;
        width: calc(100% - 30px);
        gap: 8px;
      }
      .page-11wn__floating-button {
        max-width: none;
      }
    }
  