.page-www-aw8net-com { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-www-aw8net-com__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; padding-top: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-www-aw8net-com__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-www-aw8net-com__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-www-aw8net-com__hero-content { position: relative; z-index: 2; background-color: rgba(0, 0, 0, 0.6); padding: 40px; border-radius: 10px; max-width: 900px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); } .page-www-aw8net-com__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffffff; line-height: 1.2; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); } .page-www-aw8net-com__hero-title .highlight { color: #ffcc00; } .page-www-aw8net-com__hero-description { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-www-aw8net-com__hero-cta-group { display: flex; gap: 20px; justify-content: center; } .page-www-aw8net-com__hero-button { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; } .page-www-aw8net-com__hero-button--primary { background-color: #ffcc00; color: #1a1a1a; border: 2px solid #ffcc00; } .page-www-aw8net-com__hero-button--primary:hover { background-color: #e0b300; border-color: #e0b300; transform: translateY(-3px); } .page-www-aw8net-com__hero-button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-www-aw8net-com__hero-button--secondary:hover { background-color: #ffcc00; color: #1a1a1a; transform: translateY(-3px); } .page-www-aw8net-com__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: 50px 20px; background-color: #222; } .page-www-aw8net-com__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 1200px; margin: 0 auto; } .page-www-aw8net-com__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; object-fit: contain; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease; } .page-www-aw8net-com__payment-logo:hover { filter: grayscale(0%) brightness(100%); } .page-www-aw8net-com__introduction-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #1a1a1a; } .page-www-aw8net-com__introduction-content { display: flex; flex-direction: column; align-items: center; gap: 40px; } .page-www-aw8net-com__introduction-content p { font-size: 1.1em; max-width: 800px; margin: 0 auto; color: #e0e0e0; } .page-www-aw8net-com__introduction-image { max-width: 800px; width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-www-aw8net-com__quick-access-section { padding: 80px 20px; background-color: #222; text-align: center; } .page-www-aw8net-com__access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; } .page-www-aw8net-com__access-button { display: block; padding: 18px 25px; background-color: #333; color: #ffcc00; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; border: 1px solid #ffcc00; } .page-www-aw8net-com__access-button:hover { background-color: #ffcc00; color: #1a1a1a; transform: translateY(-5px); } .page-www-aw8net-com__games-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a1a1a; } .page-www-aw8net-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-www-aw8net-com__game-card { background-color: #222; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-www-aw8net-com__game-card:hover { transform: translateY(-10px); } .page-www-aw8net-com__game-image { width: 100%; height: 200px; object-fit: cover; } .page-www-aw8net-com__game-title { font-size: 1.5em; color: #ffcc00; margin: 20px 0 10px; padding: 0 15px; } .page-www-aw8net-com__game-description { font-size: 0.95em; color: #e0e0e0; padding: 0 15px 20px; } .page-www-aw8net-com__game-button { display: inline-block; padding: 10px 20px; background-color: #e04040; color: #ffffff; text-decoration: none; border-radius: 5px; margin-bottom: 20px; font-weight: bold; transition: background-color 0.3s ease; } .page-www-aw8net-com__game-button:hover { background-color: #c03030; } .page-www-aw8net-com__promotions-section { padding: 80px 20px; background-color: #222; } .page-www-aw8net-com__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-www-aw8net-com__promo-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-www-aw8net-com__promo-card:hover { transform: translateY(-10px); } .page-www-aw8net-com__promo-image { width: 100%; height: 250px; object-fit: cover; } .page-www-aw8net-com__promo-title { font-size: 1.6em; color: #ffcc00; margin: 20px 0 10px; padding: 0 15px; } .page-www-aw8net-com__promo-description { font-size: 1em; color: #e0e0e0; padding: 0 15px 20px; } .page-www-aw8net-com__promo-button { display: inline-block; padding: 12px 25px; background-color: #e04040; color: #ffffff; text-decoration: none; border-radius: 5px; margin-bottom: 20px; font-weight: bold; transition: background-color 0.3s ease; } .page-www-aw8net-com__promo-button:hover { background-color: #c03030; } .page-www-aw8net-com__security-service-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #1a1a1a; } .page-www-aw8net-com__service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-www-aw8net-com__service-item { background-color: #222; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-www-aw8net-com__service-icon { width: 200px; height: 200px; object-fit: contain; margin-bottom: 20px; } .page-www-aw8net-com__service-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-www-aw8net-com__service-description { font-size: 1em; color: #e0e0e0; } .page-www-aw8net-com__contact-button { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #1a1a1a; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-www-aw8net-com__contact-button:hover { background-color: #e0b300; transform: translateY(-3px); } .page-www-aw8net-com__faq-section { padding: 80px 20px; background-color: #222; } .page-www-aw8net-com__faq-container { max-width: 900px; margin: 0 auto; } .page-www-aw8net-com__faq-item { background-color: #333; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-www-aw8net-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease; } .page-www-aw8net-com__faq-question:hover { background-color: #555; } .page-www-aw8net-com__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; } .page-www-aw8net-com__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; } .page-www-aw8net-com__faq-item.active .page-www-aw8net-com__faq-toggle { transform: rotate(45deg); } .page-www-aw8net-com__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; color: #e0e0e0; } .page-www-aw8net-com__faq-item.active .page-www-aw8net-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-www-aw8net-com__faq-answer p { margin: 0; } .page-www-aw8net-com__blog-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a1a1a; } .page-www-aw8net-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-www-aw8net-com__blog-card { background-color: #222; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-www-aw8net-com__blog-card:hover { transform: translateY(-10px); } .page-www-aw8net-com__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-www-aw8net-com__blog-content { padding: 20px; } .page-www-aw8net-com__blog-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.3; } .page-www-aw8net-com__blog-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; } .page-www-aw8net-com__blog-title a:hover { color: #e0b300; } .page-www-aw8net-com__blog-summary { font-size: 0.95em; color: #e0e0e0; } @media (max-width: 1024px) { .page-www-aw8net-com__hero-title { font-size: 3em; } .page-www-aw8net-com__hero-description { font-size: 1.1em; } .page-www-aw8net-com__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-www-aw8net-com__hero-section { height: 500px; } .page-www-aw8net-com__hero-content { padding: 30px; max-width: 95%; } .page-www-aw8net-com__hero-title { font-size: 2.2em; } .page-www-aw8net-com__hero-description { font-size: 1em; } .page-www-aw8net-com__hero-cta-group { flex-direction: column; gap: 15px; } .page-www-aw8net-com__hero-button { padding: 12px 25px; font-size: 1em; width: 100%; max-width: 250px; margin: 0 auto; } .page-www-aw8net-com__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; } .page-www-aw8net-com__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-www-aw8net-com__introduction-section, .page-www-aw8net-com__quick-access-section, .page-www-aw8net-com__games-section, .page-www-aw8net-com__promotions-section, .page-www-aw8net-com__security-service-section, .page-www-aw8net-com__faq-section, .page-www-aw8net-com__blog-section { padding: 50px 15px; } .page-www-aw8net-com__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-www-aw8net-com__introduction-content { gap: 30px; } .page-www-aw8net-com__introduction-content p { font-size: 1em; } .page-www-aw8net-com__introduction-image { max-width: 100%; } .page-www-aw8net-com__access-links, .page-www-aw8net-com__game-grid, .page-www-aw8net-com__promo-grid, .page-www-aw8net-com__service-grid, .page-www-aw8net-com__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-www-aw8net-com__access-button, .page-www-aw8net-com__game-button, .page-www-aw8net-com__promo-button, .page-www-aw8net-com__contact-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-www-aw8net-com__game-card, .page-www-aw8net-com__promo-card, .page-www-aw8net-com__blog-card, .page-www-aw8net-com__service-item, .page-www-aw8net-com__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-www-aw8net-com__game-image, .page-www-aw8net-com__promo-image, .page-www-aw8net-com__service-icon, .page-www-aw8net-com__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-www-aw8net-com__faq-question h3 { font-size: 1.1em; } .page-www-aw8net-com__faq-toggle { font-size: 1.5em; } .page-www-aw8net-com__faq-answer { padding: 0 15px; } .page-www-aw8net-com__faq-item.active .page-www-aw8net-com__faq-answer { padding: 15px 15px !important; } } .page-www-aw8net-com__introduction-content p strong { color: #ffcc00; } .page-www-aw8net-com__faq-question h3, .page-www-aw8net-com__faq-toggle { pointer-events: none; }