.page-phpark-21__hero-section { background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); color: #ffffff; padding: 10px 20px 60px; text-align: center; position: relative; overflow: hidden; border-radius: 0 0 20px 20px; }.page-phpark-21__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.2; }.page-phpark-21__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-phpark-21__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; }.page-phpark-21__hero-title strong { color: #f7d300; }.page-phpark-21__hero-description { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; }.page-phpark-21__download-button { display: inline-block; background-color: #f7d300; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; 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-phpark-21__download-button:hover { background-color: #ffe033; transform: translateY(-3px); }.page-phpark-21__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-phpark-21__float-button { background-color: #f7d300; color: #1a1a2e; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; 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; }.page-phpark-21__float-button:hover { background-color: #ffe033; transform: scale(1.05); }.page-phpark-21__section { padding: 60px 20px; text-align: center; }.page-phpark-21__section-title { font-size: 2.2em; color: #f7d300; margin-bottom: 40px; }.page-phpark-21__section-title strong { color: #ffffff; }.page-phpark-21__game-categories { background-color: #1a1a2e; }.page-phpark-21__category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-phpark-21__category-item { background-color: #2a2a4a; border-radius: 15px; padding: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 180px; }.page-phpark-21__category-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-phpark-21__game-logo { max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 15px; }.page-phpark-21__category-title { font-size: 1.3em; color: #ffffff; margin-top: 10px; }.page-phpark-21__features-section { background-color: #0f0c29; color: #ffffff; }.page-phpark-21__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-phpark-21__feature-card { background-color: #2a2a4a; border-radius: 15px; padding: 30px; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-phpark-21__feature-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-phpark-21__feature-icon { max-width: 80px; height: auto; margin-bottom: 20px; display: block; }.page-phpark-21__feature-title { font-size: 1.5em; color: #f7d300; margin-bottom: 15px; }.page-phpark-21__feature-description { font-size: 1em; line-height: 1.6; color: #cccccc; }.page-phpark-21__cta-section { background: linear-gradient(45deg, #302b63, #0f0c29); color: #ffffff; padding: 80px 20px; }.page-phpark-21__cta-text { font-size: 1.8em; margin-bottom: 30px; }.page-phpark-21__cta-button { background-color: #f7d300; color: #1a1a2e; padding: 18px 40px; border-radius: 50px; 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-phpark-21__cta-button:hover { background-color: #ffe033; transform: translateY(-3px); }.page-phpark-21__faq-section { background-color: #1a1a2e; color: #ffffff; }.page-phpark-21__faq-container { max-width: 900px; margin: 0 auto; text-align: left; }.page-phpark-21__faq-item { margin-bottom: 15px; border: 1px solid #302b63; border-radius: 10px; overflow: hidden; }.page-phpark-21__faq-question { background-color: #2a2a4a; padding: 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-phpark-21__faq-question:hover { background-color: #3a3a5a; }.page-phpark-21__faq-question h3 { margin: 0; font-size: 1.2em; color: #f7d300; pointer-events: none; }.page-phpark-21__faq-toggle { font-size: 1.8em; font-weight: bold; color: #f7d300; pointer-events: none; transition: transform 0.3s ease; }.page-phpark-21__faq-item.active .page-phpark-21__faq-toggle { transform: rotate(45deg); }.page-phpark-21__faq-answer { background-color: #2a2a4a; 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-phpark-21__faq-item.active .page-phpark-21__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-phpark-21__faq-answer p { margin: 0; line-height: 1.6; color: #cccccc; }.page-phpark-21__text-highlight { color: #f7d300; }.page-phpark-21__text-bold { font-weight: bold; }.page-phpark-21__centered-image { display: block; margin: 0 auto 20px; max-width: 100%; height: auto; border-radius: 10px; }.page-phpark-21__image-caption { font-size: 0.9em; color: #cccccc; margin-top: -10px; margin-bottom: 20px; }.page-phpark-21__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-phpark-21__float-button { background-color: #f7d300; color: #1a1a2e; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; 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; }.page-phpark-21__float-button:hover { background-color: #ffe033; transform: scale(1.05); }@media (max-width: 768px) { .page-phpark-21__hero-title { font-size: 2.2em; }.page-phpark-21__hero-description { font-size: 1em; }.page-phpark-21__download-button { padding: 12px 25px; font-size: 1em; }.page-phpark-21__section { padding: 40px 15px; }.page-phpark-21__section-title { font-size: 1.8em; margin-bottom: 30px; }.page-phpark-21__category-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 15px; }.page-phpark-21__category-item { padding: 15px; min-height: 150px; }.page-phpark-21__category-title { font-size: 1.1em; }.page-phpark-21__features-grid { grid-template-columns: 1fr; }.page-phpark-21__feature-card { padding: 25px; }.page-phpark-21__cta-section { padding: 60px 15px; }.page-phpark-21__cta-text { font-size: 1.4em; }.page-phpark-21__cta-button { padding: 15px 30px; font-size: 1.1em; }.page-phpark-21__faq-question { padding: 15px; }.page-phpark-21__faq-question h3 { font-size: 1.1em; }.page-phpark-21__faq-toggle { font-size: 1.5em; }.page-phpark-21__faq-answer { padding: 0 15px; }.page-phpark-21__faq-item.active .page-phpark-21__faq-answer { padding: 15px !important; }.page-phpark-21__floating-buttons { bottom: 15px; right: 15px; }.page-phpark-21__float-button { padding: 10px 20px; font-size: 0.9em; }}.page-phpark-21__game-categories .page-phpark-21__category-item, .page-phpark-21__features-section .page-phpark-21__feature-card, .page-phpark-21__faq-section .page-phpark-21__faq-item { box-sizing: border-box; }@media (max-width: 768px) { .page-phpark-21__game-categories .page-phpark-21__category-grid, .page-phpark-21__features-section .page-phpark-21__features-grid, .page-phpark-21__faq-section .page-phpark-21__faq-container { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-phpark-21__game-categories .page-phpark-21__category-item, .page-phpark-21__features-section .page-phpark-21__feature-card, .page-phpark-21__faq-section .page-phpark-21__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-phpark-21__game-categories .page-phpark-21__category-item p, .page-phpark-21__features-section .page-phpark-21__feature-card p, .page-phpark-21__faq-section .page-phpark-21__faq-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-phpark-21__game-categories .page-phpark-21__category-grid { grid-template-columns: 1fr; } }