.page-phmacao-withdrawal {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-phmacao-withdrawal__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 15px;
      box-sizing: border-box;
    }

    .page-phmacao-withdrawal__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-phmacao-withdrawal__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e44d26; /* A vibrant accent color */
      border-radius: 2px;
    }

    .page-phmacao-withdrawal__text-content {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }

    .page-phmacao-withdrawal__highlight {
      font-weight: bold;
      color: #e44d26;
    }

    .page-phmacao-withdrawal__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      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-phmacao-withdrawal__button--primary {
      background-color: #e44d26;
      color: #fff;
      border: 2px solid #e44d26;
    }

    .page-phmacao-withdrawal__button--primary:hover {
      background-color: #c73c1d;
      border-color: #c73c1d;
      transform: translateY(-2px);
    }

    .page-phmacao-withdrawal__button--secondary {
      background-color: transparent;
      color: #e44d26;
      border: 2px solid #e44d26;
    }

    .page-phmacao-withdrawal__button--secondary:hover {
      background-color: #e44d26;
      color: #fff;
      transform: translateY(-2px);
    }

    .page-phmacao-withdrawal__button--download {
      background-color: #28a745; /* Green for download */
      color: #fff;
      border: 2px solid #28a745;
      margin-top: 20px;
      font-size: 1.1em;
      padding: 15px 30px;
    }

    .page-phmacao-withdrawal__button--download:hover {
      background-color: #218838;
      border-color: #218838;
      transform: translateY(-2px);
    }

    .page-phmacao-withdrawal__button--access,
    .page-phmacao-withdrawal__button--game,
    .page-phmacao-withdrawal__button--promo {
      background-color: #007bff;
      color: #fff;
      border: 2px solid #007bff;
      padding: 10px 20px;
      margin: 5px;
      font-size: 0.95em;
    }

    .page-phmacao-withdrawal__button--access:hover,
    .page-phmacao-withdrawal__button--game:hover,
    .page-phmacao-withdrawal__button--promo:hover {
      background-color: #0056b3;
      border-color: #0056b3;
      transform: translateY(-2px);
    }

    /* HERO Section */
    .page-phmacao-withdrawal__hero-section {
      position: relative;
      width: 100%;
      height: 600px; /* Adjust height for visual impact */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, relying on body for header offset */
      box-sizing: border-box;
    }

    .page-phmacao-withdrawal__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-phmacao-withdrawal__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 2;
    }

    .page-phmacao-withdrawal__hero-content {
      position: relative;
      z-index: 3;
      color: #fff;
      max-width: 900px;
      padding: 20px;
    }

    .page-phmacao-withdrawal__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-phmacao-withdrawal__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-phmacao-withdrawal__hero-ctas {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-phmacao-withdrawal__download-app {
      margin-top: 30px;
    }

    /* Introduction Section */
    .page-phmacao-withdrawal__introduction-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .page-phmacao-withdrawal__intro-features {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 40px;
    }

    .page-phmacao-withdrawal__feature-item {
      flex: 1 1 calc(33% - 40px);
      min-width: 280px;
      text-align: center;
      background-color: #f0f0f0;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-phmacao-withdrawal__feature-icon {
      width: 100%; /* Ensure image fills its container */
      max-width: 200px; /* Minimum size requirement */
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 5px;
    }

    .page-phmacao-withdrawal__feature-title {
      font-size: 1.5em;
      color: #e44d26;
      margin-bottom: 10px;
    }

    .page-phmacao-withdrawal__feature-description {
      color: #666;
    }

    /* Quick Access Section */
    .page-phmacao-withdrawal__quick-access-section {
      padding: 60px 0;
      background-color: #f2f2f2;
    }

    .page-phmacao-withdrawal__access-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
    }

    /* Games Section */
    .page-phmacao-withdrawal__games-section {
      padding: 60px 0;
      background-color: #fff;
    }

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

    .page-phmacao-withdrawal__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-phmacao-withdrawal__game-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
    }

    .page-phmacao-withdrawal__game-title {
      font-size: 1.4em;
      color: #333;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-phmacao-withdrawal__game-description {
      color: #666;
      padding: 0 15px;
      margin-bottom: 20px;
      min-height: 70px; /* Ensure consistent card height */
    }

    /* Promotions Section */
    .page-phmacao-withdrawal__promotions-section {
      padding: 60px 0;
      background-color: #f2f2f2;
    }

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

    .page-phmacao-withdrawal__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-phmacao-withdrawal__promo-image {
      width: 100%;
      height: 220px; /* Fixed height */
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
    }

    .page-phmacao-withdrawal__promo-title {
      font-size: 1.4em;
      color: #333;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-phmacao-withdrawal__promo-description {
      color: #666;
      padding: 0 15px;
      margin-bottom: 20px;
      min-height: 60px; /* Ensure consistent card height */
    }

    .page-phmacao-withdrawal__view-all-promos {
      text-align: center;
      margin-top: 50px;
    }

    /* Security & Support Section */
    .page-phmacao-withdrawal__security-support-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .page-phmacao-withdrawal__support-details {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 40px;
    }

    .page-phmacao-withdrawal__support-item {
      flex: 1 1 calc(33% - 40px);
      min-width: 280px;
      text-align: center;
      background-color: #f0f0f0;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-phmacao-withdrawal__support-icon {
      width: 100%;
      max-width: 200px;
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 5px;
    }

    .page-phmacao-withdrawal__support-title {
      font-size: 1.5em;
      color: #e44d26;
      margin-bottom: 10px;
    }

    .page-phmacao-withdrawal__support-description {
      color: #666;
    }

    .page-phmacao-withdrawal__contact-cta {
      text-align: center;
      margin-top: 50px;
    }

    /* FAQ Section */
    .page-phmacao-withdrawal__faq-section {
      padding: 60px 0;
      background-color: #f2f2f2;
    }

    .page-phmacao-withdrawal__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
    }

    .page-phmacao-withdrawal__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .page-phmacao-withdrawal__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #e44d26;
      color: #fff;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      transition: background-color 0.3s ease;
    }

    .page-phmacao-withdrawal__faq-question:hover {
      background-color: #c73c1d;
    }

    .page-phmacao-withdrawal__faq-question-text {
      font-size: 1.2em;
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevents h3 from blocking click on parent div */
      color: #fff; /* Ensure text color is white for contrast */
    }

    .page-phmacao-withdrawal__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      pointer-events: none; /* Prevents span from blocking click on parent div */
      transition: transform 0.3s ease;
      color: #fff; /* Ensure text color is white for contrast */
    }

    .page-phmacao-withdrawal__faq-item.active .page-phmacao-withdrawal__faq-toggle {
      transform: rotate(45deg);
    }

    .page-phmacao-withdrawal__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #fefefe;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-phmacao-withdrawal__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    /* Blog Section */
    .page-phmacao-withdrawal__blog-section {
      padding: 60px 0;
      background-color: #fff;
    }

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

    .page-phmacao-withdrawal__blog-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-phmacao-withdrawal__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-phmacao-withdrawal__blog-content {
      padding: 20px;
    }

    .page-phmacao-withdrawal__blog-title {
      font-size: 1.3em;
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .page-phmacao-withdrawal__blog-title a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-phmacao-withdrawal__blog-title a:hover {
      color: #e44d26;
    }

    .page-phmacao-withdrawal__blog-date {
      font-size: 0.9em;
      color: #888;
      margin-bottom: 10px;
    }

    .page-phmacao-withdrawal__blog-summary {
      color: #666;
      font-size: 0.95em;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
      .page-phmacao-withdrawal__hero-title {
        font-size: 3em;
      }
      .page-phmacao-withdrawal__hero-description {
        font-size: 1.2em;
      }
      .page-phmacao-withdrawal__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-phmacao-withdrawal__hero-section {
        height: 500px;
        padding-top: 5px;
      }
      .page-phmacao-withdrawal__hero-title {
        font-size: 2.5em;
      }
      .page-phmacao-withdrawal__hero-description {
        font-size: 1em;
      }
      .page-phmacao-withdrawal__hero-ctas {
        flex-direction: column;
        gap: 15px;
      }
      .page-phmacao-withdrawal__button {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .page-phmacao-withdrawal__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-phmacao-withdrawal__text-content {
        font-size: 1em;
      }

      /* List items responsiveness */
      .page-phmacao-withdrawal__intro-features,
      .page-phmacao-withdrawal__game-categories,
      .page-phmacao-withdrawal__promo-grid,
      .page-phmacao-withdrawal__support-details,
      .page-phmacao-withdrawal__blog-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }

      .page-phmacao-withdrawal__feature-item,
      .page-phmacao-withdrawal__game-card,
      .page-phmacao-withdrawal__promo-card,
      .page-phmacao-withdrawal__support-item,
      .page-phmacao-withdrawal__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px !important; /* Adjust padding for mobile */
      }

      .page-phmacao-withdrawal__feature-item p,
      .page-phmacao-withdrawal__game-card p,
      .page-phmacao-withdrawal__promo-card p,
      .page-phmacao-withdrawal__support-item p,
      .page-phmacao-withdrawal__blog-card p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-phmacao-withdrawal__game-image,
      .page-phmacao-withdrawal__promo-image,
      .page-phmacao-withdrawal__blog-image,
      .page-phmacao-withdrawal__feature-icon,
      .page-phmacao-withdrawal__support-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .page-phmacao-withdrawal__game-image,
      .page-phmacao-withdrawal__promo-image,
      .page-phmacao-withdrawal__blog-image {
        height: 180px; /* Smaller fixed height for mobile */
      }

      .page-phmacao-withdrawal__access-links {
        flex-direction: column;
        align-items: center;
      }
      .page-phmacao-withdrawal__button--access {
        width: 100%;
        max-width: 280px;
      }

      .page-phmacao-withdrawal__faq-question {
        padding: 15px 20px;
      }
      .page-phmacao-withdrawal__faq-question-text {
        font-size: 1.1em;
      }
      .page-phmacao-withdrawal__faq-answer {
        padding: 0 20px;
      }
      .page-phmacao-withdrawal__faq-item.active .page-phmacao-withdrawal__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-phmacao-withdrawal__hero-section {
        height: 400px;
      }
      .page-phmacao-withdrawal__hero-title {
        font-size: 2em;
      }
      .page-phmacao-withdrawal__hero-description {
        font-size: 0.9em;
      }
      .page-phmacao-withdrawal__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-phmacao-withdrawal__button--download {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-phmacao-withdrawal__section-title {
        font-size: 1.5em;
      }
      .page-phmacao-withdrawal__feature-title,
      .page-phmacao-withdrawal__game-title,
      .page-phmacao-withdrawal__promo-title,
      .page-phmacao-withdrawal__support-title,
      .page-phmacao-withdrawal__blog-title {
        font-size: 1.2em;
      }
    }