.page-9-ki { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; } .page-9-ki__hero-section { position: relative; width: 100%; min-height: 450px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding: 10px 0; background-color: #000; } .page-9-ki__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-9-ki__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-9-ki__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #FFD700; } .page-9-ki__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-9-ki__cta-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-9-ki__cta-button:hover { background-color: #e0b800; transform: translateY(-3px); } .page-9-ki__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: 40px 20px; background-color: #1a1a1a; } .page-9-ki__payment-providers-title { width: 100%; text-align: center; color: #FFD700; font-size: 1.8em; margin-bottom: 30px; } .page-9-ki__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-9-ki__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-9-ki__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-9-ki__section-title { font-size: 2.8em; color: #1a1a1a; margin-bottom: 40px; position: relative; display: inline-block; } .page-9-ki__section-title::after { content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 80px; height: 4px; background-color: #FFD700; border-radius: 2px; } .page-9-ki__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: left; margin-top: 40px; } .page-9-ki__intro-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-9-ki__intro-item:hover { transform: translateY(-5px); } .page-9-ki__intro-item h3 { color: #FFD700; font-size: 1.8em; margin-bottom: 15px; } .page-9-ki__intro-item p { color: #555; font-size: 1.1em; } .page-9-ki__quick-access { background-color: #222; color: #fff; padding: 60px 20px; } .page-9-ki__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; } .page-9-ki__access-item { background-color: #333; padding: 25px; border-radius: 8px; transition: background-color 0.3s ease; } .page-9-ki__access-item:hover { background-color: #444; } .page-9-ki__access-item h3 { color: #FFD700; margin-bottom: 15px; font-size: 1.5em; } .page-9-ki__access-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-9-ki__access-button:hover { background-color: #e0b800; } .page-9-ki__games-showcase { background-color: #f0f0f0; } .page-9-ki__game-tabs { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; gap: 10px; } .page-9-ki__game-tab-button { background-color: #ddd; color: #333; padding: 12px 25px; border: none; border-radius: 25px; cursor: pointer; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; } .page-9-ki__game-tab-button.active { background-color: #FFD700; color: #1a1a1a; font-weight: bold; } .page-9-ki__game-tab-content { display: none; } .page-9-ki__game-tab-content.active { display: block; } .page-9-ki__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-9-ki__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; } .page-9-ki__game-card:hover { transform: translateY(-5px); } .page-9-ki__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-9-ki__game-card-content { padding: 20px; } .page-9-ki__game-card-content h3 { font-size: 1.6em; color: #1a1a1a; margin-bottom: 10px; } .page-9-ki__game-card-content p { color: #666; font-size: 1em; margin-bottom: 15px; } .page-9-ki__game-card-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-9-ki__game-card-button:hover { background-color: #e0b800; } .page-9-ki__promotions { background-color: #fff; } .page-9-ki__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-9-ki__promo-card { background-color: #f5f5f5; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); text-align: left; transition: transform 0.3s ease; } .page-9-ki__promo-card:hover { transform: translateY(-5px); } .page-9-ki__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-9-ki__promo-card-content { padding: 20px; } .page-9-ki__promo-card-content h3 { font-size: 1.6em; color: #1a1a1a; margin-bottom: 10px; } .page-9-ki__promo-card-content p { color: #666; font-size: 1em; margin-bottom: 15px; } .page-9-ki__promo-card-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-9-ki__promo-card-button:hover { background-color: #e0b800; } .page-9-ki__security-support { background-color: #1a1a1a; color: #fff; } .page-9-ki__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-9-ki__security-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: left; } .page-9-ki__security-item h3 { color: #FFD700; font-size: 1.8em; margin-bottom: 15px; } .page-9-ki__security-item p { color: #ccc; font-size: 1.1em; } .page-9-ki__faq-section { background-color: #f0f0f0; } .page-9-ki__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 40px auto 0 auto; text-align: left; } .page-9-ki__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-9-ki__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #fff; cursor: pointer; user-select: none; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-9-ki__faq-question:hover { background-color: #f5f5f5; } .page-9-ki__faq-question h3 { margin: 0; font-size: 1.2em; color: #1a1a1a; pointer-events: none; } .page-9-ki__faq-toggle { font-size: 1.8em; font-weight: bold; color: #FFD700; transition: transform 0.3s ease; pointer-events: none; } .page-9-ki__faq-item.active .page-9-ki__faq-toggle { transform: rotate(45deg); } .page-9-ki__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; box-sizing: border-box; } .page-9-ki__faq-item.active .page-9-ki__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-9-ki__faq-answer p { margin: 0; color: #555; font-size: 1em; } .page-9-ki__blog-section { background-color: #fff; } .page-9-ki__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-9-ki__blog-card { background-color: #f8f8f8; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease; } .page-9-ki__blog-card:hover { transform: translateY(-5px); } .page-9-ki__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-9-ki__blog-card-content { padding: 20px; } .page-9-ki__blog-card-content h3 { font-size: 1.5em; color: #1a1a1a; margin-bottom: 10px; } .page-9-ki__blog-card-content a { text-decoration: none; color: #1a1a1a; transition: color 0.3s ease; } .page-9-ki__blog-card-content a:hover { color: #FFD700; } .page-9-ki__blog-card-content p { color: #666; font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-9-ki__blog-date { font-size: 0.85em; color: #999; } .page-9-ki__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-9-ki__floating-button { background-color: #FFD700; color: #1a1a1a; 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.3s ease; } .page-9-ki__floating-button:hover { background-color: #e0b800; transform: scale(1.05); } @media (max-width: 768px) { .page-9-ki__hero-title { font-size: 2.5em; } .page-9-ki__hero-subtitle { font-size: 1.2em; } .page-9-ki__cta-button { padding: 12px 25px; font-size: 1em; } .page-9-ki__section { padding: 40px 15px; } .page-9-ki__section-title { font-size: 2em; margin-bottom: 30px; } .page-9-ki__intro-grid, .page-9-ki__quick-access-grid, .page-9-ki__game-grid, .page-9-ki__promo-grid, .page-9-ki__security-grid, .page-9-ki__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-9-ki__game-tab-button { padding: 10px 18px; font-size: 0.9em; } .page-9-ki__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-9-ki__payment-logo, .page-9-ki__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-9-ki__faq-list { padding: 0 15px; } .page-9-ki__faq-question { padding: 15px 20px; } .page-9-ki__faq-question h3 { font-size: 1.1em; } .page-9-ki__faq-answer { padding: 0 20px; } .page-9-ki__faq-item.active .page-9-ki__faq-answer { padding: 15px 20px !important; } .page-9-ki__floating-buttons { bottom: 15px; right: 15px; } .page-9-ki__floating-button { padding: 10px 18px; font-size: 0.9em; } .page-9-ki__intro-item, .page-9-ki__quick-access .page-9-ki__access-item, .page-9-ki__game-card, .page-9-ki__promo-card, .page-9-ki__security-item, .page-9-ki__blog-card { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-9-ki__intro-item p, .page-9-ki__quick-access .page-9-ki__access-item p, .page-9-ki__game-card p, .page-9-ki__promo-card p, .page-9-ki__security-item p, .page-9-ki__blog-card p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }