.page-z { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-z__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-z__section { padding: 40px 0; text-align: center; }.page-z__section-title { font-size: 2.5em; color: #e94560; margin-bottom: 30px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-z__section-subtitle { font-size: 1.2em; color: #bbb; margin-bottom: 40px; }.page-z__text { font-size: 1.1em; color: #ccc; margin-bottom: 20px; }.page-z__button { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; margin: 10px; }.page-z__button:hover { background-color: #c73751; transform: translateY(-2px); }.page-z__hero-section { background: linear-gradient(135deg, #1a1a2e, #0f0f1d); padding-top: 10px; position: relative; overflow: hidden; }.page-z__hero-content { position: relative; z-index: 1; padding: 60px 20px; text-align: center; }.page-z__hero-title { font-size: 3.5em; color: #e94560; margin-bottom: 15px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); }.page-z__hero-subtitle { font-size: 1.5em; color: #f0f0f0; margin-bottom: 30px; }.page-z__hero-image { display: block; width: 100%; height: auto; max-width: 100%; object-fit: cover; border-radius: 10px; margin: 20px auto 0; }.page-z__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; background-color: #1a1a2e; }.page-z__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-z__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-z__intro-section { background-color: #22223b; padding: 60px 0; }.page-z__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-z__intro-item { background-color: #33334d; padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-z__intro-item h3 { color: #e94560; font-size: 1.5em; margin-bottom: 15px; }.page-z__intro-item p { color: #ccc; font-size: 1em; }.page-z__quick-access-section { background-color: #1a1a2e; padding: 60px 0; }.page-z__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; }.page-z__game-section { background-color: #22223b; padding: 60px 0; }.page-z__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-z__game-card { background-color: #33334d; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-z__game-card:hover { transform: translateY(-5px); }.page-z__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-z__game-card-content { padding: 20px; }.page-z__game-card-title { color: #e94560; font-size: 1.4em; margin-bottom: 10px; }.page-z__game-card-button { margin-top: 15px; }.page-z__promo-section { background-color: #1a1a2e; padding: 60px 0; }.page-z__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-z__promo-card { background-color: #33334d; border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-z__promo-card:hover { transform: translateY(-5px); }.page-z__promo-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-z__promo-card-content { padding: 20px; }.page-z__promo-card-title { color: #e94560; font-size: 1.4em; margin-bottom: 10px; }.page-z__promo-card-description { color: #ccc; font-size: 1em; margin-bottom: 15px; }.page-z__security-section { background-color: #22223b; padding: 60px 0; }.page-z__security-content { max-width: 800px; margin: 0 auto; }.page-z__security-item { display: flex; align-items: flex-start; margin-bottom: 25px; text-align: left; }.page-z__security-icon { flex-shrink: 0; width: 60px; height: 60px; margin-right: 20px; object-fit: contain; }.page-z__security-text h3 { color: #e94560; font-size: 1.5em; margin-bottom: 5px; }.page-z__security-text p { color: #ccc; font-size: 1em; }.page-z__faq-section { background-color: #1a1a2e; padding: 60px 0; }.page-z__faq-container { max-width: 800px; margin: 0 auto; text-align: left; }.page-z__faq-item { background-color: #33334d; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }.page-z__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #e94560; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-z__faq-question:hover { background-color: #c73751; }.page-z__faq-question h3 { margin: 0; color: #fff; pointer-events: none; font-size: 1.2em; }.page-z__faq-toggle { font-size: 1.8em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-z__faq-item.active .page-z__faq-toggle { transform: rotate(45deg); }.page-z__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #33334d; color: #ccc; }.page-z__faq-item.active .page-z__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-z__blog-section { background-color: #22223b; padding: 60px 0; }.page-z__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-z__blog-card { background-color: #33334d; border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-z__blog-card:hover { transform: translateY(-5px); }.page-z__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-z__blog-card-content { padding: 20px; }.page-z__blog-card-title { font-size: 1.4em; margin-bottom: 10px; }.page-z__blog-card-title a { color: #e94560; text-decoration: none; }.page-z__blog-card-title a:hover { text-decoration: underline; }.page-z__blog-card-date { font-size: 0.9em; color: #888; margin-bottom: 10px; }.page-z__blog-card-summary { color: #ccc; font-size: 1em; margin-bottom: 15px; }.page-z__blog-card-button { margin-top: 15px; }.page-z__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-z__floating-buttons .page-z__button { margin: 0; width: 120px; text-align: center; }.page-z__floating-buttons .page-z__button--register { background-color: #e94560; }.page-z__floating-buttons .page-z__button--login { background-color: #39a2ae; }.page-z__floating-buttons .page-z__button--login:hover { background-color: #2f838d; }@media (max-width: 768px) { .page-z__section-title { font-size: 2em; }.page-z__hero-title { font-size: 2.5em; }.page-z__hero-subtitle { font-size: 1.2em; }.page-z__button { padding: 10px 20px; font-size: 1em; }.page-z__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-z__payment-logo, .page-z__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-z__intro-grid, .page-z__game-grid, .page-z__promo-grid, .page-z__blog-grid { grid-template-columns: 1fr; }.page-z__intro-item, .page-z__game-card, .page-z__promo-card, .page-z__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; }.page-z__game-card-image, .page-z__promo-card-image, .page-z__blog-card-image { height: 180px; }.page-z__security-item { flex-direction: column; text-align: center; }.page-z__security-icon { margin: 0 auto 15px; }.page-z__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-z__faq-question h3 { font-size: 1.1em; }.page-z__faq-answer { padding: 0 20px; }.page-z__faq-item.active .page-z__faq-answer { padding: 15px 20px !important; }.page-z__floating-buttons { right: 10px; bottom: 10px; }.page-z__floating-buttons .page-z__button { width: 100px; padding: 10px 15px; font-size: 0.9em; }}