.page-wayv-lucas-and-winwin { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-wayv-lucas-and-winwin__section-title { font-size: 2.5em; color: #f2b705; text-align: center; margin-bottom: 40px; padding: 20px 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-wayv-lucas-and-winwin__hero-section { position: relative; display: flex; align-items: center; justify-content: center; min-height: 500px; text-align: center; overflow: hidden; padding: 10px 0 0 0; background-color: #0d0d0d; } .page-wayv-lucas-and-winwin__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .page-wayv-lucas-and-winwin__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; } .page-wayv-lucas-and-winwin__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-wayv-lucas-and-winwin__hero-title { font-size: 3.5em; color: #ffffff; margin-bottom: 20px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-wayv-lucas-and-winwin__highlight { color: #f2b705; } .page-wayv-lucas-and-winwin__hero-subtitle { font-size: 1.4em; color: #e0e0e0; margin-bottom: 30px; } .page-wayv-lucas-and-winwin__cta-button { display: inline-block; background-color: #f2b705; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-wayv-lucas-and-winwin__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-wayv-lucas-and-winwin__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; } .page-wayv-lucas-and-winwin__providers-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; width: 100%; } .page-wayv-lucas-and-winwin__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-wayv-lucas-and-winwin__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-wayv-lucas-and-winwin__introduction-section, .page-wayv-lucas-and-winwin__quick-access-section, .page-wayv-lucas-and-winwin__games-section, .page-wayv-lucas-and-winwin__promotions-section, .page-wayv-lucas-and-winwin__security-service-section, .page-wayv-lucas-and-winwin__faq-section, .page-wayv-lucas-and-winwin__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a1a1a; } .page-wayv-lucas-and-winwin__text-content { font-size: 1.1em; color: #cccccc; margin-bottom: 20px; text-align: justify; } .page-wayv-lucas-and-winwin__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-wayv-lucas-and-winwin__access-button { background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-wayv-lucas-and-winwin__access-button:hover { background-color: #0056b3; } .page-wayv-lucas-and-winwin__games-section { background-color: #222222; } .page-wayv-lucas-and-winwin__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-wayv-lucas-and-winwin__game-card, .page-wayv-lucas-and-winwin__promo-card, .page-wayv-lucas-and-winwin__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); display: flex; flex-direction: column; } .page-wayv-lucas-and-winwin__game-image, .page-wayv-lucas-and-winwin__promo-image, .page-wayv-lucas-and-winwin__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-wayv-lucas-and-winwin__game-title, .page-wayv-lucas-and-winwin__promo-title, .page-wayv-lucas-and-winwin__blog-post-title { font-size: 1.5em; color: #f2b705; padding: 15px; margin-bottom: 0; } .page-wayv-lucas-and-winwin__game-description, .page-wayv-lucas-and-winwin__promo-description, .page-wayv-lucas-and-winwin__blog-excerpt { font-size: 0.95em; color: #b0b0b0; padding: 0 15px 15px; flex-grow: 1; } .page-wayv-lucas-and-winwin__game-button, .page-wayv-lucas-and-winwin__promo-button { display: block; background-color: #f2b705; color: #1a1a1a; padding: 10px 15px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin: 15px; border-radius: 5px; } .page-wayv-lucas-and-winwin__game-button:hover, .page-wayv-lucas-and-winwin__promo-button:hover { background-color: #e0a800; } .page-wayv-lucas-and-winwin__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-wayv-lucas-and-winwin__security-service-section { background-color: #1a1a1a; } .page-wayv-lucas-and-winwin__service-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; margin-top: 40px; } .page-wayv-lucas-and-winwin__service-text { flex: 1; min-width: 300px; } .page-wayv-lucas-and-winwin__service-image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-wayv-lucas-and-winwin__service-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); } .page-wayv-lucas-and-winwin__inline-link { color: #007bff; text-decoration: underline; transition: color 0.3s ease; } .page-wayv-lucas-and-winwin__inline-link:hover { color: #0056b3; } .page-wayv-lucas-and-winwin__faq-section { background-color: #222222; } .page-wayv-lucas-and-winwin__faq-list { margin-top: 40px; } .page-wayv-lucas-and-winwin__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .page-wayv-lucas-and-winwin__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #333333; transition: background-color 0.3s ease; } .page-wayv-lucas-and-winwin__faq-question:hover { background-color: #3a3a3a; } .page-wayv-lucas-and-winwin__faq-title { font-size: 1.2em; color: #f0f0f0; margin: 0; pointer-events: none; } .page-wayv-lucas-and-winwin__faq-toggle { font-size: 1.5em; color: #f2b705; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-wayv-lucas-and-winwin__faq-item.active .page-wayv-lucas-and-winwin__faq-toggle { transform: rotate(45deg); } .page-wayv-lucas-and-winwin__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; } .page-wayv-lucas-and-winwin__faq-item.active .page-wayv-lucas-and-winwin__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-wayv-lucas-and-winwin__blog-section { background-color: #1a1a1a; } .page-wayv-lucas-and-winwin__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-wayv-lucas-and-winwin__blog-content { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; } .page-wayv-lucas-and-winwin__blog-post-title { font-size: 1.3em; margin-bottom: 10px; } .page-wayv-lucas-and-winwin__blog-post-title a { color: #f2b705; text-decoration: none; transition: color 0.3s ease; } .page-wayv-lucas-and-winwin__blog-post-title a:hover { color: #e0a800; } .page-wayv-lucas-and-winwin__blog-excerpt { font-size: 0.9em; color: #b0b0b0; margin-bottom: 15px; } .page-wayv-lucas-and-winwin__blog-read-more { display: inline-block; background-color: #007bff; color: #ffffff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; align-self: flex-start; } .page-wayv-lucas-and-winwin__blog-read-more:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-wayv-lucas-and-winwin__hero-title { font-size: 2.5em; } .page-wayv-lucas-and-winwin__hero-subtitle { font-size: 1.1em; } .page-wayv-lucas-and-winwin__section-title { font-size: 2em; } .page-wayv-lucas-and-winwin__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-wayv-lucas-and-winwin__payment-logo, .page-wayv-lucas-and-winwin__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-wayv-lucas-and-winwin__introduction-section, .page-wayv-lucas-and-winwin__quick-access-section, .page-wayv-lucas-and-winwin__games-section, .page-wayv-lucas-and-winwin__promotions-section, .page-wayv-lucas-and-winwin__security-service-section, .page-wayv-lucas-and-winwin__faq-section, .page-wayv-lucas-and-winwin__blog-section { padding: 40px 15px; } .page-wayv-lucas-and-winwin__text-content { font-size: 1em; } .page-wayv-lucas-and-winwin__access-buttons { flex-direction: column; } .page-wayv-lucas-and-winwin__access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-wayv-lucas-and-winwin__game-categories, .page-wayv-lucas-and-winwin__promo-grid, .page-wayv-lucas-and-winwin__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-wayv-lucas-and-winwin__game-image, .page-wayv-lucas-and-winwin__promo-image, .page-wayv-lucas-and-winwin__blog-image, .page-wayv-lucas-and-winwin__service-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-wayv-lucas-and-winwin__game-card, .page-wayv-lucas-and-winwin__promo-card, .page-wayv-lucas-and-winwin__blog-card, .page-wayv-lucas-and-winwin__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-wayv-lucas-and-winwin__faq-answer { padding: 0 15px; } .page-wayv-lucas-and-winwin__faq-item.active .page-wayv-lucas-and-winwin__faq-answer { padding: 15px !important; } .page-wayv-lucas-and-winwin__service-content { flex-direction: column; } .page-wayv-lucas-and-winwin__service-text { min-width: unset; } .page-wayv-lucas-and-winwin__service-image-wrapper { min-width: unset; } .page-wayv-lucas-and-winwin__blog-post-title a, .page-wayv-lucas-and-winwin__inline-link { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }