
    .page-go789-delfino {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f8f8f8;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-go789-delfino__hero-section {
      position: relative;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 10px 20px 60px; /* Adjusted padding-top */
      text-align: center;
      overflow: hidden;
      box-sizing: border-box;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-go789-delfino__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-go789-delfino__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-go789-delfino__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-go789-delfino__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    .page-go789-delfino__button-group {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-go789-delfino__action-button {
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      text-transform: uppercase;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-go789-delfino__action-button:hover {
      background-color: #e0a426;
      transform: translateY(-2px);
    }

    .page-go789-delfino__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-go789-delfino__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-go789-delfino__text-content p {
      margin-bottom: 15px;
      font-size: 1.1em;
      text-align: justify;
    }

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

    .page-go789-delfino__game-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px;
    }

    .page-go789-delfino__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .page-go789-delfino__game-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      margin-bottom: 15px;
    }

    .page-go789-delfino__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .page-go789-delfino__game-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 10px;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-go789-delfino__game-description {
      font-size: 0.95em;
      color: #555;
      padding: 0 15px;
      margin-bottom: 15px;
    }

    .page-go789-delfino__promotion-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-go789-delfino__promotion-card:hover {
      transform: scale(1.02);
    }

    .page-go789-delfino__promotion-card h3 {
      font-size: 1.8em;
      color: #b21f1f;
      margin-bottom: 15px;
    }

    .page-go789-delfino__promotion-card p {
      font-size: 1.05em;
      color: #444;
      margin-bottom: 20px;
    }

    .page-go789-delfino__payment-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-go789-delfino__provider-item {
      text-align: center;
      background-color: #fff;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease;
      width: 100%;
      box-sizing: border-box;
      max-width: 180px;
    }

    .page-go789-delfino__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-go789-delfino__provider-logo {
      max-width: 100px;
      height: auto;
      margin-bottom: 10px;
      max-height: 60px;
      object-fit: contain;
    }

    .page-go789-delfino__provider-name {
      font-size: 0.9em;
      color: #333;
      font-weight: bold;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-go789-delfino__faq-section {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      padding: 30px;
      margin-top: 40px;
    }

    .page-go789-delfino__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-go789-delfino__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-go789-delfino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-go789-delfino__faq-question:hover {
      background-color: #f9f9f9;
    }

    .page-go789-delfino__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
    }

    .page-go789-delfino__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #b21f1f;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      width: 25px; /* Ensure consistent width */
      text-align: center;
    }

    .page-go789-delfino__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: #555;
      font-size: 1em;
      text-align: justify;
    }

    .page-go789-delfino__faq-item.active .page-go789-delfino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-go789-delfino__cta-section {
      background-color: #1a2a6c;
      color: #fff;
      text-align: center;
      padding: 50px 20px;
      margin-top: 40px;
      border-radius: 15px;
    }

    .page-go789-delfino__cta-title {
      font-size: 2em;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-go789-delfino__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-go789-delfino__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px 20px;
      border-radius: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-go789-delfino__floating-button {
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 10px 20px;
      border-radius: 25px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.9em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
      white-space: nowrap;
    }

    .page-go789-delfino__floating-button:hover {
      background-color: #e0a426;
      transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-go789-delfino__hero-title {
        font-size: 2em;
      }

      .page-go789-delfino__hero-subtitle {
        font-size: 1.1em;
      }

      .page-go789-delfino__section-title {
        font-size: 1.8em;
      }

      .page-go789-delfino__text-content p {
        font-size: 1em;
      }

      .page-go789-delfino__game-grid {
        grid-template-columns: 1fr;
      }

      .page-go789-delfino__game-image-wrapper {
        height: 180px;
      }

      .page-go789-delfino__game-title {
        font-size: 1.3em;
      }

      .page-go789-delfino__promotion-card h3 {
        font-size: 1.5em;
      }

      .page-go789-delfino__promotion-card p {
        font-size: 0.95em;
      }

      .page-go789-delfino__payment-providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-go789-delfino__provider-item {
        max-width: 150px;
        padding: 10px;
      }

      .page-go789-delfino__provider-logo {
        max-width: 80px;
      }

      .page-go789-delfino__cta-title {
        font-size: 1.8em;
      }

      .page-go789-delfino__cta-description {
        font-size: 1em;
      }

      .page-go789-delfino__faq-question h3 {
        font-size: 1.1em;
      }

      .page-go789-delfino__faq-answer {
        padding: 0 10px;
        font-size: 0.95em;
      }

      .page-go789-delfino__faq-item.active .page-go789-delfino__faq-answer {
        padding: 15px 10px !important;
      }

      .page-go789-delfino__floating-buttons {
        width: calc(100% - 40px);
        left: 20px;
        transform: translateX(0%);
        justify-content: space-around;
        gap: 10px;
        padding: 10px 15px;
        bottom: 10px;
      }

      .page-go789-delfino__floating-button {
        flex-grow: 1;
        text-align: center;
        padding: 8px 15px;
        font-size: 0.85em;
      }
    }

    @media (max-width: 480px) {
      .page-go789-delfino__hero-section {
        padding-left: 15px;
        padding-right: 15px;
      }
      .page-go789-delfino__section {
        padding: 30px 15px;
      }
      .page-go789-delfino__hero-title {
        font-size: 1.8em;
      }
      .page-go789-delfino__hero-subtitle {
        font-size: 1em;
      }
      .page-go789-delfino__action-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-go789-delfino__game-card {
        padding-bottom: 15px;
      }
      .page-go789-delfino__game-image-wrapper {
        height: 150px;
      }
      .page-go789-delfino__game-title {
        font-size: 1.2em;
      }
      .page-go789-delfino__game-description {
        font-size: 0.9em;
      }
      .page-go789-delfino__faq-section {
        padding: 20px;
      }
      .page-go789-delfino__faq-question h3 {
        font-size: 1em;
      }
      .page-go789-delfino__faq-toggle {
        font-size: 1.5em;
      }
    }
  