.page-1win-windows{font-family:'Arial',sans-serif;color:#333;line-height:1.6;background-color:#f8f8f8;}.page-1win-windows__container{max-width:1200px;margin:0 auto;padding:0 15px;}.page-1win-windows__section{padding:60px 0;text-align:center;}.page-1win-windows__section--dark{background-color:#222;color:#fff;}.page-1win-windows__section-title{font-size:2.8em;color:#0056b3;margin-bottom:20px;text-transform:uppercase;font-weight:700;}.page-1win-windows__section--dark .page-1win-windows__section-title{color:#fff;}.page-1win-windows__hero-section{position:relative;background-color:#0a192f;color:#fff;padding:10px 0 80px;overflow:hidden;min-height:500px;display:flex;align-items:center;justify-content:center;}.page-1win-windows__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0.6;}.page-1win-windows__hero-content{position:relative;z-index:1;max-width:800px;padding:20px;}.page-1win-windows__hero-title{font-size:3.8em;margin-bottom:20px;line-height:1.1;}.page-1win-windows__hero-subtitle{font-size:1.5em;margin-bottom:30px;font-weight:300;}.page-1win-windows__cta-button{display:inline-block;background-color:#ff4500;color:#fff;padding:15px 30px;border-radius:8px;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-1win-windows__cta-button:hover{background-color:#e03e00;transform:translateY(-2px);}.page-1win-windows__intro-grid{display:grid;grid-template-columns:1fr;gap:30px;text-align:left;max-width:900px;margin:40px auto 0;}.page-1win-windows__intro-text h3{font-size:1.8em;color:#0056b3;margin-bottom:15px;}.page-1win-windows__intro-text p{font-size:1.1em;line-height:1.8;}.page-1win-windows__intro-image{text-align:center;}.page-1win-windows__intro-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,0.1);}.page-1win-windows__quick-access-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px;}.page-1win-windows__quick-access-links .page-1win-windows__cta-button{min-width:200px;}.page-1win-windows__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-1win-windows__game-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.08);padding:25px;text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;}.page-1win-windows__game-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,0.12);}.page-1win-windows__game-card-icon{width:120px;height:120px;margin:0 auto 15px;border-radius:50%;object-fit:cover;}.page-1win-windows__game-card h3{font-size:1.6em;color:#0056b3;margin-bottom:10px;}.page-1win-windows__game-card p{font-size:0.95em;color:#555;margin-bottom:20px;}.page-1win-windows__promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px;}.page-1win-windows__promo-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.08);overflow:hidden;text-align:left;transition:transform 0.3s ease,box-shadow 0.3s ease;}.page-1win-windows__promo-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,0.12);}.page-1win-windows__promo-image{width:100%;height:200px;object-fit:cover;}.page-1win-windows__promo-content{padding:25px;}.page-1win-windows__promo-content h3{font-size:1.6em;color:#0056b3;margin-bottom:10px;}.page-1win-windows__promo-content p{font-size:0.95em;color:#555;margin-bottom:20px;}.page-1win-windows__security-features{display:grid;grid-template-columns:1fr;gap:30px;margin-top:40px;text-align:left;}.page-1win-windows__security-text h3{font-size:1.8em;color:#0056b3;margin-bottom:15px;}.page-1win-windows__security-text p{font-size:1.1em;line-height:1.8;}.page-1win-windows__security-image{text-align:center;}.page-1win-windows__security-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,0.1);}.page-1win-windows__faq-list{max-width:800px;margin:40px auto 0;}.page-1win-windows__faq-item{background-color:#fff;margin-bottom:15px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);}.page-1win-windows__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;user-select:none;background-color:#eef;border-radius:8px;transition:background-color 0.3s ease;}.page-1win-windows__faq-question:hover{background-color:#e0e0f0;}.page-1win-windows__faq-question h3{margin:0;font-size:1.3em;color:#0056b3;pointer-events:none;}.page-1win-windows__faq-toggle{font-size:1.8em;font-weight:bold;color:#0056b3;pointer-events:none;transition:transform 0.3s ease;}.page-1win-windows__faq-item.active .page-1win-windows__faq-toggle{transform:rotate(45deg);}.page-1win-windows__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-1win-windows__faq-item.active .page-1win-windows__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}.page-1win-windows__faq-answer p{margin-bottom:0;font-size:1em;color:#555;}.page-1win-windows__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px;}.page-1win-windows__blog-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.08);overflow:hidden;text-align:left;transition:transform 0.3s ease,box-shadow 0.3s ease;}.page-1win-windows__blog-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,0.12);}.page-1win-windows__blog-image{width:100%;height:200px;object-fit:cover;}.page-1win-windows__blog-content{padding:25px;}.page-1win-windows__blog-content h3{font-size:1.4em;color:#0056b3;margin-bottom:10px;}.page-1win-windows__blog-content h3 a{text-decoration:none;color:inherit;transition:color 0.3s ease;}.page-1win-windows__blog-content h3 a:hover{color:#ff4500;}.page-1win-windows__blog-content p{font-size:0.9em;color:#666;margin-bottom:15px;}.page-1win-windows__blog-date{font-size:0.85em;color:#999;}.page-1win-windows__gamelogo{width:100px;height:100px;margin:0 auto 15px;object-fit:contain;}.page-1win-windows__image-wrapper{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;}.page-1win-windows__image-wrapper img{max-width:100%;height:auto;display:block;}@media (max-width:1024px){.page-1win-windows__hero-title{font-size:3em;}.page-1win-windows__hero-subtitle{font-size:1.3em;}.page-1win-windows__section-title{font-size:2.2em;}.page-1win-windows__intro-grid{grid-template-columns:1fr;}.page-1win-windows__security-features{grid-template-columns:1fr;}}.page-1win-windows__menu-item{box-sizing:border-box !important;}.page-1win-windows__menu-item img{max-width:100% !important;height:auto !important;}@media (max-width:768px){.page-1win-windows__hero-section{padding:10px 0 60px;min-height:400px;}.page-1win-windows__hero-title{font-size:2.5em;}.page-1win-windows__hero-subtitle{font-size:1.1em;}.page-1win-windows__cta-button{padding:12px 25px;font-size:1.1em;}.page-1win-windows__section{padding:40px 0;}.page-1win-windows__section-title{font-size:1.8em;}.page-1win-windows__intro-grid{margin-top:30px;}.page-1win-windows__intro-text h3{font-size:1.5em;}.page-1win-windows__intro-text p{font-size:1em;}.page-1win-windows__quick-access-links{flex-direction:column;gap:15px;}.page-1win-windows__quick-access-links .page-1win-windows__cta-button{width:100%;max-width:300px;margin:0 auto;}.page-1win-windows__games-grid,.page-1win-windows__promotions-grid,.page-1win-windows__blog-grid{grid-template-columns:1fr;gap:20px;margin-top:30px;}.page-1win-windows__game-card,.page-1win-windows__promo-card,.page-1win-windows__blog-card{padding:20px;}.page-1win-windows__game-card h3{font-size:1.4em;}.page-1win-windows__game-card p{font-size:0.9em;}.page-1win-windows__promo-content h3{font-size:1.4em;}.page-1win-windows__promo-content p{font-size:0.9em;}.page-1win-windows__security-features{margin-top:30px;}.page-1win-windows__security-text h3{font-size:1.5em;}.page-1win-windows__security-text p{font-size:1em;}.page-1win-windows__faq-list{margin-top:30px;}.page-1win-windows__faq-question{padding:15px 20px;}.page-1win-windows__faq-question h3{font-size:1.1em;}.page-1win-windows__faq-answer{padding:0 20px;}.page-1win-windows__faq-item.active .page-1win-windows__faq-answer{padding:15px 20px !important;}.page-1win-windows__blog-content h3{font-size:1.2em;}.page-1win-windows__blog-content p{font-size:0.85em;}.page-1win-windows__game-card-icon,.page-1win-windows__gamelogo{width:80px;height:80px;}.page-1win-windows__promo-image,.page-1win-windows__blog-image{height:180px;}.page-1win-windows__list-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;padding:10px !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-1win-windows__list-container{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}}