body { font-family: 'Arial', sans-serif; margin: 0; padding-top: var(--header-offset, 122px); background-color: #f0f2f5; color: #333; } .page-23wintop { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-23wintop__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; text-align: center; padding: 60px 20px 80px; position: relative; overflow: hidden; border-radius: 0 0 20px 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); margin-top: 10px; } .page-23wintop__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.6; } .page-23wintop__hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; } .page-23wintop__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #fff; } .page-23wintop__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; line-height: 1.5; max-width: 800px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); color: #ffe0b2; } .page-23wintop__cta-group { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; } .page-23wintop__cta-button { display: inline-block; background-color: #ffcc00; color: #1a2a6c; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); border: none; cursor: pointer; } .page-23wintop__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-23wintop__section { background-color: #fff; padding: 40px 20px; margin-bottom: 20px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); } .page-23wintop__section-title { font-size: 2.2em; color: #1a2a6c; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-23wintop__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ffcc00; margin: 10px auto 0; border-radius: 2px; } .page-23wintop__text-content { font-size: 1.1em; line-height: 1.7; color: #555; text-align: justify; margin-bottom: 20px; } .page-23wintop__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; list-style: none; padding: 0; margin: 0; } .page-23wintop__feature-item { background-color: #f9f9f9; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; } .page-23wintop__feature-item:hover { transform: translateY(-5px); } .page-23wintop__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; border-radius: 50%; object-fit: cover; } .page-23wintop__feature-title { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; font-weight: bold; } .page-23wintop__feature-description { font-size: 0.95em; color: #666; line-height: 1.6; } .page-23wintop__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .page-23wintop__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; } .page-23wintop__game-card:hover { transform: translateY(-5px); } .page-23wintop__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-23wintop__game-content { padding: 20px; } .page-23wintop__game-title { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; font-weight: bold; } .page-23wintop__game-description { font-size: 0.95em; color: #666; line-height: 1.6; } .page-23wintop__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-23wintop__promo-card { background: linear-gradient(45deg, #1a2a6c, #b21f1f); color: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; text-decoration: none; } .page-23wintop__promo-card:hover { transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); } .page-23wintop__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-23wintop__promo-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-23wintop__promo-title { font-size: 1.6em; margin-bottom: 10px; font-weight: bold; color: #ffcc00; } .page-23wintop__promo-description { font-size: 1em; line-height: 1.6; margin-bottom: 20px; color: #eee; } .page-23wintop__promo-button { display: inline-block; background-color: #ffcc00; color: #1a2a6c; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; border: none; cursor: pointer; align-self: flex-start; } .page-23wintop__promo-button:hover { background-color: #e6b800; } .page-23wintop__faq-list { list-style: none; padding: 0; margin: 0; } .page-23wintop__faq-item { background-color: #f9f9f9; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-23wintop__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-23wintop__faq-question:hover { background-color: #f0f0f0; } .page-23wintop__faq-question h3 { margin: 0; font-size: 1.2em; color: #1a2a6c; font-weight: bold; pointer-events: none; } .page-23wintop__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-23wintop__faq-item.active .page-23wintop__faq-toggle { transform: rotate(45deg); } .page-23wintop__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #f0f2f5; color: #555; } .page-23wintop__faq-item.active .page-23wintop__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-23wintop__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-23wintop__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; } .page-23wintop__blog-card:hover { transform: translateY(-5px); } .page-23wintop__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-23wintop__blog-content { padding: 20px; flex-grow: 1; } .page-23wintop__blog-title { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; font-weight: bold; line-height: 1.4; } .page-23wintop__blog-summary { font-size: 0.95em; color: #666; line-height: 1.6; margin-bottom: 15px; } .page-23wintop__blog-date { font-size: 0.85em; color: #888; text-align: right; } .page-23wintop__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-23wintop__floating-button { background-color: #ffcc00; color: #1a2a6c; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; line-height: 1.2; padding: 5px; box-sizing: border-box; } .page-23wintop__floating-button:hover { background-color: #e6b800; transform: translateY(-3px); } @media (max-width: 768px) { .page-23wintop__hero-title { font-size: 2em; } .page-23wintop__hero-subtitle { font-size: 1.1em; } .page-23wintop__cta-group { flex-direction: column; gap: 15px; } .page-23wintop__cta-button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-23wintop__section-title { font-size: 1.8em; } .page-23wintop__text-content { font-size: 1em; } .page-23wintop__feature-list, .page-23wintop__game-grid, .page-23wintop__promo-grid, .page-23wintop__blog-grid { grid-template-columns: 1fr; } .page-23wintop__feature-item, .page-23wintop__game-card, .page-23wintop__promo-card, .page-23wintop__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-23wintop__feature-description, .page-23wintop__game-description, .page-23wintop__promo-description, .page-23wintop__blog-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-23wintop__faq-question h3 { font-size: 1em; } .page-23wintop__faq-toggle { font-size: 1.5em; } .page-23wintop__faq-answer { padding: 15px !important; } .page-23wintop__faq-item.active .page-23wintop__faq-answer { padding: 15px !important; } .page-23wintop__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-23wintop__floating-button { width: 50px; height: 50px; font-size: 0.8em; } }