.page-phpark-com__hero { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 20px 80px; box-sizing: border-box; overflow: hidden; background-color: #0d1a2f; }.page-phpark-com__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-phpark-com__hero-content { position: relative; z-index: 2; max-width: 900px; }.page-phpark-com__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-phpark-com__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-phpark-com__cta-group { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }.page-phpark-com__cta-button { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #1a1a1a; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-phpark-com__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-phpark-com__section { padding: 60px 20px; background-color: #1a1a1a; color: #e0e0e0; text-align: center; }.page-phpark-com__section:nth-of-type(even) { background-color: #0d1a2f; }.page-phpark-com__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; }.page-phpark-com__text-content { max-width: 800px; margin: 0 auto 30px; line-height: 1.6; }.page-phpark-com__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }.page-phpark-com__quick-access-item { background-color: #2a2a2a; padding: 30px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; }.page-phpark-com__quick-access-item:hover { transform: translateY(-5px); }.page-phpark-com__quick-access-item h3 { color: #ffcc00; margin-bottom: 15px; font-size: 1.3em; }.page-phpark-com__quick-access-item .page-phpark-com__cta-button { width: 100%; }.page-phpark-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-phpark-com__game-card { background-color: #2a2a2a; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease; }.page-phpark-com__game-card:hover { transform: translateY(-5px); }.page-phpark-com__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-phpark-com__game-card-content { padding: 20px; }.page-phpark-com__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; }.page-phpark-com__game-card-description { font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; }.page-phpark-com__promotions-list { max-width: 900px; margin: 0 auto; }.page-phpark-com__promotion-item { background-color: #2a2a2a; padding: 25px; margin-bottom: 20px; border-radius: 8px; text-align: left; display: flex; flex-direction: column; gap: 15px; }.page-phpark-com__promotion-item h3 { color: #ffcc00; font-size: 1.4em; }.page-phpark-com__promotion-item p { margin: 0; }.page-phpark-com__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1000px; margin: 0 auto; }.page-phpark-com__feature-item { flex: 1 1 300px; background-color: #2a2a2a; padding: 30px; border-radius: 8px; text-align: center; }.page-phpark-com__feature-item h3 { color: #ffcc00; margin-bottom: 15px; font-size: 1.3em; }.page-phpark-com__feature-item img { max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 5px; }.page-phpark-com__faq-container { max-width: 800px; margin: 0 auto; text-align: left; }.page-phpark-com__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-phpark-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #333; color: #ffcc00; cursor: pointer; user-select: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-phpark-com__faq-question:hover { background-color: #444; }.page-phpark-com__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; }.page-phpark-com__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-phpark-com__faq-item.active .page-phpark-com__faq-toggle { transform: rotate(45deg); }.page-phpark-com__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-phpark-com__faq-item.active .page-phpark-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-phpark-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-phpark-com__blog-card { background-color: #2a2a2a; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease; }.page-phpark-com__blog-card:hover { transform: translateY(-5px); }.page-phpark-com__blog-card-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-phpark-com__blog-card-content { padding: 20px; }.page-phpark-com__blog-card-title { font-size: 1.2em; color: #ffcc00; margin-bottom: 10px; line-height: 1.4; }.page-phpark-com__blog-card-title a { color: #ffcc00; text-decoration: none; }.page-phpark-com__blog-card-title a:hover { text-decoration: underline; }.page-phpark-com__blog-card-excerpt { font-size: 0.9em; line-height: 1.5; color: #ccc; margin-bottom: 15px; }.page-phpark-com__blog-card-date { font-size: 0.8em; color: #888; }.page-phpark-com__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-phpark-com__floating-button { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background-color: #ffcc00; color: #1a1a1a; border-radius: 50%; font-size: 1.2em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-phpark-com__floating-button:hover { background-color: #e6b800; transform: scale(1.1); }.page-phpark-com__floating-button--register { background-color: #007bff; color: #fff; }.page-phpark-com__floating-button--register:hover { background-color: #0056b3; }.page-phpark-com__app-download-section { padding: 50px 20px; background-color: #0d1a2f; text-align: center; color: #e0e0e0; }.page-phpark-com__app-download-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 30px; }.page-phpark-com__app-download-description { max-width: 700px; margin: 0 auto 40px; line-height: 1.6; }.page-phpark-com__app-download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-phpark-com__app-download-button { display: inline-flex; align-items: center; padding: 15px 30px; background-color: #ffcc00; color: #1a1a1a; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-phpark-com__app-download-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-phpark-com__app-download-button img { margin-right: 10px; height: 24px; }.page-phpark-com__app-download-image { max-width: 300px; height: auto; margin-top: 40px; border-radius: 10px; }.page-phpark-com__app-download-qr { max-width: 150px; height: auto; margin-top: 30px; }.page-phpark-com__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }.page-phpark-com__content-item { background-color: #2a2a2a; padding: 25px; border-radius: 8px; text-align: center; }.page-phpark-com__content-item img { max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 5px; }.page-phpark-com__content-item h3 { color: #ffcc00; margin-bottom: 10px; font-size: 1.3em; }.page-phpark-com__content-item p { font-size: 0.9em; line-height: 1.5; }.page-phpark-com__game-list-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 40px; }.page-phpark-com__game-provider-logo { max-width: 120px; height: auto; object-fit: contain; }.page-phpark-com__game-provider-logo--small { max-width: 80px; height: auto; object-fit: contain; }.page-phpark-com__game-provider-logo--medium { max-width: 100px; height: auto; object-fit: contain; }.page-phpark-com__game-provider-logo--large { max-width: 150px; height: auto; object-fit: contain; }@media (max-width: 768px) { .page-phpark-com__hero { min-height: 400px; padding: 10px 15px 60px; }.page-phpark-com__hero-title { font-size: 2.2em; }.page-phpark-com__hero-subtitle { font-size: 1.2em; }.page-phpark-com__cta-group { flex-direction: column; gap: 10px; }.page-phpark-com__cta-button { padding: 12px 25px; font-size: 1em; width: 100%; }.page-phpark-com__section { padding: 40px 15px; }.page-phpark-com__section-title { font-size: 2em; margin-bottom: 30px; }.page-phpark-com__text-content { margin-bottom: 20px; }.page-phpark-com__quick-access-grid, .page-phpark-com__game-grid, .page-phpark-com__blog-grid, .page-phpark-com__security-features, .page-phpark-com__content-grid { grid-template-columns: 1fr; }.page-phpark-com__quick-access-item, .page-phpark-com__game-card, .page-phpark-com__blog-card, .page-phpark-com__feature-item, .page-phpark-com__content-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-phpark-com__game-card-image { height: 180px; }.page-phpark-com__blog-card-image { height: 160px; }.page-phpark-com__faq-question { padding: 15px 20px; font-size: 1em; }.page-phpark-com__faq-answer { padding: 0 20px; }.page-phpark-com__faq-item.active .page-phpark-com__faq-answer { padding: 15px 20px !important; }.page-phpark-com__floating-buttons { bottom: 15px; right: 15px; }.page-phpark-com__floating-button { width: 50px; height: 50px; font-size: 1em; }.page-phpark-com__app-download-title { font-size: 1.8em; }.page-phpark-com__app-download-description { margin-bottom: 30px; }.page-phpark-com__app-download-buttons { flex-direction: column; gap: 15px; }.page-phpark-com__app-download-button { width: 100%; }.page-phpark-com__app-download-image { max-width: 250px; }.page-phpark-com__game-list-logos { gap: 15px; }.page-phpark-com__game-provider-logo { max-width: 100px; }.page-phpark-com__game-provider-logo--small { max-width: 60px; }.page-phpark-com__game-provider-logo--medium { max-width: 80px; }.page-phpark-com__game-provider-logo--large { max-width: 120px; } * { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } body { font-family: 'Arial', sans-serif; margin: 0; background-color: #0d1a2f; color: #e0e0e0; }.page-phpark-com__cta-button, .page-phpark-com__app-download-button { display: inline-flex; align-items: center; justify-content: center; }.page-phpark-com__cta-button:active, .page-phpark-com__app-download-button:active { transform: translateY(1px); }