.page-g168g { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: 10px; } .page-g168g__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } @media (max-width: 768px) { .page-g168g__container { padding: 0 10px; } } .page-g168g__hero-section { background: linear-gradient(135deg, #0a192f, #1e3a5f); color: #fff; text-align: center; padding: 80px 0; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; } .page-g168g__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-g168g__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 0 20px; } .page-g168g__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #FFD700; } .page-g168g__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; line-height: 1.4; color: #e0e0e0; } .page-g168g__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-g168g__btn { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1.1em; cursor: pointer; border: none; } .page-g168g__btn--primary { background-color: #FFD700; color: #1e3a5f; } .page-g168g__btn--primary:hover { background-color: #e6c200; transform: translateY(-3px); } .page-g168g__btn--secondary { background-color: transparent; color: #FFD700; border: 2px solid #FFD700; } .page-g168g__btn--secondary:hover { background-color: rgba(255, 215, 0, 0.1); transform: translateY(-3px); } .page-g168g__section { padding: 60px 0; margin-bottom: 40px; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); } .page-g168g__section--dark { background-color: #1a2a40; color: #e0e0e0; } .page-g168g__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #1e3a5f; font-weight: 700; } .page-g168g__section--dark .page-g168g__section-title { color: #FFD700; } .page-g168g__text-content { font-size: 1.1em; line-height: 1.8; text-align: justify; margin-bottom: 20px; } .page-g168g__text-content p { margin-bottom: 15px; } .page-g168g__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-g168g__card { background-color: #f9f9f9; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-g168g__card--dark { background-color: #2a3d54; color: #e0e0e0; } .page-g168g__card:hover { transform: translateY(-5px); } .page-g168g__card-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; } .page-g168g__card-title { font-size: 1.6em; margin-bottom: 15px; color: #1e3a5f; font-weight: 600; } .page-g168g__card--dark .page-g168g__card-title { color: #FFD700; } .page-g168g__card-description { font-size: 1em; color: #555; } .page-g168g__card--dark .page-g168g__card-description { color: #ccc; } .page-g168g__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; } .page-g168g__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; } .page-g168g__game-card:hover { transform: translateY(-5px); } .page-g168g__game-image { width: 100%; height: 180px; object-fit: cover; } .page-g168g__game-content { padding: 20px; text-align: center; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-g168g__game-title { font-size: 1.3em; margin-bottom: 10px; color: #1e3a5f; font-weight: 600; } .page-g168g__game-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-g168g__game-btn { display: inline-block; padding: 10px 20px; background-color: #FFD700; color: #1e3a5f; border-radius: 5px; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease; } .page-g168g__game-btn:hover { background-color: #e6c200; } .page-g168g__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-g168g__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-decoration: none; color: #333; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-g168g__promo-card:hover { transform: translateY(-5px); } .page-g168g__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-g168g__promo-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-g168g__promo-title { font-size: 1.5em; margin-bottom: 10px; color: #1e3a5f; font-weight: 600; } .page-g168g__promo-description { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-g168g__promo-btn { display: inline-block; padding: 12px 25px; background-color: #FFD700; color: #1e3a5f; border-radius: 5px; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease; align-self: flex-start; } .page-g168g__promo-btn:hover { background-color: #e6c200; } .page-g168g__faq-section { background-color: #f0f3f6; padding: 60px 0; border-radius: 10px; margin-bottom: 40px; } .page-g168g__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); overflow: hidden; } .page-g168g__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #1e3a5f; color: #fff; border-bottom: 1px solid #2a3d54; transition: background-color 0.3s ease; } .page-g168g__faq-question:hover { background-color: #2a3d54; } .page-g168g__faq-question h3 { margin: 0; font-size: 1.2em; font-weight: 600; color: #FFD700; pointer-events: none; } .page-g168g__faq-toggle { font-size: 1.8em; font-weight: bold; width: 30px; text-align: center; pointer-events: none; transition: transform 0.3s ease; } .page-g168g__faq-item.active .page-g168g__faq-toggle { transform: rotate(45deg); } .page-g168g__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #f9f9f9; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-g168g__faq-item.active .page-g168g__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-g168g__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-g168g__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-decoration: none; color: #333; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-g168g__blog-card:hover { transform: translateY(-5px); } .page-g168g__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-g168g__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-g168g__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-g168g__blog-title { font-size: 1.3em; margin-bottom: 15px; color: #1e3a5f; font-weight: 600; } .page-g168g__blog-summary { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-g168g__blog-link { display: inline-block; padding: 10px 20px; background-color: #FFD700; color: #1e3a5f; border-radius: 5px; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease; align-self: flex-start; } .page-g168g__blog-link:hover { background-color: #e6c200; } .page-g168g__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-g168g__floating-btn { background-color: #FFD700; color: #1e3a5f; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); font-size: 0.9em; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; line-height: 1.2; } .page-g168g__floating-btn:hover { background-color: #e6c200; transform: scale(1.05); } @media (max-width: 768px) { .page-g168g__hero-title { font-size: 2.5em; } .page-g168g__hero-subtitle { font-size: 1.2em; } .page-g168g__btn { padding: 12px 25px; font-size: 1em; } .page-g168g__button-group { flex-direction: column; gap: 15px; } .page-g168g__section-title { font-size: 2em; } .page-g168g__card { padding: 25px; } .page-g168g__card-title { font-size: 1.4em; } .page-g168g__game-image { height: 150px; } .page-g168g__game-title { font-size: 1.2em; } .page-g168g__promo-image { height: 160px; } .page-g168g__promo-title { font-size: 1.3em; } .page-g168g__faq-question { padding: 15px 20px; } .page-g168g__faq-question h3 { font-size: 1.1em; } .page-g168g__faq-answer { padding: 0 20px; } .page-g168g__faq-item.active .page-g168g__faq-answer { padding: 15px 20px !important; } .page-g168g__blog-image { height: 150px; } .page-g168g__blog-title { font-size: 1.2em; } .page-g168g__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-g168g__floating-btn { width: 50px; height: 50px; font-size: 0.8em; } .page-g168g__text-content { font-size: 1em; } .page-g168g__grid, .page-g168g__game-grid, .page-g168g__promo-grid, .page-g168g__blog-grid { grid-template-columns: 1fr; } .page-g168g__grid > *, .page-g168g__game-grid > *, .page-g168g__promo-grid > *, .page-g168g__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-g168g__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-g168g__faq-answer p, .page-g168g__text-content p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }