.page-66f-act { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-66f-act__hero-section { position: relative; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 500px; padding: 10px 0 50px; box-sizing: border-box; } .page-66f-act__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-66f-act__hero-content { z-index: 1; max-width: 900px; padding: 20px; box-sizing: border-box; } .page-66f-act__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #f9c74f; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-66f-act__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; } .page-66f-act__cta-button { display: inline-block; background-color: #e63946; color: #fff; 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; } .page-66f-act__cta-button:hover { background-color: #fca311; transform: translateY(-3px); } .page-66f-act__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #2a2a4a; padding: 30px 15px; } .page-66f-act__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-66f-act__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-66f-act__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; box-sizing: border-box; } .page-66f-act__section:nth-of-type(odd) { background-color: #1a1a2e; } .page-66f-act__section:nth-of-type(even) { background-color: #2a2a4a; } .page-66f-act__section-title { font-size: 2.8em; color: #f9c74f; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-66f-act__section-content { font-size: 1.1em; color: #e0e0e0; margin-bottom: 20px; } .page-66f-act__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-66f-act__grid-item { background-color: #3a3a5a; border-radius: 12px; padding: 25px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-66f-act__grid-item:hover { transform: translateY(-5px); } .page-66f-act__grid-item-title { font-size: 1.8em; color: #f9c74f; margin-bottom: 15px; } .page-66f-act__grid-item-text { color: #e0e0e0; font-size: 1em; margin-bottom: 20px; } .page-66f-act__grid-item-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; max-width: 100%; } .page-66f-act__game-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-66f-act__game-card { background-color: #3a3a5a; border-radius: 12px; overflow: hidden; width: 280px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-66f-act__game-card:hover { transform: translateY(-5px); } .page-66f-act__game-card-image { width: 100%; height: 180px; object-fit: cover; max-width: 100%; } .page-66f-act__game-card-content { padding: 15px; } .page-66f-act__game-card-title { font-size: 1.5em; color: #f9c74f; margin-bottom: 10px; } .page-66f-act__game-card-description { font-size: 0.95em; color: #e0e0e0; margin-bottom: 15px; } .page-66f-act__game-card-button { display: inline-block; background-color: #e63946; color: #fff; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-66f-act__game-card-button:hover { background-color: #fca311; } .page-66f-act__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 40px; } .page-66f-act__promo-card { background-color: #3a3a5a; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; text-align: left; } .page-66f-act__promo-card:hover { transform: translateY(-5px); } .page-66f-act__promo-card-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; } .page-66f-act__promo-card-content { padding: 20px; } .page-66f-act__promo-card-title { font-size: 1.6em; color: #f9c74f; margin-bottom: 10px; } .page-66f-act__promo-card-description { font-size: 1em; color: #e0e0e0; margin-bottom: 15px; } .page-66f-act__promo-card-button { display: inline-block; background-color: #e63946; color: #fff; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-66f-act__promo-card-button:hover { background-color: #fca311; } .page-66f-act__faq-list { margin-top: 40px; text-align: left; } .page-66f-act__faq-item { background-color: #3a3a5a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-66f-act__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #4a4a6a; transition: background-color 0.3s ease; } .page-66f-act__faq-question:hover { background-color: #5a5a7a; } .page-66f-act__faq-question h3 { margin: 0; font-size: 1.3em; color: #f9c74f; pointer-events: none; } .page-66f-act__faq-toggle { font-size: 1.8em; font-weight: bold; color: #f9c74f; transition: transform 0.3s ease; pointer-events: none; } .page-66f-act__faq-item.active .page-66f-act__faq-toggle { transform: rotate(45deg); } .page-66f-act__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; color: #e0e0e0; } .page-66f-act__faq-item.active .page-66f-act__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-66f-act__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-66f-act__blog-card { background-color: #3a3a5a; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; text-align: left; } .page-66f-act__blog-card:hover { transform: translateY(-5px); } .page-66f-act__blog-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-66f-act__blog-card-content { padding: 20px; } .page-66f-act__blog-card-title { font-size: 1.6em; color: #f9c74f; margin-bottom: 10px; } .page-66f-act__blog-card-title a { color: #f9c74f; text-decoration: none; transition: color 0.3s ease; } .page-66f-act__blog-card-title a:hover { color: #fca311; } .page-66f-act__blog-card-excerpt { font-size: 1em; color: #e0e0e0; margin-bottom: 15px; } .page-66f-act__blog-card-date { font-size: 0.9em; color: #bbb; } .page-66f-act__quick-access { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-66f-act__quick-access-button { display: inline-block; background-color: #e63946; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-66f-act__quick-access-button:hover { background-color: #fca311; transform: translateY(-3px); } @media (max-width: 1024px) { .page-66f-act__hero-title { font-size: 3em; } .page-66f-act__hero-subtitle { font-size: 1.3em; } .page-66f-act__section-title { font-size: 2.2em; } .page-66f-act__grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-66f-act__promo-list { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-66f-act__blog-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } } @media (max-width: 768px) { .page-66f-act__hero-section { min-height: 400px; padding: 10px 0 30px; } .page-66f-act__hero-title { font-size: 2.2em; } .page-66f-act__hero-subtitle { font-size: 1.1em; } .page-66f-act__cta-button { padding: 12px 25px; font-size: 1em; } .page-66f-act__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-66f-act__payment-logo, .page-66f-act__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-66f-act__section { padding: 40px 15px; } .page-66f-act__section-title { font-size: 1.8em; } .page-66f-act__section-content { font-size: 1em; } .page-66f-act__grid { grid-template-columns: 1fr; gap: 20px; } .page-66f-act__grid-item { padding: 20px; } .page-66f-act__grid-item-title { font-size: 1.5em; } .page-66f-act__game-list { flex-direction: column; align-items: center; gap: 15px; } .page-66f-act__game-card { width: 100%; max-width: 320px; } .page-66f-act__promo-list { grid-template-columns: 1fr; gap: 20px; } .page-66f-act__promo-card-title { font-size: 1.4em; } .page-66f-act__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-66f-act__blog-card-title { font-size: 1.4em; } .page-66f-act__faq-question h3 { font-size: 1.1em; } .page-66f-act__faq-answer { padding: 0 10px; } .page-66f-act__faq-item.active .page-66f-act__faq-answer { padding: 15px 10px !important; } .page-66f-act__quick-access { flex-direction: column; align-items: center; gap: 15px; } .page-66f-act__quick-access-button { width: 100% !important; max-width: 300px !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-66f-act__grid-item-image, .page-66f-act__game-card-image, .page-66f-act__promo-card-image, .page-66f-act__blog-card-image { max-width: 100% !important; height: auto !important; } }