.page-winph-5__hero-section {position: relative;width: 100%;height: 600px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;overflow: hidden;padding-top: 10px;box-sizing: border-box;}.page-winph-5__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}.page-winph-5__hero-content {z-index: 1;max-width: 900px;padding: 20px;background: rgba(0, 0, 0, 0.5);border-radius: 10px;}.page-winph-5__hero-title {font-size: 3em;margin-bottom: 20px;line-height: 1.2;}.page-winph-5__hero-subtitle {font-size: 1.5em;margin-bottom: 30px;}.page-winph-5__cta-buttons {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;}.page-winph-5__cta-button {display: inline-block;padding: 15px 30px;background-color: #ffcc00;color: #000;text-decoration: none;border-radius: 5px;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease;}.page-winph-5__cta-button:hover {background-color: #e6b800;}.page-winph-5__section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}.page-winph-5__section:nth-of-type(even) {background-color: #f8f8f8;}.page-winph-5__section-title {text-align: center;font-size: 2.5em;margin-bottom: 40px;color: #333;}.page-winph-5__intro-content {display: flex;flex-wrap: wrap;align-items: center;gap: 40px;}.page-winph-5__intro-text {flex: 1;min-width: 300px;}.page-winph-5__intro-text p {font-size: 1.1em;line-height: 1.6;margin-bottom: 15px;color: #555;}.page-winph-5__intro-image {flex: 1;min-width: 300px;text-align: center;}.page-winph-5__intro-image img {max-width: 100%;height: auto;border-radius: 10px;}.page-winph-5__quick-access-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;text-align: center;}.page-winph-5__quick-access-item {background-color: #fff;padding: 30px;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;}.page-winph-5__quick-access-item:hover {transform: translateY(-5px);}.page-winph-5__quick-access-item a {display: block;font-size: 1.2em;font-weight: bold;color: #007bff;text-decoration: none;}.page-winph-5__quick-access-item a:hover {color: #0056b3;}.page-winph-5__games-tabs {display: flex;justify-content: center;margin-bottom: 30px;flex-wrap: wrap;}.page-winph-5__games-tab {padding: 10px 20px;cursor: pointer;border: 1px solid #ddd;border-bottom: none;background-color: #f0f0f0;font-weight: bold;color: #555;transition: background-color 0.3s ease;}.page-winph-5__games-tab.active {background-color: #fff;border-color: #ccc;color: #000;}.page-winph-5__games-content {border: 1px solid #ccc;padding: 30px;background-color: #fff;}.page-winph-5__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;}.page-winph-5__game-card {background-color: #f9f9f9;border-radius: 10px;overflow: hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);text-align: center;}.page-winph-5__game-card img {max-width: 100%;height: 200px;object-fit: cover;display: block;}.page-winph-5__game-card-content {padding: 20px;}.page-winph-5__game-card h3 {font-size: 1.3em;margin-bottom: 10px;color: #333;}.page-winph-5__game-card p {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-winph-5__game-card .page-winph-5__cta-button {padding: 10px 20px;font-size: 1em;}.page-winph-5__promotions-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-winph-5__promo-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;}.page-winph-5__promo-card img {max-width: 100%;height: 250px;object-fit: cover;display: block;}.page-winph-5__promo-card-content {padding: 25px;}.page-winph-5__promo-card h3 {font-size: 1.4em;margin-bottom: 10px;color: #333;}.page-winph-5__promo-card p {font-size: 1em;color: #666;margin-bottom: 20px;}.page-winph-5__security-support-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 40px;}.page-winph-5__security-item, .page-winph-5__support-item {background-color: #fff;padding: 30px;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);text-align: center;}.page-winph-5__security-item img, .page-winph-5__support-item img {max-width: 100%;height: 250px;object-fit: contain;margin-bottom: 20px;}.page-winph-5__security-item h3, .page-winph-5__support-item h3 {font-size: 1.5em;margin-bottom: 15px;color: #333;}.page-winph-5__security-item p, .page-winph-5__support-item p {font-size: 1em;line-height: 1.6;color: #555;}.page-winph-5__faq-item {margin-bottom: 15px;border: 1px solid #eee;border-radius: 8px;background-color: #fff;}.page-winph-5__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 20px;cursor: pointer;background-color: #f9f9f9;border-radius: 8px;transition: background-color 0.3s ease;}.page-winph-5__faq-question:hover {background-color: #f0f0f0;}.page-winph-5__faq-question h3 {font-size: 1.2em;color: #333;margin: 0;pointer-events: none;}.page-winph-5__faq-toggle {font-size: 1.5em;font-weight: bold;color: #555;transition: transform 0.3s ease;pointer-events: none;}.page-winph-5__faq-item.active .page-winph-5__faq-toggle {transform: rotate(45deg);}.page-winph-5__faq-answer {max-height: 0;overflow: hidden;padding: 0 15px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-winph-5__faq-item.active .page-winph-5__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-winph-5__faq-answer p {margin-bottom: 10px;line-height: 1.6;color: #555;font-size: 0.95em;}.page-winph-5__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-winph-5__blog-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;transition: transform 0.3s ease;}.page-winph-5__blog-card:hover {transform: translateY(-5px);}.page-winph-5__blog-card img {max-width: 100%;height: 220px;object-fit: cover;display: block;}.page-winph-5__blog-card-content {padding: 20px;}.page-winph-5__blog-card h3 {font-size: 1.3em;margin-bottom: 10px;min-height: 60px;}.page-winph-5__blog-card h3 a {color: #333;text-decoration: none;}.page-winph-5__blog-card h3 a:hover {color: #007bff;}.page-winph-5__blog-card p {font-size: 0.9em;color: #666;line-height: 1.5;margin-bottom: 15px;}.page-winph-5__blog-card-date {font-size: 0.85em;color: #999;margin-bottom: 10px;}.page-winph-5__floating-buttons {position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 15px;z-index: 1000;}.page-winph-5__floating-button {display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;background-color: #ffcc00;color: #000;border-radius: 50%;text-decoration: none;font-size: 0.9em;font-weight: bold;text-align: center;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);transition: background-color 0.3s ease, transform 0.3s ease;line-height: 1.2;}.page-winph-5__floating-button:hover {background-color: #e6b800;transform: scale(1.05);}.page-winph-5__floating-button span {display: block;}.page-winph-5__games-provider-logos {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-winph-5__games-provider-logos img {height: 60px;object-fit: contain;filter: grayscale(100%);opacity: 0.7;transition: filter 0.3s ease, opacity 0.3s ease;}.page-winph-5__games-provider-logos img:hover {filter: grayscale(0%);opacity: 1;}@media (max-width: 992px) {.page-winph-5__hero-title {font-size: 2.5em;}.page-winph-5__hero-subtitle {font-size: 1.3em;}.page-winph-5__section-title {font-size: 2em;}.page-winph-5__intro-content {flex-direction: column;}.page-winph-5__quick-access-grid, .page-winph-5__games-grid, .page-winph-5__promotions-grid, .page-winph-5__security-support-grid, .page-winph-5__blog-grid {grid-template-columns: 1fr;}.page-winph-5__floating-buttons {right: 15px;bottom: 15px;gap: 10px;}.page-winph-5__floating-button {width: 50px;height: 50px;font-size: 0.8em;}}@media (max-width: 768px) {.page-winph-5__hero-section {height: 500px;}.page-winph-5__hero-title {font-size: 2em;}.page-winph-5__hero-subtitle {font-size: 1.1em;}.page-winph-5__cta-buttons {flex-direction: column;}.page-winph-5__cta-button {width: 80%;margin: 0 auto;}.page-winph-5__section {padding: 40px 15px;}.page-winph-5__section-title {font-size: 1.8em;}.page-winph-5__games-tab {padding: 8px 15px;font-size: 0.9em;}.page-winph-5__games-tabs {justify-content: flex-start;overflow-x: auto;}.page-winph-5__faq-question h3 {font-size: 1.1em;}.page-winph-5__faq-answer {padding: 0 10px !important;}.page-winph-5__faq-item.active .page-winph-5__faq-answer {padding: 15px 10px !important;}.page-winph-5__faq-answer p {font-size: 0.9em;}.page-winph-5__quick-access-item a, .page-winph-5__game-card h3, .page-winph-5__promo-card h3, .page-winph-5__security-item h3, .page-winph-5__support-item h3, .page-winph-5__blog-card h3 {font-size: 1.1em;}.page-winph-5__intro-text p, .page-winph-5__game-card p, .page-winph-5__promo-card p, .page-winph-5__security-item p, .page-winph-5__support-item p, .page-winph-5__blog-card p {font-size: 0.9em;}.page-winph-5__games-provider-logos img {height: 45px;}.page-winph-5__quick-access-grid > *, .page-winph-5__games-grid > *, .page-winph-5__promotions-grid > *, .page-winph-5__security-support-grid > *, .page-winph-5__blog-grid > * {width: 100% !important;box-sizing: border-box !important;}.page-winph-5__quick-access-grid, .page-winph-5__games-grid, .page-winph-5__promotions-grid, .page-winph-5__security-support-grid, .page-winph-5__blog-grid {width: 100% !important;max-width: 100% !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}.page-winph-5__intro-text p, .page-winph-5__game-card p, .page-winph-5__promo-card p, .page-winph-5__security-item p, .page-winph-5__support-item p, .page-winph-5__blog-card p, .page-winph-5__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}.page-winph-5__floating-buttons .page-winph-5__floating-button span {font-size: 0.7em;}@media (max-width: 480px) {.page-winph-5__hero-title {font-size: 1.8em;}.page-winph-5__hero-subtitle {font-size: 1em;}.page-winph-5__cta-button {padding: 12px 25px;font-size: 1em;}.page-winph-5__section-title {font-size: 1.6em;}.page-winph-5__floating-button {width: 45px;height: 45px;font-size: 0.7em;}}