.page-luckycola-casino-com {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
      overflow-x: hidden;
    }

    .page-luckycola-casino-com__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding: 10px 20px;
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-luckycola-casino-com__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-luckycola-casino-com__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
    }

    .page-luckycola-casino-com__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-luckycola-casino-com__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-luckycola-casino-com__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      border: none;
    }

    .page-luckycola-casino-com__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

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

    .page-luckycola-casino-com__floating-button {
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-luckycola-casino-com__floating-button--register {
      background-color: #28a745;
    }

    .page-luckycola-casino-com__floating-button:hover {
      transform: translateY(-2px);
      background-color: #0056b3;
    }

    .page-luckycola-casino-com__floating-button--register:hover {
      background-color: #218838;
    }

    .page-luckycola-casino-com__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-luckycola-casino-com__section-title {
      font-size: 2.2em;
      color: #2c3e50;
      margin-bottom: 40px;
      position: relative;
      display: inline-block;
      text-transform: uppercase;
    }

    .page-luckycola-casino-com__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px;
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-luckycola-casino-com__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
      align-items: stretch;
    }

    .page-luckycola-casino-com__card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-luckycola-casino-com__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-luckycola-casino-com__card-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f7f7f7;
    }

    .page-luckycola-casino-com__card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-luckycola-casino-com__card-content {
      padding: 25px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-luckycola-casino-com__card-title {
      font-size: 1.4em;
      margin-top: 0;
      margin-bottom: 15px;
      color: #2c3e50;
    }

    .page-luckycola-casino-com__card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-luckycola-casino-com__card-button {
      background-color: #007bff;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      font-size: 0.9em;
      align-self: center;
      width: fit-content;
    }

    .page-luckycola-casino-com__card-button:hover {
      background-color: #0056b3;
    }

    .page-luckycola-casino-com__promo-card .page-luckycola-casino-com__card-button {
      background-color: #ff5722;
    }

    .page-luckycola-casino-com__promo-card .page-luckycola-casino-com__card-button:hover {
      background-color: #e64a19;
    }

    .page-luckycola-casino-com__about-content {
      text-align: left;
      font-size: 1.1em;
      color: #444;
      margin-top: 20px;
    }

    .page-luckycola-casino-com__about-content p {
      margin-bottom: 15px;
    }

    .page-luckycola-casino-com__logos-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      align-items: center;
      justify-items: center;
      margin-top: 30px;
    }

    .page-luckycola-casino-com__logo-item {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      box-sizing: border-box;
    }

    .page-luckycola-casino-com__logo-item img {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      object-fit: contain;
    }

    .page-luckycola-casino-com__faq-list {
      margin-top: 40px;
      text-align: left;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-luckycola-casino-com__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-luckycola-casino-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f9f9f9;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-luckycola-casino-com__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-luckycola-casino-com__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #2c3e50;
      pointer-events: none;
      flex-grow: 1;
    }

    .page-luckycola-casino-com__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-luckycola-casino-com__faq-item.active .page-luckycola-casino-com__faq-toggle {
      transform: rotate(45deg);
      color: #007bff;
    }

    .page-luckycola-casino-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      font-size: 0.95em;
    }

    .page-luckycola-casino-com__faq-item.active .page-luckycola-casino-com__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-luckycola-casino-com__faq-answer p {
      margin: 0 0 10px 0;
    }

    .page-luckycola-casino-com__faq-answer p:last-child {
      margin-bottom: 0;
    }

    .page-luckycola-casino-com__cta-section {
      background-color: #2c3e50;
      color: #fff;
      padding: 80px 20px;
      text-align: center;
    }

    .page-luckycola-casino-com__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #ffcc00;
    }

    .page-luckycola-casino-com__cta-text {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-luckycola-casino-com__hero-title {
        font-size: 2.5em;
      }

      .page-luckycola-casino-com__hero-subtitle {
        font-size: 1.1em;
      }

      .page-luckycola-casino-com__section-title {
        font-size: 2em;
      }

      .page-luckycola-casino-com__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
    }

    @media (max-width: 768px) {
      .page-luckycola-casino-com__hero-section {
        height: 500px;
        padding: 10px;
      }

      .page-luckycola-casino-com__hero-title {
        font-size: 2em;
      }

      .page-luckycola-casino-com__hero-subtitle {
        font-size: 1em;
      }

      .page-luckycola-casino-com__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-luckycola-casino-com__section {
        padding: 40px 15px;
      }

      .page-luckycola-casino-com__section-title {
        font-size: 1.8em;
      }

      .page-luckycola-casino-com__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-luckycola-casino-com__card {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        max-width: 400px !important;
        box-sizing: border-box !important;
      }

      .page-luckycola-casino-com__card-image-wrapper {
        height: 180px;
      }

      .page-luckycola-casino-com__card-title {
        font-size: 1.2em;
      }

      .page-luckycola-casino-com__card-description {
        font-size: 0.9em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-luckycola-casino-com__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        bottom: 15px;
        justify-content: space-around;
      }

      .page-luckycola-casino-com__floating-button {
        flex-grow: 1;
        font-size: 0.9em;
        padding: 10px 15px;
      }

      .page-luckycola-casino-com__about-content {
        font-size: 1em;
      }

      .page-luckycola-casino-com__logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }

      .page-luckycola-casino-com__logo-item {
        height: 70px;
        padding: 10px;
      }

      .page-luckycola-casino-com__faq-question {
        padding: 15px 20px;
      }

      .page-luckycola-casino-com__faq-question h3 {
        font-size: 1em;
      }

      .page-luckycola-casino-com__faq-answer {
        padding: 0 20px;
      }

      .page-luckycola-casino-com__faq-item.active .page-luckycola-casino-com__faq-answer {
        padding: 15px 20px !important;
      }

      .page-luckycola-casino-com__cta-title {
        font-size: 2em;
      }

      .page-luckycola-casino-com__cta-text {
        font-size: 1em;
      }

      .page-luckycola-casino-com__card-button {
        font-size: 0.85em;
        padding: 8px 15px;
      }

      .page-luckycola-casino-com__floating-buttons a {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-luckycola-casino-com__logos-grid div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-luckycola-casino-com__hero-section {
        height: 450px;
      }

      .page-luckycola-casino-com__hero-title {
        font-size: 1.8em;
      }

      .page-luckycola-casino-com__section-title {
        font-size: 1.6em;
      }

      .page-luckycola-casino-com__floating-buttons {
        flex-direction: row;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        bottom: 10px;
      }

      .page-luckycola-casino-com__floating-button {
        font-size: 0.85em;
        padding: 8px 12px;
      }
    }