
    :root {
      --primary-color: #ffcc00; /* Gold */
      --secondary-color: #007bff; /* Blue */
      --text-color-dark: #333;
      --text-color-light: #f8f9fa;
      --background-dark: #1a1a1a;
      --background-light: #ffffff;
      --card-background: #2a2a2a;
      --border-color: #444;
      --button-hover: #e6b800;
      --spacing-unit: 1rem;
    }

    body {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color-dark);
      background-color: var(--background-light);
      margin: 0;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-plus777-asia-withdrawal {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px var(--spacing-unit);
      background-color: var(--background-light);
    }

    .page-plus777-asia-withdrawal__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #2c3e50, #4a69bd); /* Dark blue gradient */
      color: var(--text-color-light);
      margin-bottom: 40px;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      padding-top: 70px; /* Adjust for header if needed, but body padding-top should handle most */
    }

    .page-plus777-asia-withdrawal__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric,subtle]');
      background-size: cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-plus777-asia-withdrawal__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-plus777-asia-withdrawal__hero-title {
      font-size: 3rem;
      margin-bottom: var(--spacing-unit);
      color: var(--primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-plus777-asia-withdrawal__hero-subtitle {
      font-size: 1.5rem;
      margin-bottom: 2rem;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: var(--text-color-light);
    }

    .page-plus777-asia-withdrawal__promo-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: var(--background-dark);
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1rem;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-plus777-asia-withdrawal__promo-button:hover {
      background-color: var(--button-hover);
      transform: translateY(-2px);
    }

    .page-plus777-asia-withdrawal__section {
      padding: 40px 20px;
      margin-bottom: 30px;
      background-color: var(--background-light);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-plus777-asia-withdrawal__section-dark {
      background-color: var(--background-dark);
      color: var(--text-color-light);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .page-plus777-asia-withdrawal__section-title {
      font-size: 2.5rem;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-plus777-asia-withdrawal__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--secondary-color);
      border-radius: 2px;
    }

    .page-plus777-asia-withdrawal__section-dark .page-plus777-asia-withdrawal__section-title {
      color: var(--primary-color);
    }

    .page-plus777-asia-withdrawal__content-text {
      font-size: 1.1rem;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-plus777-asia-withdrawal__image-container {
      text-align: center;
      margin: 30px auto;
      max-width: 800px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      width: 100%;
      box-sizing: border-box;
    }

    .page-plus777-asia-withdrawal__image {
      max-width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .page-plus777-asia-withdrawal__image:hover {
      transform: scale(1.02);
    }

    .page-plus777-asia-withdrawal__steps-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-top: 30px;
    }

    .page-plus777-asia-withdrawal__step-item {
      background-color: var(--card-background);
      color: var(--text-color-light);
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      border: 1px solid var(--border-color);
    }

    .page-plus777-asia-withdrawal__step-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .page-plus777-asia-withdrawal__step-number {
      font-size: 2rem;
      font-weight: bold;
      color: var(--primary-color);
      margin-bottom: 15px;
      display: block;
    }

    .page-plus777-asia-withdrawal__step-title {
      font-size: 1.3rem;
      margin-bottom: 10px;
      color: var(--primary-color);
    }

    .page-plus777-asia-withdrawal__step-description {
      font-size: 1rem;
      color: #ccc;
    }

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

    .page-plus777-asia-withdrawal__tip-card {
      background-color: var(--card-background);
      color: var(--text-color-light);
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      border: 1px solid var(--border-color);
    }

    .page-plus777-asia-withdrawal__tip-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .page-plus777-asia-withdrawal__tip-title {
      font-size: 1.2rem;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-plus777-asia-withdrawal__tip-description {
      font-size: 0.95rem;
      color: #ccc;
    }

    .page-plus777-asia-withdrawal__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-plus777-asia-withdrawal__payment-method-item {
      background-color: var(--card-background);
      color: var(--text-color-light);
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s ease;
      box-sizing: border-box;
      border: 1px solid var(--border-color);
    }

    .page-plus777-asia-withdrawal__payment-method-item:hover {
      transform: translateY(-5px);
    }

    .page-plus777-asia-withdrawal__payment-icon {
      max-width: 100px;
      height: auto;
      margin-bottom: 10px;
      max-height: 60px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-plus777-asia-withdrawal__payment-name {
      font-weight: bold;
      color: var(--primary-color);
      font-size: 0.95rem;
    }

    .page-plus777-asia-withdrawal__faq-section {
      padding: 40px 20px;
      margin-bottom: 30px;
      background-color: var(--background-dark);
      color: var(--text-color-light);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .page-plus777-asia-withdrawal__faq-title {
      font-size: 2.5rem;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-plus777-asia-withdrawal__faq-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--secondary-color);
      border-radius: 2px;
    }

    .page-plus777-asia-withdrawal__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-plus777-asia-withdrawal__faq-item {
      background-color: var(--card-background);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-plus777-asia-withdrawal__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      cursor: pointer;
      user-select: none;
      font-size: 1.15rem;
      font-weight: bold;
      color: var(--primary-color);
      background-color: #333;
      transition: background-color 0.3s ease;
    }

    .page-plus777-asia-withdrawal__faq-question:hover {
      background-color: #444;
    }

    .page-plus777-asia-withdrawal__faq-question h3 {
      margin: 0;
      font-size: 1.15rem;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-plus777-asia-withdrawal__faq-toggle {
      font-size: 1.5rem;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

    .page-plus777-asia-withdrawal__faq-item.active .page-plus777-asia-withdrawal__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or '-' */
    }

    .page-plus777-asia-withdrawal__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      color: #ccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: var(--card-background);
    }

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

    .page-plus777-asia-withdrawal__call-to-action-section {
      text-align: center;
      padding: 50px 20px;
      background-color: #f0f0f0;
      border-radius: 8px;
      margin-bottom: 40px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .page-plus777-asia-withdrawal__call-to-action-title {
      font-size: 2.2rem;
      color: var(--text-color-dark);
      margin-bottom: 20px;
    }

    .page-plus777-asia-withdrawal__call-to-action-description {
      font-size: 1.2rem;
      color: var(--text-color-dark);
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-plus777-asia-withdrawal__hero-title {
        font-size: 2.5rem;
      }

      .page-plus777-asia-withdrawal__hero-subtitle {
        font-size: 1.2rem;
      }

      .page-plus777-asia-withdrawal__section-title,
      .page-plus777-asia-withdrawal__faq-title {
        font-size: 2rem;
      }
    }

    @media (max-width: 768px) {
      .page-plus777-asia-withdrawal {
        padding: 10px 10px;
      }

      .page-plus777-asia-withdrawal__hero-section {
        padding: 40px 15px;
        margin-bottom: 30px;
      }

      .page-plus777-asia-withdrawal__hero-title {
        font-size: 2rem;
      }

      .page-plus777-asia-withdrawal__hero-subtitle {
        font-size: 1rem;
      }

      .page-plus777-asia-withdrawal__promo-button {
        padding: 12px 25px;
        font-size: 1rem;
      }

      .page-plus777-asia-withdrawal__section,
      .page-plus777-asia-withdrawal__section-dark,
      .page-plus777-asia-withdrawal__faq-section,
      .page-plus777-asia-withdrawal__call-to-action-section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-plus777-asia-withdrawal__section-title,
      .page-plus777-asia-withdrawal__faq-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
      }

      .page-plus777-asia-withdrawal__content-text {
        font-size: 1rem;
      }

      .page-plus777-asia-withdrawal__steps-list,
      .page-plus777-asia-withdrawal__tips-grid,
      .page-plus777-asia-withdrawal__payment-methods-grid {
        gap: 15px;
        margin-top: 20px;
      }

      .page-plus777-asia-withdrawal__step-item,
      .page-plus777-asia-withdrawal__tip-card,
      .page-plus777-asia-withdrawal__payment-method-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-plus777-asia-withdrawal__faq-question {
        padding: 15px;
        font-size: 1rem;
      }

      .page-plus777-asia-withdrawal__faq-question h3 {
        font-size: 1rem;
      }

      .page-plus777-asia-withdrawal__faq-answer {
        padding: 0 15px;
      }

      .page-plus777-asia-withdrawal__faq-item.active .page-plus777-asia-withdrawal__faq-answer {
        padding: 15px !important;
      }

      .page-plus777-asia-withdrawal__call-to-action-title {
        font-size: 1.8rem;
      }

      .page-plus777-asia-withdrawal__call-to-action-description {
        font-size: 1rem;
      }

      .page-plus777-asia-withdrawal__image-container {
        margin: 20px auto;
      }
      .page-plus777-asia-withdrawal__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-plus777-asia-withdrawal__hero-title {
        font-size: 1.8rem;
      }

      .page-plus777-asia-withdrawal__section-title,
      .page-plus777-asia-withdrawal__faq-title {
        font-size: 1.6rem;
      }

      .page-plus777-asia-withdrawal__promo-button {
        padding: 10px 20px;
        font-size: 0.9rem;
      }
    }
  