.page-phpark-homepage { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-phpark-homepage__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 10px 20px 80px 20px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } .page-phpark-homepage__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-phpark-homepage__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-phpark-homepage__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-phpark-homepage__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-phpark-homepage__hero-cta { display: inline-block; background-color: #ffc107; color: #333; 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; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-phpark-homepage__hero-cta:hover { background-color: #e0a800; transform: translateY(-3px); } .page-phpark-homepage__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-phpark-homepage__section-title { font-size: 2.2em; color: #0056b3; text-align: center; margin-bottom: 40px; position: relative; } .page-phpark-homepage__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; } .page-phpark-homepage__intro-text { text-align: center; font-size: 1.1em; margin-bottom: 40px; } .page-phpark-homepage__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; list-style: none; padding: 0; } .page-phpark-homepage__feature-item { background-color: #f8f9fa; border-radius: 10px; padding: 30px; text-align: center; flex: 1 1 calc(33% - 40px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; box-sizing: border-box; min-width: 280px; } .page-phpark-homepage__feature-item:hover { transform: translateY(-5px); } .page-phpark-homepage__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; } .page-phpark-homepage__feature-title { font-size: 1.4em; color: #007bff; margin-bottom: 15px; } .page-phpark-homepage__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; margin-top: 40px; } .page-phpark-homepage__quick-access-button { display: block; background-color: #007bff; color: #fff; padding: 18px 25px; border-radius: 10px; text-align: center; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); } .page-phpark-homepage__quick-access-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-phpark-homepage__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 40px; } .page-phpark-homepage__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; flex: 1 1 calc(33% - 30px); min-width: 280px; text-align: center; } .page-phpark-homepage__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-phpark-homepage__game-image { width: 100%; height: 200px; object-fit: cover; } .page-phpark-homepage__game-content { padding: 20px; } .page-phpark-homepage__game-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } .page-phpark-homepage__game-description { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-phpark-homepage__game-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; } .page-phpark-homepage__game-button:hover { background-color: #e0a800; } .page-phpark-homepage__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-phpark-homepage__promo-card { background-color: #f8f9fa; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-phpark-homepage__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-phpark-homepage__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-phpark-homepage__promo-content { padding: 25px; text-align: center; } .page-phpark-homepage__promo-title { font-size: 1.6em; color: #007bff; margin-bottom: 15px; } .page-phpark-homepage__promo-description { font-size: 1em; color: #555; margin-bottom: 25px; } .page-phpark-homepage__promo-button { display: inline-block; background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; } .page-phpark-homepage__promo-button:hover { background-color: #218838; } .page-phpark-homepage__security-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; margin-top: 40px; } .page-phpark-homepage__security-image-wrapper { flex: 1 1 40%; min-width: 300px; text-align: center; } .page-phpark-homepage__security-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-phpark-homepage__security-details { flex: 1 1 50%; min-width: 300px; } .page-phpark-homepage__security-text { font-size: 1.1em; margin-bottom: 25px; } .page-phpark-homepage__payment-methods { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; justify-content: center; } .page-phpark-homepage__payment-item { background-color: #e9ecef; padding: 8px 15px; border-radius: 5px; font-weight: bold; color: #495057; } .page-phpark-homepage__contact-button { display: inline-block; background-color: #17a2b8; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; } .page-phpark-homepage__contact-button:hover { background-color: #138496; } .page-phpark-homepage__faq-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-phpark-homepage__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f1f1f1; font-size: 1.1em; font-weight: bold; color: #333; transition: background-color 0.3s ease; user-select: none; } .page-phpark-homepage__faq-question:hover { background-color: #e9e9e9; } .page-phpark-homepage__faq-question h3 { margin: 0; pointer-events: none; flex-grow: 1; } .page-phpark-homepage__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-phpark-homepage__faq-item.active .page-phpark-homepage__faq-toggle { transform: rotate(45deg); } .page-phpark-homepage__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; } .page-phpark-homepage__faq-item.active .page-phpark-homepage__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-phpark-homepage__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-phpark-homepage__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-phpark-homepage__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-phpark-homepage__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-phpark-homepage__blog-content { padding: 20px; } .page-phpark-homepage__blog-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-phpark-homepage__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-phpark-homepage__blog-date { font-size: 0.8em; color: #777; margin-bottom: 15px; } .page-phpark-homepage__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-phpark-homepage__blog-link:hover { color: #0056b3; } @media (max-width: 992px) { .page-phpark-homepage__hero-title { font-size: 2.2em; } .page-phpark-homepage__hero-subtitle { font-size: 1.1em; } .page-phpark-homepage__section-title { font-size: 1.8em; } .page-phpark-homepage__feature-item { flex: 1 1 calc(50% - 20px); } .page-phpark-homepage__game-card { flex: 1 1 calc(50% - 20px); } } @media (max-width: 768px) { .page-phpark-homepage__hero-section { padding-bottom: 60px; } .page-phpark-homepage__hero-title { font-size: 1.8em; } .page-phpark-homepage__hero-subtitle { font-size: 1em; } .page-phpark-homepage__hero-cta { padding: 12px 25px; font-size: 1em; } .page-phpark-homepage__section { padding: 40px 15px; } .page-phpark-homepage__section-title { font-size: 1.6em; } .page-phpark-homepage__feature-item, .page-phpark-homepage__quick-access-button, .page-phpark-homepage__game-card, .page-phpark-homepage__promo-card, .page-phpark-homepage__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-phpark-homepage__feature-list, .page-phpark-homepage__quick-access-grid, .page-phpark-homepage__game-categories, .page-phpark-homepage__promo-grid, .page-phpark-homepage__blog-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-phpark-homepage__feature-item { padding: 20px; } .page-phpark-homepage__game-card { margin-bottom: 20px; } .page-phpark-homepage__security-content { flex-direction: column; gap: 30px; } .page-phpark-homepage__security-image-wrapper, .page-phpark-homepage__security-details { min-width: unset; width: 100%; } .page-phpark-homepage__faq-question { padding: 15px 20px; font-size: 1em; } .page-phpark-homepage__faq-answer { padding: 0 20px; } .page-phpark-homepage__faq-item.active .page-phpark-homepage__faq-answer { padding: 15px 20px !important; } .page-phpark-homepage__payment-methods { justify-content: space-around; } } @media (max-width: 480px) { .page-phpark-homepage__hero-title { font-size: 1.5em; } .page-phpark-homepage__hero-subtitle { font-size: 0.9em; } .page-phpark-homepage__hero-cta { padding: 10px 20px; font-size: 0.9em; } .page-phpark-homepage__section-title { font-size: 1.4em; } .page-phpark-homepage__intro-text { font-size: 1em; } .page-phpark-homepage__quick-access-button { font-size: 1em; padding: 15px 20px; } .page-phpark-homepage__game-title { font-size: 1.3em; } .page-phpark-homepage__promo-title { font-size: 1.4em; } .page-phpark-homepage__blog-title { font-size: 1.1em; } .page-phpark-homepage img { max-width: 100% !important; height: auto !important; } .page-phpark-homepage__game-image, .page-phpark-homepage__promo-image, .page-phpark-homepage__blog-image { width: 100% !important; height: auto !important; max-height: 180px; } .page-phpark-homepage__feature-icon { width: 80px; height: 80px; } .page-phpark-homepage__feature-item p, .page-phpark-homepage__game-description, .page-phpark-homepage__promo-description, .page-phpark-homepage__security-text, .page-phpark-homepage__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }