.page-taya365-win { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-taya365-win__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-taya365-win__floating-btn { display: inline-block; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; text-align: center; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); font-size: 1rem; min-width: 120px; } .page-taya365-win__floating-btn--register { background-color: #ffcc00; color: #1a1a1a; } .page-taya365-win__floating-btn--register:hover { background-color: #e6b800; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-taya365-win__floating-btn--login { background-color: #007bff; color: #ffffff; } .page-taya365-win__floating-btn--login:hover { background-color: #0056b3; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-taya365-win__hero-section { background: linear-gradient(135deg, #2a0000 0%, #0a0a0a 100%); padding: 10px 20px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } .page-taya365-win__hero-image-wrapper { width: 100%; max-width: 800px; margin-top: 30px; overflow: hidden; border-radius: 15px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5); } .page-taya365-win__hero-image { max-width: 100%; height: auto; display: block; border-radius: 15px; } .page-taya365-win__hero-content { max-width: 900px; margin: 0 auto; } .page-taya365-win__hero-title { font-size: 2.5rem; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-taya365-win__brand-keyword { color: #007bff; } .page-taya365-win__hero-subtitle { font-size: 1.2rem; color: #e0e0e0; margin-bottom: 30px; } .page-taya365-win__btn { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1rem; 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-taya365-win__btn--primary { background-color: #ffcc00; color: #1a1a1a; border: none; } .page-taya365-win__btn--primary:hover { background-color: #e6b800; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-taya365-win__section-title { font-size: 2rem; color: #ffcc00; text-align: center; margin: 60px 20px 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-taya365-win__game-categories-section, .page-taya365-win__promo-highlight-section, .page-taya365-win__about-section, .page-taya365-win__app-download-section, .page-taya365-win__faq-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-taya365-win__categories-grid, .page-taya365-win__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; } .page-taya365-win__category-item, .page-taya365-win__promo-card { background-color: #2c2c2c; border-radius: 15px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-taya365-win__category-item:hover, .page-taya365-win__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6); } .page-taya365-win__category-image, .page-taya365-win__promo-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-taya365-win__category-title, .page-taya365-win__promo-title { font-size: 1.4rem; color: #ffcc00; margin: 20px 15px 10px; } .page-taya365-win__category-description, .page-taya365-win__promo-description { font-size: 0.95rem; color: #cccccc; padding: 0 15px 20px; flex-grow: 1; } .page-taya365-win__btn--secondary { background-color: #007bff; color: #ffffff; border: none; margin-bottom: 20px; } .page-taya365-win__btn--secondary:hover { background-color: #0056b3; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-taya365-win__about-content { display: flex; align-items: center; gap: 40px; margin-top: 40px; } .page-taya365-win__about-text { flex: 1; } .page-taya365-win__about-text p { margin-bottom: 15px; color: #e0e0e0; } .page-taya365-win__about-image-wrapper { flex: 1; text-align: center; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5); } .page-taya365-win__about-image { max-width: 100%; height: auto; display: block; border-radius: 15px; } .page-taya365-win__app-download-content { display: flex; align-items: center; justify-content: center; gap: 40px; margin-top: 40px; text-align: center; } .page-taya365-win__app-qr-code { background-color: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-taya365-win__qr-image { max-width: 250px; height: auto; display: block; margin: 0 auto 15px; } .page-taya365-win__qr-text { color: #1a1a1a; font-weight: bold; font-size: 1.1rem; } .page-taya365-win__app-info { max-width: 400px; text-align: left; } .page-taya365-win__app-info p { margin-bottom: 25px; color: #e0e0e0; } .page-taya365-win__app-buttons { display: flex; flex-direction: column; gap: 15px; } .page-taya365-win__btn--download { background-color: #007bff; color: #ffffff; border: none; width: 100%; } .page-taya365-win__btn--download:hover { background-color: #0056b3; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-taya365-win__faq-container { max-width: 800px; margin: 40px auto; } .page-taya365-win__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-taya365-win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #3a3a3a; border-bottom: 1px solid #444; user-select: none; transition: background-color 0.3s ease; } .page-taya365-win__faq-question:hover { background-color: #4a4a4a; } .page-taya365-win__faq-q-text { font-size: 1.15rem; color: #ffcc00; margin: 0; pointer-events: none; } .page-taya365-win__faq-toggle { font-size: 1.5rem; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-taya365-win__faq-item.active .page-taya365-win__faq-toggle { transform: rotate(45deg); } .page-taya365-win__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #e0e0e0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-taya365-win__faq-item.active .page-taya365-win__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 1024px) { .page-taya365-win__hero-title { font-size: 2.2rem; } .page-taya365-win__section-title { font-size: 1.8rem; } .page-taya365-win__about-content, .page-taya365-win__app-download-content { flex-direction: column; text-align: center; } .page-taya365-win__about-image-wrapper, .page-taya365-win__app-info { margin-top: 30px; } .page-taya365-win__app-info { max-width: 100%; text-align: center; } .page-taya365-win__app-buttons { flex-direction: row; justify-content: center; gap: 10px; } .page-taya365-win__btn--download { max-width: 250px; } } @media (max-width: 768px) { .page-taya365-win__hero-title { font-size: 1.8rem; } .page-taya365-win__hero-subtitle { font-size: 1rem; } .page-taya365-win__btn { padding: 12px 25px; font-size: 1rem; } .page-taya365-win__section-title { font-size: 1.6rem; margin: 40px 15px 30px; } .page-taya365-win__categories-grid, .page-taya365-win__promo-grid { grid-template-columns: 1fr; } .page-taya365-win__category-item, .page-taya365-win__promo-card { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-taya365-win__category-item .page-taya365-win__category-description, .page-taya365-win__promo-card .page-taya365-win__promo-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-taya365-win__about-content, .page-taya365-win__app-download-content { gap: 20px; padding: 0 15px; } .page-taya365-win__app-buttons { flex-direction: column; } .page-taya365-win__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-taya365-win__floating-btn { padding: 10px 20px; font-size: 0.9rem; min-width: 100px; } .page-taya365-win__faq-question { padding: 15px; } .page-taya365-win__faq-q-text { font-size: 1rem; } .page-taya365-win__faq-answer { padding: 0 15px; } .page-taya365-win__faq-item.active .page-taya365-win__faq-answer { padding: 15px !important; } } @media (max-width: 480px) { .page-taya365-win__hero-title { font-size: 1.5rem; } .page-taya365-win__section-title { font-size: 1.4rem; } .page-taya365-win__btn { padding: 10px 20px; font-size: 0.9rem; } }