
    :root {
      --primary-color: #e44d26; /* A vibrant red/orange for betting sites */
      --secondary-color: #333;
      --accent-color: #f7b731; /* Gold/yellow for highlights */
      --background-dark: #1a1a1a;
      --background-light: #2c2c2c;
      --text-color-light: #f0f0f0;
      --text-color-dark: #ccc;
      --border-color: #444;
      --button-bg-register: #4CAF50; /* Green */
      --button-bg-login: #008CBA; /* Blue */
    }

    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--text-color-light);
      background-color: var(--background-dark);
      margin: 0;
      padding-top: var(--header-offset, 122px); /* Fallback for shared header padding */
    }

    .page-11win-bet {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0; /* Sections will have their own padding */
      box-sizing: border-box;
      background-color: var(--background-dark);
    }

    .page-11win-bet__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: var(--background-light);
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
    }

    .page-11win-bet__section--dark {
      background-color: var(--background-dark);
      color: var(--text-color-dark);
    }

    .page-11win-bet__section-title {
      font-size: 2.5em;
      color: var(--primary-color);
      margin-bottom: 25px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .page-11win-bet__section-subtitle {
      font-size: 1.5em;
      color: var(--accent-color);
      margin-bottom: 30px;
    }

    .page-11win-bet__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: var(--text-color-dark);
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-11win-bet__hero-section {
      position: relative;
      overflow: hidden;
      padding: 10px 0 60px 0; /* Small top padding, more bottom for content */
      background-color: var(--background-dark);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 60vh; /* Ensure it's tall enough */
    }

    .page-11win-bet__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.3; /* Darken background image */
      max-width: 100%;
      box-sizing: border-box;
    }
    .page-11win-bet__hero-image img {
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-11win-bet__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
      max-width: 90%;
      box-sizing: border-box;
    }

    .page-11win-bet__brand-title {
      font-size: 3.5em;
      color: var(--accent-color);
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-11win-bet__hero-description {
      font-size: 1.3em;
      color: var(--text-color-light);
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-11win-bet__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-11win-bet__button {
      background-color: var(--primary-color);
      color: white;
      padding: 15px 30px;
      border: none;
      border-radius: 30px;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      box-sizing: border-box;
    }

    .page-11win-bet__button:hover {
      background-color: #ff6f40;
      transform: translateY(-2px);
    }

    .page-11win-bet__button--secondary {
      background-color: var(--accent-color);
      color: var(--background-dark);
    }

    .page-11win-bet__button--secondary:hover {
      background-color: #ffcd5a;
    }

    /* Floating Buttons */
    .page-11win-bet__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      padding: 10px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    .page-11win-bet__floating-button {
      padding: 12px 25px;
      border-radius: 25px;
      font-size: 1.1em;
      font-weight: bold;
      color: white;
      border: none;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      box-sizing: border-box;
    }

    .page-11win-bet__floating-button--register {
      background-color: var(--button-bg-register);
    }

    .page-11win-bet__floating-button--register:hover {
      background-color: #5cb85c;
      transform: translateY(-3px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    }

    .page-11win-bet__floating-button--login {
      background-color: var(--button-bg-login);
    }

    .page-11win-bet__floating-button--login:hover {
      background-color: #00a2e0;
      transform: translateY(-3px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    }

    /* Game Categories */
    .page-11win-bet__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      padding: 0 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-11win-bet__game-card {
      background-color: var(--background-dark);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      border: 1px solid var(--border-color);
      display: flex;
      flex-direction: column;
    }

    .page-11win-bet__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-11win-bet__game-card-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
    }

    .page-11win-bet__game-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-11win-bet__game-card:hover .page-11win-bet__game-card-image {
      transform: scale(1.05);
    }

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

    .page-11win-bet__game-card-title {
      font-size: 1.6em;
      color: var(--primary-color);
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-11win-bet__game-card-description {
      font-size: 0.95em;
      color: var(--text-color-dark);
      margin-bottom: 15px;
      flex-grow: 1;
    }

    /* Promotions Section */
    .page-11win-bet__promotion-item {
      background-color: var(--background-dark);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 25px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      border: 1px solid var(--border-color);
    }

    .page-11win-bet__promotion-image-wrapper {
      width: 100%;
      height: 250px;
      overflow: hidden;
      box-sizing: border-box;
    }
    .page-11win-bet__promotion-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-11win-bet__promotion-content {
      padding: 25px;
    }

    .page-11win-bet__promotion-title {
      font-size: 2em;
      color: var(--accent-color);
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-11win-bet__promotion-description {
      font-size: 1.1em;
      color: var(--text-color-dark);
      margin-bottom: 20px;
    }

    /* Features Section */
    .page-11win-bet__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      padding: 0 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-11win-bet__feature-card {
      background-color: var(--background-dark);
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      text-align: center;
      border: 1px solid var(--border-color);
    }

    .page-11win-bet__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-11win-bet__feature-title {
      font-size: 1.8em;
      color: var(--primary-color);
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-11win-bet__feature-description {
      font-size: 1em;
      color: var(--text-color-dark);
    }

    /* Payment and Providers */
    .page-11win-bet__logos-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      padding: 0 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-11win-bet__logo-item {
      background-color: var(--background-dark);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100px; /* Ensure logos have enough space */
      box-sizing: border-box;
      border: 1px solid var(--border-color);
    }

    .page-11win-bet__logo-item img {
      max-width: 100%;
      max-height: 80px; /* Limit height for logos */
      object-fit: contain;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-11win-bet__logo-item:hover img {
      transform: scale(1.1);
    }

    /* FAQ Section */
    .page-11win-bet__faq-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-11win-bet__faq-item {
      background-color: var(--background-dark);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-11win-bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--background-light);
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-11win-bet__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-11win-bet__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--primary-color);
      pointer-events: none; /* Prevents text selection interference */
    }

    .page-11win-bet__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--accent-color);
      pointer-events: none; /* Prevents icon from blocking click */
      transition: transform 0.3s ease;
    }

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

    .page-11win-bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--text-color-dark);
      text-align: left;
    }

    .page-11win-bet__faq-item.active .page-11win-bet__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 20px !important; /* Adjusted padding */
      opacity: 1;
    }

    /* Call to Action Section */
    .page-11win-bet__cta-section {
      background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:banner:1920x600:cta,betting,action,11winbet]');
      background-size: cover;
      background-position: center;
      color: white;
      padding: 80px 20px;
      text-align: center;
      border-radius: 8px;
      margin-top: 20px;
    }

    .page-11win-bet__cta-title {
      font-size: 3em;
      color: var(--accent-color);
      margin-bottom: 20px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-11win-bet__cta-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-11win-bet__section {
        padding: 30px 15px;
      }

      .page-11win-bet__section-title {
        font-size: 2em;
      }

      .page-11win-bet__section-subtitle {
        font-size: 1.2em;
      }

      .page-11win-bet__text-content {
        font-size: 1em;
      }

      .page-11win-bet__hero-section {
        min-height: 50vh;
        padding-bottom: 40px;
      }

      .page-11win-bet__brand-title {
        font-size: 2.5em;
      }

      .page-11win-bet__hero-description {
        font-size: 1.1em;
      }

      .page-11win-bet__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-11win-bet__button {
        width: 100%;
        max-width: 250px;
        padding: 12px 20px;
        font-size: 1.1em;
      }

      .page-11win-bet__floating-buttons {
        width: calc(100% - 40px);
        bottom: 10px;
        gap: 10px;
        padding: 8px;
        box-sizing: border-box;
      }

      .page-11win-bet__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 1em;
      }

      .page-11win-bet__game-categories,
      .page-11win-bet__features-grid,
      .page-11win-bet__logos-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
      }

      .page-11win-bet__game-card-image-wrapper {
        height: 180px;
      }

      .page-11win-bet__promotion-item {
        flex-direction: column;
      }

      .page-11win-bet__promotion-image-wrapper {
        height: 200px;
      }

      .page-11win-bet__promotion-title {
        font-size: 1.6em;
      }

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

      .page-11win-bet__feature-title {
        font-size: 1.5em;
      }

      .page-11win-bet__feature-icon {
        width: 80px;
        height: 80px;
      }

      .page-11win-bet__logo-item {
        min-height: 80px;
      }

      .page-11win-bet__faq-question h3 {
        font-size: 1.1em;
      }

      .page-11win-bet__faq-toggle {
        font-size: 1.5em;
      }

      .page-11win-bet__faq-answer {
        padding: 0 15px;
      }
      .page-11win-bet__faq-item.active .page-11win-bet__faq-answer {
        padding: 15px 15px !important;
      }

      .page-11win-bet__cta-title {
        font-size: 2em;
      }

      .page-11win-bet__cta-description {
        font-size: 1.1em;
      }

      /* Specific list item responsiveness */
      .page-11win-bet__game-categories > *,
      .page-11win-bet__features-grid > *,
      .page-11win-bet__logos-grid > * {
        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-11win-bet__game-categories,
      .page-11win-bet__features-grid,
      .page-11win-bet__logos-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important; /* Adjust if needed, but usually reset for full width */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }
    @media (max-width: 480px) {
      .page-11win-bet__brand-title {
        font-size: 2em;
      }
      .page-11win-bet__hero-description {
        font-size: 0.9em;
      }
      .page-11win-bet__button {
        font-size: 1em;
        padding: 10px 15px;
      }
      .page-11win-bet__floating-button {
        font-size: 0.9em;
        padding: 8px 12px;
      }
      .page-11win-bet__game-card-title {
        font-size: 1.4em;
      }
      .page-11win-bet__promotion-title {
        font-size: 1.4em;
      }
      .page-11win-bet__feature-title {
        font-size: 1.3em;
      }
      .page-11win-bet__faq-question h3 {
        font-size: 1em;
      }
      .page-11win-bet__cta-title {
        font-size: 1.8em;
      }
      .page-11win-bet__cta-description {
        font-size: 1em;
      }
    }
  