.page-winph-slot { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-winph-slot__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-winph-slot h1, .page-winph-slot h2, .page-winph-slot h3 { color: #fdd835; text-align: center; margin-bottom: 25px; } .page-winph-slot h1 { font-size: 2.8em; margin-top: 20px; } .page-winph-slot h2 { font-size: 2.2em; border-bottom: 2px solid #fdd835; padding-bottom: 10px; display: inline-block; } .page-winph-slot h3 { font-size: 1.6em; color: #fff; } .page-winph-slot p { margin-bottom: 15px; text-align: center; } .page-winph-slot__hero-section { padding: 10px 0 50px; background-color: #2c2c2c; text-align: center; position: relative; overflow: hidden; } .page-winph-slot__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)); z-index: 1; } .page-winph-slot__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 0 20px; } .page-winph-slot__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-winph-slot__hero-text { font-size: 1.2em; margin-bottom: 30px; } .page-winph-slot__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; } .page-winph-slot__button { display: inline-block; background-color: #fdd835; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-winph-slot__button:hover { background-color: #ffeb3b; transform: translateY(-3px); } .page-winph-slot__section { padding: 60px 0; background-color: #242424; margin-bottom: 20px; } .page-winph-slot__section:nth-of-type(even) { background-color: #1f1f1f; } .page-winph-slot__section-content { max-width: 1000px; margin: 0 auto; padding: 0 20px; } .page-winph-slot__features-grid, .page-winph-slot__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-winph-slot__feature-item, .page-winph-slot__game-card, .page-winph-slot__promo-card { background-color: #2c2c2c; padding: 25px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: space-between; } .page-winph-slot__feature-item:hover, .page-winph-slot__game-card:hover, .page-winph-slot__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-winph-slot__feature-item img, .page-winph-slot__game-card img, .page-winph-slot__promo-card img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; } .page-winph-slot__game-card .page-winph-slot__game-logo { max-width: 80px; height: auto; margin-top: 10px; } .page-winph-slot__get-started-steps { display: flex; flex-direction: column; align-items: center; gap: 25px; margin-top: 40px; } .page-winph-slot__step-item { background-color: #2c2c2c; padding: 20px 30px; border-radius: 8px; width: 100%; max-width: 400px; text-align: center; font-size: 1.1em; font-weight: bold; color: #fdd835; border: 2px solid #fdd835; box-sizing: border-box; } .page-winph-slot__faq-section { padding: 60px 0; background-color: #1f1f1f; } .page-winph-slot__faq-container { max-width: 800px; margin: 0 auto; padding: 0 20px; } .page-winph-slot__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-winph-slot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a3a; transition: background-color 0.3s ease; } .page-winph-slot__faq-question:hover { background-color: #4a4a4a; } .page-winph-slot__faq-question h3 { margin: 0; text-align: left; flex-grow: 1; color: #fff; font-size: 1.3em; pointer-events: none; } .page-winph-slot__faq-toggle { font-size: 1.8em; font-weight: bold; color: #fdd835; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-winph-slot__faq-item.active .page-winph-slot__faq-toggle { transform: rotate(45deg); } .page-winph-slot__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; background-color: #2c2c2c; } .page-winph-slot__faq-item.active .page-winph-slot__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-winph-slot__faq-answer p { text-align: left; color: #ccc; margin-bottom: 0; } @media (max-width: 768px) { .page-winph-slot h1 { font-size: 2em; } .page-winph-slot h2 { font-size: 1.8em; } .page-winph-slot h3 { font-size: 1.4em; } .page-winph-slot__hero-text { font-size: 1em; } .page-winph-slot__button { padding: 12px 25px; font-size: 1em; } .page-winph-slot__button-group { flex-direction: column; gap: 15px; } .page-winph-slot__features-grid, .page-winph-slot__games-grid { grid-template-columns: 1fr; } .page-winph-slot__feature-item, .page-winph-slot__game-card, .page-winph-slot__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-winph-slot__get-started-steps { gap: 15px; } .page-winph-slot__step-item { padding: 15px 20px; font-size: 1em; } .page-winph-slot__faq-question { padding: 15px 20px; } .page-winph-slot__faq-question h3 { font-size: 1.1em; } .page-winph-slot__faq-toggle { font-size: 1.5em; } .page-winph-slot__faq-answer { padding: 0 20px; } .page-winph-slot__faq-item.active .page-winph-slot__faq-answer { padding: 15px 20px !important; } } @media (max-width: 375px) { .page-winph-slot h1 { font-size: 1.8em; } .page-winph-slot h2 { font-size: 1.6em; } .page-winph-slot h3 { font-size: 1.2em; } .page-winph-slot__hero-content { padding: 0 15px; } .page-winph-slot__section-content, .page-winph-slot__faq-container { padding: 0 15px; } .page-winph-slot__button { padding: 10px 20px; font-size: 0.9em; } .page-winph-slot__faq-question { padding: 12px 15px; } .page-winph-slot__faq-answer { padding: 0 15px; } .page-winph-slot__faq-item.active .page-winph-slot__faq-answer { padding: 12px 15px !important; } }