.page-32win11 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-32win11__hero-section { position: relative; width: 100%; overflow: hidden; text-align: center; padding: 50px 0; background: linear-gradient(135deg, #2a0000, #4d0000); padding-top: 10px; } .page-32win11__hero-image { max-width: 100%; height: auto; display: block; margin: 0 auto 20px auto; border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } .page-32win11__hero-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-32win11__hero-subtitle { font-size: 1.4em; color: #e0e0e0; margin-bottom: 30px; } .page-32win11__cta-button { display: inline-block; background-color: #e60000; color: #ffffff; padding: 15px 30px; border-radius: 8px; 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, 0, 0, 0.4); margin: 10px; } .page-32win11__cta-button:hover { background-color: #ff3333; transform: translateY(-3px); } .page-32win11__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #222222; border-bottom: 1px solid #333333; } .page-32win11__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-32win11__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-32win11__section { padding: 60px 20px; background-color: #1a1a1a; border-bottom: 1px solid #333333; } .page-32win11__section--alt { background-color: #222222; } .page-32win11__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-32win11__content-text { max-width: 900px; margin: 0 auto 30px auto; text-align: center; font-size: 1.1em; color: #e0e0e0; } .page-32win11__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0; list-style: none; } .page-32win11__feature-item { background-color: #2e2e2e; border-radius: 10px; padding: 30px; text-align: center; flex: 1 1 calc(33% - 30px); min-width: 280px; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-32win11__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-32win11__feature-icon { max-width: 200px; height: auto; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; border-radius: 8px; } .page-32win11__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-32win11__feature-description { font-size: 1em; color: #cccccc; } .page-32win11__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; } .page-32win11__quick-link-button { background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-32win11__quick-link-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-32win11__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-32win11__game-card { background-color: #2e2e2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-32win11__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-32win11__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-32win11__game-content { padding: 20px; } .page-32win11__game-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-32win11__game-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-32win11__game-button { display: block; width: calc(100% - 40px); margin: 0 20px 20px 20px; background-color: #e60000; color: #ffffff; padding: 10px; border-radius: 5px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-32win11__game-button:hover { background-color: #ff3333; } .page-32win11__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-32win11__promo-card { background-color: #2e2e2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-32win11__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-32win11__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-32win11__promo-content { padding: 20px; } .page-32win11__promo-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-32win11__promo-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-32win11__promo-button { display: block; width: calc(100% - 40px); margin: 0 20px 20px 20px; background-color: #e60000; color: #ffffff; padding: 10px; border-radius: 5px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-32win11__promo-button:hover { background-color: #ff3333; } .page-32win11__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1000px; margin: 0 auto; } .page-32win11__security-item { background-color: #2e2e2e; border-radius: 10px; padding: 30px; text-align: center; flex: 1 1 calc(33% - 30px); min-width: 280px; box-sizing: border-box; } .page-32win11__security-icon { max-width: 200px; height: auto; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; border-radius: 8px; } .page-32win11__security-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-32win11__security-description { font-size: 0.95em; color: #cccccc; } .page-32win11__faq-container { max-width: 900px; margin: 0 auto; } .page-32win11__faq-item { background-color: #2e2e2e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-32win11__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #3a3a3a; border-bottom: 1px solid #444444; color: #ffcc00; font-size: 1.1em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-32win11__faq-question:hover { background-color: #444444; } .page-32win11__faq-question h3 { margin: 0; pointer-events: none; color: inherit; font-size: inherit; } .page-32win11__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-32win11__faq-item.active .page-32win11__faq-toggle { transform: rotate(45deg); } .page-32win11__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #cccccc; } .page-32win11__faq-item.active .page-32win11__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-32win11__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-32win11__blog-card { background-color: #2e2e2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; display: block; color: inherit; } .page-32win11__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-32win11__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-32win11__blog-content { padding: 20px; } .page-32win11__blog-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-32win11__blog-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-32win11__blog-date { font-size: 0.85em; color: #999999; text-align: right; } @media (max-width: 768px) { .page-32win11__hero-title { font-size: 2em; } .page-32win11__hero-subtitle { font-size: 1.1em; } .page-32win11__cta-button { padding: 12px 25px; font-size: 1em; } .page-32win11__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-32win11__payment-logo, .page-32win11__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-32win11__section { padding: 40px 15px; } .page-32win11__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-32win11__content-text { font-size: 1em; } .page-32win11__feature-list { flex-direction: column; gap: 20px; } .page-32win11__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-32win11__feature-icon { max-width: 150px; } .page-32win11__quick-links { flex-direction: column; gap: 15px; } .page-32win11__quick-link-button { width: 100%; } .page-32win11__game-grid { grid-template-columns: 1fr; gap: 20px; } .page-32win11__game-image { height: 180px; } .page-32win11__promo-grid { grid-template-columns: 1fr; gap: 20px; } .page-32win11__promo-image { height: 200px; } .page-32win11__security-features { flex-direction: column; gap: 20px; } .page-32win11__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-32win11__faq-question { padding: 15px; font-size: 1em; } .page-32win11__faq-answer { padding: 0 15px; } .page-32win11__faq-item.active .page-32win11__faq-answer { padding: 15px !important; } .page-32win11__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-32win11__blog-image { height: 180px; } }