.page-lottery-winwin { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 50px; }.page-lottery-winwin__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-lottery-winwin__hero-section { background: linear-gradient(135deg, #2a0a5e, #0a0a2a); padding: 70px 0 50px; text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; margin-top: 10px; }.page-lottery-winwin__hero-title { font-size: 3.2em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }.page-lottery-winwin__hero-subtitle { font-size: 1.4em; color: #ffffff; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-lottery-winwin__hero-cta { display: inline-block; background-color: #00cc66; color: #ffffff; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 204, 102, 0.4); }.page-lottery-winwin__hero-cta:hover { background-color: #00a04f; transform: translateY(-3px); }.page-lottery-winwin__game-showcase { padding: 60px 0; text-align: center; background-color: #1f1f1f; }.page-lottery-winwin__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; text-align: center; }.page-lottery-winwin__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-lottery-winwin__game-card { background-color: #2c2c2c; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-lottery-winwin__game-card:hover { transform: translateY(-10px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4); }.page-lottery-winwin__game-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #ffcc00; }.page-lottery-winwin__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-lottery-winwin__card-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; }.page-lottery-winwin__card-description { font-size: 1em; color: #cccccc; margin-bottom: 20px; flex-grow: 1; }.page-lottery-winwin__card-button { display: inline-block; background-color: #00cc66; color: #ffffff; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; align-self: flex-start; }.page-lottery-winwin__card-button:hover { background-color: #00a04f; }.page-lottery-winwin__features-section { padding: 60px 0; background-color: #1a1a1a; }.page-lottery-winwin__features-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-lottery-winwin__feature-item { background-color: #2c2c2c; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); text-align: center; transition: background-color 0.3s ease; box-sizing: border-box; }.page-lottery-winwin__feature-item:hover { background-color: #3a3a3a; }.page-lottery-winwin__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; }.page-lottery-winwin__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; }.page-lottery-winwin__feature-description { font-size: 1em; color: #cccccc; }.page-lottery-winwin__faq-section { padding: 60px 0; background-color: #1f1f1f; }.page-lottery-winwin__faq-list { max-width: 900px; margin: 40px auto 0; }.page-lottery-winwin__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }.page-lottery-winwin__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a3a; color: #ffcc00; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-lottery-winwin__faq-question:hover { background-color: #4a4a4a; }.page-lottery-winwin__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; }.page-lottery-winwin__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-lottery-winwin__faq-item.active .page-lottery-winwin__faq-toggle { transform: rotate(45deg); }.page-lottery-winwin__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-lottery-winwin__faq-item.active .page-lottery-winwin__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-lottery-winwin__faq-answer p { margin-bottom: 1em; }.page-lottery-winwin__bottom-cta-section { background-color: #2a0a5e; padding: 50px 0; text-align: center; border-top: 5px solid #ffcc00; }.page-lottery-winwin__bottom-cta-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 25px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-lottery-winwin__bottom-cta-description { font-size: 1.2em; color: #ffffff; margin-bottom: 35px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-lottery-winwin__bottom-cta-button { display: inline-block; background-color: #00cc66; color: #ffffff; padding: 18px 50px; border-radius: 50px; text-decoration: none; font-size: 1.3em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 6px 20px rgba(0, 204, 102, 0.5); }.page-lottery-winwin__bottom-cta-button:hover { background-color: #00a04f; transform: translateY(-5px); }@media (max-width: 768px) { .page-lottery-winwin__hero-title { font-size: 2.5em; }.page-lottery-winwin__hero-subtitle { font-size: 1.1em; }.page-lottery-winwin__hero-cta { padding: 12px 30px; font-size: 1.1em; }.page-lottery-winwin__section-title { font-size: 2em; }.page-lottery-winwin__game-grid { grid-template-columns: 1fr; }.page-lottery-winwin__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-lottery-winwin__game-image { height: 180px; }.page-lottery-winwin__card-title { font-size: 1.5em; }.page-lottery-winwin__card-description { font-size: 0.95em; }.page-lottery-winwin__features-list { grid-template-columns: 1fr; }.page-lottery-winwin__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px; }.page-lottery-winwin__feature-icon { width: 60px; height: 60px; }.page-lottery-winwin__feature-title { font-size: 1.3em; }.page-lottery-winwin__faq-question { font-size: 1.1em; padding: 18px 20px; }.page-lottery-winwin__faq-answer { padding: 15px 20px; }.page-lottery-winwin__bottom-cta-title { font-size: 1.8em; }.page-lottery-winwin__bottom-cta-description { font-size: 1em; }.page-lottery-winwin__bottom-cta-button { padding: 15px 35px; font-size: 1.1em; }}@media (max-width: 480px) { .page-lottery-winwin__hero-title { font-size: 2em; }.page-lottery-winwin__hero-subtitle { font-size: 1em; }.page-lottery-winwin__section-title { font-size: 1.8em; }.page-lottery-winwin__game-card { margin-bottom: 20px; }.page-lottery-winwin__faq-question { font-size: 1em; padding: 15px; }.page-lottery-winwin__faq-answer { padding: 10px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-lottery-winwin__bottom-cta-title { font-size: 1.6em; }.page-lottery-winwin__bottom-cta-button { font-size: 1em; padding: 12px 25px; }}