.page-over-ft { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-over-ft__section-title { font-size: 2.5em; text-align: center; color: #e94560; margin-bottom: 40px; padding: 20px 15px; text-transform: uppercase; letter-spacing: 1px; } .page-over-ft__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 10px; overflow: hidden; } .page-over-ft__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.7); } .page-over-ft__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-over-ft__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; color: #f0f0f0; } .page-over-ft__hero-description { font-size: 1.5em; margin-bottom: 30px; color: #ccc; } .page-over-ft__hero-cta { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-over-ft__button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; white-space: nowrap; box-sizing: border-box; } .page-over-ft__button--primary { background-color: #e94560; color: #fff; border: 2px solid #e94560; } .page-over-ft__button--primary:hover { background-color: #c93550; transform: translateY(-2px); } .page-over-ft__button--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-over-ft__button--secondary:hover { background-color: #e94560; color: #fff; transform: translateY(-2px); } .page-over-ft__button--small { padding: 10px 20px; font-size: 0.9em; } .page-over-ft__payment-providers { padding: 50px 20px; background-color: #2e2e4a; } .page-over-ft__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; } .page-over-ft__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; } .page-over-ft__introduction-section, .page-over-ft__quick-access-section, .page-over-ft__games-section, .page-over-ft__promotions-section, .page-over-ft__security-section, .page-over-ft__blog-section, .page-over-ft__faq-section { padding: 50px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a1a2e; } .page-over-ft__text-content { font-size: 1.1em; margin-bottom: 20px; color: #ccc; text-align: justify; } .page-over-ft__access-grid, .page-over-ft__games-grid, .page-over-ft__promo-grid, .page-over-ft__security-content, .page-over-ft__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-over-ft__access-card, .page-over-ft__game-card, .page-over-ft__promo-card, .page-over-ft__security-item, .page-over-ft__blog-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; text-align: center; padding: 20px; display: flex; flex-direction: column; align-items: center; text-decoration: none; color: inherit; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; box-sizing: border-box; } .page-over-ft__access-card:hover, .page-over-ft__game-card:hover, .page-over-ft__promo-card:hover, .page-over-ft__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-over-ft__access-icon, .page-over-ft__security-icon { width: 200px; height: 200px; object-fit: contain; margin-bottom: 15px; border-radius: 8px; } .page-over-ft__game-image, .page-over-ft__promo-image, .page-over-ft__blog-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; border-radius: 8px; } .page-over-ft__access-title, .page-over-ft__game-title, .page-over-ft__promo-title, .page-over-ft__security-title, .page-over-ft__blog-title { font-size: 1.4em; margin-bottom: 10px; color: #e94560; } .page-over-ft__access-description, .page-over-ft__game-description, .page-over-ft__promo-description, .page-over-ft__security-description, .page-over-ft__blog-summary { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-over-ft__blog-content { text-align: left; width: 100%; padding: 0 10px; display: flex; flex-direction: column; flex-grow: 1; } .page-over-ft__blog-date { font-size: 0.85em; color: #888; margin-bottom: 5px; } .page-over-ft__contact-cta { text-align: center; margin-top: 40px; } .page-over-ft__faq-container { margin-top: 30px; } .page-over-ft__faq-item { background-color: #2e2e4a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-over-ft__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3e3e5a; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-over-ft__faq-question:hover { background-color: #4e4e6a; } .page-over-ft__faq-title { font-size: 1.2em; margin: 0; color: #fff; pointer-events: none; } .page-over-ft__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-over-ft__faq-item.active .page-over-ft__faq-toggle { transform: rotate(45deg); } .page-over-ft__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-over-ft__faq-item.active .page-over-ft__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-over-ft__faq-answer p { margin: 0; padding-bottom: 15px; color: #ccc; } @media (max-width: 1024px) { .page-over-ft__hero-title { font-size: 2.8em; } .page-over-ft__hero-description { font-size: 1.3em; } .page-over-ft__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-over-ft__hero-title { font-size: 2em; } .page-over-ft__hero-description { font-size: 1.1em; } .page-over-ft__hero-cta { flex-direction: column; gap: 15px; } .page-over-ft__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-over-ft__section-title { font-size: 1.8em; } .page-over-ft__logo-grid { gap: 16px; } .page-over-ft__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-over-ft__access-grid, .page-over-ft__games-grid, .page-over-ft__promo-grid, .page-over-ft__security-content, .page-over-ft__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-over-ft__access-card, .page-over-ft__game-card, .page-over-ft__promo-card, .page-over-ft__security-item, .page-over-ft__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-over-ft__text-content, .page-over-ft__access-description, .page-over-ft__game-description, .page-over-ft__promo-description, .page-over-ft__security-description, .page-over-ft__blog-summary, .page-over-ft__blog-date, .page-over-ft__faq-answer p { font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-over-ft__faq-title { font-size: 1.1em; } .page-over-ft__faq-question, .page-over-ft__faq-answer { padding: 15px; } } @media (max-width: 480px) { .page-over-ft__hero-title { font-size: 1.8em; } .page-over-ft__hero-description { font-size: 1em; } .page-over-ft__section-title { font-size: 1.5em; } }