/* CSS Styles for 444 Winph Page */.page-444-winph {font-family:'Arial', sans-serif;color:#333;line-height:1.6;background-color:#f8f8f8;}.page-444-winph__container {max-width:1200px;margin:0 auto;padding:0 15px;}.page-444-winph__section {padding:40px 0;text-align:center;}.page-444-winph__section--dark {background-color:#222;color:#fff;}.page-444-winph__section-title {font-size:2.5em;margin-bottom:20px;color:#333;}.page-444-winph__section--dark .page-444-winph__section-title {color:#fff;}.page-444-winph__section-subtitle {font-size:1.2em;margin-bottom:30px;color:#666;}.page-444-winph__section--dark .page-444-winph__section-subtitle {color:#ccc;}.page-444-winph__hero-section {position:relative;padding:10px 0 60px 0;background-color:#1a1a1a;color:#fff;overflow:hidden;}.page-444-winph__hero-background {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;}.page-444-winph__hero-content {position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;text-align:center;padding:20px;}.page-444-winph__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-444-winph__hero-description {font-size:1.4em;margin-bottom:30px;max-width:800px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);}.page-444-winph__hero-buttons {display:flex;gap:20px;justify-content:center;flex-wrap:wrap;}.page-444-winph__button {display:inline-block;padding:15px 30px;background-color:#e44d26;color:#fff;text-decoration:none;border-radius:5px;font-weight:bold;transition:background-color 0.3s ease, transform 0.2s ease;border:none;cursor:pointer;font-size:1.1em;}.page-444-winph__button:hover {background-color:#ff6f42;transform:scale(1.05);}.page-444-winph__payment-providers {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;padding:40px 0;background-color:#f0f0f0;}.page-444-winph__payment-logo {flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box;}.page-444-winph__payment-logo img {display:block;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain;}.page-444-winph__intro-content {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;padding:30px 0;}.page-444-winph__intro-text {flex:1 1 45%;min-width:300px;text-align:left;}.page-444-winph__intro-text p {margin-bottom:15px;}.page-444-winph__intro-image {flex:1 1 45%;min-width:300px;max-width:500px;}.page-444-winph__intro-image img {max-width:100%;height:auto;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1);}.page-444-winph__quick-links-grid {display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;padding:30px 0;}.page-444-winph__quick-link-item {background-color:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.05);text-align:center;transition:transform 0.3s ease;}.page-444-winph__quick-link-item:hover {transform:translateY(-5px);}.page-444-winph__quick-link-item h3 {margin-top:0;font-size:1.5em;color:#e44d26;}.page-444-winph__quick-link-item p {color:#555;margin-bottom:20px;}.page-444-winph__game-categories {display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px;padding:30px 0;}.page-444-winph__game-card {background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);text-align:left;}.page-444-winph__game-card-image {width:100%;height:200px;object-fit:cover;}.page-444-winph__game-card-content {padding:20px;}.page-444-winph__game-card-title {font-size:1.8em;margin-top:0;margin-bottom:10px;color:#e44d26;}.page-444-winph__game-card-description {font-size:0.95em;color:#555;margin-bottom:15px;}.page-444-winph__promotions-grid {display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px;padding:30px 0;}.page-444-winph__promo-card {background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);text-align:left;}.page-444-winph__promo-card-image {width:100%;height:200px;object-fit:cover;}.page-444-winph__promo-card-content {padding:20px;}.page-444-winph__promo-card-title {font-size:1.8em;margin-top:0;margin-bottom:10px;color:#e44d26;}.page-444-winph__promo-card-description {font-size:0.95em;color:#555;margin-bottom:15px;}.page-444-winph__security-features {display:flex;flex-wrap:wrap;justify-content:center;gap:30px;padding:30px 0;}.page-444-winph__feature-item {flex:1 1 30%;min-width:280px;background-color:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.05);text-align:left;}.page-444-winph__feature-item h3 {margin-top:0;font-size:1.4em;color:#e44d26;}.page-444-winph__feature-item p {color:#555;}.page-444-winph__faq-list {list-style:none;padding:0;margin-top:30px;max-width:800px;margin-left:auto;margin-right:auto;}.page-444-winph__faq-item {background-color:#fff;margin-bottom:10px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.05);overflow:hidden;}.page-444-winph__faq-question {display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#e44d26;color:#fff;cursor:pointer;user-select:none;font-weight:bold;transition:background-color 0.3s ease;}.page-444-winph__faq-question:hover {background-color:#ff6f42;}.page-444-winph__faq-question h3 {margin:0;font-size:1.1em;pointer-events:none;}.page-444-winph__faq-toggle {font-size:1.5em;line-height:1;pointer-events:none;transition:transform 0.3s ease;}.page-444-winph__faq-item.active .page-444-winph__faq-toggle {transform:rotate(45deg);}.page-444-winph__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-444-winph__faq-item.active .page-444-winph__faq-answer {max-height:2000px !important;padding:20px 15px !important;opacity:1;}.page-444-winph__faq-answer p {margin:0;color:#333;}.page-444-winph__blog-grid {display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;padding:30px 0;}.page-444-winph__blog-card {background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);text-align:left;}.page-444-winph__blog-card-image {width:100%;height:180px;object-fit:cover;}.page-444-winph__blog-card-content {padding:20px;}.page-444-winph__blog-card-title {font-size:1.4em;margin-top:0;margin-bottom:10px;color:#e44d26;}.page-444-winph__blog-card-title a {text-decoration:none;color:inherit;transition:color 0.3s ease;}.page-444-winph__blog-card-title a:hover {color:#ff6f42;}.page-444-winph__blog-card-excerpt {font-size:0.9em;color:#555;margin-bottom:15px;}.page-444-winph__blog-card-date {font-size:0.8em;color:#999;}.page-444-winph img {max-width:100%;height:auto;object-fit:cover;}.page-444-winph__floating-buttons {position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px;}.page-444-winph__floating-button {display:block;width:50px;height:50px;background-color:#e44d26;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8em;text-decoration:none;box-shadow:0 4px 8px rgba(0,0,0,0.2);transition:background-color 0.3s ease, transform 0.2s ease;}.page-444-winph__floating-button:hover {background-color:#ff6f42;transform:scale(1.1);}.page-444-winph__floating-button--register {background-color:#4CAF50;}.page-444-winph__floating-button--register:hover {background-color:#66BB6A;}.page-444-winph__floating-button--login {background-color:#2196F3;}.page-444-winph__floating-button--login:hover {background-color:#64B5F6;}@media (max-width: 768px) {.page-444-winph__hero-title {font-size:2.5em;}.page-444-winph__hero-description {font-size:1.1em;}.page-444-winph__hero-buttons {flex-direction:column;gap:15px;}.page-444-winph__button {width:80%;margin:0 auto;}.page-444-winph__section {padding:30px 0;}.page-444-winph__section-title {font-size:2em;}.page-444-winph__section-subtitle {font-size:1em;}.page-444-winph__intro-content {flex-direction:column;}.page-444-winph__intro-text {min-width:unset;text-align:center;}.page-444-winph__intro-image {min-width:unset;}.page-444-winph__quick-links-grid, .page-444-winph__game-categories, .page-444-winph__promotions-grid, .page-444-winph__blog-grid {grid-template-columns:1fr;}.page-444-winph__feature-item {min-width:unset;}.page-444-winph__payment-providers {flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;}.page-444-winph__payment-logo, .page-444-winph__payment-logo img {width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;}.page-444-winph__faq-list {padding:0 10px;}.page-444-winph__faq-question {padding:12px 15px;}.page-444-winph__faq-question h3 {font-size:1em;}.page-444-winph__faq-answer {padding:0 10px;}.page-444-winph__faq-item.active .page-444-winph__faq-answer {padding:15px 10px !important;}.page-444-winph__floating-buttons {bottom:15px;right:15px;}.page-444-winph__floating-button {width:45px;height:45px;font-size:1.6em;}.page-444-winph ul, .page-444-winph ol {width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-444-winph li {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;}}