body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #0d0d0d; color: #e0e0e0; line-height: 1.6; } .page-1win__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-1win__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,penalty,1win,dreamjili]') no-repeat center center/cover; text-align: center; padding: 10px 20px 100px; position: relative; overflow: hidden; } .page-1win__hero-section h1 { font-size: 2.8em; color: #ffd700; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-1win__hero-section p { font-size: 1.3em; color: #fff; margin-bottom: 30px; } .page-1win__promo-text { color: #ff4500; font-weight: bold; } .page-1win__cta-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 15px 30px; text-decoration: none; border-radius: 30px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-1win__cta-button:hover { background-color: #e63900; transform: translateY(-3px); } .page-1win__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-1win__floating-button { background-color: #ffd700; color: #0d0d0d; padding: 12px 25px; text-decoration: none; border-radius: 25px; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-1win__floating-button:hover { background-color: #e6c200; transform: translateY(-2px); } .page-1win__section { padding: 60px 20px; text-align: center; } .page-1win__section--dark { background-color: #1a1a1a; } .page-1win__section h2 { font-size: 2.2em; color: #ffd700; margin-bottom: 25px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-1win__section h3 { font-size: 1.6em; color: #fff; margin-bottom: 15px; } .page-1win__section p { font-size: 1.1em; max-width: 800px; margin: 0 auto 20px; color: #ccc; } .page-1win__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-1win__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-1win__feature-item:hover { transform: translateY(-5px); } .page-1win__feature-item img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; } .page-1win__feature-item h3 { color: #ffd700; margin-bottom: 10px; } .page-1win__feature-item p { font-size: 0.95em; color: #ccc; } .page-1win__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; } .page-1win__category-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; padding: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-1win__category-card:hover { transform: translateY(-5px); } .page-1win__category-card img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; } .page-1win__category-card h3 { color: #ffd700; font-size: 1.2em; margin: 0; } .page-1win__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-1win__promo-card { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-1win__promo-card:hover { transform: translateY(-5px); } .page-1win__promo-card h3 { color: #ff4500; margin-bottom: 10px; } .page-1win__promo-card p { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-1win__promo-card .page-1win__cta-button { padding: 10px 20px; font-size: 0.9em; border-radius: 20px; } .page-1win__faq-section { background-color: #1a1a1a; padding: 60px 20px; } .page-1win__faq-section h2 { text-align: center; font-size: 2.2em; color: #ffd700; margin-bottom: 40px; } .page-1win__faq-list { max-width: 900px; margin: 0 auto; } .page-1win__faq-item { border-bottom: 1px solid #333; margin-bottom: 10px; padding-bottom: 10px; } .page-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px; background-color: #2a2a2a; cursor: pointer; user-select: none; border-radius: 8px; transition: background-color 0.3s ease; } .page-1win__faq-question:hover { background-color: #3a3a3a; } .page-1win__faq-question h3 { margin: 0; font-size: 1.1em; color: #fff; pointer-events: none; } .page-1win__faq-toggle { font-size: 1.5em; color: #ffd700; pointer-events: none; transition: transform 0.3s ease; } .page-1win__faq-item.active .page-1win__faq-toggle { transform: rotate(45deg); } .page-1win__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; background-color: #1a1a1a; color: #ccc; border-radius: 0 0 8px 8px; } .page-1win__faq-item.active .page-1win__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 1024px) { .page-1win__hero-section h1 { font-size: 2.4em; } .page-1win__hero-section p { font-size: 1.1em; } .page-1win__section h2 { font-size: 2em; } .page-1win__section h3 { font-size: 1.4em; } } @media (max-width: 768px) { .page-1win__hero-section { padding-bottom: 80px; } .page-1win__hero-section h1 { font-size: 2em; } .page-1win__hero-section p { font-size: 1em; } .page-1win__section { padding: 40px 15px; } .page-1win__section h2 { font-size: 1.8em; } .page-1win__section h3 { font-size: 1.2em; } .page-1win__floating-buttons { flex-direction: row; bottom: 15px; right: 15px; left: 15px; justify-content: center; } .page-1win__floating-button { flex: 1; padding: 10px 15px; font-size: 0.9em; } .page-1win__features-grid, .page-1win__game-categories, .page-1win__promo-list { grid-template-columns: 1fr; } .page-1win__faq-question { padding: 12px; } .page-1win__faq-question h3 { font-size: 1em; } .page-1win__faq-answer { padding: 0 12px; } .page-1win__faq-item.active .page-1win__faq-answer { padding: 15px 12px !important; } .page-1win__feature-item img, .page-1win__category-card img, .page-1win__promo-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-1win__section p { max-width: 100%; } } @media (max-width: 480px) { .page-1win__hero-section h1 { font-size: 1.8em; } .page-1win__cta-button { padding: 12px 25px; font-size: 1em; } .page-1win__floating-buttons { bottom: 10px; right: 10px; left: 10px; } .page-1win__floating-button { padding: 8px 10px; font-size: 0.85em; } }