.page-365ph-login-registration {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      overflow-x: hidden;
    }

    .page-365ph-login-registration__hero-section {
      background: linear-gradient(135deg, #ff6b6b, #ee4c7d);
      color: #fff;
      padding: 60px 20px 40px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      position: relative;
      overflow: hidden;
    }

    .page-365ph-login-registration__hero-content {
      max-width: 900px;
      z-index: 1;
    }

    .page-365ph-login-registration__main-title {
      font-size: 2.5em;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 1.2;
    }

    .page-365ph-login-registration__brand-keyword {
      color: #ffda44;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-365ph-login-registration__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-365ph-login-registration__highlight {
      font-weight: bold;
      color: #ffda44;
    }

    .page-365ph-login-registration__cta-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-365ph-login-registration__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      font-size: 1em;
      border: 2px solid transparent;
    }

    .page-365ph-login-registration__button--primary {
      background-color: #ffda44;
      color: #d10000;
      border-color: #ffda44;
    }

    .page-365ph-login-registration__button--primary:hover {
      background-color: #ffe680;
      border-color: #ffe680;
      transform: translateY(-2px);
    }

    .page-365ph-login-registration__button--secondary {
      background-color: transparent;
      color: #fff;
      border-color: #fff;
    }

    .page-365ph-login-registration__button--secondary:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: translateY(-2px);
    }

    .page-365ph-login-registration__hero-image-wrapper {
      margin-top: 30px;
      width: 100%;
      max-width: 800px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .page-365ph-login-registration__hero-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .page-365ph-login-registration__about-section,
    .page-365ph-login-registration__how-to-section,
    .page-365ph-login-registration__games-section,
    .page-365ph-login-registration__promotions-section,
    .page-365ph-login-registration__faq-section,
    .page-365ph-login-registration__cta-final-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-365ph-login-registration__section-title {
      font-size: 2em;
      color: #d10000;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-365ph-login-registration__section-description {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-365ph-login-registration__features-grid,
    .page-365ph-login-registration__steps-grid,
    .page-365ph-login-registration__game-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-365ph-login-registration__feature-item,
    .page-365ph-login-registration__step-item,
    .page-365ph-login-registration__provider-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .page-365ph-login-registration__feature-item:hover,
    .page-365ph-login-registration__step-item:hover {
      transform: translateY(-5px);
    }

    .page-365ph-login-registration__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
      box-sizing: border-box;
    }

    .page-365ph-login-registration__feature-title,
    .page-365ph-login-registration__step-title {
      font-size: 1.4em;
      color: #d10000;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-365ph-login-registration__feature-text,
    .page-365ph-login-registration__step-text {
      color: #666;
    }

    .page-365ph-login-registration__step-number {
      background-color: #ffda44;
      color: #d10000;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-365ph-login-registration__cta-bottom {
      margin-top: 40px;
    }

    .page-365ph-login-registration__game-providers-grid {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .page-365ph-login-registration__provider-item {
      padding: 15px;
    }

    .page-365ph-login-registration__provider-logo {
      width: 100%;
      max-width: 120px;
      height: auto;
      margin-bottom: 10px;
      object-fit: contain;
      box-sizing: border-box;
    }

    .page-365ph-login-registration__provider-name {
      font-weight: bold;
      color: #333;
    }

    .page-365ph-login-registration__promo-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-365ph-login-registration__promo-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
    }

    .page-365ph-login-registration__promo-image {
      width: 100%;
      max-width: 350px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      box-sizing: border-box;
    }

    .page-365ph-login-registration__promo-title {
      font-size: 1.3em;
      color: #d10000;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-365ph-login-registration__promo-text {
      color: #666;
      margin-bottom: 20px;
    }

    .page-365ph-login-registration__button--small {
      padding: 8px 18px;
      font-size: 0.9em;
    }

    .page-365ph-login-registration__faq-container {
      margin-top: 30px;
      text-align: left;
    }

    .page-365ph-login-registration__faq-item {
      background-color: #fff;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-365ph-login-registration__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-365ph-login-registration__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none;
      flex-grow: 1;
    }

    .page-365ph-login-registration__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-365ph-login-registration__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #d10000;
      margin-left: 15px;
      pointer-events: none;
    }

    .page-365ph-login-registration__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: #555;
    }

    .page-365ph-login-registration__faq-answer p {
      padding: 10px 5px 10px 0;
      margin: 0;
      line-height: 1.7;
    }

    .page-365ph-login-registration__faq-item.active .page-365ph-login-registration__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-365ph-login-registration__cta-final-section {
      background-color: #d10000;
      color: #fff;
      padding: 60px 20px;
      border-radius: 15px;
      margin-bottom: 40px;
    }

    .page-365ph-login-registration__cta-final-section .page-365ph-login-registration__section-title {
      color: #ffda44;
    }

    .page-365ph-login-registration__cta-final-section .page-365ph-login-registration__section-description {
      color: #fff;
    }

    .page-365ph-login-registration__cta-final-section .page-365ph-login-registration__button--secondary {
      border-color: #ffda44;
      color: #ffda44;
    }

    .page-365ph-login-registration__cta-final-section .page-365ph-login-registration__button--secondary:hover {
      background-color: rgba(255, 218, 68, 0.2);
    }

    .page-365ph-login-registration__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: 100%;
      max-width: 350px;
      justify-content: center;
    }

    .page-365ph-login-registration__floating-button {
      display: block;
      width: 100%;
      padding: 12px 0;
      border-radius: 50px;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-365ph-login-registration__floating-button--register {
      background-color: #ffda44;
      color: #d10000;
    }

    .page-365ph-login-registration__floating-button--register:hover {
      background-color: #ffe680;
      transform: translateY(-2px);
    }

    .page-365ph-login-registration__floating-button--login {
      background-color: #d10000;
      color: #fff;
    }

    .page-365ph-login-registration__floating-button--login:hover {
      background-color: #b00000;
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      .page-365ph-login-registration__hero-section {
        padding: 40px 15px 20px;
      }

      .page-365ph-login-registration__main-title {
        font-size: 2em;
      }

      .page-365ph-login-registration__hero-subtitle {
        font-size: 1em;
      }

      .page-365ph-login-registration__cta-buttons {
        flex-direction: column;
        gap: 10px;
      }

      .page-365ph-login-registration__button {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
      }

      .page-365ph-login-registration__about-section,
      .page-365ph-login-registration__how-to-section,
      .page-365ph-login-registration__games-section,
      .page-365ph-login-registration__promotions-section,
      .page-365ph-login-registration__faq-section,
      .page-365ph-login-registration__cta-final-section {
        padding: 30px 15px;
      }

      .page-365ph-login-registration__section-title {
        font-size: 1.8em;
      }

      .page-365ph-login-registration__section-description {
        font-size: 1em;
      }

      .page-365ph-login-registration__features-grid,
      .page-365ph-login-registration__steps-grid,
      .page-365ph-login-registration__game-providers-grid,
      .page-365ph-login-registration__promo-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-365ph-login-registration__feature-item,
      .page-365ph-login-registration__step-item,
      .page-365ph-login-registration__provider-item,
      .page-365ph-login-registration__promo-item {
        padding: 20px;
      }

      .page-365ph-login-registration__feature-icon,
      .page-365ph-login-registration__hero-image,
      .page-365ph-login-registration__promo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-365ph-login-registration__provider-logo {
        max-width: 100px;
      }

      .page-365ph-login-registration__promo-list li,
      .page-365ph-login-registration__features-grid > div,
      .page-365ph-login-registration__steps-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-365ph-login-registration__promo-list,
      .page-365ph-login-registration__features-grid,
      .page-365ph-login-registration__steps-grid {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-365ph-login-registration__faq-question {
        padding: 12px 15px;
      }

      .page-365ph-login-registration__faq-question h3 {
        font-size: 1em;
      }

      .page-365ph-login-registration__faq-toggle {
        font-size: 1.2em;
      }

      .page-365ph-login-registration__faq-answer {
        padding: 0 10px;
      }

      .page-365ph-login-registration__faq-item.active .page-365ph-login-registration__faq-answer {
        padding: 15px 10px !important;
      }

      .page-365ph-login-registration__floating-buttons {
        width: calc(100% - 40px);
        max-width: none;
        bottom: 15px;
        gap: 10px;
      }

      .page-365ph-login-registration__floating-button {
        font-size: 1em;
        padding: 10px 0;
      }
    }

    .page-365ph-login-registration img {
      max-width: 100%;
      height: auto;
      display: block;
    }