
    /* Reset & Base Styles */
    .page-39betcasino * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .page-39betcasino {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f4f7f6;
    }

    /* Hero Section */
    .page-39betcasino__hero-section {
      position: relative;
      width: 100%;
      min-height: 450px; /* Increased height for better visual */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding-top: 10px; /* For fixed header */
      overflow: hidden;
    }

    .page-39betcasino__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.6); /* Darken background for text readability */
    }

    .page-39betcasino__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
      max-width: 900px;
    }

    .page-39betcasino__hero-title {
      font-size: 2.8em; /* Larger font size */
      margin-bottom: 15px;
      color: #ffd700; /* Gold color for emphasis */
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
      line-height: 1.2;
    }

    .page-39betcasino__hero-description {
      font-size: 1.2em; /* Larger font size */
      margin-bottom: 30px;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    }

    .page-39betcasino__cta-button {
      display: inline-block;
      background-color: #e44d26; /* Vibrant orange */
      color: #fff;
      padding: 18px 35px; /* Larger padding */
      border-radius: 8px; /* Slightly more rounded */
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em; /* Larger font size */
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-39betcasino__cta-button:hover {
      background-color: #f06a48;
      transform: translateY(-3px); /* More pronounced hover effect */
    }

    /* Floating Login Button */
    .page-39betcasino__floating-button-container {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: none; /* Hidden by default, shown on mobile */
    }

    .page-39betcasino__floating-button {
      background-color: #4CAF50; /* Green for action */
      color: white;
      padding: 15px 25px; /* Larger padding */
      border-radius: 50px;
      text-align: center;
      text-decoration: none;
      font-size: 1.2em; /* Larger font size */
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Stronger shadow */
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px; /* More space for icon */
    }

    .page-39betcasino__floating-button:hover {
      background-color: #45a049;
      transform: translateY(-3px);
    }

    .page-39betcasino__floating-icon {
      width: 32px; /* Larger icon */
      height: 32px;
      vertical-align: middle;
    }

    /* General Content Sections */
    .page-39betcasino__section {
      padding: 50px 25px; /* Increased padding */
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px; /* Slightly more rounded */
      box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); /* Stronger shadow */
      margin-bottom: 30px; /* Increased margin */
    }

    .page-39betcasino__section:first-of-type {
      margin-top: 30px; /* Ensure space below header if no hero */
    }

    .page-39betcasino__section-title {
      font-size: 2.5em; /* Larger font size */
      color: #2c3e50;
      text-align: center;
      margin-bottom: 40px; /* Increased margin */
      position: relative;
    }

    .page-39betcasino__section-title::after {
      content: '';
      display: block;
      width: 80px; /* Wider underline */
      height: 5px; /* Thicker underline */
      background-color: #e44d26;
      margin: 15px auto 0; /* More space */
      border-radius: 3px;
    }

    .page-39betcasino__text-content {
      font-size: 1.1em; /* Slightly larger font */
      color: #555;
      margin-bottom: 25px; /* Increased margin */
      text-align: center;
    }

    /* Game Categories */
    .page-39betcasino__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px; /* Increased gap */
      margin-top: 40px; /* Increased margin */
    }

    .page-39betcasino__game-card {
      background-color: #f9f9f9;
      border-radius: 12px; /* More rounded */
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12); /* Stronger shadow */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 25px; /* Increased padding */
    }

    .page-39betcasino__game-card:hover {
      transform: translateY(-8px); /* More pronounced hover effect */
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .page-39betcasino__game-image-wrapper {
      width: 100%;
      height: 220px; /* Increased height for consistency */
      overflow: hidden;
      margin-bottom: 20px; /* Increased margin */
    }

    .page-39betcasino__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-39betcasino__game-title {
      font-size: 1.5em; /* Larger font size */
      color: #e44d26;
      margin-bottom: 12px; /* Increased margin */
      padding: 0 20px;
    }

    .page-39betcasino__game-description {
      font-size: 1em; /* Slightly larger font */
      color: #666;
      padding: 0 20px;
    }

    /* Features / Why Choose Us */
    .page-39betcasino__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Min width adjusted */
      gap: 25px; /* Increased gap */
      margin-top: 40px; /* Increased margin */
    }

    .page-39betcasino__feature-item {
      background-color: #e8f5e9; /* Light green */
      padding: 30px; /* Increased padding */
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease;
    }

    .page-39betcasino__feature-item:hover {
      background-color: #d4eed5;
    }

    .page-39betcasino__feature-icon {
      width: 100px; /* Larger icon size */
      height: 100px;
      margin-bottom: 20px; /* Increased margin */
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      object-fit: cover;
    }

    .page-39betcasino__feature-title {
      font-size: 1.4em; /* Larger font size */
      color: #388e3c; /* Darker green */
      margin-bottom: 12px; /* Increased margin */
    }

    .page-39betcasino__feature-description {
      font-size: 0.95em; /* Slightly larger font */
      color: #444;
    }

    /* Promotions */
    .page-39betcasino__promotion-card {
      background: linear-gradient(135deg, #f06a48, #e44d26);
      color: #fff;
      padding: 40px; /* Increased padding */
      border-radius: 15px; /* More rounded */
      text-align: center;
      margin-top: 40px; /* Increased margin */
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); /* Stronger shadow */
    }

    .page-39betcasino__promotion-title {
      font-size: 2.5em; /* Larger font size */
      margin-bottom: 20px; /* Increased margin */
      color: #ffd700;
    }

    .page-39betcasino__promotion-text {
      font-size: 1.3em; /* Larger font size */
      margin-bottom: 30px; /* Increased margin */
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    /* How To Guide */
    .page-39betcasino__steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 35px; /* Increased gap */
      margin-top: 40px; /* Increased margin */
    }

    .page-39betcasino__step-item {
      background-color: #fff;
      padding: 30px; /* Increased padding */
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-39betcasino__step-number {
      background-color: #e44d26;
      color: #fff;
      width: 60px; /* Larger number circle */
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8em; /* Larger font size */
      font-weight: bold;
      margin-bottom: 25px; /* Increased margin */
    }

    .page-39betcasino__step-image {
      width: 100%;
      max-width: 350px; /* Slightly larger image */
      height: auto;
      border-radius: 10px;
      margin-bottom: 20px; /* Increased margin */
      object-fit: cover;
    }

    .page-39betcasino__step-title {
      font-size: 1.4em; /* Larger font size */
      color: #2c3e50;
      margin-bottom: 12px; /* Increased margin */
    }

    .page-39betcasino__step-description {
      font-size: 1em; /* Slightly larger font */
      color: #555;
    }

    /* FAQ Section */
    .page-39betcasino__faq-container {
      margin-top: 40px; /* Increased margin */
    }

    .page-39betcasino__faq-item {
      background-color: #f0f8ff; /* Light blue background for FAQ */
      border: 1px solid #d0e0f0; /* Slightly darker border */
      border-radius: 10px;
      margin-bottom: 18px; /* Increased margin */
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-39betcasino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px; /* Increased padding */
      background-color: #f5f5f5;
      cursor: pointer;
      font-size: 1.2em; /* Larger font size */
      font-weight: bold;
      color: #333;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-39betcasino__faq-question:hover {
      background-color: #e5e5e5; /* Darker hover */
    }

    .page-39betcasino__faq-question h3 {
      margin: 0;
      font-size: 1.2em; /* Larger font size */
      color: #2c3e50;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-39betcasino__faq-toggle {
      font-size: 1.8em; /* Larger icon */
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      color: #e44d26;
      transition: transform 0.3s ease;
    }

    .page-39betcasino__faq-item.active .page-39betcasino__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually, or '-' */
    }

    .page-39betcasino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Increased padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 1em; /* Slightly larger font */
      background-color: #ffffff;
    }

    .page-39betcasino__faq-item.active .page-39betcasino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 25px !important; /* Increased padding */
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-39betcasino__hero-section {
        min-height: 350px; /* Adjusted mobile height */
        padding-top: 10px; /* Mobile fixed header padding */
      }

      .page-39betcasino__hero-title {
        font-size: 2em;
      }

      .page-39betcasino__hero-description {
        font-size: 1em;
      }

      .page-39betcasino__cta-button {
        padding: 14px 28px;
        font-size: 1.1em;
      }

      .page-39betcasino__floating-button-container {
        display: block; /* Show floating button on mobile */
      }

      .page-39betcasino__section {
        padding: 30px 15px;
        margin-bottom: 20px;
        margin-top: 20px; /* Mobile space below header */
      }

      .page-39betcasino__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-39betcasino__section-title::after {
        width: 50px;
        height: 3px;
        margin-top: 10px;
      }

      .page-39betcasino__text-content {
        font-size: 0.95em;
      }

      .page-39betcasino__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
      }

      .page-39betcasino__game-image-wrapper {
        height: 180px;
        margin-bottom: 15px;
      }

      .page-39betcasino__game-title {
        font-size: 1.3em;
      }

      .page-39betcasino__game-description {
        font-size: 0.9em;
      }

      .page-39betcasino__feature-list {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
      }

      .page-39betcasino__feature-item {
        padding: 25px;
      }

      .page-39betcasino__feature-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
      }

      .page-39betcasino__feature-title {
        font-size: 1.2em;
      }

      .page-39betcasino__feature-description {
        font-size: 0.85em;
      }

      .page-39betcasino__promotion-card {
        padding: 30px;
        margin-top: 30px;
      }

      .page-39betcasino__promotion-title {
        font-size: 2em;
        margin-bottom: 15px;
      }

      .page-39betcasino__promotion-text {
        font-size: 1.1em;
        margin-bottom: 25px;
      }

      .page-39betcasino__steps-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 25px;
      }

      .page-39betcasino__step-item {
        padding: 25px;
      }

      .page-39betcasino__step-number {
        width: 45px;
        height: 45px;
        font-size: 1.4em;
        margin-bottom: 20px;
      }

      .page-39betcasino__step-image {
        max-width: 280px;
        margin-bottom: 15px;
      }

      .page-39betcasino__step-title {
        font-size: 1.2em;
      }

      .page-39betcasino__step-description {
        font-size: 0.9em;
      }

      .page-39betcasino__faq-container {
        margin-top: 30px;
      }

      .page-39betcasino__faq-question {
        padding: 15px 18px;
        font-size: 1.05em;
      }

      .page-39betcasino__faq-question h3 {
        font-size: 1.05em;
      }

      .page-39betcasino__faq-toggle {
        font-size: 1.6em;
      }

      .page-39betcasino__faq-answer {
        padding: 0 18px;
        font-size: 0.9em;
      }

      .page-39betcasino__faq-item.active .page-39betcasino__faq-answer {
        padding: 18px !important;
      }

      /* Image responsive optimization */
      .page-39betcasino img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-39betcasino__game-image-wrapper,
      .page-39betcasino__step-image,
      .page-39betcasino__feature-icon {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
    @media (min-width: 769px) {
      .page-39betcasino__hero-section {
        padding-top: 10px; /* Desktop fixed header padding */
      }
      .page-39betcasino__floating-button-container {
        display: none; /* Hide floating button on desktop */
      }
    }
  