
    .page-phmacao-777-login-register {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a; /* Dark background for casino theme */
      line-height: 1.6;
      overflow-x: hidden; /* Prevent horizontal scroll */
    }

    .page-phmacao-777-login-register__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-phmacao-777-login-register__hero-section {
      position: relative;
      width: 100%;
      height: 600px; /* Adjust height as needed */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding, assuming body handles main offset */
      box-sizing: border-box;
    }

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

    .page-phmacao-777-login-register__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
      z-index: 2;
    }

    .page-phmacao-777-login-register__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      padding: 20px;
    }

    .page-phmacao-777-login-register__hero-title {
      font-size: 3.5em;
      color: #fff;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-phmacao-777-login-register__hero-subtitle {
      font-size: 1.5em;
      color: #ccc;
      margin-bottom: 30px;
    }

    .page-phmacao-777-login-register__hero-actions {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-phmacao-777-login-register__cta-button {
      background-color: #ffcc00; /* Gold accent */
      color: #1a1a1a;
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-phmacao-777-login-register__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-phmacao-777-login-register__cta-button--secondary {
      background-color: transparent;
      color: #ffcc00;
      border: 2px solid #ffcc00;
    }

    .page-phmacao-777-login-register__cta-button--secondary:hover {
      background-color: rgba(255, 204, 0, 0.1);
      color: #ffcc00;
    }

    .page-phmacao-777-login-register__section-title {
      font-size: 2.5em;
      color: #fff;
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
    }

    .page-phmacao-777-login-register__section-description {
      font-size: 1.1em;
      color: #ccc;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    .page-phmacao-777-login-register__intro-section,
    .page-phmacao-777-login-register__steps-section,
    .page-phmacao-777-login-register__login-section,
    .page-phmacao-777-login-register__promotions-section,
    .page-phmacao-777-login-register__faq-section {
      padding: 60px 0;
      background-color: #222222;
      margin-bottom: 20px;
      border-radius: 10px;
    }

    .page-phmacao-777-login-register__intro-section {
      background-color: #1a1a1a;
      padding-top: 20px;
      margin-bottom: 0;
      border-radius: 0;
    }

    .page-phmacao-777-login-register__steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
      justify-content: center;
    }

    .page-phmacao-777-login-register__step-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Required for list items */
    }

    .page-phmacao-777-login-register__step-icon {
      width: 200px; /* Min size 200x200 */
      height: 200px; /* Min size 200x200 */
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-phmacao-777-login-register__step-title {
      font-size: 1.8em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-phmacao-777-login-register__step-description {
      font-size: 1em;
      color: #ccc;
    }

    .page-phmacao-777-login-register__login-content {
      display: flex;
      align-items: center;
      gap: 50px;
      margin-top: 40px;
    }

    .page-phmacao-777-login-register__login-text {
      flex: 1;
    }

    .page-phmacao-777-login-register__login-text p {
      margin-bottom: 20px;
      font-size: 1.1em;
      color: #ccc;
    }

    .page-phmacao-777-login-register__login-image-wrapper {
      flex: 1;
      text-align: center;
      background-color: #333;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Required for image container */
      width: 100%; /* Ensure it takes full width on mobile */
      max-width: 100%; /* Ensure it takes full width on mobile */
      overflow: hidden; /* Ensure image doesn't overflow */
    }

    .page-phmacao-777-login-register__login-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block; /* Remove extra space below image */
      margin: 0 auto;
    }

    .page-phmacao-777-login-register__cta-button--full-width {
      width: 100%;
      margin-top: 20px;
    }

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

    .page-phmacao-777-login-register__promo-card {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Required for list items */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-phmacao-777-login-register__promo-image {
      width: 100%;
      height: 250px; /* Fixed height for consistent look */
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto; /* Override fixed height for responsiveness */
    }

    .page-phmacao-777-login-register__promo-title {
      font-size: 1.6em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-phmacao-777-login-register__promo-description {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 25px;
      flex-grow: 1; /* Allow description to take available space */
    }

    .page-phmacao-777-login-register__promo-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border: none;
      border-radius: 5px;
      font-size: 1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      width: 100%;
      max-width: 200px; /* Limit button width */
      margin: 0 auto;
    }

    .page-phmacao-777-login-register__promo-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-phmacao-777-login-register__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-phmacao-777-login-register__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-phmacao-777-login-register__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333333;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #444;
    }

    .page-phmacao-777-login-register__faq-question:hover {
      background-color: #3d3d3d;
    }

    .page-phmacao-777-login-register__faq-question-text {
      font-size: 1.2em;
      color: #ffcc00;
      margin: 0;
      pointer-events: none; /* Prevent text from blocking click event */
      flex-grow: 1;
    }

    .page-phmacao-777-login-register__faq-toggle {
      font-size: 1.8em;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
      line-height: 1; /* Adjust line height for better alignment */
    }

    .page-phmacao-777-login-register__faq-item.active .page-phmacao-777-login-register__faq-toggle {
      transform: rotate(45deg); /* Change + to X-like or - */
    }

    .page-phmacao-777-login-register__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #ccc;
      background-color: #2a2a2a;
    }

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

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

    /* Floating Buttons */
    .page-phmacao-777-login-register__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-phmacao-777-login-register__floating-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border: none;
      border-radius: 50px; /* Pill shape */
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-phmacao-777-login-register__floating-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-phmacao-777-login-register__floating-button--register {
      background-color: #00aaff; /* Different color for register */
      color: #fff;
    }

    .page-phmacao-777-login-register__floating-button--register:hover {
      background-color: #0088cc;
    }

    /* Keyword Highlighting */
    .highlight {
      color: #ffcc00;
    }

    .strong-keyword {
      font-weight: bold;
      color: #ffcc00; /* Use accent color for strong keywords */
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-phmacao-777-login-register__hero-title {
        font-size: 3em;
      }
      .page-phmacao-777-login-register__hero-subtitle {
        font-size: 1.3em;
      }
      .page-phmacao-777-login-register__section-title {
        font-size: 2em;
      }
      .page-phmacao-777-login-register__login-content {
        flex-direction: column;
        text-align: center;
      }
      .page-phmacao-777-login-register__login-image-wrapper {
        order: -1; /* Image above text on mobile */
        margin-bottom: 30px;
      }
    }

    @media (max-width: 768px) {
      .page-phmacao-777-login-register__hero-section {
        height: 500px;
      }
      .page-phmacao-777-login-register__hero-title {
        font-size: 2.2em;
      }
      .page-phmacao-777-login-register__hero-subtitle {
        font-size: 1.1em;
      }
      .page-phmacao-777-login-register__hero-actions {
        flex-direction: column;
        gap: 15px;
      }
      .page-phmacao-777-login-register__cta-button {
        width: 80%;
        margin: 0 auto;
      }
      .page-phmacao-777-login-register__section-title {
        font-size: 1.8em;
      }
      .page-phmacao-777-login-register__section-description {
        font-size: 1em;
      }

      /* List item responsive rules */
      .page-phmacao-777-login-register__steps-grid,
      .page-phmacao-777-login-register__promo-grid {
        grid-template-columns: 1fr; /* Single column for mobile */
        padding: 0 10px !important; /* Adjust padding for container */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-phmacao-777-login-register__step-item,
      .page-phmacao-777-login-register__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important;
      }

      .page-phmacao-777-login-register__promo-image,
      .page-phmacao-777-login-register__step-icon,
      .page-phmacao-777-login-register__login-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-phmacao-777-login-register__promo-image {
        height: auto; /* Revert to auto height for responsiveness */
      }

      /* FAQ Mobile adjustments */
      .page-phmacao-777-login-register__faq-question {
        padding: 15px 20px;
      }
      .page-phmacao-777-login-register__faq-question-text {
        font-size: 1.1em;
      }
      .page-phmacao-777-login-register__faq-toggle {
        font-size: 1.5em;
      }
      .page-phmacao-777-login-register__faq-answer {
        padding: 0 20px;
      }
      .page-phmacao-777-login-register__faq-item.active .page-phmacao-777-login-register__faq-answer {
        padding: 1