.page-1win { font-family: 'Arial', sans-serif; color: #eee; background-color: #1a1a2e; line-height: 1.6; } .page-1win__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-1win__section { padding: 40px 20px; margin-bottom: 20px; background-color: #24263b; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-1win__hero-section { text-align: center; background: linear-gradient(135deg, #3a005f, #000a4d); padding: 60px 20px; border-radius: 0; margin-bottom: 0; padding-top: 70px; } @media (max-width: 768px) { .page-1win__hero-section { padding-top: 50px; padding-bottom: 40px; } } .page-1win__hero-section h1 { font-size: 2.8em; color: #fff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-1win__hero-section h1 { font-size: 2em; } } .page-1win__hero-section p { font-size: 1.2em; color: #ddd; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-1win__hero-section p { font-size: 1em; } } .page-1win__button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-1win__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-1win__heading { font-size: 2em; color: #ffcc00; margin-bottom: 25px; text-align: center; } .page-1win__subheading { font-size: 1.5em; color: #ffcc00; margin-top: 30px; margin-bottom: 15px; } .page-1win__text { font-size: 1em; color: #ccc; margin-bottom: 15px; } .page-1win__list { list-style: none; padding: 0; margin-bottom: 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-1win__list-item { background-color: #2e304f; padding: 20px; border-radius: 5px; box-sizing: border-box; } .page-1win__list-item strong { color: #ffcc00; } @media (max-width: 768px) { .page-1win__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-1win__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-1win__image-wrapper { text-align: center; margin: 30px 0; overflow: hidden; max-width: 100%; box-sizing: border-box; } .page-1win__image { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto; } @media (max-width: 768px) { .page-1win__image { max-width: 100% !important; height: auto !important; } .page-1win__image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } } .page-1win__faq-section { background-color: #24263b; padding: 40px 20px; border-radius: 8px; margin-top: 30px; } .page-1win__faq-item { margin-bottom: 10px; border: 1px solid #3a3f60; border-radius: 5px; } .page-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #2e304f; color: #ffcc00; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-1win__faq-question:hover { background-color: #3a3f60; } .page-1win__faq-question h3 { margin: 0; font-size: 1.1em; color: #ffcc00; pointer-events: none; } .page-1win__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; } .page-1win__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; background-color: #24263b; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-1win__faq-item.active .page-1win__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-1win__faq-question { padding: 12px 15px; } .page-1win__faq-question h3 { font-size: 1em; } .page-1win__faq-answer { padding: 0 15px; } .page-1win__faq-item.active .page-1win__faq-answer { padding: 15px !important; } } .page-1win__cta-section { text-align: center; padding: 50px 20px; background-color: #3a005f; border-radius: 8px; margin-top: 30px; } .page-1win__cta-section h2 { color: #fff; font-size: 2.2em; margin-bottom: 20px; } @media (max-width: 768px) { .page-1win__cta-section h2 { font-size: 1.8em; } } .page-1win__cta-section p { color: #ddd; font-size: 1.1em; margin-bottom: 30px; }