body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a1a; color: #e0e0e0; } .page-wcm { padding-top: 10px; } .page-wcm__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-wcm__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; color: #fff; padding: 80px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; overflow: hidden; } .page-wcm__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-wcm__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-wcm__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 700px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-wcm__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 14px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-wcm__button:hover { background-color: #ff6a00; transform: translateY(-2px); } .page-wcm__section-title { font-size: 2.2em; color: #e44d26; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-wcm__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e44d26; margin: 10px auto 0; border-radius: 2px; } .page-wcm__intro-text { font-size: 1.1em; line-height: 1.8; max-width: 800px; margin: 0 auto 30px; } .page-wcm__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-wcm__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 12px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-wcm__feature-item:hover { transform: translateY(-10px); } .page-wcm__feature-icon { margin-bottom: 20px; max-width: 100%; height: auto; border-radius: 8px; } .page-wcm__feature-title { font-size: 1.5em; color: #ff6a00; margin-bottom: 15px; } .page-wcm__feature-description { font-size: 1em; line-height: 1.6; color: #b0b0b0; } .page-wcm__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; } .page-wcm__quick-access-button { background-color: #3a3a3a; color: #fff; padding: 15px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease, transform 0.2s ease; border: 1px solid #e44d26; } .page-wcm__quick-access-button:hover { background-color: #e44d26; transform: translateY(-3px); } .page-wcm__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-wcm__game-card { background-color: #2a2a2a; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-wcm__game-card:hover { transform: translateY(-10px); } .page-wcm__game-image { width: 100%; height: 200px; object-fit: cover; } .page-wcm__game-content { padding: 20px; } .page-wcm__game-title { font-size: 1.4em; color: #ff6a00; margin-bottom: 10px; } .page-wcm__game-description { font-size: 0.95em; line-height: 1.6; color: #b0b0b0; margin-bottom: 20px; } .page-wcm__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-wcm__promo-card { background-color: #2a2a2a; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-wcm__promo-card:hover { transform: translateY(-10px); } .page-wcm__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-wcm__promo-content { padding: 20px; } .page-wcm__promo-title { font-size: 1.4em; color: #ff6a00; margin-bottom: 10px; } .page-wcm__promo-description { font-size: 0.95em; line-height: 1.6; color: #b0b0b0; margin-bottom: 20px; } .page-wcm__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-wcm__security-item { background-color: #2a2a2a; padding: 30px; border-radius: 12px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-wcm__security-icon { margin-bottom: 20px; max-width: 100%; height: auto; border-radius: 8px; } .page-wcm__security-title { font-size: 1.5em; color: #ff6a00; margin-bottom: 15px; } .page-wcm__security-description { font-size: 1em; line-height: 1.6; color: #b0b0b0; } .page-wcm__faq-list { list-style: none; padding: 0; max-width: 900px; margin: 40px auto 0; } .page-wcm__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-wcm__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a3a; border-bottom: 1px solid #4a4a4a; transition: background-color 0.3s ease; user-select: none; } .page-wcm__faq-question:hover { background-color: #4a4a4a; } .page-wcm__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; pointer-events: none; } .page-wcm__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-wcm__faq-item.active .page-wcm__faq-toggle { transform: rotate(45deg); } .page-wcm__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-wcm__faq-item.active .page-wcm__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-wcm__faq-answer p { margin: 0; line-height: 1.6; color: #b0b0b0; } .page-wcm__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-wcm__blog-card { background-color: #2a2a2a; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-wcm__blog-card:hover { transform: translateY(-10px); } .page-wcm__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-wcm__blog-content { padding: 20px; } .page-wcm__blog-date { font-size: 0.85em; color: #ff6a00; margin-bottom: 10px; } .page-wcm__blog-title { font-size: 1.4em; color: #e0e0e0; margin-bottom: 10px; text-decoration: none; display: block; } .page-wcm__blog-title:hover { color: #ff6a00; } .page-wcm__blog-summary { font-size: 0.95em; line-height: 1.6; color: #b0b0b0; } .page-wcm__blog-link { display: inline-block; margin-top: 15px; color: #e44d26; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-wcm__blog-link:hover { color: #ff6a00; } @media (max-width: 768px) { .page-wcm__hero-title { font-size: 2em; } .page-wcm__hero-subtitle { font-size: 1em; } .page-wcm__section { padding: 30px 15px; } .page-wcm__section-title { font-size: 1.8em; } .page-wcm__intro-text { font-size: 0.95em; } .page-wcm__features-grid, .page-wcm__quick-access-grid, .page-wcm__games-grid, .page-wcm__promotions-grid, .page-wcm__security-grid, .page-wcm__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-wcm__faq-list { margin-top: 30px; } .page-wcm__faq-question { padding: 15px 20px; } .page-wcm__faq-question h3 { font-size: 1.1em; } .page-wcm__faq-toggle { font-size: 1.5em; } .page-wcm__faq-answer { padding: 0 20px; } .page-wcm__faq-item.active .page-wcm__faq-answer { padding: 15px 20px !important; } .page-wcm__feature-item, .page-wcm__game-card, .page-wcm__promo-card, .page-wcm__security-item, .page-wcm__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-wcm__feature-description, .page-wcm__game-description, .page-wcm__promo-description, .page-wcm__security-description, .page-wcm__blog-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }