.page-226-phfun { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; margin: 0; padding-bottom: 80px; } .page-226-phfun__header-placeholder { display: flex; justify-content: center; align-items: center; padding: 10px 0; background-color: #0f3460; border-bottom: 2px solid #e94560; margin-bottom: 20px; } .page-226-phfun__brand-logo { font-size: 2.5em; font-weight: bold; color: #e94560; text-align: center; text-transform: uppercase; letter-spacing: 2px; } .page-226-phfun__hero-section { position: relative; width: 100%; overflow: hidden; text-align: center; color: #fff; padding-top: 10px; } .page-226-phfun__hero-image { width: 100%; height: auto; display: block; max-width: 100%; object-fit: cover; } .page-226-phfun__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; } .page-226-phfun__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-226-phfun__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-226-phfun__cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-226-phfun__button { display: inline-block; padding: 15px 30px; background-color: #e94560; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-226-phfun__button:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-226-phfun__section { padding: 40px 20px; text-align: center; } .page-226-phfun__section-title { font-size: 2.2em; color: #e94560; margin-bottom: 30px; position: relative; display: inline-block; } .page-226-phfun__section-title::after { content: ''; display: block; width: 60%; height: 3px; background-color: #e94560; margin: 10px auto 0; } .page-226-phfun__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-226-phfun__grid-item { background-color: #0f3460; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; padding-bottom: 20px; } .page-226-phfun__grid-item:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6); } .page-226-phfun__item-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-226-phfun__item-content { padding: 20px 15px 0; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-226-phfun__item-title { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-226-phfun__item-description { font-size: 1em; color: #ccc; line-height: 1.6; margin-bottom: 20px; } .page-226-phfun__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-226-phfun__floating-button { background-color: #e94560; color: #fff; border: none; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 1.1em; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); cursor: pointer; transition: background-color 0.3s ease, transform 0.3s ease; text-decoration: none; } .page-226-phfun__floating-button:hover { background-color: #ff6a80; transform: scale(1.1); } .page-226-phfun__why-choose-list { list-style: none; padding: 0; max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 20px; } .page-226-phfun__why-choose-item { background-color: #0f3460; border-radius: 10px; padding: 25px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-226-phfun__why-choose-item:hover { transform: translateY(-5px); } .page-226-phfun__why-choose-item h3 { color: #e94560; font-size: 1.4em; margin-bottom: 10px; } .page-226-phfun__why-choose-item p { color: #ccc; font-size: 1em; line-height: 1.6; } @media (max-width: 768px) { .page-226-phfun { padding-bottom: 100px; } .page-226-phfun__hero-title { font-size: 2em; } .page-226-phfun__hero-subtitle { font-size: 1em; } .page-226-phfun__cta-buttons { flex-direction: column; gap: 15px; } .page-226-phfun__button { width: 80%; margin: 0 auto; padding: 12px 25px; font-size: 1em; } .page-226-phfun__section { padding: 30px 15px; } .page-226-phfun__section-title { font-size: 1.8em; } .page-226-phfun__grid { grid-template-columns: 1fr; } .page-226-phfun__grid-item { margin: 0 auto; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-226-phfun__item-image { height: 180px; max-width: 100% !important; } .page-226-phfun__item-title { font-size: 1.3em; } .page-226-phfun__item-description { font-size: 0.9em; } .page-226-phfun__floating-buttons { right: 10px; bottom: 10px; gap: 10px; } .page-226-phfun__floating-button { width: 50px; height: 50px; font-size: 1em; } .page-226-phfun__why-choose-list { width: 100% !important; max-width: 100% !important; padding: 0 15px !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-226-phfun__why-choose-item { padding: 20px; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-226-phfun__why-choose-item h3 { font-size: 1.2em; } .page-226-phfun__why-choose-item p { font-size: 0.9em; } } @media (max-width: 480px) { .page-226-phfun__hero-title { font-size: 1.8em; } .page-226-phfun__hero-subtitle { font-size: 0.9em; } .page-226-phfun__section-title { font-size: 1.6em; } } .page-226-phfun__promo-tag { background-color: #e94560; color: #fff; padding: 5px 10px; border-radius: 5px; font-size: 0.8em; position: absolute; top: 10px; left: 10px; z-index: 10; } .page-226-phfun__promo-item { position: relative; } .page-226-phfun__promo-tag--centered { position: static; display: inline-block; margin-bottom: 10px; } .page-226-phfun__game-logo { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-226-phfun__centered-image-container { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; } .page-226-phfun__product-image { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; max-width: 100%; } .page-226-phfun__product-image-small { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; max-width: 100%; }