.page-sz777-game-login { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-sz777-game-login a { text-decoration: none; color: #007bff; } .page-sz777-game-login a:hover { text-decoration: underline; } .page-sz777-game-login__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-sz777-game-login__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-sz777-game-login__section--dark { background-color: #222; color: #eee; } .page-sz777-game-login__section-title { text-align: center; color: #0056b3; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-sz777-game-login__section-title--dark { color: #fff; } .page-sz777-game-login__text-center { text-align: center; } .page-sz777-game-login__button { display: inline-block; padding: 12px 25px; margin: 10px; border-radius: 5px; font-size: 1.1em; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; text-align: center; } .page-sz777-game-login__button--primary { background-color: #ffc107; color: #333; border: none; } .page-sz777-game-login__button--primary:hover { background-color: #e0a800; transform: translateY(-2px); } .page-sz777-game-login__button--secondary { background-color: #007bff; color: #fff; border: none; } .page-sz777-game-login__button--secondary:hover { background-color: #0056b3; transform: translateY(-2px); } .page-sz777-game-login__hero-section { position: relative; width: 100%; min-height: 500px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; box-sizing: border-box; } .page-sz777-game-login__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-sz777-game-login__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-sz777-game-login__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-sz777-game-login__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-sz777-game-login__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: 20px 0; background-color: #f0f0f0; } .page-sz777-game-login__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-sz777-game-login__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-sz777-game-login__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-sz777-game-login__intro-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); text-align: center; } .page-sz777-game-login__intro-item h3 { color: #007bff; margin-bottom: 15px; } .page-sz777-game-login__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-sz777-game-login__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-sz777-game-login__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-sz777-game-login__game-card:hover { transform: translateY(-5px); } .page-sz777-game-login__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-sz777-game-login__game-card-content { padding: 20px; } .page-sz777-game-login__game-card-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } .page-sz777-game-login__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-sz777-game-login__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-sz777-game-login__promo-card:hover { transform: translateY(-5px); } .page-sz777-game-login__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-sz777-game-login__promo-card-content { padding: 20px; } .page-sz777-game-login__promo-card-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-sz777-game-login__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-sz777-game-login__feature-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); text-align: center; } .page-sz777-game-login__feature-item h3 { color: #007bff; margin-bottom: 15px; } .page-sz777-game-login__faq-list { margin-top: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-sz777-game-login__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-sz777-game-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e9ecef; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-sz777-game-login__faq-question:hover { background-color: #dee2e6; } .page-sz777-game-login__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-sz777-game-login__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-sz777-game-login__faq-item.active .page-sz777-game-login__faq-toggle { transform: rotate(45deg); } .page-sz777-game-login__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; background-color: #fff; color: #555; } .page-sz777-game-login__faq-item.active .page-sz777-game-login__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-sz777-game-login__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-sz777-game-login__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-sz777-game-login__blog-card:hover { transform: translateY(-5px); } .page-sz777-game-login__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-sz777-game-login__blog-card-content { padding: 20px; } .page-sz777-game-login__blog-card-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-sz777-game-login__blog-card-date { font-size: 0.9em; color: #777; margin-bottom: 15px; } .page-sz777-game-login__blog-card-excerpt { font-size: 1em; color: #555; margin-bottom: 20px; } .page-sz777-game-login__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-sz777-game-login__floating-button { width: 60px; height: 60px; border-radius: 50%; background-color: #ffc107; color: #333; display: flex; align-items: center; justify-content: center; font-size: 0.8em; font-weight: bold; text-align: center; text-transform: uppercase; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-sz777-game-login__floating-button:hover { background-color: #e0a800; transform: scale(1.05); } @media (max-width: 1024px) { .page-sz777-game-login__hero-title { font-size: 3em; } .page-sz777-game-login__hero-subtitle { font-size: 1.3em; } .page-sz777-game-login__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-sz777-game-login__container { padding: 10px; } .page-sz777-game-login__hero-section { min-height: 400px; } .page-sz777-game-login__hero-title { font-size: 2.5em; } .page-sz777-game-login__hero-subtitle { font-size: 1.2em; } .page-sz777-game-login__button { padding: 10px 20px; font-size: 1em; } .page-sz777-game-login__section { padding: 30px 0; } .page-sz777-game-login__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-sz777-game-login__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 15px 0; } .page-sz777-game-login__payment-logo, .page-sz777-game-login__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-sz777-game-login__intro-grid, .page-sz777-game-login__game-categories, .page-sz777-game-login__promotions-grid, .page-sz777-game-login__security-features, .page-sz777-game-login__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-sz777-game-login__intro-item, .page-sz777-game-login__game-card, .page-sz777-game-login__promo-card, .page-sz777-game-login__feature-item, .page-sz777-game-login__blog-card { padding: 15px; } .page-sz777-game-login__game-card-image, .page-sz777-game-login__promo-card-image, .page-sz777-game-login__blog-card-image { height: 180px; } .page-sz777-game-login__faq-question { padding: 12px 15px; } .page-sz777-game-login__faq-question h3 { font-size: 1em; } .page-sz777-game-login__faq-answer { padding: 0 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-sz777-game-login__faq-item.active .page-sz777-game-login__faq-answer { padding: 15px 15px !important; } .page-sz777-game-login__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-sz777-game-login__floating-button { width: 50px; height: 50px; font-size: 0.7em; } } @media (max-width: 480px) { .page-sz777-game-login__hero-title { font-size: 2em; } .page-sz777-game-login__hero-subtitle { font-size: 1em; } .page-sz777-game-login__button { margin: 5px; } .page-sz777-game-login__section-title { font-size: 1.5em; } }