.page-bigwin-casino-login-register-philippines {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
    }

    .page-bigwin-casino-login-register-philippines__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-bigwin-casino-login-register-philippines__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-bigwin-casino-login-register-philippines__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #ffcc00;
    }

    .page-bigwin-casino-login-register-philippines__text-content {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-bigwin-casino-login-register-philippines__hero-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 600px;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, relying on body for header offset */
      background-color: #000;
      color: #fff;
    }

    .page-bigwin-casino-login-register-philippines__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-bigwin-casino-login-register-philippines__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
    }

    .page-bigwin-casino-login-register-philippines__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
    }

    .page-bigwin-casino-login-register-philippines__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #ffcc00;
      line-height: 1.2;
    }

    .page-bigwin-casino-login-register-philippines__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-bigwin-casino-login-register-philippines__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-bigwin-casino-login-register-philippines__hero-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-bigwin-casino-login-register-philippines__hero-button--primary {
      background-color: #ffcc00;
      color: #1a1a1a;
    }

    .page-bigwin-casino-login-register-philippines__hero-button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-bigwin-casino-login-register-philippines__hero-button--secondary {
      background-color: #333;
      color: #ffcc00;
      border: 2px solid #ffcc00;
    }

    .page-bigwin-casino-login-register-philippines__hero-button--secondary:hover {
      background-color: #444;
      transform: translateY(-3px);
    }

    /* Payment Providers */
    .page-bigwin-casino-login-register-philippines__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 40px 20px;
      background-color: #222;
    }

    .page-bigwin-casino-login-register-philippines__payment-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      width: 100%;
    }

    .page-bigwin-casino-login-register-philippines__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
    }

    /* About Us Section */
    .page-bigwin-casino-login-register-philippines__about-us-section,
    .page-bigwin-casino-login-register-philippines__quick-access-section,
    .page-bigwin-casino-login-register-philippines__games-section,
    .page-bigwin-casino-login-register-philippines__promotions-section,
    .page-bigwin-casino-login-register-philippines__security-support-section,
    .page-bigwin-casino-login-register-philippines__faq-section,
    .page-bigwin-casino-login-register-philippines__blog-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

    .page-bigwin-casino-login-register-philippines__features-grid,
    .page-bigwin-casino-login-register-philippines__access-grid,
    .page-bigwin-casino-login-register-philippines__games-grid,
    .page-bigwin-casino-login-register-philippines__promo-grid,
    .page-bigwin-casino-login-register-philippines__support-grid,
    .page-bigwin-casino-login-register-philippines__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-bigwin-casino-login-register-philippines__feature-item,
    .page-bigwin-casino-login-register-philippines__support-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-bigwin-casino-login-register-philippines__feature-item:hover,
    .page-bigwin-casino-login-register-philippines__support-item:hover {
      transform: translateY(-5px);
    }

    .page-bigwin-casino-login-register-philippines__feature-icon,
    .page-bigwin-casino-login-register-philippines__support-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-bigwin-casino-login-register-philippines__feature-title,
    .page-bigwin-casino-login-register-philippines__support-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-bigwin-casino-login-register-philippines__feature-description,
    .page-bigwin-casino-login-register-philippines__support-description {
      font-size: 1em;
      color: #b0b0b0;
    }

    /* Quick Access */
    .page-bigwin-casino-login-register-philippines__access-card {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      text-decoration: none;
      color: inherit;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .page-bigwin-casino-login-register-philippines__access-card:hover {
      transform: translateY(-5px);
      background-color: #333;
    }

    .page-bigwin-casino-login-register-philippines__access-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-bigwin-casino-login-register-philippines__access-description {
      font-size: 0.95em;
      color: #b0b0b0;
    }

    /* Games Section */
    .page-bigwin-casino-login-register-philippines__games-grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-bigwin-casino-login-register-philippines__game-card {
      background-color: #2a2a2a;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-bigwin-casino-login-register-philippines__game-card:hover {
      transform: translateY(-5px);
    }

    .page-bigwin-casino-login-register-philippines__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-bigwin-casino-login-register-philippines__game-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin: 20px 15px 10px;
    }

    .page-bigwin-casino-login-register-philippines__game-description {
      font-size: 0.95em;
      color: #b0b0b0;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-bigwin-casino-login-register-philippines__game-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin: 0 15px 20px;
      transition: background-color 0.3s ease;
    }

    .page-bigwin-casino-login-register-philippines__game-button:hover {
      background-color: #e6b800;
    }

    /* Promotions Section */
    .page-bigwin-casino-login-register-philippines__promo-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .page-bigwin-casino-login-register-philippines__promo-card {
      background-color: #2a2a2a;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-bigwin-casino-login-register-philippines__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-bigwin-casino-login-register-philippines__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-bigwin-casino-login-register-philippines__promo-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin: 20px 15px 10px;
    }

    .page-bigwin-casino-login-register-philippines__promo-description {
      font-size: 1em;
      color: #b0b0b0;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-bigwin-casino-login-register-philippines__promo-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin: 0 15px 20px;
      transition: background-color 0.3s ease;
    }

    .page-bigwin-casino-login-register-philippines__promo-button:hover {
      background-color: #e6b800;
    }

    /* FAQ Section */
    .page-bigwin-casino-login-register-philippines__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-bigwin-casino-login-register-philippines__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-bigwin-casino-login-register-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #333;
      border-bottom: 1px solid #444;
    }

    .page-bigwin-casino-login-register-philippines__faq-question:hover {
      background-color: #444;
    }

    .page-bigwin-casino-login-register-philippines__faq-title {
      font-size: 1.25em;
      color: #ffcc00;
      margin: 0;
      pointer-events: none;
      flex-grow: 1;
      text-align: left;
    }

    .page-bigwin-casino-login-register-philippines__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-bigwin-casino-login-register-philippines__faq-item.active .page-bigwin-casino-login-register-philippines__faq-toggle {
      transform: rotate(45deg);
    }

    .page-bigwin-casino-login-register-philippines__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: #e0e0e0;
      text-align: left;
    }

    .page-bigwin-casino-login-register-philippines__faq-item.active .page-bigwin-casino-login-register-philippines__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-bigwin-casino-login-register-philippines__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    /* Blog Section */
    .page-bigwin-casino-login-register-philippines__blog-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .page-bigwin-casino-login-register-philippines__blog-card {
      background-color: #2a2a2a;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-bigwin-casino-login-register-philippines__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-bigwin-casino-login-register-philippines__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-bigwin-casino-login-register-philippines__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-bigwin-casino-login-register-philippines__blog-title {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-bigwin-casino-login-register-philippines__blog-excerpt {
      font-size: 0.95em;
      color: #b0b0b0;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-bigwin-casino-login-register-philippines__blog-date {
      font-size: 0.85em;
      color: #777;
      text-align: right;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-bigwin-casino-login-register-philippines__container {
        padding: 15px;
      }

      .page-bigwin-casino-login-register-philippines__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-bigwin-casino-login-register-philippines__hero-section {
        min-height: 450px;
        padding-top: 10px;
      }

      .page-bigwin-casino-login-register-philippines__hero-title {
        font-size: 2.2em;
      }

      .page-bigwin-casino-login-register-philippines__hero-subtitle {
        font-size: 1.2em;
      }

      .page-bigwin-casino-login-register-philippines__hero-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-bigwin-casino-login-register-philippines__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-bigwin-casino-login-register-philippines__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-bigwin-casino-login-register-philippines__payment-logo {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-bigwin-casino-login-register-philippines__feature-item,
      .page-bigwin-casino-login-register-philippines__access-card,
      .page-bigwin-casino-login-register-philippines__game-card,
      .page-bigwin-casino-login-register-philippines__promo-card,
      .page-bigwin-casino-login-register-philippines__support-item,
      .page-bigwin-casino-login-register-philippines__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-bigwin-casino-login-register-philippines__features-grid,
      .page-bigwin-casino-login-register-philippines__access-grid,
      .page-bigwin-casino-login-register-philippines__games-grid,
      .page-bigwin-casino-login-register-philippines__promo-grid,
      .page-bigwin-casino-login-register-philippines__support-grid,
      .page-bigwin-casino-login-register-philippines__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-bigwin-casino-login-register-philippines__game-image,
      .page-bigwin-casino-login-register-philippines__promo-image,
      .page-bigwin-casino-login-register-philippines__blog-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-bigwin-casino-login-register-philippines__faq-question {
        padding: 15px 20px;
      }

      .page-bigwin-casino-login-register-philippines__faq-title {
        font-size: 1.1em;
      }

      .page-bigwin-casino-login-register-philippines__faq-answer {
        padding: 0 20px;
      }

      .page-bigwin-casino-login-register-philippines__faq-item.active .page-bigwin-casino-login-register-philippines__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-bigwin-casino-login-register-philippines__hero-title {
        font-size: 1.8em;
      }

      .page-bigwin-casino-login-register-philippines__hero-subtitle {
        font-size: 1em;
      }

      .page-bigwin-casino-login-register-philippines__section-title {
        font-size: 1.8em;
      }

      .page-bigwin-casino-login-register-philippines__text-content {
        font-size: 1em;
      }
    }