
    .page-1bmw-cc {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
      padding-top: var(--header-offset, 122px); /* Fallback if body padding not set by shared.css */
    }
    @media (max-width: 768px) {
      .page-1bmw-cc {
        padding-top: var(--header-offset, 100px);
      }
    }

    .page-1bmw-cc__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-1bmw-cc__hero-section {
      text-align: center;
      padding: 40px 15px;
      background: linear-gradient(135deg, #2a0a5e, #1a1a1a);
      border-bottom: 5px solid #ffcc00;
      padding-top: 10px; /* Small top padding, body already handles header offset */
    }

    .page-1bmw-cc__hero-title {
      font-size: 2.8em;
      color: #ffcc00;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: bold;
    }

    .page-1bmw-cc__hero-subtitle {
      font-size: 1.2em;
      color: #ffffff;
      margin-bottom: 25px;
    }

    .page-1bmw-cc__promo-text {
      font-size: 1.1em;
      color: #aaffaa;
      margin-top: 20px;
      font-weight: bold;
    }

    .page-1bmw-cc__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
    }

    .page-1bmw-cc__button {
      background-color: #ffcc00;
      color: #1a1a1a;
      border: none;
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      flex: 1;
      margin: 0 10px;
      max-width: 180px;
    }

    .page-1bmw-cc__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-1bmw-cc__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-1bmw-cc__section:nth-of-type(even) {
      background-color: #222222;
    }

    .page-1bmw-cc__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      margin-bottom: 25px;
      text-transform: uppercase;
    }

    .page-1bmw-cc__section-description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #e0e0e0;
    }

    .page-1bmw-cc__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      padding-top: 20px;
      justify-items: center;
    }

    .page-1bmw-cc__game-card {
      background-color: #333333;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      max-width: 350px;
      width: 100%;
      box-sizing: border-box;
    }

    .page-1bmw-cc__game-card:hover {
      transform: translateY(-5px);
    }

    .page-1bmw-cc__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-1bmw-cc__game-content {
      padding: 20px;
    }

    .page-1bmw-cc__game-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-1bmw-cc__game-description {
      font-size: 0.95em;
      color: #e0e0e0;
      margin-bottom: 15px;
    }

    .page-1bmw-cc__game-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      font-size: 0.9em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .page-1bmw-cc__game-button:hover {
      background-color: #e6b800;
    }

    .page-1bmw-cc__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      padding-top: 20px;
      justify-items: center;
    }

    .page-1bmw-cc__promo-card {
      background-color: #333333;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      text-align: left;
      max-width: 400px;
      width: 100%;
      box-sizing: border-box;
    }

    .page-1bmw-cc__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-1bmw-cc__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-1bmw-cc__promo-content {
      padding: 20px;
    }

    .page-1bmw-cc__promo-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-1bmw-cc__promo-description {
      font-size: 1em;
      color: #e0e0e0;
      margin-bottom: 15px;
    }

    .page-1bmw-cc__promo-details-button {
      background-color: #007bff;
      color: #ffffff;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      font-size: 0.9em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .page-1bmw-cc__promo-details-button:hover {
      background-color: #0056b3;
    }

    .page-1bmw-cc__payment-grid,
    .page-1bmw-cc__provider-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-1bmw-cc__payment-item,
    .page-1bmw-cc__provider-item {
      background-color: #333333;
      padding: 15px 25px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      color: #ffcc00;
      font-weight: bold;
      font-size: 1.1em;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 120px;
      max-width: 180px;
      box-sizing: border-box;
      transition: transform 0.2s ease;
    }

    .page-1bmw-cc__payment-item:hover,
    .page-1bmw-cc__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-1bmw-cc__faq-section {
      background-color: #1a1a1a;
      text-align: left;
      padding: 40px 0;
    }

    .page-1bmw-cc__faq-item {
      background-color: #222222;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      transition: background-color 0.3s ease;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-1bmw-cc__faq-item:hover {
      background-color: #2a2a2a;
    }

    .page-1bmw-cc__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      color: #ffcc00;
      font-size: 1.2em;
      font-weight: bold;
    }

    .page-1bmw-cc__faq-question h3 {
      margin: 0;
      color: #ffcc00;
      font-size: 1.2em;
      pointer-events: none;
    }

    .page-1bmw-cc__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
      color: #e0e0e0;
    }

    .page-1bmw-cc__faq-item.active .page-1bmw-cc__faq-toggle {
      transform: rotate(45deg);
    }

    .page-1bmw-cc__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #e0e0e0;
    }

    .page-1bmw-cc__faq-item.active .page-1bmw-cc__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-1bmw-cc__cta-section {
      padding: 50px 15px;
      background: linear-gradient(45deg, #1a1a1a, #2a0a5e);
      text-align: center;
      border-top: 5px solid #ffcc00;
    }

    .page-1bmw-cc__cta-title {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 20px;
    }

    .page-1bmw-cc__cta-description {
      font-size: 1.2em;
      color: #ffffff;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    @media (max-width: 768px) {
      .page-1bmw-cc__hero-title {
        font-size: 2em;
      }
      .page-1bmw-cc__hero-subtitle {
        font-size: 1em;
      }
      .page-1bmw-cc__section-title {
        font-size: 1.8em;
      }
      .page-1bmw-cc__section-description {
        font-size: 0.95em;
      }
      .page-1bmw-cc__game-grid, .page-1bmw-cc__promo-grid {
        grid-template-columns: 1fr;
      }
      .page-1bmw-cc__game-card, .page-1bmw-cc__promo-card {
        margin: 0 auto;
      }
      .page-1bmw-cc__button {
        padding: 10px 15px;
        font-size: 1em;
      }
      .page-1bmw-cc__floating-buttons {
        padding: 8px 0;
      }
      .page-1bmw-cc__payment-item, .page-1bmw-cc__provider-item {
        width: 100%;
        max-width: 150px;
        padding: 12px 15px;
        font-size: 1em;
        box-sizing: border-box !important;
      }
      .page-1bmw-cc__payment-grid, .page-1bmw-cc__provider-grid {
        gap: 15px;
      }
      .page-1bmw-cc__faq-question {
        font-size: 1.1em;
      }
      .page-1bmw-cc__faq-question h3 {
        font-size: 1.1em;
      }
      .page-1bmw-cc__faq-answer {
        font-size: 0.95em;
        padding: 0 15px;
      }
      .page-1bmw-cc__faq-item.active .page-1bmw-cc__faq-answer {
        padding: 15px !important;
      }
      .page-1bmw-cc__cta-title {
        font-size: 2em;
      }
      .page-1bmw-cc__cta-description {
        font-size: 1em;
      }
    }
    @media (max-width: 480px) {
        .page-1bmw-cc__floating-buttons {
            flex-direction: column;
            gap: 10px;
            padding: 10px;
        }
        .page-1bmw-cc__button {
            max-width: none;
            margin: 0;
        }
        .page-1bmw-cc {
            padding-bottom: 120px; /* Adjust for stacked buttons */
        }
    }
  