.page-kuwin02-co { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; }.page-kuwin02-co__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10px 20px 80px 20px; overflow: hidden; background-color: #0d1117; }.page-kuwin02-co__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-kuwin02-co__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)); z-index: 2; }.page-kuwin02-co__hero-content { position: relative; z-index: 3; max-width: 900px; margin: 0 auto; }.page-kuwin02-co__hero-title { font-size: 3.2em; margin-bottom: 20px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); line-height: 1.2; }.page-kuwin02-co__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #e0e0e0; }.page-kuwin02-co__cta-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }.page-kuwin02-co__cta-button { display: inline-block; padding: 15px 30px; background-color: #ff5722; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-kuwin02-co__cta-button:hover { background-color: #e64a19; transform: translateY(-3px); }.page-kuwin02-co__cta-button--secondary { background-color: #4CAF50; }.page-kuwin02-co__cta-button--secondary:hover { background-color: #388E3C; }.page-kuwin02-co__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-kuwin02-co__section-title { font-size: 2.5em; margin-bottom: 40px; color: #ffeb3b; text-align: center; position: relative; padding-bottom: 15px; }.page-kuwin02-co__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ff5722; border-radius: 2px; }.page-kuwin02-co__text-content { font-size: 1.1em; color: #e0e0e0; margin-bottom: 30px; text-align: left; }.page-kuwin02-co__text-content p { margin-bottom: 15px; }.page-kuwin02-co__quick-access-grid, .page-kuwin02-co__games-grid, .page-kuwin02-co__promotions-grid, .page-kuwin02-co__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; align-items: stretch; }.page-kuwin02-co__card { background-color: #2b2b3b; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 16px rgba(0,0,0,0.4); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-kuwin02-co__card:hover { transform: translateY(-5px); box-shadow: 0 12px 24px rgba(0,0,0,0.6); }.page-kuwin02-co__card-image-wrapper { width: 100%; height: 200px; overflow: hidden; }.page-kuwin02-co__card-image { width: 100%; height: 100%; object-fit: cover; display: block; }.page-kuwin02-co__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }.page-kuwin02-co__card-title { font-size: 1.5em; margin-bottom: 15px; color: #ffeb3b; }.page-kuwin02-co__card-text { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; flex-grow: 1; }.page-kuwin02-co__card-button { display: inline-block; padding: 12px 25px; background-color: #ff5722; color: #fff; text-decoration: none; border-radius: 30px; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; border: none; cursor: pointer; align-self: flex-start; }.page-kuwin02-co__card-button:hover { background-color: #e64a19; }.page-kuwin02-co__logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; justify-content: center; align-items: center; margin-top: 30px; }.page-kuwin02-co__logo-item { padding: 10px; background-color: #3a3a5a; border-radius: 10px; display: flex; justify-content: center; align-items: center; height: 80px; }.page-kuwin02-co__logo-image { max-width: 100%; max-height: 100%; object-fit: contain; }.page-kuwin02-co__faq-list { list-style: none; padding: 0; max-width: 900px; margin: 0 auto; text-align: left; }.page-kuwin02-co__faq-item { background-color: #2b2b3b; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.3); }.page-kuwin02-co__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a5a; color: #ffeb3b; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-kuwin02-co__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffeb3b; pointer-events: none; }.page-kuwin02-co__faq-question:hover { background-color: #4d4d6e; }.page-kuwin02-co__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-kuwin02-co__faq-item.active .page-kuwin02-co__faq-toggle { transform: rotate(45deg); }.page-kuwin02-co__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-kuwin02-co__faq-item.active .page-kuwin02-co__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuwin02-co__faq-answer p { margin: 0; color: #c0c0c0; font-size: 1em; }.page-kuwin02-co__blog-post { background-color: #2b2b3b; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 16px rgba(0,0,0,0.4); text-align: left; display: flex; flex-direction: column; height: 100%; }.page-kuwin02-co__blog-image-wrapper { width: 100%; height: 220px; overflow: hidden; }.page-kuwin02-co__blog-image { width: 100%; height: 100%; object-fit: cover; display: block; }.page-kuwin02-co__blog-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }.page-kuwin02-co__blog-date { font-size: 0.9em; color: #9e9e9e; margin-bottom: 10px; }.page-kuwin02-co__blog-title { font-size: 1.4em; margin-bottom: 10px; color: #ffeb3b; line-height: 1.3; }.page-kuwin02-co__blog-title a { color: #ffeb3b; text-decoration: none; transition: color 0.3s ease; }.page-kuwin02-co__blog-title a:hover { color: #ff5722; }.page-kuwin02-co__blog-excerpt { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; flex-grow: 1; }.page-kuwin02-co__blog-read-more { display: inline-block; padding: 10px 20px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 25px; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; align-self: flex-start; }.page-kuwin02-co__blog-read-more:hover { background-color: #388E3C; }.page-kuwin02-co__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-kuwin02-co__floating-button { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background-color: #ff5722; color: #fff; border-radius: 50%; text-decoration: none; font-size: 0.9em; font-weight: bold; box-shadow: 0 4px 8px rgba(0,0,0,0.4); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; line-height: 1.2; }.page-kuwin02-co__floating-button:hover { background-color: #e64a19; transform: scale(1.05); }.page-kuwin02-co__floating-button--login { background-color: #4CAF50; }.page-kuwin02-co__floating-button--login:hover { background-color: #388E3C; }@media (max-width: 1024px) { .page-kuwin02-co__hero-title { font-size: 2.8em; } .page-kuwin02-co__hero-subtitle { font-size: 1.3em; } .page-kuwin02-co__section-title { font-size: 2.2em; } .page-kuwin02-co__card-title { font-size: 1.3em; } .page-kuwin02-co__faq-question h3 { font-size: 1.1em; } .page-kuwin02-co__faq-answer p { font-size: 0.95em; } .page-kuwin02-co__blog-title { font-size: 1.2em; }}.page-kuwin02-co__intro-section .page-kuwin02-co__text-content { text-align: center; }@media (max-width: 768px) { .page-kuwin02-co__hero-section { padding-bottom: 60px; } .page-kuwin02-co__hero-title { font-size: 2.2em; margin-bottom: 15px; } .page-kuwin02-co__hero-subtitle { font-size: 1.1em; margin-bottom: 25px; } .page-kuwin02-co__cta-buttons { flex-direction: column; gap: 10px; } .page-kuwin02-co__cta-button { width: 80%; max-width: 300px; padding: 12px 20px; font-size: 1em; } .page-kuwin02-co__section { padding: 40px 15px; } .page-kuwin02-co__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-kuwin02-co__text-content { font-size: 1em; } .page-kuwin02-co__text-content p { margin-bottom: 10px; } .page-kuwin02-co__quick-access-grid, .page-kuwin02-co__games-grid, .page-kuwin02-co__promotions-grid, .page-kuwin02-co__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuwin02-co__card-content, .page-kuwin02-co__blog-content { padding: 20px; } .page-kuwin02-co__card-title { font-size: 1.2em; margin-bottom: 10px; } .page-kuwin02-co__card-text { font-size: 0.95em; margin-bottom: 15px; } .page-kuwin02-co__card-button { padding: 10px 20px; font-size: 0.9em; } .page-kuwin02-co__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-kuwin02-co__faq-question h3 { font-size: 1.1em; } .page-kuwin02-co__faq-answer { padding: 0 20px; } .page-kuwin02-co__faq-item.active .page-kuwin02-co__faq-answer { padding: 15px 20px !important; } .page-kuwin02-co__faq-answer p { font-size: 0.9em; } .page-kuwin02-co__blog-date { font-size: 0.85em; } .page-kuwin02-co__blog-title { font-size: 1.1em; } .page-kuwin02-co__blog-excerpt { font-size: 0.9em; } .page-kuwin02-co__blog-read-more { padding: 8px 15px; font-size: 0.85em; } .page-kuwin02-co__floating-buttons { right: 10px; bottom: 10px; gap: 10px; } .page-kuwin02-co__floating-button { width: 50px; height: 50px; font-size: 0.8em; }.page-kuwin02-co__logo-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 15px; } .page-kuwin02-co__logo-item { height: 60px; }}.page-kuwin02-co__quick-access-grid .page-kuwin02-co__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwin02-co__quick-access-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwin02-co__quick-access-grid .page-kuwin02-co__card-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuwin02-co__games-grid .page-kuwin02-co__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwin02-co__games-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwin02-co__games-grid .page-kuwin02-co__card-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuwin02-co__promotions-grid .page-kuwin02-co__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwin02-co__promotions-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwin02-co__promotions-grid .page-kuwin02-co__card-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuwin02-co__blog-grid .page-kuwin02-co__blog-post { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwin02-co__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwin02-co__blog-grid .page-kuwin02-co__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }