
    :root {
      --primary-color: #2563eb;
      --secondary-color: #64748b;
      --text-dark: #333333;
      --text-light: #ffffff;
      --bg-light: #f8f9fa;
      --bg-dark: #1a202c;
      --border-color: #e0e0e0;
    }

    .page-789betlogin {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background-color: var(--bg-light);
    }

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

    .page-789betlogin__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 10px 0 60px;
      overflow: hidden;
      background-color: var(--bg-dark);
    }

    .page-789betlogin__hero-image-wrapper {
      width: 100%;
      max-height: 500px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
    }

    .page-789betlogin__hero-image {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .page-789betlogin__hero-content {
      max-width: 900px;
      padding: 0 20px;
      color: var(--text-light);
    }

    .page-789betlogin__main-title {
      font-size: clamp(2em, 5vw, 3.2em);
      font-weight: 700;
      margin-bottom: 15px;
      line-height: 1.2;
      color: var(--text-light);
    }

    .page-789betlogin__hero-description {
      font-size: clamp(1em, 2.5vw, 1.3em);
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-789betlogin__cta-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }

    .page-789betlogin__btn-primary,
    .page-789betlogin__btn-secondary {
      display: inline-block;
      padding: 14px 28px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: all 0.3s ease;
      white-space: normal;
      word-wrap: break-word;
      text-align: center;
      box-sizing: border-box;
    }

    .page-789betlogin__btn-primary {
      background-color: var(--primary-color);
      color: var(--text-light);
      border: 2px solid var(--primary-color);
    }

    .page-789betlogin__btn-primary:hover {
      background-color: #1a4fbf;
      border-color: #1a4fbf;
    }

    .page-789betlogin__btn-secondary {
      background-color: transparent;
      color: var(--primary-color);
      border: 2px solid var(--primary-color);
    }

    .page-789betlogin__btn-secondary:hover {
      background-color: var(--primary-color);
      color: var(--text-light);
    }

    .page-789betlogin__section-title {
      font-size: clamp(1.8em, 4vw, 2.5em);
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
      color: var(--text-dark);
    }

    .page-789betlogin__dark-bg .page-789betlogin__section-title,
    .page-789betlogin__dark-bg h2 {
      color: var(--text-light);
    }

    .page-789betlogin__introduction-section,
    .page-789betlogin__app-section,
    .page-789betlogin__faq-section {
      padding: 60px 0;
      background-color: var(--bg-light);
    }

    .page-789betlogin__guide-section,
    .page-789betlogin__promotions-section,
    .page-789betlogin__internal-links-section {
      padding: 60px 0;
      background-color: var(--primary-color);
      color: var(--text-light);
    }

    .page-789betlogin__text-block {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-789betlogin__dark-bg .page-789betlogin__text-block {
      color: #e0e0e0;
    }

    .page-789betlogin__center-text {
      text-align: center;
      margin-top: 30px;
    }

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

    .page-789betlogin__step-item {
      background-color: var(--bg-dark);
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      align-items: center;
      color: var(--text-light);
    }

    .page-789betlogin__step-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      object-fit: cover;
    }

    .page-789betlogin__step-title {
      font-size: 1.5em;
      font-weight: 600;
      margin-bottom: 15px;
      color: var(--text-light);
    }

    .page-789betlogin__games-section {
      padding: 60px 0;
      background-color: var(--bg-light);
    }

    .page-789betlogin__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .page-789betlogin__game-card {
      background-color: var(--text-light);
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

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

    .page-789betlogin__game-title {
      font-size: 1.4em;
      font-weight: 600;
      margin-bottom: 10px;
      color: var(--primary-color);
      padding: 0 15px;
    }

    .page-789betlogin__game-description {
      font-size: 0.95em;
      color: var(--secondary-color);
      margin-bottom: 20px;
      flex-grow: 1;
      padding: 0 15px;
    }

    .page-789betlogin__btn-small {
      display: inline-block;
      padding: 10px 20px;
      background-color: var(--primary-color);
      color: var(--text-light);
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      white-space: normal;
      word-wrap: break-word;
      text-align: center;
      box-sizing: border-box;
    }

    .page-789betlogin__btn-small:hover {
      background-color: #1a4fbf;
    }

    .page-789betlogin__promo-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-bottom: 40px;
    }

    .page-789betlogin__promo-item {
      background-color: var(--bg-dark);
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .page-789betlogin__promo-title {
      font-size: 1.5em;
      font-weight: 600;
      margin-bottom: 15px;
      color: var(--text-light);
    }

    .page-789betlogin__app-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
    }

    .page-789betlogin__app-text {
      flex: 1;
      min-width: 300px;
    }

    .page-789betlogin__app-image-wrapper {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }

    .page-789betlogin__app-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-789betlogin__app-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 30px;
    }

    .page-789betlogin__faq-list {
      margin-top: 40px;
    }

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

    .page-789betlogin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #ffffff;
      font-weight: 600;
      font-size: 1.15em;
      color: var(--primary-color);
      transition: background-color 0.3s ease;
    }

    .page-789betlogin__faq-question:hover {
      background-color: #f0f8ff;
    }

    .page-789betlogin__faq-qtext {
      flex-grow: 1;
      pointer-events: none; /* Prevent text from blocking click */
    }

    .page-789betlogin__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent icon from blocking click */
      transition: transform 0.3s ease;
      color: var(--secondary-color);
    }

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

    .page-789betlogin__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--text-dark);
    }

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

    .page-789betlogin__internal-links-section {
      background-color: var(--bg-dark);
      padding: 60px 0;
    }

    .page-789betlogin__link-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-789betlogin__link-card {
      background-color: var(--primary-color);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      text-decoration: none;
      color: var(--text-light);
      transition: transform 0.3s ease, background-color 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }

    .page-789betlogin__link-card:hover {
      transform: translateY(-5px);
      background-color: #1a4fbf;
    }

    .page-789betlogin__link-title {
      font-size: 1.5em;
      font-weight: 600;
      margin-bottom: 10px;
      color: var(--text-light);
    }

    .page-789betlogin__link-description {
      font-size: 0.95em;
      color: #e0e0e0;
    }

    .page-789betlogin__floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      width: calc(100% - 40px);
      max-width: 450px;
      box-sizing: border-box;
    }

    .page-789betlogin__floating-cta {
      display: block;
      background-color: #e74c3c; /* Striking red for promo */
      color: #ffffff;
      padding: 15px 20px;
      border-radius: 8px;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      white-space: normal;
      word-wrap: break-word;
      line-height: 1.2;
    }

    .page-789betlogin__floating-cta:hover {
      background-color: #c0392b;
    }

    @media (max-width: 768px) {
      .page-789betlogin__hero-section {
        padding: 10px 0 40px;
      }

      .page-789betlogin__hero-image-wrapper {
        max-height: 300px;
      }

      .page-789betlogin__main-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
      }

      .page-789betlogin__hero-description {
        font-size: clamp(0.9em, 3.5vw, 1.1em);
      }

      .page-789betlogin__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }

      .page-789betlogin__btn-primary,
      .page-789betlogin__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-789betlogin__introduction-section,
      .page-789betlogin__guide-section,
      .page-789betlogin__games-section,
      .page-789betlogin__promotions-section,
      .page-789betlogin__app-section,
      .page-789betlogin__faq-section,
      .page-789betlogin__internal-links-section {
        padding: 40px 0;
      }

      .page-789betlogin__container {
        padding: 0 15px;
      }

      .page-789betlogin__section-title {
        font-size: clamp(1.5em, 6vw, 2em);
        margin-bottom: 30px;
      }

      .page-789betlogin__text-block {
        font-size: 1em;
      }

      .page-789betlogin__steps,
      .page-789betlogin__game-categories,
      .page-789betlogin__promo-list,
      .page-789betlogin__link-cards {
        gap: 20px;
      }

      .page-789betlogin__step-item,
      .page-789betlogin__game-card,
      .page-789betlogin__promo-item,
      .page-789betlogin__link-card {
        padding: 25px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-789betlogin__step-image,
      .page-789betlogin__game-image,
      .page-789betlogin__app-image,
      .page-789betlogin img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
      }

      .page-789betlogin__app-content {
        flex-direction: column;
      }

      .page-789betlogin__app-text,
      .page-789betlogin__app-image-wrapper {
        min-width: unset;
        width: 100%;
      }

      .page-789betlogin__app-buttons {
        flex-direction: column;
        gap: 10px;
      }

      .page-789betlogin__faq-question {
        padding: 18px 20px;
        font-size: 1em;
      }

      .page-789betlogin__faq-answer {
        padding: 0 20px;
      }

      .page-789betlogin__faq-item.active .page-789betlogin__faq-answer {
        padding: 15px 20px !important;
      }

      .page-789betlogin__floating-button {
        width: calc(100% - 30px);
        bottom: 15px;
      }

      .page-789betlogin__floating-cta {
        padding: 12px 15px;
        font-size: 1em;
      }
    }
  