.page-ft { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-ft__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-ft__hero-section { background: url('[GALLERY:hero:1920x1080:ft88,banner,promotion]') no-repeat center center/cover; padding: 100px 0 60px; text-align: center; position: relative; overflow: hidden; } @media (max-width: 768px) { .page-ft__hero-section { padding: 80px 0 40px; } } .page-ft__hero-content { position: relative; z-index: 2; color: #fff; padding-top: 10px; } .page-ft__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffeb3b; font-weight: bold; } @media (max-width: 768px) { .page-ft__hero-title { font-size: 2.2em; } } .page-ft__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } @media (max-width: 768px) { .page-ft__hero-subtitle { font-size: 1.1em; } } .page-ft__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-ft__btn { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; font-size: 1.1em; cursor: pointer; } .page-ft__btn--primary { background-color: #ffeb3b; color: #333; border: 2px solid #ffeb3b; } .page-ft__btn--primary:hover { background-color: #fdd835; color: #1a1a1a; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(255, 235, 59, 0.4); } .page-ft__btn--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; } .page-ft__btn--secondary:hover { background-color: rgba(255, 255, 255, 0.1); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2); } .page-ft__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 0; background-color: #222; border-top: 1px solid #333; border-bottom: 1px solid #333; } .page-ft__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-ft__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-ft__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 0; } .page-ft__payment-logo, .page-ft__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-ft__section { padding: 60px 0; } @media (max-width: 768px) { .page-ft__section { padding: 40px 0; } } .page-ft__section--dark { background-color: #1a1a1a; } .page-ft__section--light { background-color: #222; } .page-ft__section-title { font-size: 2.8em; text-align: center; margin-bottom: 40px; color: #ffeb3b; font-weight: bold; } @media (max-width: 768px) { .page-ft__section-title { font-size: 2em; margin-bottom: 30px; } } .page-ft__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; color: #ccc; } .page-ft__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-ft__grid-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-ft__grid-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-ft__grid-item-icon { margin-bottom: 20px; } .page-ft__grid-item-icon img { max-width: 200px !important; height: auto !important; border-radius: 8px; object-fit: cover; } @media (max-width: 768px) { .page-ft__grid-item-icon img { max-width: 100% !important; height: auto !important; } } .page-ft__grid-item-title { font-size: 1.8em; color: #ffeb3b; margin-bottom: 15px; } .page-ft__grid-item-description { color: #ccc; font-size: 1em; } .page-ft__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-ft__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; } .page-ft__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-ft__game-card-image { width: 100%; height: 200px; overflow: hidden; } .page-ft__game-card-image img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform 0.3s ease; } .page-ft__game-card:hover .page-ft__game-card-image img { transform: scale(1.05); } @media (max-width: 768px) { .page-ft__game-card-image { height: 180px; } } .page-ft__game-card-content { padding: 20px; } .page-ft__game-card-title { font-size: 1.6em; color: #ffeb3b; margin-bottom: 10px; } .page-ft__game-card-description { color: #ccc; font-size: 0.95em; margin-bottom: 20px; } .page-ft__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-ft__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-ft__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-ft__promo-card-image { width: 100%; height: 220px; overflow: hidden; } .page-ft__promo-card-image img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform 0.3s ease; } .page-ft__promo-card:hover .page-ft__promo-card-image img { transform: scale(1.05); } .page-ft__promo-card-content { padding: 20px; } .page-ft__promo-card-title { font-size: 1.6em; color: #ffeb3b; margin-bottom: 10px; } .page-ft__promo-card-description { color: #ccc; font-size: 0.95em; margin-bottom: 20px; } .page-ft__faq-list { max-width: 800px; margin: 0 auto; } .page-ft__faq-item { background-color: #2a2a2a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-ft__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #333; border-bottom: 1px solid #444; transition: background-color 0.3s ease; } .page-ft__faq-question:hover { background-color: #444; } .page-ft__faq-question h3 { margin: 0; font-size: 1.3em; color: #ffeb3b; pointer-events: none; } @media (max-width: 768px) { .page-ft__faq-question h3 { font-size: 1.1em; } } .page-ft__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffeb3b; transition: transform 0.3s ease; pointer-events: none; } .page-ft__faq-item.active .page-ft__faq-toggle { transform: rotate(45deg); } .page-ft__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; background-color: #2a2a2a; color: #ccc; } .page-ft__faq-item.active .page-ft__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-ft__faq-answer { padding: 0 15px; } .page-ft__faq-item.active .page-ft__faq-answer { padding: 20px 15px !important; } } .page-ft__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-ft__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-ft__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-ft__blog-card-image { width: 100%; height: 200px; overflow: hidden; } .page-ft__blog-card-image img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform 0.3s ease; } .page-ft__blog-card:hover .page-ft__blog-card-image img { transform: scale(1.05); } .page-ft__blog-card-content { padding: 20px; } .page-ft__blog-card-title { font-size: 1.5em; color: #ffeb3b; margin-bottom: 10px; text-decoration: none; display: block; } .page-ft__blog-card-title:hover { text-decoration: underline; } .page-ft__blog-card-excerpt { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-ft__blog-card-date { font-size: 0.85em; color: #888; text-align: right; } .page-ft__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-ft__floating-btn { background-color: #ffeb3b; color: #1a1a1a; border: none; border-radius: 50%; width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; font-size: 1.1em; font-weight: bold; cursor: pointer; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, background-color 0.3s ease; text-decoration: none; } .page-ft__floating-btn:hover { transform: scale(1.1); background-color: #fdd835; } @media (max-width: 768px) { .page-ft__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-ft__floating-btn { width: 50px; height: 50px; font-size: 1em; } } .page-ft__quick-access-links { text-align: center; margin-top: 40px; } .page-ft__quick-access-links .page-ft__btn { margin: 0 10px 15px; } @media (max-width: 768px) { .page-ft__quick-access-links .page-ft__btn { width: calc(100% - 20px); margin: 0 10px 10px; } } ul.page-ft__list { list-style: none; padding: 0; margin: 0; } ul.page-ft__list li { margin-bottom: 10px; padding-left: 25px; position: relative; color: #ccc; font-size: 1.1em; box-sizing: border-box; } ul.page-ft__list li::before { content: '•'; color: #ffeb3b; position: absolute; left: 0; top: 0; font-size: 1.2em; line-height: 1.6; } @media (max-width: 768px) { ul.page-ft__list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } ul.page-ft__list li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; padding-left: 20px; } }