.page-f1689 { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-f1689__header-brand { text-align: center; padding: 15px 0; background-color: #0f3460; border-bottom: 2px solid #e94560; } .page-f1689__header-brand h1 { margin: 0; font-size: 2.5em; color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-f1689__hero-section { position: relative; width: 100%; height: auto; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10px 20px 60px; box-sizing: border-box; overflow: hidden; } .page-f1689__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-f1689__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-f1689__hero-content h2 { font-size: 2.8em; color: #e94560; margin-bottom: 15px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-f1689__hero-content p { font-size: 1.2em; color: #ffffff; margin-bottom: 30px; } .page-f1689__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-f1689__btn { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-f1689__btn--primary { background-color: #e94560; color: #ffffff; border: none; } .page-f1689__btn--primary:hover { background-color: #c23b50; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-f1689__btn--secondary { background-color: #0f3460; color: #ffffff; border: 2px solid #e94560; } .page-f1689__btn--secondary:hover { background-color: #1a1a2e; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-f1689__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-f1689__section-title { font-size: 2.5em; color: #e94560; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-f1689__text-content { font-size: 1.1em; color: #ffffff; margin-bottom: 30px; text-align: left; } .page-f1689__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-f1689__card { background-color: #0f3460; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; } .page-f1689__card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-f1689__card-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; border-radius: 10px; } .page-f1689__card-title { font-size: 1.6em; color: #e94560; margin-bottom: 15px; } .page-f1689__card-text { font-size: 1em; color: #cccccc; margin-bottom: 20px; flex-grow: 1; text-align: left; } .page-f1689__cta-button { background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; } .page-f1689__cta-button:hover { background-color: #c23b50; transform: translateY(-2px); } .page-f1689__game-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-f1689__game-item { background-color: #0f3460; border-radius: 10px; overflow: hidden; width: 100%; max-width: 300px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-f1689__game-item:hover { transform: translateY(-5px); } .page-f1689__game-image { width: 100%; height: 200px; object-fit: cover; } .page-f1689__game-content { padding: 20px; text-align: left; } .page-f1689__game-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-f1689__game-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-f1689__promo-item { background-color: #0f3460; border-radius: 10px; padding: 25px; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-f1689__promo-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-f1689__promo-text { font-size: 1em; color: #cccccc; margin-bottom: 20px; } .page-f1689__flex-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-f1689__info-block { background-color: #0f3460; border-radius: 10px; padding: 30px; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); flex: 1; min-width: 280px; max-width: 45%; box-sizing: border-box; } .page-f1689__info-block h3 { font-size: 1.8em; color: #e94560; margin-bottom: 15px; } .page-f1689__info-block p, .page-f1689__info-block ul { font-size: 1em; color: #cccccc; margin-bottom: 15px; } .page-f1689__info-block ul { list-style: none; padding-left: 0; } .page-f1689__info-block li { margin-bottom: 8px; position: relative; padding-left: 20px; } .page-f1689__info-block li::before { content: '✔'; color: #e94560; position: absolute; left: 0; top: 0; } .page-f1689__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 40px auto 0; text-align: left; } .page-f1689__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); overflow: hidden; } .page-f1689__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #1a1a2e; border-bottom: 1px solid #e94560; } .page-f1689__faq-question:hover { background-color: #2c2c4d; } .page-f1689__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; } .page-f1689__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-f1689__faq-item.active .page-f1689__faq-toggle { transform: rotate(45deg); } .page-f1689__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; } .page-f1689__faq-item.active .page-f1689__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-f1689__faq-answer p { margin: 0; color: #cccccc; } .page-f1689__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-f1689__blog-post { 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-f1689__blog-post:hover { transform: translateY(-5px); } .page-f1689__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-f1689__blog-content { padding: 20px; } .page-f1689__blog-title { font-size: 1.4em; margin-bottom: 10px; } .page-f1689__blog-title a { color: #e94560; text-decoration: none; transition: color 0.3s ease; } .page-f1689__blog-title a:hover { color: #ffffff; } .page-f1689__blog-date { font-size: 0.9em; color: #999999; margin-bottom: 15px; display: block; } .page-f1689__blog-summary { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; } .page-f1689__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-f1689__floating-btn { background-color: #e94560; color: #ffffff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8em; text-align: center; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; } .page-f1689__floating-btn:hover { background-color: #c23b50; transform: scale(1.05); } @media (max-width: 768px) { .page-f1689__header-brand h1 { font-size: 2em; } .page-f1689__hero-content h2 { font-size: 2em; } .page-f1689__hero-content p { font-size: 1em; } .page-f1689__hero-buttons { flex-direction: column; gap: 15px; } .page-f1689__btn { width: 100%; box-sizing: border-box; padding: 12px 20px; } .page-f1689__section { padding: 40px 15px; } .page-f1689__section-title { font-size: 2em; margin-bottom: 30px; } .page-f1689__text-content { font-size: 0.95em; } .page-f1689__grid { grid-template-columns: 1fr; gap: 20px; } .page-f1689__card { padding: 25px; } .page-f1689__card-title { font-size: 1.4em; } .page-f1689__card-text { font-size: 0.9em; } .page-f1689__game-item { max-width: 100%; } .page-f1689__flex-container { flex-direction: column; gap: 20px; } .page-f1689__info-block { max-width: 100%; } .page-f1689__info-block h3 { font-size: 1.5em; } .page-f1689__faq-question { padding: 15px 20px; } .page-f1689__faq-question h3 { font-size: 1.1em; } .page-f1689__faq-answer { padding: 0 20px; } .page-f1689__faq-item.active .page-f1689__faq-answer { padding: 15px 20px !important; } .page-f1689__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-f1689__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-f1689__floating-btn { width: 50px; height: 50px; font-size: 0.75em; } .page-f1689 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-f1689 ul, .page-f1689 ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-f1689 ul li, .page-f1689 ol li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 20px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }