.page-phpark__hero-section { background-color: #0d1a26; color: #fff; padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; padding-top: 10px; } .page-phpark__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-phpark__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-phpark__hero-content h1 { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; color: #ffcc00; } .page-phpark__hero-content p { font-size: 1.2em; line-height: 1.6; margin-bottom: 30px; } .page-phpark__btn { display: inline-block; background-color: #ffcc00; color: #0d1a26; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-phpark__btn:hover { background-color: #e6b800; } .page-phpark__features-section, .page-phpark__games-showcase, .page-phpark__cta-section, .page-phpark__faq-section { background-color: #1a2a3a; color: #f0f0f0; padding: 50px 20px; text-align: center; } .page-phpark__features-section h2, .page-phpark__games-showcase h2, .page-phpark__cta-section h2, .page-phpark__faq-section h2 { font-size: 2.2em; margin-bottom: 30px; color: #ffcc00; } .page-phpark__features-section p, .page-phpark__games-showcase p, .page-phpark__cta-section p, .page-phpark__faq-section p { font-size: 1.1em; line-height: 1.6; max-width: 800px; margin: 0 auto 40px; } .page-phpark__features-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; list-style: none; padding: 0; margin: 0 auto 40px; max-width: 1200px; } .page-phpark__feature-item { background-color: #2a3d4f; border-radius: 10px; padding: 30px; flex: 1 1 calc(33% - 50px); min-width: 280px; box-sizing: border-box; text-align: left; transition: transform 0.3s ease; } .page-phpark__feature-item:hover { transform: translateY(-5px); } .page-phpark__feature-item h3 { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-phpark__feature-item p { font-size: 1em; line-height: 1.5; color: #ccc; } .page-phpark__feature-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; } .page-phpark__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto 40px; padding: 0; list-style: none; } .page-phpark__provider-logo { background-color: #2a3d4f; border-radius: 10px; padding: 20px; display: flex; align-items: center; justify-content: center; width: 150px; height: 100px; transition: transform 0.3s ease; } .page-phpark__provider-logo:hover { transform: scale(1.05); } .page-phpark__provider-logo img { max-width: 100%; max-height: 100%; object-fit: contain; } .page-phpark__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-phpark__cta-section .page-phpark__btn { margin-top: 20px; } .page-phpark__faq-list { max-width: 900px; margin: 0 auto; text-align: left; } .page-phpark__faq-item { background-color: #2a3d4f; border-radius: 10px; margin-bottom: 15px; overflow: hidden; } .page-phpark__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a4d60; border-bottom: 1px solid #4a5d70; transition: background-color 0.3s ease; } .page-phpark__faq-question:hover { background-color: #4a5d70; } .page-phpark__faq-question h3 { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } .page-phpark__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-phpark__faq-item.active .page-phpark__faq-toggle { transform: rotate(45deg); } .page-phpark__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: #2a3d4f; } .page-phpark__faq-item.active .page-phpark__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-phpark__faq-answer p { margin: 0; font-size: 1em; line-height: 1.6; color: #ccc; } .page-phpark__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-phpark__floating-btn { background-color: #ffcc00; color: #0d1a26; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-phpark__floating-btn:hover { background-color: #e6b800; transform: translateY(-3px); } @media (max-width: 768px) { .page-phpark__hero-content h1 { font-size: 2em; } .page-phpark__hero-content p { font-size: 1em; } .page-phpark__features-section h2, .page-phpark__games-showcase h2, .page-phpark__cta-section h2, .page-phpark__faq-section h2 { font-size: 1.8em; } .page-phpark__features-list { flex-direction: column; gap: 20px; } .page-phpark__feature-item { flex: 1 1 100%; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 25px; } .page-phpark__feature-item h3 { font-size: 1.3em; } .page-phpark__game-providers { gap: 15px; } .page-phpark__provider-logo { width: 120px; height: 80px; padding: 15px; } .page-phpark__cta-buttons { flex-direction: column; gap: 15px; } .page-phpark__btn { width: 100%; max-width: 300px; margin: 0 auto; } .page-phpark__faq-question { padding: 18px 20px; } .page-phpark__faq-question h3 { font-size: 1.1em; } .page-phpark__faq-answer { padding: 0 20px; } .page-phpark__faq-item.active .page-phpark__faq-answer { padding: 15px 20px !important; } .page-phpark__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-phpark__floating-btn { padding: 10px 20px; font-size: 0.9em; } } @media (max-width: 480px) { .page-phpark__hero-content h1 { font-size: 1.8em; } .page-phpark__hero-content p { font-size: 0.95em; } .page-phpark__btn { padding: 12px 25px; font-size: 1em; } }