body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a1a; color: #f0f0f0; line-height: 1.6; } .page-winwin-concept-photo__hero-section { background: linear-gradient(135deg, #2a2a2a, #0a0a0a); padding: 10px 20px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } .page-winwin-concept-photo__hero-content { max-width: 900px; margin: 0 auto; z-index: 1; position: relative; } .page-winwin-concept-photo__hero-title { font-size: 2.8em; color: #FFD700; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-winwin-concept-photo__hero-subtitle { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; } .page-winwin-concept-photo__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-winwin-concept-photo__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; border: none; } .page-winwin-concept-photo__button--primary { background-color: #FFD700; color: #333; } .page-winwin-concept-photo__button--primary:hover { background-color: #E6C200; transform: translateY(-2px); } .page-winwin-concept-photo__button--secondary { background-color: #4CAF50; color: #FFF; border: 2px solid #4CAF50; } .page-winwin-concept-photo__button--secondary:hover { background-color: #45a049; border-color: #45a049; transform: translateY(-2px); } .page-winwin-concept-photo__hero-image-wrapper { margin-top: 40px; width: 100%; max-width: 1000px; overflow: hidden; border-radius: 15px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-winwin-concept-photo__hero-image { max-width: 100%; height: auto; display: block; object-fit: cover; } .page-winwin-concept-photo__features-section, .page-winwin-concept-photo__games-section, .page-winwin-concept-photo__faq-section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-winwin-concept-photo__section-title { font-size: 2.2em; color: #FFD700; margin-bottom: 20px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); } .page-winwin-concept-photo__section-description { font-size: 1.1em; color: #ccc; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-winwin-concept-photo__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-winwin-concept-photo__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; } .page-winwin-concept-photo__feature-item:hover { transform: translateY(-5px); } .page-winwin-concept-photo__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-winwin-concept-photo__feature-title { font-size: 1.6em; color: #FFD700; margin-bottom: 15px; } .page-winwin-concept-photo__feature-description { font-size: 1em; color: #ccc; } .page-winwin-concept-photo__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 25px; margin-top: 40px; } .page-winwin-concept-photo__category-card { background-color: #2a2a2a; padding: 25px 15px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; } .page-winwin-concept-photo__category-card:hover { transform: translateY(-5px); } .page-winwin-concept-photo__category-icon { width: 80px; height: 80px; margin-bottom: 15px; border-radius: 50%; object-fit: cover; } .page-winwin-concept-photo__category-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; } .page-winwin-concept-photo__category-description { font-size: 0.9em; color: #ccc; } .page-winwin-concept-photo__cta-full-width { margin-top: 50px; } .page-winwin-concept-photo__faq-container { margin-top: 40px; text-align: left; max-width: 900px; margin-left: auto; margin-right: auto; } .page-winwin-concept-photo__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-winwin-concept-photo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; transition: background-color 0.3s ease; } .page-winwin-concept-photo__faq-question:hover { background-color: #444; } .page-winwin-concept-photo__faq-title { margin: 0; font-size: 1.2em; color: #FFD700; pointer-events: none; } .page-winwin-concept-photo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #FFD700; transition: transform 0.3s ease; pointer-events: none; } .page-winwin-concept-photo__faq-item.active .page-winwin-concept-photo__faq-toggle { transform: rotate(45deg); } .page-winwin-concept-photo__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; } .page-winwin-concept-photo__faq-item.active .page-winwin-concept-photo__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-winwin-concept-photo__faq-answer p { margin-bottom: 15px; color: #ccc; } .page-winwin-concept-photo__faq-answer .page-winwin-concept-photo__button--small { padding: 8px 15px; font-size: 0.9em; border-radius: 5px; background-color: #4CAF50; color: #FFF; text-decoration: none; } .page-winwin-concept-photo__button--small:hover { background-color: #45a049; } .page-winwin-concept-photo__floating-buttons { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 1000; width: auto; max-width: 90%; box-sizing: border-box; padding: 10px 20px; background-color: rgba(0, 0, 0, 0.8); border-radius: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); } .page-winwin-concept-photo__button--floating { flex: 1; padding: 12px 25px; font-size: 1.1em; font-weight: bold; border-radius: 25px; text-align: center; text-decoration: none; transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; } .page-winwin-concept-photo__button--register { background-color: #FFD700; color: #333; } .page-winwin-concept-photo__button--register:hover { background-color: #E6C200; transform: translateY(-2px); } .page-winwin-concept-photo__button--login { background-color: #4CAF50; color: #FFF; } .page-winwin-concept-photo__button--login:hover { background-color: #45a049; transform: translateY(-2px); } @media (max-width: 768px) { .page-winwin-concept-photo__hero-title { font-size: 2em; } .page-winwin-concept-photo__hero-subtitle { font-size: 1em; } .page-winwin-concept-photo__hero-cta-group { flex-direction: column; gap: 15px; } .page-winwin-concept-photo__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-winwin-concept-photo__section-title { font-size: 1.8em; } .page-winwin-concept-photo__features-grid, .page-winwin-concept-photo__game-categories { grid-template-columns: 1fr; } .page-winwin-concept-photo__feature-item, .page-winwin-concept-photo__category-card { width: 100%; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winwin-concept-photo__game-categories { padding: 0; } .page-winwin-concept-photo__category-card { padding: 20px 10px; } .page-winwin-concept-photo__faq-question { padding: 15px 20px; } .page-winwin-concept-photo__faq-title { font-size: 1.1em; } .page-winwin-concept-photo__faq-answer { padding: 0 20px; } .page-winwin-concept-photo__faq-item.active .page-winwin-concept-photo__faq-answer { padding: 15px 20px !important; } .page-winwin-concept-photo__floating-buttons { width: 95%; gap: 10px; bottom: 15px; padding: 8px 15px; } .page-winwin-concept-photo__button--floating { padding: 10px 15px; font-size: 1em; } .page-winwin-concept-photo__feature-description, .page-winwin-concept-photo__category-description, .page-winwin-concept-photo__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }