/* General styles */
    :root {
      --primary-color: #ffcc00; /* Gold/Yellow for highlights */
      --secondary-color: #333333; /* Dark gray for text */
      --background-color: #1a1a1a; /* Dark background */
      --text-color-light: #f0f0f0; /* Light text on dark background */
      --text-color-dark: #333333; /* Dark text on light background (if any) */
      --accent-color: #ff4d4d; /* Red for emphasis/buttons */
      --border-radius: 8px;
      --header-offset: 122px; /* Placeholder for shared header height */
    }

    body {
      font-family: 'Arial', sans-serif;
      color: var(--text-color-light);
      background-color: var(--background-color);
      line-height: 1.6;
      padding-top: var(--header-offset); /* Ensure content is not hidden by fixed header */
      margin: 0;
    }

    .page-slotph-vip-login-download__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__section-title {
      font-size: 2.5em;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 40px;
      padding-top: 20px;
      font-weight: bold;
    }

    .page-slotph-vip-login-download__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Button styles */
    .page-slotph-vip-login-download__hero-button,
    .page-slotph-vip-login-download__access-button,
    .page-slotph-vip-login-download__game-card-button,
    .page-slotph-vip-login-download__promo-card-button,
    .page-slotph-vip-login-download__contact-button,
    .page-slotph-vip-login-download__blog-card-link {
      display: inline-block;
      padding: 12px 25px;
      border-radius: var(--border-radius);
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__hero-button--primary {
      background-color: var(--primary-color);
      color: var(--background-color);
      border: 2px solid var(--primary-color);
    }

    .page-slotph-vip-login-download__hero-button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-slotph-vip-login-download__hero-button--secondary {
      background-color: transparent;
      color: var(--primary-color);
      border: 2px solid var(--primary-color);
      margin-left: 15px;
    }

    .page-slotph-vip-login-download__hero-button--secondary:hover {
      background-color: var(--primary-color);
      color: var(--background-color);
      transform: translateY(-2px);
    }

    .page-slotph-vip-login-download__access-button,
    .page-slotph-vip-login-download__game-card-button,
    .page-slotph-vip-login-download__promo-card-button,
    .page-slotph-vip-login-download__contact-button,
    .page-slotph-vip-login-download__blog-card-link {
      background-color: var(--accent-color);
      color: #ffffff;
      border: 2px solid var(--accent-color);
    }

    .page-slotph-vip-login-download__access-button:hover,
    .page-slotph-vip-login-download__game-card-button:hover,
    .page-slotph-vip-login-download__promo-card-button:hover,
    .page-slotph-vip-login-download__contact-button:hover,
    .page-slotph-vip-login-download__blog-card-link:hover {
      background-color: #cc3d3d;
      transform: translateY(-2px);
    }

    /* Image base styles */
    .page-slotph-vip-login-download img {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover; /* Ensure images fill their space nicely */
    }

    /* Hero Section */
    .page-slotph-vip-login-download__hero-section {
      position: relative;
      height: 600px; /* Adjusted height for better mobile viewing */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, body handles main offset */
      background-color: #000; /* Fallback */
    }

    .page-slotph-vip-login-download__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.5; /* Darken image for text readability */
    }

    .page-slotph-vip-login-download__hero-content {
      position: relative;
      z-index: 2;
      color: #ffffff;
      max-width: 900px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
      border-radius: var(--border-radius);
    }

    .page-slotph-vip-login-download__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: var(--primary-color);
    }

    .page-slotph-vip-login-download__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
    }

    .page-slotph-vip-login-download__hero-cta-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
    }

    /* Payment Providers Section */
    .page-slotph-vip-login-download__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: #2a2a2a;
      border-bottom: 1px solid #444;
    }

    .page-slotph-vip-login-download__payment-logos-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
      filter: grayscale(100%) brightness(150%); /* Make logos stand out on dark background */
      transition: filter 0.3s ease;
    }

    .page-slotph-vip-login-download__payment-logo img:hover {
      filter: grayscale(0%) brightness(100%);
    }

    /* Introduction Section */
    .page-slotph-vip-login-download__introduction {
      padding: 60px 0;
      background-color: var(--background-color);
    }

    /* Quick Access Section */
    .page-slotph-vip-login-download__quick-access {
      padding: 60px 0;
      background-color: #222222;
    }

    .page-slotph-vip-login-download__access-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
    }

    /* Games Showcase Section */
    .page-slotph-vip-login-download__games-showcase {
      padding: 60px 0;
      background-color: var(--background-color);
    }

    .page-slotph-vip-login-download__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-slotph-vip-login-download__game-card {
      background-color: #2a2a2a;
      border-radius: var(--border-radius);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-slotph-vip-login-download__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .page-slotph-vip-login-download__game-card-title {
      font-size: 1.5em;
      color: var(--primary-color);
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-slotph-vip-login-download__game-card-description {
      font-size: 0.95em;
      color: var(--text-color-light);
      margin-bottom: 20px;
      padding: 0 15px;
    }

    .page-slotph-vip-login-download__game-card-button {
      font-size: 0.9em;
      padding: 10px 20px;
    }

    /* Promotions Section */
    .page-slotph-vip-login-download__promotions {
      padding: 60px 0;
      background-color: #222222;
    }

    .page-slotph-vip-login-download__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-slotph-vip-login-download__promo-card {
      background-color: #2a2a2a;
      border-radius: var(--border-radius);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-slotph-vip-login-download__promo-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .page-slotph-vip-login-download__promo-card-title {
      font-size: 1.4em;
      color: var(--primary-color);
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-slotph-vip-login-download__promo-card-description {
      font-size: 0.95em;
      color: var(--text-color-light);
      margin-bottom: 20px;
      padding: 0 15px;
    }

    .page-slotph-vip-login-download__promo-card-button {
      font-size: 0.9em;
      padding: 10px 20px;
    }

    /* Security & Support Section */
    .page-slotph-vip-login-download__security-support {
      padding: 60px 0;
      background-color: var(--background-color);
    }

    .page-slotph-vip-login-download__security-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-slotph-vip-login-download__security-item {
      background-color: #2a2a2a;
      border-radius: var(--border-radius);
      padding: 30px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__security-icon {
      width: 100px; /* Minimum 200x200, so 100px is fine for icon display */
      height: 100px;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-slotph-vip-login-download__security-item-title {
      font-size: 1.3em;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-slotph-vip-login-download__security-item-description {
      font-size: 0.95em;
      color: var(--text-color-light);
    }

    .page-slotph-vip-login-download__contact-cta {
      text-align: center;
      margin-top: 50px;
    }

    .page-slotph-vip-login-download__contact-button {
      font-size: 1.1em;
      padding: 15px 35px;
    }

    /* FAQ Section */
    .page-slotph-vip-login-download__faq {
      padding: 60px 0;
      background-color: #222222;
    }

    .page-slotph-vip-login-download__faq-list {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-slotph-vip-login-download__faq-item {
      background-color: #2a2a2a;
      border-radius: var(--border-radius);
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #333333;
      transition: background-color 0.3s ease;
    }

    .page-slotph-vip-login-download__faq-question:hover {
      background-color: #444444;
    }

    .page-slotph-vip-login-download__faq-title {
      font-size: 1.2em;
      color: var(--primary-color);
      margin: 0;
      pointer-events: none; /* Prevent h3 from intercepting click */
    }

    .page-slotph-vip-login-download__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from intercepting click */
    }

    .page-slotph-vip-login-download__faq-item.active .page-slotph-vip-login-download__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-slotph-vip-login-download__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding for transition */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--text-color-light);
      font-size: 1em;
    }

    .page-slotph-vip-login-download__faq-item.active .page-slotph-vip-login-download__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important; /* Ensure padding is applied */
      opacity: 1;
    }

    .page-slotph-vip-login-download__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    /* Blog Section */
    .page-slotph-vip-login-download__blog {
      padding: 60px 0;
      background-color: var(--background-color);
    }

    .page-slotph-vip-login-download__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-slotph-vip-login-download__blog-card {
      background-color: #2a2a2a;
      border-radius: var(--border-radius);
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-slotph-vip-login-download__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-slotph-vip-login-download__blog-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-slotph-vip-login-download__blog-card-title {
      font-size: 1.3em;
      color: var(--primary-color);
      margin: 20px 15px 10px;
    }

    .page-slotph-vip-login-download__blog-card-description {
      font-size: 0.9em;
      color: var(--text-color-light);
      margin: 0 15px 20px;
    }

    .page-slotph-vip-login-download__blog-card-link {
      display: block;
      margin: 0 15px 20px;
      text-align: center;
      font-size: 0.9em;
      padding: 10px 20px;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
      .page-slotph-vip-login-download__hero-title {
        font-size: 3em;
      }
      .page-slotph-vip-login-download__hero-subtitle {
        font-size: 1.1em;
      }
      .page-slotph-vip-login-download__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-slotph-vip-login-download__hero-section {
        height: 500px;
      }
      .page-slotph-vip-login-download__hero-title {
        font-size: 2.5em;
      }
      .page-slotph-vip-login-download__hero-subtitle {
        font-size: 1em;
      }
      .page-slotph-vip-login-download__hero-cta-buttons {
        flex-direction: column;
        gap: 10px;
      }
      .page-slotph-vip-login-download__hero-button--secondary {
        margin-left: 0;
      }

      .page-slotph-vip-login-download__payment-providers {
        flex-direction: row; /* Keep as row for flex-wrap */
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-slotph-vip-login-download__payment-logo,
      .page-slotph-vip-login-download__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-slotph-vip-login-download__container {
        padding: 15px;
      }

      .page-slotph-vip-login-download__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding-top: 15px;
      }

      .page-slotph-vip-login-download__text-content {
        font-size: 1em;
      }

      .page-slotph-vip-login-download__access-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-slotph-vip-login-download__access-button {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-slotph-vip-login-download__game-categories,
      .page-slotph-vip-login-download__promo-grid,
      .page-slotph-vip-login-download__security-list,
      .page-slotph-vip-login-download__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-slotph-vip-login-download__game-card,
      .page-slotph-vip-login-download__promo-card,
      .page-slotph-vip-login-download__security-item,
      .page-slotph-vip-login-download__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-slotph-vip-login-download__security-list,
      .page-slotph-vip-login-download__faq-list {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-slotph-vip-login-download__security-item,
      .page-slotph-vip-login-download__faq-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-slotph-vip-login-download__faq-question {
        padding: 15px 20px;
      }
      .page-slotph-vip-login-download__faq-title {
        font-size: 1.1em;
      }
      .page-slotph-vip-login-download__faq-answer {
        padding: 0 20px;
      }
      .page-slotph-vip-login-download__faq-item.active .page-slotph-vip-login-download__faq-answer {
        padding: 15px 20px !important;
      }

      /* General image responsiveness for mobile */
      .page-slotph-vip-login-download img:not(.page-slotph-vip-login-download__payment-logo img) {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }