.page-winwin-app-apk { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; } .page-winwin-app-apk__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-winwin-app-apk__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-winwin-app-apk__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-winwin-app-apk__hero-section { background-image: url('[GALLERY:hero:1920x1080:mobile_gaming,app_download,casino_banner]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px 80px; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; padding-top: 10px; } .page-winwin-app-apk__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-winwin-app-apk__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-winwin-app-apk__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-winwin-app-apk__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-winwin-app-apk__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-winwin-app-apk__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-winwin-app-apk__title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 40px; position: relative; } .page-winwin-app-apk__title--light { color: #ecf0f1; } .page-winwin-app-apk__title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ffcc00; margin: 15px auto 0; border-radius: 2px; } .page-winwin-app-apk__text-content { text-align: justify; margin-bottom: 20px; } .page-winwin-app-apk__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-winwin-app-apk__card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-winwin-app-apk__card:hover { transform: translateY(-5px); } .page-winwin-app-apk__card-image { width: 100%; height: 200px; object-fit: cover; } .page-winwin-app-apk__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-winwin-app-apk__card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-winwin-app-apk__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; flex-grow: 1; } .page-winwin-app-apk__card-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; text-align: center; } .page-winwin-app-apk__card-button--promo { background-color: #ffcc00; color: #333; } .page-winwin-app-apk__card-button--promo:hover { background-color: #e6b800; } .page-winwin-app-apk__card-button:hover { background-color: #0056b3; } .page-winwin-app-apk__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; text-align: center; } .page-winwin-app-apk__quick-link-item { background-color: #2980b9; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-winwin-app-apk__quick-link-item:hover { background-color: #2471a3; } .page-winwin-app-apk__promo-card { background-color: #f0f8ff; border: 1px solid #e0eafc; display: flex; align-items: center; padding: 20px; border-radius: 8px; margin-bottom: 20px; } .page-winwin-app-apk__promo-icon { width: 80px; height: 80px; margin-right: 20px; } .page-winwin-app-apk__promo-content { flex-grow: 1; } .page-winwin-app-apk__promo-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 5px; } .page-winwin-app-apk__promo-description { font-size: 0.95em; color: #555; margin-bottom: 10px; } .page-winwin-app-apk__promo-button { background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-winwin-app-apk__promo-button:hover { background-color: #e6b800; } .page-winwin-app-apk__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-winwin-app-apk__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #eee; user-select: none; transition: background-color 0.3s ease; } .page-winwin-app-apk__faq-question:hover { background-color: #e0e0e0; } .page-winwin-app-apk__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; } .page-winwin-app-apk__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-winwin-app-apk__faq-item.active .page-winwin-app-apk__faq-toggle { transform: rotate(45deg); } .page-winwin-app-apk__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-winwin-app-apk__faq-item.active .page-winwin-app-apk__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-winwin-app-apk__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-winwin-app-apk__blog-card:hover { transform: translateY(-5px); } .page-winwin-app-apk__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-winwin-app-apk__blog-content { padding: 20px; } .page-winwin-app-apk__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; } .page-winwin-app-apk__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-winwin-app-apk__blog-link { display: inline-block; background-color: #007bff; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.85em; transition: background-color 0.3s ease; } .page-winwin-app-apk__blog-link:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-winwin-app-apk__hero-title { font-size: 2.5em; } .page-winwin-app-apk__hero-subtitle { font-size: 1.2em; } .page-winwin-app-apk__title { font-size: 2em; } .page-winwin-app-apk__grid { grid-template-columns: 1fr; } .page-winwin-app-apk__quick-links-grid { grid-template-columns: 1fr; } .page-winwin-app-apk__promo-card { flex-direction: column; text-align: center; } .page-winwin-app-apk__promo-icon { margin: 0 auto 15px; } .page-winwin-app-apk__card-image, .page-winwin-app-apk__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-winwin-app-apk__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-winwin-app-apk__card-content { padding: 15px; } .page-winwin-app-apk__card-title { font-size: 1.2em; } .page-winwin-app-apk__card-description { font-size: 0.9em; } .page-winwin-app-apk__faq-question h3 { font-size: 1em; } .page-winwin-app-apk__faq-answer { padding: 15px !important; } .page-winwin-app-apk__section { padding: 20px 15px; } .page-winwin-app-apk__container { padding: 10px; } } @media (max-width: 375px) { .page-winwin-app-apk__hero-title { font-size: 2em; } .page-winwin-app-apk__hero-subtitle { font-size: 1em; } .page-winwin-app-apk__cta-button { padding: 12px 25px; font-size: 1.1em; } }