.page-ev999 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-ev999__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-ev999__section { padding: 40px 0; text-align: center; } .page-ev999__section--dark { background-color: #16213e; } .page-ev999__section-title { font-size: 2.5em; color: #e94560; margin-bottom: 20px; text-transform: uppercase; font-weight: bold; } .page-ev999__section-subtitle { font-size: 1.2em; color: #b8b8b8; margin-bottom: 30px; } .page-ev999__text { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; } .page-ev999__button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 30px; 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: 5px; white-space: nowrap; } .page-ev999__button:hover { background-color: #ff6a80; transform: translateY(-2px); } .page-ev999__hero-section { position: relative; overflow: hidden; color: #ffffff; text-align: center; padding-top: 10px; padding-bottom: 60px; } .page-ev999__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-ev999__hero-content { position: relative; z-index: 1; padding: 80px 20px; max-width: 900px; margin: 0 auto; background-color: rgba(0, 0, 0, 0.4); border-radius: 15px; } .page-ev999__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffdc5e; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-ev999__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #f0f0f0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-ev999__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-ev999__intro-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-ev999__intro-item:hover { transform: translateY(-5px); } .page-ev999__intro-item-title { font-size: 1.5em; color: #ffdc5e; margin-bottom: 15px; } .page-ev999__intro-item-text { font-size: 1em; color: #cccccc; } .page-ev999__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-ev999__quick-access-list .page-ev999__button { min-width: 200px; } .page-ev999__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-ev999__game-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-ev999__game-card:hover { transform: translateY(-5px); } .page-ev999__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-ev999__game-card-content { padding: 20px; } .page-ev999__game-card-title { font-size: 1.4em; color: #ffdc5e; margin-bottom: 10px; } .page-ev999__game-card-text { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-ev999__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-ev999__promo-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-ev999__promo-card:hover { transform: translateY(-5px); } .page-ev999__promo-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-ev999__promo-card-content { padding: 20px; } .page-ev999__promo-card-title { font-size: 1.4em; color: #ffdc5e; margin-bottom: 10px; } .page-ev999__promo-card-text { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-ev999__promo-card .page-ev999__button { margin-top: 10px; } .page-ev999__security-list { list-style: none; padding: 0; margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-ev999__security-item { background-color: #0f3460; padding: 20px; border-radius: 8px; text-align: center; width: calc(33% - 20px); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-ev999__security-item-title { font-size: 1.2em; color: #ffdc5e; margin-bottom: 10px; } .page-ev999__security-item-text { font-size: 0.95em; color: #cccccc; } .page-ev999__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-ev999__payment-logo { height: 60px; object-fit: contain; } .page-ev999__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-ev999__game-provider-logo { height: 70px; object-fit: contain; } .page-ev999__faq-list { max-width: 800px; margin: 40px auto 0; text-align: left; } .page-ev999__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-ev999__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #16213e; border-bottom: 1px solid #0f3460; } .page-ev999__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffdc5e; pointer-events: none; } .page-ev999__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; pointer-events: none; transition: transform 0.3s ease; } .page-ev999__faq-item.active .page-ev999__faq-toggle { transform: rotate(45deg); } .page-ev999__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; background-color: #0f3460; color: #cccccc; } .page-ev999__faq-item.active .page-ev999__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-ev999__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-ev999__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-ev999__blog-card:hover { transform: translateY(-5px); } .page-ev999__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-ev999__blog-card-content { padding: 20px; } .page-ev999__blog-card-title { font-size: 1.3em; color: #ffdc5e; margin-bottom: 10px; } .page-ev999__blog-card-meta { font-size: 0.85em; color: #999999; margin-bottom: 10px; } .page-ev999__blog-card-text { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-ev999__blog-card .page-ev999__button { margin-top: 10px; } @media (max-width: 768px) { .page-ev999__hero-content { padding: 40px 15px; } .page-ev999__hero-title { font-size: 2.5em; } .page-ev999__hero-subtitle { font-size: 1.2em; } .page-ev999__section-title { font-size: 2em; } .page-ev999__intro-grid, .page-ev999__games-grid, .page-ev999__promo-grid, .page-ev999__blog-grid { grid-template-columns: 1fr; } .page-ev999__security-item { width: 100%; box-sizing: border-box !important; padding: 15px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-ev999__security-list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-ev999__security-item-title { font-size: 1.1em; } .page-ev999__text { font-size: 1em; } .page-ev999__game-card-image, .page-ev999__promo-card-image, .page-ev999__blog-card-image { height: 180px; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ev999__game-card-title, .page-ev999__promo-card-title, .page-ev999__blog-card-title { font-size: 1.2em; } .page-ev999__faq-question h3 { font-size: 1.1em; } .page-ev999__faq-answer { padding: 15px !important; } .page-ev999__button { padding: 10px 20px; font-size: 1em; } } @media (max-width: 480px) { .page-ev999__hero-title { font-size: 2em; } .page-ev999__hero-subtitle { font-size: 1em; } }