.page-best77-winph { font-family: 'Arial', sans-serif; color: #E0E0E0; background-color: #1a1a2e; line-height: 1.6; } .page-best77-winph__hero-section { background: linear-gradient(135deg, #2a0a4c, #0a0a2a); padding: 60px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 60vh; position: relative; overflow: hidden; padding-top: 10px; } .page-best77-winph__hero-content { max-width: 900px; z-index: 1; position: relative; } .page-best77-winph__hero-title { font-size: 3.2em; color: #FFD700; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-best77-winph__hero-description { font-size: 1.3em; color: #CCCCCC; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .page-best77-winph__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-best77-winph__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; font-size: 1.1em; cursor: pointer; border: none; } .page-best77-winph__button--primary { background-color: #FFD700; color: #1a1a2e; box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4); } .page-best77-winph__button--primary:hover { background-color: #E6C200; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6); } .page-best77-winph__button--secondary { background-color: transparent; color: #FFD700; border: 2px solid #FFD700; box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2); } .page-best77-winph__button--secondary:hover { background-color: #FFD700; color: #1a1a2e; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4); } .page-best77-winph__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } .page-best77-winph__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; } .page-best77-winph__section-title { font-size: 2.5em; color: #FFD700; text-align: center; margin-bottom: 40px; padding-top: 60px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .page-best77-winph__features-section, .page-best77-winph__games-section, .page-best77-winph__promotions-section, .page-best77-winph__faq-section, .page-best77-winph__cta-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; } .page-best77-winph__features-grid, .page-best77-winph__games-grid, .page-best77-winph__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; } .page-best77-winph__feature-item, .page-best77-winph__game-category, .page-best77-winph__promo-card { background-color: #2c2c4a; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-best77-winph__feature-item:hover, .page-best77-winph__game-category:hover, .page-best77-winph__promo-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); } .page-best77-winph__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; border-radius: 8px; max-width: 100%; } .page-best77-winph__feature-title, .page-best77-winph__game-title, .page-best77-winph__promo-title { font-size: 1.8em; color: #FFD700; margin-bottom: 15px; } .page-best77-winph__feature-description, .page-best77-winph__game-description, .page-best77-winph__promo-description { font-size: 1.1em; color: #CCCCCC; } .page-best77-winph__game-image, .page-best77-winph__promo-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; max-width: 100%; } .page-best77-winph__button--small { padding: 10px 20px; font-size: 0.9em; margin-top: 15px; } .page-best77-winph__cta-section { background: linear-gradient(90deg, #0a0a2a, #2a0a4c); text-align: center; padding: 100px 20px; } .page-best77-winph__cta-title { font-size: 3em; color: #FFD700; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-best77-winph__cta-description { font-size: 1.4em; color: #E0E0E0; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-best77-winph__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-best77-winph__floating-button { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; text-decoration: none; color: #1a1a2e; font-weight: bold; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; font-size: 0.9em; text-align: center; line-height: 1.2; } .page-best77-winph__floating-button:hover { transform: scale(1.1); } .page-best77-winph__floating-button--register { background-color: #FFD700; } .page-best77-winph__floating-button--login { background-color: #ADD8E6; } .page-best77-winph__faq-container { max-width: 800px; margin: 0 auto; } .page-best77-winph__faq-item { background-color: #2c2c4a; border-radius: 12px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-best77-winph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; } .page-best77-winph__faq-question:hover { background-color: #4a4a6a; } .page-best77-winph__faq-title { font-size: 1.3em; color: #FFD700; margin: 0; pointer-events: none; } .page-best77-winph__faq-toggle { font-size: 1.8em; color: #FFD700; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-best77-winph__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: #2c2c4a; } .page-best77-winph__faq-item.active .page-best77-winph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-best77-winph__faq-item.active .page-best77-winph__faq-question { background-color: #4a4a6a; } .page-best77-winph__faq-item.active .page-best77-winph__faq-toggle { transform: rotate(45deg); } .page-best77-winph .text-highlight { color: #FFD700; } @media (max-width: 1024px) { .page-best77-winph__hero-title { font-size: 2.8em; } .page-best77-winph__hero-description { font-size: 1.2em; } .page-best77-winph__section-title { font-size: 2em; } .page-best77-winph__cta-title { font-size: 2.5em; } .page-best77-winph__cta-description { font-size: 1.2em; } } @media (max-width: 768px) { .page-best77-winph__hero-section { padding: 40px 15px; } .page-best77-winph__hero-title { font-size: 2.2em; } .page-best77-winph__hero-description { font-size: 1em; } .page-best77-winph__hero-buttons { flex-direction: column; gap: 15px; } .page-best77-winph__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-best77-winph__section-title { font-size: 1.8em; margin-bottom: 30px; padding-top: 40px; } .page-best77-winph__features-section, .page-best77-winph__games-section, .page-best77-winph__promotions-section, .page-best77-winph__faq-section, .page-best77-winph__cta-section { padding: 50px 15px; } .page-best77-winph__features-grid, .page-best77-winph__games-grid, .page-best77-winph__promo-grid { grid-template-columns: 1fr; } .page-best77-winph__feature-item, .page-best77-winph__game-category, .page-best77-winph__promo-card { padding: 25px; } .page-best77-winph__feature-title, .page-best77-winph__game-title, .page-best77-winph__promo-title { font-size: 1.5em; } .page-best77-winph__feature-description, .page-best77-winph__game-description, .page-best77-winph__promo-description { font-size: 0.95em; } .page-best77-winph__game-image, .page-best77-winph__promo-image { height: 180px; } .page-best77-winph__cta-section { padding: 60px 15px; } .page-best77-winph__cta-title { font-size: 2em; } .page-best77-winph__cta-description { font-size: 1em; } .page-best77-winph__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-best77-winph__floating-button { width: 50px; height: 50px; font-size: 0.8em; } .page-best77-winph__faq-question { padding: 15px 20px; } .page-best77-winph__faq-title { font-size: 1.1em; } .page-best77-winph__faq-toggle { font-size: 1.5em; } .page-best77-winph__faq-answer { padding: 0 20px; } .page-best77-winph__faq-item.active .page-best77-winph__faq-answer { padding: 15px 20px !important; } .page-best77-winph__features-grid > *, .page-best77-winph__games-grid > *, .page-best77-winph__promo-grid > *, .page-best77-winph__faq-container > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-best77-winph__features-grid, .page-best77-winph__games-grid, .page-best77-winph__promo-grid, .page-best77-winph__faq-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-best77-winph__feature-description, .page-best77-winph__game-description, .page-best77-winph__promo-description, .page-best77-winph__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-best77-winph__hero-image, .page-best77-winph__feature-icon, .page-best77-winph__game-image, .page-best77-winph__promo-image { max-width: 100% !important; height: auto !important; } .page-best77-winph__hero-image-wrapper, .page-best77-winph__feature-item img, .page-best77-winph__game-category img, .page-best77-winph__promo-card img { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } }