.page-678wn { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-678wn__hero-section { position: relative; width: 100%; height: 60vh; min-height: 300px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 10px 0; background-color: #2a2a2a; } .page-678wn__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-678wn__hero-content { position: relative; z-index: 2; color: #ffffff; padding: 20px; max-width: 90%; } .page-678wn__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffd700; } .page-678wn__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); } .page-678wn__cta-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-678wn__cta-button:hover { background-color: #ff6a3d; transform: translateY(-2px); } .page-678wn__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; background-color: #1a1a1a; } .page-678wn__section-title { font-size: 2.2em; color: #ffd700; margin-bottom: 30px; text-align: center; } .page-678wn__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: justify; } .page-678wn__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: 30px 0; background-color: #222; } .page-678wn__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-678wn__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-678wn__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-678wn__quick-link-item { background-color: #333; padding: 25px; border-radius: 8px; transition: transform 0.3s ease, background-color 0.3s ease; text-decoration: none; color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 150px; } .page-678wn__quick-link-item:hover { transform: translateY(-5px); background-color: #444; } .page-678wn__quick-link-icon { font-size: 3em; color: #ffd700; margin-bottom: 10px; } .page-678wn__quick-link-text { font-size: 1.2em; font-weight: bold; } .page-678wn__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-678wn__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-678wn__game-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-678wn__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-678wn__game-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-678wn__game-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-678wn__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-678wn__game-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-678wn__game-button:hover { background-color: #ff6a3d; } .page-678wn__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-678wn__promotion-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-678wn__promotion-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-678wn__promotion-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-678wn__promotion-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-678wn__promotion-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-678wn__promotion-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-678wn__promotion-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-678wn__promotion-button:hover { background-color: #ff6a3d; } .page-678wn__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-678wn__feature-item { background-color: #2a2a2a; padding: 25px; border-radius: 10px; text-align: center; } .page-678wn__feature-icon { font-size: 3.5em; color: #ffd700; margin-bottom: 15px; } .page-678wn__feature-title { font-size: 1.3em; color: #ffd700; margin-bottom: 10px; } .page-678wn__feature-description { font-size: 0.95em; color: #ccc; } .page-678wn__faq-list { list-style: none; padding: 0; margin-top: 30px; text-align: left; } .page-678wn__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-678wn__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-678wn__faq-question:hover { background-color: #444; } .page-678wn__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffd700; pointer-events: none; } .page-678wn__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffd700; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-678wn__faq-item.active .page-678wn__faq-toggle { transform: rotate(45deg); } .page-678wn__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: #2a2a2a; color: #ccc; } .page-678wn__faq-item.active .page-678wn__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-678wn__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-678wn__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-678wn__blog-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-678wn__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-678wn__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-678wn__blog-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-678wn__blog-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-678wn__blog-link { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-678wn__blog-link:hover { background-color: #ff6a3d; } @media (max-width: 768px) { .page-678wn__hero-section { height: 70vh; } .page-678wn__hero-title { font-size: 2.2em; } .page-678wn__hero-subtitle { font-size: 1em; } .page-678wn__cta-button { padding: 10px 20px; font-size: 1em; } .page-678wn__section { padding: 30px 15px; } .page-678wn__section-title { font-size: 1.8em; } .page-678wn__text-content { font-size: 1em; } .page-678wn__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 0; } .page-678wn__payment-logo, .page-678wn__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-678wn__quick-link-item { height: 120px; padding: 15px; } .page-678wn__quick-link-icon { font-size: 2.5em; } .page-678wn__quick-link-text { font-size: 1.1em; } .page-678wn__game-card, .page-678wn__promotion-card, .page-678wn__blog-card { width: 100% !important; max-width: 100% !important; margin: 0 !important; box-sizing: border-box !important; } .page-678wn__games-grid, .page-678wn__promotions-grid, .page-678wn__security-features, .page-678wn__blog-grid { grid-template-columns: 1fr; } .page-678wn__faq-question h3 { font-size: 1.1em; } .page-678wn__faq-answer { padding: 0 10px; } .page-678wn__faq-item.active .page-678wn__faq-answer { padding: 15px 10px !important; } }