.page-pp55 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-pp55__section { padding: 40px 15px; max-width: 1200px; margin: 0 auto; } @media (min-width: 769px) { .page-pp55__section { padding: 60px 20px; } } .page-pp55__hero-section { background: linear-gradient(135deg, #2a0a5e, #1a053c); padding-top: 10px; text-align: center; color: #fff; position: relative; overflow: hidden; } .page-pp55__hero-image { width: 100%; max-height: 500px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } @media (min-width: 769px) { .page-pp55__hero-image { max-height: 600px; } } .page-pp55__hero-content { position: relative; z-index: 1; padding: 20px 15px 40px; } .page-pp55__hero-title { font-size: 2.5em; margin-bottom: 15px; line-height: 1.2; font-weight: bold; color: #ffeb3b; } @media (min-width: 769px) { .page-pp55__hero-title { font-size: 3.8em; } } .page-pp55__hero-description { font-size: 1.1em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; color: #e0e0e0; } @media (min-width: 769px) { .page-pp55__hero-description { font-size: 1.3em; } } .page-pp55__cta-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .page-pp55__cta-button { background-color: #ffeb3b; color: #1a1a1a; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-pp55__cta-button:hover { background-color: #ffe000; transform: translateY(-3px); } .page-pp55__section-title { font-size: 2em; color: #ffeb3b; text-align: center; margin-bottom: 30px; font-weight: bold; } @media (min-width: 769px) { .page-pp55__section-title { font-size: 2.8em; margin-bottom: 40px; } } .page-pp55__intro-content { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 25px; } @media (min-width: 769px) { .page-pp55__intro-content { flex-direction: row; text-align: left; } .page-pp55__intro-text { flex: 1; padding-right: 30px; } .page-pp55__intro-image-wrapper { flex: 1; max-width: 50%; } } .page-pp55__intro-text p { margin-bottom: 15px; color: #c0c0c0; font-size: 1.05em; } .page-pp55__intro-image { width: 100%; height: auto; border-radius: 8px; object-fit: cover; } .page-pp55__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 30px; } .page-pp55__quick-access-item { background-color: #2b2b2b; border-radius: 10px; padding: 20px; text-align: center; transition: transform 0.3s ease, background-color 0.3s ease; } .page-pp55__quick-access-item:hover { transform: translateY(-5px); background-color: #3a3a3a; } .page-pp55__quick-access-link { color: #ffeb3b; text-decoration: none; font-weight: bold; font-size: 1.1em; display: block; } .page-pp55__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-pp55__game-card { background-color: #2b2b2b; border-radius: 12px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-pp55__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-pp55__game-card-image { width: 100%; height: 180px; object-fit: cover; } .page-pp55__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-pp55__game-card-title { font-size: 1.5em; color: #ffeb3b; margin-bottom: 10px; } .page-pp55__game-card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; } .page-pp55__game-card .page-pp55__cta-button { padding: 10px 20px; font-size: 1em; align-self: center; } .page-pp55__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-pp55__promo-card { background-color: #2b2b2b; border-radius: 12px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-pp55__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-pp55__promo-card-image { width: 100%; height: 180px; object-fit: cover; } .page-pp55__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-pp55__promo-card-title { font-size: 1.5em; color: #ffeb3b; margin-bottom: 10px; } .page-pp55__promo-card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; } .page-pp55__promo-card .page-pp55__cta-button { padding: 10px 20px; font-size: 1em; align-self: center; } .page-pp55__security-content { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 25px; } @media (min-width: 769px) { .page-pp55__security-content { flex-direction: row-reverse; text-align: left; } .page-pp55__security-text { flex: 1; padding-left: 30px; } .page-pp55__security-image-wrapper { flex: 1; max-width: 50%; } } .page-pp55__security-text p { margin-bottom: 15px; color: #c0c0c0; font-size: 1.05em; } .page-pp55__security-image { width: 100%; height: auto; border-radius: 8px; object-fit: cover; } .page-pp55__payment-providers, .page-pp55__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-pp55__provider-logo { width: 120px; height: 60px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-pp55__provider-logo:hover { filter: grayscale(0%); opacity: 1; } .page-pp55__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-pp55__faq-item { background-color: #2b2b2b; margin-bottom: 15px; border-radius: 10px; overflow: hidden; } .page-pp55__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #3a3a3a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-pp55__faq-question:hover { background-color: #4a4a4a; } .page-pp55__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffeb3b; pointer-events: none; } .page-pp55__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffeb3b; pointer-events: none; } .page-pp55__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; background-color: #2b2b2b; color: #c0c0c0; font-size: 0.95em; } .page-pp55__faq-item.active .page-pp55__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-pp55__faq-item.active .page-pp55__faq-toggle { transform: rotate(45deg); } .page-pp55__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-pp55__blog-card { background-color: #2b2b2b; border-radius: 12px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; } .page-pp55__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-pp55__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-pp55__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-pp55__blog-card-title { font-size: 1.3em; color: #ffeb3b; margin-bottom: 10px; } .page-pp55__blog-card-excerpt { font-size: 0.9em; color: #c0c0c0; margin-bottom: 15px; } .page-pp55__blog-card-date { font-size: 0.8em; color: #888; text-align: right; } .page-pp55__floating-buttons { position: fixed; right: 15px; bottom: 80px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-pp55__floating-button { background-color: #ffeb3b; color: #1a1a1a; padding: 12px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-pp55__floating-button:hover { background-color: #ffe000; transform: translateY(-3px); } @media (max-width: 768px) { .page-pp55__hero-title { font-size: 2em; } .page-pp55__hero-description { font-size: 1em; } .page-pp55__cta-button { padding: 12px 25px; font-size: 1em; } .page-pp55__section-title { font-size: 1.8em; } .page-pp55__intro-text p, .page-pp55__security-text p { font-size: 0.95em; } .page-pp55__game-card-title, .page-pp55__promo-card-title { font-size: 1.3em; } .page-pp55__game-card-description, .page-pp55__promo-card-description { font-size: 0.85em; } .page-pp55__faq-question h3 { font-size: 1.1em; } .page-pp55__faq-answer { font-size: 0.9em; } .page-pp55__blog-card-title { font-size: 1.1em; } .page-pp55__blog-card-excerpt { font-size: 0.8em; } .page-pp55__quick-access-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } .page-pp55__floating-buttons { bottom: 60px; right: 10px; } .page-pp55__floating-button { padding: 10px 15px; font-size: 0.9em; } .page-pp55__quick-access-link { font-size: 1em; } .page-pp55__faq-list, .page-pp55__games-grid, .page-pp55__promotions-grid, .page-pp55__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-pp55__faq-item, .page-pp55__game-card, .page-pp55__promo-card, .page-pp55__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-pp55__faq-answer p, .page-pp55__blog-card-excerpt, .page-pp55__game-card-description, .page-pp55__promo-card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }