
    .page-365bet {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-top: 10px; /* Small padding to avoid content directly touching header, body padding-top handles header offset */
    }

    .page-365bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-365bet__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-365bet__section--dark {
      background-color: #222a40;
    }

    .page-365bet__section-title {
      font-size: 2.5em;
      color: #e94560;
      margin-bottom: 30px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-365bet__section-subtitle {
      font-size: 1.2em;
      color: #b0b0b0;
      margin-bottom: 40px;
    }

    .page-365bet__hero-section {
      background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(26, 26, 46, 0.9)), url('[GALLERY:hero:1920x1080:betting,stadium,sports]') no-repeat center center/cover;
      padding: 100px 20px;
      color: #ffffff;
      text-align: center;
      position: relative;
    }

    .page-365bet__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: 900;
      line-height: 1.2;
      color: #00bcd4; /* Bright accent for H1 */
    }

    .page-365bet__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #f0f0f0;
    }

    .page-365bet__button {
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-365bet__button:hover {
      background-color: #d1304d;
    }

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

    .page-365bet__floating-button {
      background-color: #00bcd4;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-365bet__floating-button:hover {
      background-color: #00a7b8;
      transform: translateY(-2px);
    }

    .page-365bet__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-365bet__card {
      background-color: #2b354f;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease, background-color 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-365bet__card:hover {
      transform: translateY(-5px);
      background-color: #3a4768;
    }

    .page-365bet__card-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      object-fit: cover;
    }

    .page-365bet__card-title {
      font-size: 1.5em;
      color: #00bcd4;
      margin-bottom: 10px;
    }

    .page-365bet__card-description {
      font-size: 0.95em;
      color: #c0c0c0;
    }

    .page-365bet__feature-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-365bet__feature-item {
      background-color: #2b354f;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
      text-align: left;
      max-width: 350px;
      flex: 1 1 auto;
      box-sizing: border-box;
    }

    .page-365bet__feature-item-title {
      font-size: 1.3em;
      color: #e94560;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
    }

    .page-365bet__feature-item-title::before {
      content: '✓';
      color: #00bcd4;
      font-size: 1.2em;
      margin-right: 10px;
      font-weight: bold;
    }

    .page-365bet__step-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-365bet__step-item {
      background-color: #2b354f;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      text-align: center;
      box-sizing: border-box;
    }

    .page-365bet__step-number {
      font-size: 2.5em;
      color: #e94560;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .page-365bet__step-title {
      font-size: 1.4em;
      color: #00bcd4;
      margin-bottom: 10px;
    }

    .page-365bet__logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-365bet__logo-item {
      background-color: #2b354f;
      padding: 15px 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 150px; /* Ensure minimum size */
      max-width: 200px;
      height: 80px;
      box-sizing: border-box;
    }

    .page-365bet__logo-image {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      filter: brightness(1.2); /* Slightly brighten logos for visibility, not color change */
    }

    .page-365bet__faq-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    .page-365bet__faq-title {
      font-size: 2.5em;
      color: #e94560;
      margin-bottom: 40px;
      text-align: center;
    }

    .page-365bet__faq-item {
      background-color: #2b354f;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-365bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #3a4768;
      color: #ffffff;
      font-size: 1.1em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-365bet__faq-question:hover {
      background-color: #4c5a7d;
    }

    .page-365bet__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevents h3 from blocking click on parent div */
      color: #00bcd4;
    }

    .page-365bet__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents toggle icon from blocking click on parent div */
      color: #e94560;
    }

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

    .page-365bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #c0c0c0;
      text-align: left;
    }

    .page-365bet__faq-item.active .page-365bet__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .page-365bet__container {
        padding: 15px;
      }

      .page-365bet__section-title {
        font-size: 2em;
        margin-bottom: 20px;
      }

      .page-365bet__hero-title {
        font-size: 2.5em;
      }

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

      .page-365bet__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-365bet__floating-buttons {
        flex-direction: row;
        left: 0;
        right: 0;
        width: 100%;
        justify-content: center;
        bottom: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: rgba(26, 26, 46, 0.95);
        padding: 10px 0;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
      }

      .page-365bet__floating-button {
        flex: 1;
        margin: 0 5px;
        padding: 10px 15px;
        font-size: 0.9em;
        border-radius: 30px;
      }

      .page-365bet__grid,
      .page-365bet__feature-list,
      .page-365bet__step-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-365bet__feature-item {
        max-width: 100%;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-365bet__feature-list {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-365bet__step-item {
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-365bet__step-list {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-365bet__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
      }

      .page-365bet__logo-item {
        min-width: unset;
        max-width: 100%;
        height: 60px;
        padding: 10px;
      }

      .page-365bet__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-365bet__faq-answer {
        padding: 0 20px;
      }

      .page-365bet__faq-item.active .page-365bet__faq-answer {
        padding: 15px 20px !important;
      }

      /* Image responsive styles */
      .page-365bet img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-365bet__card-image, .page-365bet__logo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-365bet__card {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
      }
    }

    @media (max-width: 480px) {
      .page-365bet__hero-title {
        font-size: 2em;
      }

      .page-365bet__floating-buttons {
        gap: 5px;
        padding-bottom: env(safe-area-inset-bottom, 10px); /* For notched devices */
      }

      .page-365bet__floating-button {
        padding: 8px 10px;
        font-size: 0.85em;
      }

      .page-365bet__section-title {
        font-size: 1.8em;
      }
    }
  