.page-8ik { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-8ik__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-8ik__hero-section { background-color: #0d1a26; color: #fff; text-align: center; padding: 60px 0; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; } .page-8ik__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 0; } .page-8ik__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-8ik__hero-title { font-size: 3.2em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-8ik__hero-description { font-size: 1.3em; margin-bottom: 30px; } .page-8ik__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-8ik__button { display: inline-block; background-color: #ffcc00; color: #0d1a26; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-8ik__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-8ik__button--secondary { background-color: #2a415a; color: #fff; } .page-8ik__button--secondary:hover { background-color: #1a2b3c; } .page-8ik__section-title { font-size: 2.5em; text-align: center; color: #0d1a26; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-8ik__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffcc00; margin: 10px auto 0; border-radius: 2px; } .page-8ik__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: #fff; border-radius: 10px; margin-bottom: 30px; } .page-8ik__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-8ik__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-8ik__introduction-section, .page-8ik__quick-access-section, .page-8ik__games-section, .page-8ik__promotions-section, .page-8ik__support-section, .page-8ik__blog-section { padding: 50px 0; margin-bottom: 30px; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); } .page-8ik__quick-access-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: center; } .page-8ik__quick-access-item { background-color: #f0f0f0; padding: 25px; border-radius: 8px; transition: transform 0.3s ease; } .page-8ik__quick-access-item:hover { transform: translateY(-5px); } .page-8ik__quick-access-item a { color: #0d1a26; text-decoration: none; font-weight: bold; font-size: 1.1em; display: block; } .page-8ik__quick-access-item a:hover { color: #ffcc00; } .page-8ik__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-8ik__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-8ik__game-card:hover { transform: translateY(-8px); } .page-8ik__game-card-image { width: 100%; height: 250px; object-fit: cover; } .page-8ik__game-card-content { padding: 25px; } .page-8ik__game-card-title { font-size: 1.8em; color: #0d1a26; margin-bottom: 15px; } .page-8ik__game-card-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-8ik__promotions-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-8ik__promo-card { background-color: #f9f9f9; border-radius: 10px; padding: 30px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; } .page-8ik__promo-card-title { font-size: 1.8em; color: #0d1a26; margin-bottom: 15px; } .page-8ik__promo-card-description { font-size: 1em; color: #555; margin-bottom: 25px; } .page-8ik__support-content { text-align: center; } .page-8ik__support-text { max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; color: #555; } .page-8ik__faq-section { padding: 50px 0; margin-bottom: 30px; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); } .page-8ik__faq-list { max-width: 900px; margin: 0 auto; } .page-8ik__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-8ik__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 20px 15px; background-color: #f7f7f7; border-radius: 5px; margin-bottom: 5px; transition: background-color 0.3s ease; user-select: none; } .page-8ik__faq-question:hover { background-color: #eee; } .page-8ik__faq-question h3 { margin: 0; font-size: 1.2em; color: #0d1a26; pointer-events: none; } .page-8ik__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-8ik__faq-item.active .page-8ik__faq-toggle { transform: rotate(45deg); } .page-8ik__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-8ik__faq-item.active .page-8ik__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-8ik__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-8ik__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-8ik__blog-card:hover { transform: translateY(-8px); } .page-8ik__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-8ik__blog-card-content { padding: 25px; } .page-8ik__blog-card-title { font-size: 1.5em; color: #0d1a26; margin-bottom: 10px; } .page-8ik__blog-card-title a { text-decoration: none; color: #0d1a26; } .page-8ik__blog-card-title a:hover { color: #ffcc00; } .page-8ik__blog-card-date { font-size: 0.9em; color: #888; margin-bottom: 15px; } .page-8ik__blog-card-summary { font-size: 1em; color: #555; margin-bottom: 20px; } .page-8ik__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-8ik__floating-button { background-color: #ffcc00; color: #0d1a26; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; min-width: 120px; } .page-8ik__floating-button:hover { background-color: #e6b800; transform: scale(1.05); } @media (max-width: 768px) { .page-8ik__hero-title { font-size: 2.2em; } .page-8ik__hero-description { font-size: 1em; } .page-8ik__hero-buttons { flex-direction: column; gap: 10px; } .page-8ik__button { padding: 12px 25px; font-size: 1em; width: 100%; box-sizing: border-box; } .page-8ik__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-8ik__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 0; } .page-8ik__payment-logo, .page-8ik__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-8ik__quick-access-list, .page-8ik__games-grid, .page-8ik__promotions-list, .page-8ik__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-8ik__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-8ik__game-card-image { height: 200px; } .page-8ik__game-card-title { font-size: 1.5em; } .page-8ik__promo-card-title { font-size: 1.5em; } .page-8ik__faq-question { padding: 15px 10px; } .page-8ik__faq-question h3 { font-size: 1.1em; } .page-8ik__faq-answer { padding: 0 10px; } .page-8ik__faq-item.active .page-8ik__faq-answer { padding: 15px 10px !important; } .page-8ik__blog-card-title { font-size: 1.3em; } .page-8ik__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-8ik__floating-button { padding: 10px 15px; font-size: 0.9em; min-width: 100px; }}