
    .page-789-ber {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      overflow-x: hidden;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-789-ber__hero-section {
      position: relative;
      width: 100%;
      height: 500px; /* Adjust height for hero section */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #ffffff;
      padding: 10px 20px 40px; /* Small padding-top for header offset, more for bottom */
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-789-ber__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: brightness(0.6); /* Darken background for text visibility */
    }

    .page-789-ber__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-789-ber__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-789-ber__hero-content p {
      font-size: 1.1em;
      margin-bottom: 25px;
    }

    .page-789-ber__button {
      display: inline-block;
      background-color: #e63946;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-789-ber__button:hover {
      background-color: #c02936;
    }

    .page-789-ber__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-789-ber__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-789-ber__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #e63946;
      border-radius: 5px;
    }

    .page-789-ber__about-content {
      text-align: center;
      font-size: 1.05em;
      max-width: 800px;
      margin: 0 auto 30px;
    }

    .page-789-ber__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-789-ber__product-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 20px;
    }

    .page-789-ber__product-card:hover {
      transform: translateY(-5px);
    }

    .page-789-ber__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-789-ber__product-card h3 {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-789-ber__product-card p {
      font-size: 0.95em;
      color: #c0c0c0;
      padding: 0 15px;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-789-ber__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-789-ber__promotion-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .page-789-ber__promotion-card h3 {
      color: #ffcc00;
      font-size: 1.6em;
      margin-bottom: 10px;
    }

    .page-789-ber__promotion-card p {
      color: #c0c0c0;
      font-size: 1em;
      margin-bottom: 20px;
    }

    .page-789-ber__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-789-ber__feature-item {
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-789-ber__feature-item img {
      width: 100%; /* Max width for content images */
      height: auto;
      max-height: 150px;
      object-fit: contain;
      margin-bottom: 15px;
      max-width: 250px;
    }

    .page-789-ber__feature-item h3 {
      color: #ffcc00;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-789-ber__feature-item p {
      color: #c0c0c0;
      font-size: 0.95em;
    }

    .page-789-ber__partners-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      align-items: center;
      justify-items: center;
      margin-top: 30px;
    }

    .page-789-ber__partner-logo {
      width: 100%;
      height: auto;
      max-width: 150px;
      object-fit: contain;
      filter: grayscale(80%) brightness(150%);
      transition: filter 0.3s ease;
    }

    .page-789-ber__partner-logo:hover {
      filter: grayscale(0%) brightness(100%);
    }

    .page-789-ber__faq-list {
      margin-top: 30px;
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 20px;
    }

    .page-789-ber__faq-item {
      border-bottom: 1px solid #444466;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

    .page-789-ber__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-789-ber__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px;
      background-color: #3b3b6b;
      border-radius: 8px;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-789-ber__faq-question:hover {
      background-color: #4a4a7a;
    }

    .page-789-ber__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #ffffff;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-789-ber__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffcc00;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

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

    .page-789-ber__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: #c0c0c0;
      font-size: 0.95em;
      line-height: 1.8;
    }

    .page-789-ber__faq-item.active .page-789-ber__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-789-ber__contact-details {
      text-align: center;
      font-size: 1.05em;
      color: #c0c0c0;
    }

    .page-789-ber__contact-details p {
      margin-bottom: 10px;
    }

    .page-789-ber__social-media-links {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

    .page-789-ber__social-media-links a {
      color: #e0e0e0;
      font-size: 1.8em;
      transition: color 0.3s ease;
    }

    .page-789-ber__social-media-links a:hover {
      color: #ffcc00;
    }

    .page-789-ber__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: calc(100% - 40px);
      max-width: 400px;
      box-sizing: border-box;
    }

    .page-789-ber__floating-button {
      flex: 1;
      padding: 15px 10px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      color: #ffffff;
    }

    .page-789-ber__floating-button--register {
      background-color: #e63946;
    }

    .page-789-ber__floating-button--register:hover {
      background-color: #c02936;
      transform: translateY(-2px);
    }

    .page-789-ber__floating-button--login {
      background-color: #007bff;
    }

    .page-789-ber__floating-button--login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-789-ber__hero-section {
        height: 400px;
        padding: 10px 15px 30px;
      }

      .page-789-ber__hero-content h1 {
        font-size: 2em;
      }

      .page-789-ber__hero-content p {
        font-size: 1em;
      }

      .page-789-ber__section {
        padding: 30px 15px;
      }

      .page-789-ber__section-title {
        font-size: 1.8em;
      }

      .page-789-ber__product-grid,
      .page-789-ber__promotions-grid,
      .page-789-ber__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-789-ber__product-card h3,
      .page-789-ber__promotion-card h3,
      .page-789-ber__feature-item h3 {
        font-size: 1.3em;
      }

      .page-789-ber__faq-question h3 {
        font-size: 1em;
      }

      .page-789-ber__faq-answer {
        font-size: 0.9em;
      }

      .page-789-ber__floating-buttons {
        width: calc(100% - 30px);
        gap: 10px;
      }

      .page-789-ber__floating-button {
        font-size: 1em;
        padding: 12px 8px;
      }

      /* List Item Responsive Rules (Example for product cards) */
      .page-789-ber__product-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-789-ber__product-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      /* Example for features grid */
      .page-789-ber__features-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-789-ber__features-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      /* Example for promotions grid */
      .page-789-ber__promotions-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-789-ber__promotions-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      /* Image responsive rules */
      .page-789-ber__hero-background,
      .page-789-ber__product-image,
      .page-789-ber__feature-item img,
      .page-789-ber__partner-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-789-ber__hero-section,
      .page-789-ber__product-card,
      .page-789-ber__feature-item,
      .page-789-ber__promotion-card,
      .page-789-ber__partners-grid div {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  