.page-winwin-legacy-747-com { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-winwin-legacy-747-com a { color: #88c0d0; text-decoration: none; } .page-winwin-legacy-747-com a:hover { text-decoration: underline; } .page-winwin-legacy-747-com__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-winwin-legacy-747-com__container { padding: 10px; } } .page-winwin-legacy-747-com__section { padding: 60px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-winwin-legacy-747-com__section--hero { padding: 0; background-color: #0d0d1a; position: relative; overflow: hidden; } .page-winwin-legacy-747-com__hero-image { width: 100%; height: 600px; object-fit: cover; opacity: 0.7; } @media (max-width: 768px) { .page-winwin-legacy-747-com__hero-image { height: 400px; } } .page-winwin-legacy-747-com__hero-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: rgba(0, 0, 0, 0.5); padding: 20px; } .page-winwin-legacy-747-com__hero-title { font-size: 3.5em; color: #eceff4; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-winwin-legacy-747-com__hero-title { font-size: 2.2em; } } .page-winwin-legacy-747-com__hero-subtitle { font-size: 1.5em; color: #d8dee9; margin-bottom: 30px; max-width: 800px; } @media (max-width: 768px) { .page-winwin-legacy-747-com__hero-subtitle { font-size: 1.1em; } } .page-winwin-legacy-747-com__btn { display: inline-block; padding: 15px 30px; background-color: #bf616a; color: #eceff4; border-radius: 5px; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s ease; } .page-winwin-legacy-747-com__btn:hover { background-color: #d08770; text-decoration: none; } .page-winwin-legacy-747-com__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #eceff4; } @media (max-width: 768px) { .page-winwin-legacy-747-com__section-title { font-size: 1.8em; margin-bottom: 25px; } } .page-winwin-legacy-747-com__intro-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px auto; color: #d8dee9; } .page-winwin-legacy-747-com__card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-winwin-legacy-747-com__card-grid { grid-template-columns: 1fr; gap: 20px; } } .page-winwin-legacy-747-com__card { background-color: #2e3440; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-winwin-legacy-747-com__card:hover { transform: translateY(-5px); } .page-winwin-legacy-747-com__card-image { width: 100%; max-width: 300px; height: auto; border-radius: 5px; margin-bottom: 20px; } .page-winwin-legacy-747-com__card-title { font-size: 1.6em; color: #88c0d0; margin-bottom: 10px; } .page-winwin-legacy-747-com__card-description { font-size: 0.95em; color: #e5e9f0; margin-bottom: 20px; flex-grow: 1; } .page-winwin-legacy-747-com__game-providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-winwin-legacy-747-com__provider-logo { height: 80px; width: auto; object-fit: contain; } .page-winwin-legacy-747-com__faq-list { max-width: 800px; margin: 40px auto; } .page-winwin-legacy-747-com__faq-item { background-color: #2e3440; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-winwin-legacy-747-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3b4252; color: #eceff4; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-winwin-legacy-747-com__faq-question:hover { background-color: #4c566a; } .page-winwin-legacy-747-com__faq-question h3 { margin: 0; pointer-events: none; } .page-winwin-legacy-747-com__faq-toggle { font-size: 1.5em; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-winwin-legacy-747-com__faq-item.active .page-winwin-legacy-747-com__faq-toggle { transform: rotate(45deg); } .page-winwin-legacy-747-com__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; color: #d8dee9; } .page-winwin-legacy-747-com__faq-item.active .page-winwin-legacy-747-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-winwin-legacy-747-com__blog-article { background-color: #2e3440; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; } .page-winwin-legacy-747-com__blog-image { width: 100%; height: 250px; object-fit: cover; } .page-winwin-legacy-747-com__blog-content { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; } .page-winwin-legacy-747-com__blog-title { font-size: 1.5em; color: #88c0d0; margin-bottom: 10px; } .page-winwin-legacy-747-com__blog-excerpt { font-size: 0.95em; color: #e5e9f0; margin-bottom: 20px; flex-grow: 1; } .page-winwin-legacy-747-com__blog-date { font-size: 0.85em; color: #a3be8c; margin-top: 10px; } .page-winwin-legacy-747-com__flex-center { display: flex; justify-content: center; margin-top: 30px; } .page-winwin-legacy-747-com__list-item { box-sizing: border-box; } @media (max-width: 768px) { .page-winwin-legacy-747-com__card-grid .page-winwin-legacy-747-com__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winwin-legacy-747-com__game-providers-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winwin-legacy-747-com__provider-logo { max-width: 100px; height: auto; } .page-winwin-legacy-747-com__blog-article { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winwin-legacy-747-com__blog-image { max-width: 100%; height: auto !important; box-sizing: border-box !important; } .page-winwin-legacy-747-com__faq-list .page-winwin-legacy-747-com__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winwin-legacy-747-com__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-winwin-legacy-747-com__intro-text { padding: 0 10px; } }