
    /* Global styles for this page only, using BEM */
    .page-bigbunny-ph-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-bigbunny-ph-login__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-bigbunny-ph-login__hero-section {
      background-color: #0d284f; /* Dark blue, common for betting sites */
      color: #fff;
      text-align: center;
      padding: 10px 0 60px; /* 10px top padding for header offset consideration */
      position: relative;
      overflow: hidden;
    }

    .page-bigbunny-ph-login__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .page-bigbunny-ph-login__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #ffcc00; /* Gold/yellow accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-bigbunny-ph-login__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-bigbunny-ph-login__button {
      display: inline-block;
      background-color: #ffcc00; /* Gold/yellow accent */
      color: #0d284f; /* Dark blue */
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-bigbunny-ph-login__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-bigbunny-ph-login__image-container {
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-top: 40px;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }

    .page-bigbunny-ph-login__image {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .page-bigbunny-ph-login__section {
      padding: 60px 0;
      text-align: center;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .page-bigbunny-ph-login__section--dark {
      background-color: #1a3a60;
      color: #fff;
    }

    .page-bigbunny-ph-login__section-title {
      font-size: 2.5em;
      color: #0d284f;
      margin-bottom: 30px;
      position: relative;
    }

    .page-bigbunny-ph-login__section--dark .page-bigbunny-ph-login__section-title {
      color: #ffcc00;
    }

    .page-bigbunny-ph-login__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #ffcc00;
      margin: 15px auto 0;
      border-radius: 2px;
    }

    .page-bigbunny-ph-login__section--dark .page-bigbunny-ph-login__section-title::after {
      background-color: #fff;
    }

    .page-bigbunny-ph-login__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: left;
    }

    .page-bigbunny-ph-login__grid-item {
      background-color: #f0f0f0;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-bigbunny-ph-login__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-bigbunny-ph-login__grid-item-icon {
      margin-bottom: 20px;
      border-radius: 5px; /* Keep consistent with image rules */
    }

    .page-bigbunny-ph-login__grid-item-title {
      font-size: 1.5em;
      color: #0d284f;
      margin-bottom: 15px;
      text-align: center;
    }

    .page-bigbunny-ph-login__grid-item-description {
      font-size: 1em;
      color: #555;
      text-align: center;
    }

    .page-bigbunny-ph-login__section--dark .page-bigbunny-ph-login__grid-item {
      background-color: #2c4a75;
      color: #e0e0e0;
    }

    .page-bigbunny-ph-login__section--dark .page-bigbunny-ph-login__grid-item-title {
      color: #ffcc00;
    }

    .page-bigbunny-ph-login__section--dark .page-bigbunny-ph-login__grid-item-description {
      color: #ccc;
    }

    .page-bigbunny-ph-login__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-bigbunny-ph-login__steps-item {
      background-color: #f0f8ff; /* Light blue */
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      text-align: left;
      box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-bigbunny-ph-login__steps-number {
      background-color: #0d284f;
      color: #ffcc00;
      font-size: 1.5em;
      font-weight: bold;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .page-bigbunny-ph-login__steps-text {
      font-size: 1.1em;
      color: #333;
    }

    .page-bigbunny-ph-login__faq-section {
      padding: 60px 0;
      background-color: #f0f0f0;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-bigbunny-ph-login__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
      text-align: left;
    }

    .page-bigbunny-ph-login__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-bigbunny-ph-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #0d284f;
      color: #ffcc00;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #1a3a60;
      transition: background-color 0.3s ease;
    }

    .page-bigbunny-ph-login__faq-question:hover {
      background-color: #1a3a60;
    }

    .page-bigbunny-ph-login__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click */
      color: #ffcc00; /* Ensure good contrast */
    }

    .page-bigbunny-ph-login__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click */
      color: #ffcc00; /* Ensure good contrast */
    }

    .page-bigbunny-ph-login__faq-item.active .page-bigbunny-ph-login__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-bigbunny-ph-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #e6f0ff; /* Lighter blue for answer */
      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-bigbunny-ph-login__faq-item.active .page-bigbunny-ph-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-bigbunny-ph-login__contact-promo {
      text-align: center;
      padding: 60px 20px;
      background-color: #0d284f;
      color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-bigbunny-ph-login__contact-promo h2 {
      color: #ffcc00;
      font-size: 2.2em;
      margin-bottom: 20px;
    }

    .page-bigbunny-ph-login__contact-promo p {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-bigbunny-ph-login__container {
        padding: 15px;
      }

      .page-bigbunny-ph-login__hero-title {
        font-size: 2.2em;
      }

      .page-bigbunny-ph-login__hero-description {
        font-size: 1em;
      }

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

      .page-bigbunny-ph-login__section-title {
        font-size: 2em;
      }

      .page-bigbunny-ph-login__grid {
        grid-template-columns: 1fr;
      }

      .page-bigbunny-ph-login__grid-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px;
      }

      .page-bigbunny-ph-login__steps-list {
        gap: 15px;
      }

      .page-bigbunny-ph-login__steps-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        flex-direction: column;
        text-align: center;
        padding: 20px;
      }

      .page-bigbunny-ph-login__steps-number {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-bigbunny-ph-login__steps-text {
        font-size: 0.95em;
      }

      .page-bigbunny-ph-login__faq-question {
        padding: 15px 20px;
      }

      .page-bigbunny-ph-login__faq-question h3 {
        font-size: 1.1em;
      }

      .page-bigbunny-ph-login__faq-toggle {
        font-size: 1.5em;
      }

      .page-bigbunny-ph-login__faq-answer {
        padding: 0 20px;
      }

      .page-bigbunny-ph-login__faq-item.active .page-bigbunny-ph-login__faq-answer {
        padding: 15px 20px !important;
      }

      .page-bigbunny-ph-login__image-container {
        margin-top: 20px;
      }

      .page-bigbunny-ph-login__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-bigbunny-ph-login__section,
      .page-bigbunny-ph-login__faq-section,
      .page-bigbunny-ph-login__contact-promo {
        padding: 40px 0;
      }

      .page-bigbunny-ph-login__contact-promo h2 {
        font-size: 1.8em;
      }

      .page-bigbunny-ph-login__contact-promo p {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-bigbunny-ph-login__hero-title {
        font-size: 1.8em;
      }
      .page-bigbunny-ph-login__section-title {
        font-size: 1.6em;
      }
      .page-bigbunny-ph-login__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }
  