.page-is-180fbo { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-is-180fbo__section-title { font-size: 2.5em; text-align: center; color: #e9b30c; margin-bottom: 40px; padding-top: 20px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .page-is-180fbo__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 10px 20px 60px; box-sizing: border-box; } .page-is-180fbo__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.7); } .page-is-180fbo__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-is-180fbo__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 20px; text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7); } .page-is-180fbo__hero-subtitle { font-size: 1.5em; color: #ddd; margin-bottom: 30px; } .page-is-180fbo__hero-cta, .page-is-180fbo__game-cta, .page-is-180fbo__promo-cta, .page-is-180fbo__security-cs-cta, .page-is-180fbo__blog-readmore { display: inline-block; background-color: #e9b30c; color: #1a1a2e; 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; border: none; cursor: pointer; } .page-is-180fbo__hero-cta:hover, .page-is-180fbo__game-cta:hover, .page-is-180fbo__promo-cta:hover, .page-is-180fbo__security-cs-cta:hover, .page-is-180fbo__blog-readmore:hover { background-color: #ffcc00; transform: translateY(-3px); } .page-is-180fbo__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: #2a2a4a; } .page-is-180fbo__logo-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; } .page-is-180fbo__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; } .page-is-180fbo__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-is-180fbo__intro-section, .page-is-180fbo__quick-access-section, .page-is-180fbo__games-section, .page-is-180fbo__promotions-section, .page-is-180fbo__security-cs-section, .page-is-180fbo__faq-section, .page-is-180fbo__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; box-sizing: border-box; } .page-is-180fbo__text { font-size: 1.1em; margin-bottom: 20px; text-align: justify; } .page-is-180fbo__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; text-align: center; } .page-is-180fbo__access-link { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; background-color: #2e2e4e; border-radius: 10px; text-decoration: none; color: #f0f0f0; transition: background-color 0.3s ease, transform 0.3s ease; } .page-is-180fbo__access-link:hover { background-color: #3a3a5e; transform: translateY(-5px); } .page-is-180fbo__access-icon { width: 100px; height: 100px; margin-bottom: 15px; object-fit: contain; max-width: 100%; height: auto; } .page-is-180fbo__access-text { font-weight: bold; font-size: 1.2em; } .page-is-180fbo__games-section { background-color: #2a2a4a; border-radius: 10px; padding-bottom: 40px; } .page-is-180fbo__game-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 40px; } .page-is-180fbo__tab-button { background-color: #3a3a5e; color: #f0f0f0; border: none; padding: 12px 25px; border-radius: 25px; cursor: pointer; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; } .page-is-180fbo__tab-button.active, .page-is-180fbo__tab-button:hover { background-color: #e9b30c; color: #1a1a2e; } .page-is-180fbo__game-panel { display: none; text-align: center; } .page-is-180fbo__game-panel.active { display: block; } .page-is-180fbo__game-image { width: 100%; max-width: 800px; height: auto; border-radius: 10px; margin-bottom: 25px; object-fit: cover; } .page-is-180fbo__game-title { font-size: 2em; color: #e9b30c; margin-bottom: 15px; } .page-is-180fbo__game-description { font-size: 1.1em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-is-180fbo__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-is-180fbo__promo-card { background-color: #2e2e4e; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-is-180fbo__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-is-180fbo__promo-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 20px; max-width: 100%; } .page-is-180fbo__promo-title { font-size: 1.8em; color: #e9b30c; margin-bottom: 15px; padding: 0 15px; } .page-is-180fbo__promo-description { font-size: 1em; color: #ddd; margin-bottom: 25px; padding: 0 15px; } .page-is-180fbo__security-cs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; } .page-is-180fbo__security-cs-item { background-color: #2e2e4e; border-radius: 10px; padding: 30px; display: flex; flex-direction: column; align-items: center; } .page-is-180fbo__security-cs-icon { width: 120px; height: 120px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-is-180fbo__security-cs-title { font-size: 1.6em; color: #e9b30c; margin-bottom: 15px; } .page-is-180fbo__security-cs-description { font-size: 1em; color: #ddd; margin-bottom: 25px; } .page-is-180fbo__faq-container { max-width: 800px; margin: 0 auto; } .page-is-180fbo__faq-item { background-color: #2e2e4e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-is-180fbo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a5e; border-bottom: 1px solid #4a4a6e; transition: background-color 0.3s ease; } .page-is-180fbo__faq-question:hover { background-color: #4a4a6e; } .page-is-180fbo__faq-title { font-size: 1.4em; color: #f0f0f0; margin: 0; flex-grow: 1; text-align: left; } .page-is-180fbo__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e9b30c; margin-left: 15px; transition: transform 0.3s ease; } .page-is-180fbo__faq-item.active .page-is-180fbo__faq-toggle { transform: rotate(45deg); } .page-is-180fbo__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; background-color: #2e2e4e; } .page-is-180fbo__faq-item.active .page-is-180fbo__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-is-180fbo__faq-answer p { margin: 0; color: #ddd; font-size: 1em; } .page-is-180fbo__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-is-180fbo__blog-card { background-color: #2e2e4e; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-is-180fbo__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-is-180fbo__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; } .page-is-180fbo__blog-content { padding: 20px; display: flex; flex-direction: column; height: calc(100% - 220px); } .page-is-180fbo__blog-title { font-size: 1.5em; margin-bottom: 10px; } .page-is-180fbo__blog-title a { color: #e9b30c; text-decoration: none; transition: color 0.3s ease; } .page-is-180fbo__blog-title a:hover { color: #ffcc00; } .page-is-180fbo__blog-date { font-size: 0.9em; color: #aaa; margin-bottom: 15px; } .page-is-180fbo__blog-excerpt { font-size: 1em; color: #ddd; margin-bottom: 20px; flex-grow: 1; } .page-is-180fbo__blog-readmore { align-self: flex-start; } @media (max-width: 1024px) { .page-is-180fbo__hero-title { font-size: 3em; } .page-is-180fbo__hero-subtitle { font-size: 1.3em; } .page-is-180fbo__section-title { font-size: 2em; } .page-is-180fbo__game-title { font-size: 1.8em; } .page-is-180fbo__promo-title { font-size: 1.6em; } .page-is-180fbo__security-cs-title { font-size: 1.4em; } .page-is-180fbo__faq-title { font-size: 1.2em; } .page-is-180fbo__blog-title { font-size: 1.3em; } } @media (max-width: 768px) { .page-is-180fbo__hero-section { min-height: 450px; padding: 10px 15px 40px; } .page-is-180fbo__hero-title { font-size: 2.2em; } .page-is-180fbo__hero-subtitle { font-size: 1.1em; } .page-is-180fbo__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-is-180fbo__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-is-180fbo__payment-logo, .page-is-180fbo__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-is-180fbo__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-is-180fbo__intro-section, .page-is-180fbo__quick-access-section, .page-is-180fbo__games-section, .page-is-180fbo__promotions-section, .page-is-180fbo__security-cs-section, .page-is-180fbo__faq-section, .page-is-180fbo__blog-section { padding: 40px 15px; } .page-is-180fbo__text { font-size: 1em; } .page-is-180fbo__access-grid { grid-template-columns: 1fr; gap: 20px; } .page-is-180fbo__access-link { padding: 15px; } .page-is-180fbo__access-icon { width: 80px; height: 80px; margin-bottom: 10px; } .page-is-180fbo__access-text { font-size: 1.1em; } .page-is-180fbo__game-tabs { flex-direction: column; gap: 10px; } .page-is-180fbo__tab-button { width: 100%; box-sizing: border-box !important; } .page-is-180fbo__game-image { margin-bottom: 20px; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-is-180fbo__game-title { font-size: 1.6em; } .page-is-180fbo__game-description { font-size: 0.95em; } .page-is-180fbo__promo-grid, .page-is-180fbo__security-cs-grid, .page-is-180fbo__blog-grid { grid-template-columns: 1fr; gap: 25px; } .page-is-180fbo__promo-image, .page-is-180fbo__security-cs-icon, .page-is-180fbo__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-is-180fbo__promo-title { font-size: 1.5em; } .page-is-180fbo__security-cs-title { font-size: 1.3em; } .page-is-180fbo__faq-question { padding: 15px 20px; } .page-is-180fbo__faq-title { font-size: 1.1em; } .page-is-180fbo__faq-toggle { font-size: 1.5em; } .page-is-180fbo__faq-answer { padding: 0 20px; } .page-is-180fbo__faq-item.active .page-is-180fbo__faq-answer { padding: 15px 20px !important; } .page-is-180fbo__blog-title { font-size: 1.2em; } .page-is-180fbo__blog-excerpt { font-size: 0.9em; } } @media (max-width: 480px) { .page-is-180fbo__hero-title { font-size: 1.8em; } .page-is-180fbo__hero-subtitle { font-size: 1em; } .page-is-180fbo__section-title { font-size: 1.5em; } }