
    :root {
      --phmacao-primary-color: #FFD700; /* Gold */
      --phmacao-secondary-color: #000000; /* Black */
      --phmacao-accent-color: #FF4500; /* OrangeRed */
      --phmacao-text-color-light: #FFFFFF;
      --phmacao-text-color-dark: #333333;
      --phmacao-background-dark: #1a1a1a;
      --phmacao-background-light: #f5f5f5;
    }

    /* Fallback for fixed header offset if not handled by shared.css body padding */
    .page-phmacao-com-login {
        padding-top: var(--header-offset, 122px); /* Default 122px if --header-offset is not set */
    }

    .page-phmacao-com-login__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,login,phmacao,gaming]') center center / cover no-repeat;
      color: var(--phmacao-text-color-light);
      text-align: center;
      padding: 10px 20px 80px 20px; /* Adjusted padding-top to avoid double offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
    }

    .page-phmacao-com-login__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: var(--phmacao-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      line-height: 1.2;
    }

    .page-phmacao-com-login__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin-bottom: 40px;
      line-height: 1.6;
    }

    .page-phmacao-com-login__button {
      background-color: var(--phmacao-accent-color);
      color: var(--phmacao-text-color-light);
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }

    .page-phmacao-com-login__button:hover {
      background-color: #e63900; /* Darker OrangeRed */
      transform: translateY(-2px);
    }

    .page-phmacao-com-login__section {
      padding: 60px 20px;
      text-align: center;
      background-color: var(--phmacao-background-dark);
      color: var(--phmacao-text-color-light);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .page-phmacao-com-login__section--light {
      background-color: var(--phmacao-background-light);
      color: var(--phmacao-text-color-dark);
    }

    .page-phmacao-com-login__section-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: var(--phmacao-primary-color);
    }

    .page-phmacao-com-login__content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-phmacao-com-login__card {
      background-color: var(--phmacao-secondary-color);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .page-phmacao-com-login__card--light {
      background-color: var(--phmacao-text-color-light);
      color: var(--phmacao-text-color-dark);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-phmacao-com-login__card:hover {
      transform: translateY(-5px);
    }

    .page-phmacao-com-login__card-icon {
      margin-bottom: 20px;
      width: 60px; /* Minimum 200x200 rule applies to actual image, not this placeholder for illustrative size */
      height: 60px;
      border-radius: 50%;
      background-color: var(--phmacao-primary-color);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2em;
      color: var(--phmacao-secondary-color);
    }

    .page-phmacao-com-login__card-title {
      font-size: 1.5em;
      margin-bottom: 15px;
      color: var(--phmacao-primary-color);
    }

    .page-phmacao-com-login__card--light .page-phmacao-com-login__card-title {
      color: var(--phmacao-accent-color);
    }

    .page-phmacao-com-login__card-description {
      font-size: 1em;
      line-height: 1.6;
    }

    .page-phmacao-com-login__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-phmacao-com-login__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
      margin: 0 auto;
    }

    .page-phmacao-com-login__list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 900px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-phmacao-com-login__list-item {
      background-color: var(--phmacao-secondary-color);
      padding: 20px;
      border-radius: 8px;
      text-align: left;
      display: flex;
      align-items: center;
      box-sizing: border-box; /* Crucial for responsive lists */
      color: var(--phmacao-text-color-light);
    }

    .page-phmacao-com-login__list-item--light {
      background-color: var(--phmacao-text-color-light);
      color: var(--phmacao-text-color-dark);
    }

    .page-phmacao-com-login__list-item-icon {
      color: var(--phmacao-primary-color);
      font-size: 1.5em;
      margin-right: 15px;
    }

    .page-phmacao-com-login__faq-section {
      background-color: var(--phmacao-background-light);
      color: var(--phmacao-text-color-dark);
      padding: 60px 20px;
      text-align: center;
    }

    .page-phmacao-com-login__faq-list {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-phmacao-com-login__faq-item {
      background-color: var(--phmacao-text-color-light);
      border: 1px solid #ddd;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-phmacao-com-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #f9f9f9;
      transition: background-color 0.3s ease;
    }

    .page-phmacao-com-login__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-phmacao-com-login__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--phmacao-text-color-dark);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-phmacao-com-login__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.3s ease;
      color: var(--phmacao-accent-color);
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-phmacao-com-login__faq-item.active .page-phmacao-com-login__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an X or similar */
    }

    .page-phmacao-com-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--phmacao-text-color-dark);
      font-size: 0.95em;
      line-height: 1.6;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-phmacao-com-login__hero-title {
        font-size: 2.2em;
      }

      .page-phmacao-com-login__hero-description {
        font-size: 1em;
      }

      .page-phmacao-com-login__section-title {
        font-size: 2em;
      }

      .page-phmacao-com-login__content-grid {
        grid-template-columns: 1fr;
      }

      .page-phmacao-com-login__card {
        padding: 20px;
      }

      .page-phmacao-com-login__card-title {
        font-size: 1.3em;
      }

      .page-phmacao-com-login__list {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-phmacao-com-login__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-phmacao-com-login__faq-question {
        padding: 12px 15px;
      }

      .page-phmacao-com-login__faq-question h3 {
        font-size: 1em;
      }

      .page-phmacao-com-login__faq-answer {
        padding: 15px 15px !important; /* Adjusted for mobile */
      }

      .page-phmacao-com-login__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-phmacao-com-login__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-phmacao-com-login__hero-title {
        font-size: 1.8em;
      }

      .page-phmacao-com-login__section-title {
        font-size: 1.8em;
      }

      .page-phmacao-com-login__button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  