.page-pg-99 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-pg-99__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-pg-99__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1; } .page-pg-99__hero-section-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-pg-99__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-pg-99__hero-content h1 { font-size: 3.5em; margin-bottom: 10px; color: #FFD700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-pg-99__hero-content h2 { font-size: 1.8em; margin-bottom: 30px; } .page-pg-99__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-pg-99__btn { display: inline-block; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; white-space: nowrap; } .page-pg-99__btn--primary { background-color: #FFD700; color: #333; border: none; } .page-pg-99__btn--primary:hover { background-color: #e6c200; transform: translateY(-2px); } .page-pg-99__btn--secondary { background-color: #007bff; color: #fff; border: none; } .page-pg-99__btn--secondary:hover { background-color: #0056b3; transform: translateY(-2px); } .page-pg-99__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-bottom: 1px solid #eee; } .page-pg-99__section:last-of-type { border-bottom: none; } .page-pg-99__section-title { font-size: 2.5em; color: #333; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-pg-99__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #FFD700; border-radius: 2px; } .page-pg-99__text-content p { margin-bottom: 15px; text-align: justify; } .page-pg-99__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; justify-items: center; } .page-pg-99__quick-access-grid .page-pg-99__btn { width: 100%; text-align: center; } .page-pg-99__games-grid, .page-pg-99__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-pg-99__card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-pg-99__card:hover { transform: translateY(-5px); } .page-pg-99__card-image { width: 100%; height: 200px; object-fit: cover; } .page-pg-99__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-pg-99__card-title { font-size: 1.5em; margin-bottom: 10px; color: #333; } .page-pg-99__card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-pg-99__card .page-pg-99__btn { width: 100%; text-align: center; margin-top: auto; } .page-pg-99__security-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 30px; } .page-pg-99__security-logos img { max-width: 120px; height: auto; object-fit: contain; } .page-pg-99__support-info { display: flex; flex-direction: column; gap: 15px; text-align: center; margin-top: 30px; } .page-pg-99__support-info p { margin: 0; } .page-pg-99__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-pg-99__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-size: 1.1em; font-weight: bold; cursor: pointer; user-select: none; background-color: #eee; color: #333; transition: background-color 0.3s ease; } .page-pg-99__faq-question:hover { background-color: #e0e0e0; } .page-pg-99__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-pg-99__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-pg-99__faq-item.active .page-pg-99__faq-toggle { transform: rotate(45deg); } .page-pg-99__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; } .page-pg-99__faq-item.active .page-pg-99__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-pg-99__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-pg-99__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-pg-99__blog-card:hover { transform: translateY(-5px); } .page-pg-99__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-pg-99__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-pg-99__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #333; } .page-pg-99__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-pg-99__blog-card-title a:hover { color: #FFD700; } .page-pg-99__blog-card-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-pg-99__blog-card-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-pg-99__blog-card .page-pg-99__btn { width: 100%; text-align: center; margin-top: auto; } .page-pg-99__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-pg-99__floating-btn { background-color: #FFD700; color: #333; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-pg-99__floating-btn:hover { background-color: #e6c200; transform: scale(1.05); } @media (max-width: 768px) { .page-pg-99__hero-content h1 { font-size: 2.5em; } .page-pg-99__hero-content h2 { font-size: 1.4em; } .page-pg-99__hero-buttons { flex-direction: column; gap: 10px; } .page-pg-99__btn { padding: 10px 20px; font-size: 1em; } .page-pg-99__section { padding: 40px 15px; } .page-pg-99__section-title { font-size: 2em; margin-bottom: 30px; } .page-pg-99__quick-access-grid, .page-pg-99__games-grid, .page-pg-99__promotions-grid, .page-pg-99__blog-grid { grid-template-columns: 1fr; } .page-pg-99__quick-access-grid .page-pg-99__btn { width: 90% !important; max-width: 90% !important; margin-left: auto !important; margin-right: auto !important; box-sizing: border-box !important; } .page-pg-99__card-image, .page-pg-99__blog-card-image { height: 180px; } .page-pg-99__card-title { font-size: 1.3em; } .page-pg-99__blog-card-title { font-size: 1.2em; } .page-pg-99__faq-question { padding: 15px; font-size: 1em; } .page-pg-99__faq-answer { padding: 15px !important; } .page-pg-99__security-logos { gap: 15px; } .page-pg-99__security-logos img { max-width: 100px; } .page-pg-99__floating-buttons { right: 10px; bottom: 10px; gap: 8px; } .page-pg-99__floating-btn { padding: 8px 15px; font-size: 0.9em; } } .page-pg-99__security-support-section img, .page-pg-99__games-grid img, .page-pg-99__promotions-grid img, .page-pg-99__blog-grid img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-pg-99__text-content ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; } .page-pg-99__text-content li { width: 100%; box-sizing: border-box; padding: 8px 15px; background-color: #f0f0f0; border-radius: 5px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } @media (max-width: 768px) { .page-pg-99__text-content ul { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-pg-99__text-content li { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 8px 10px; } }