body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a1a; color: #f0f0f0; } .page-xxwin { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-xxwin__section { padding: 40px 20px; margin-bottom: 20px; background-color: #222; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-xxwin__section-title { text-align: center; color: #e0b000; font-size: 2.5em; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .page-xxwin__hero-section { background-image: url('[GALLERY:hero:1920x1080:betting,casino,mobile,xxwin,banner]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 0; box-shadow: none; margin-bottom: 0; position: relative; overflow: hidden; } .page-xxwin__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-xxwin__hero-content { position: relative; z-index: 2; } .page-xxwin__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-xxwin__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); } .page-xxwin__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-xxwin__btn { display: inline-block; padding: 15px 30px; background-color: #e0b000; color: #1a1a1a; 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-xxwin__btn:hover { background-color: #ffc107; transform: translateY(-3px); } .page-xxwin__intro-text { font-size: 1.1em; line-height: 1.8; text-align: justify; margin-bottom: 20px; } .page-xxwin__intro-text strong { color: #e0b000; } .page-xxwin__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-xxwin__quick-access-item { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; } .page-xxwin__quick-access-item .page-xxwin__btn { width: 100%; box-sizing: border-box; } .page-xxwin__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-xxwin__game-card { background-color: #333; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-xxwin__game-card:hover { transform: translateY(-5px); } .page-xxwin__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-xxwin__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-xxwin__game-card-title { font-size: 1.5em; color: #e0b000; margin-top: 0; margin-bottom: 15px; } .page-xxwin__game-card-description { font-size: 0.95em; line-height: 1.6; color: #ccc; margin-bottom: 20px; } .page-xxwin__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-xxwin__promo-card { background-color: #333; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-xxwin__promo-card:hover { transform: translateY(-5px); } .page-xxwin__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-xxwin__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-xxwin__promo-card-title { font-size: 1.4em; color: #e0b000; margin-top: 0; margin-bottom: 10px; } .page-xxwin__promo-card-description { font-size: 0.95em; line-height: 1.6; color: #ccc; margin-bottom: 20px; } .page-xxwin__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } .page-xxwin__security-support-item { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; } .page-xxwin__security-support-item h3 { color: #e0b000; margin-top: 0; font-size: 1.3em; } .page-xxwin__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-xxwin__payment-method-logo { width: 100px; height: auto; object-fit: contain; } .page-xxwin__faq-list { margin-top: 30px; } .page-xxwin__faq-item { background-color: #333; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-xxwin__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease; } .page-xxwin__faq-question:hover { background-color: #555; } .page-xxwin__faq-question h3 { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; } .page-xxwin__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e0b000; pointer-events: none; transition: transform 0.3s ease; } .page-xxwin__faq-item.active .page-xxwin__faq-toggle { transform: rotate(45deg); } .page-xxwin__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: #333; } .page-xxwin__faq-item.active .page-xxwin__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-xxwin__faq-answer p { margin-top: 0; margin-bottom: 10px; line-height: 1.7; } .page-xxwin__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-xxwin__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-xxwin__blog-card:hover { transform: translateY(-5px); } .page-xxwin__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-xxwin__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-xxwin__blog-card-title { font-size: 1.4em; color: #e0b000; margin-top: 0; margin-bottom: 10px; } .page-xxwin__blog-card-title a { color: #e0b000; text-decoration: none; } .page-xxwin__blog-card-title a:hover { text-decoration: underline; } .page-xxwin__blog-card-meta { font-size: 0.85em; color: #aaa; margin-bottom: 15px; } .page-xxwin__blog-card-summary { font-size: 0.95em; line-height: 1.6; color: #ccc; margin-bottom: 20px; } .page-xxwin img { max-width: 100%; height: auto; display: block; border-radius: 4px; } @media (max-width: 768px) { .page-xxwin { padding: 0 10px; } .page-xxwin__section { padding: 30px 15px; } .page-xxwin__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-xxwin__hero-title { font-size: 2.5em; } .page-xxwin__hero-subtitle { font-size: 1.2em; } .page-xxwin__hero-buttons { flex-direction: column; gap: 15px; } .page-xxwin__btn { padding: 12px 20px; font-size: 1em; } .page-xxwin__quick-access-grid, .page-xxwin__games-grid, .page-xxwin__promo-grid, .page-xxwin__security-support-grid, .page-xxwin__blog-grid { grid-template-columns: 1fr; } .page-xxwin__faq-question h3 { font-size: 1.1em; } .page-xxwin__faq-answer { padding: 0 15px !important; } .page-xxwin__faq-item.active .page-xxwin__faq-answer { padding: 15px !important; } .page-xxwin__intro-text, .page-xxwin__game-card-description, .page-xxwin__promo-card-description, .page-xxwin__blog-card-summary { font-size: 0.9em; } .page-xxwin ul, .page-xxwin ol { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-xxwin ul li, .page-xxwin ol li { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-xxwin img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-xxwin__game-card-image, .page-xxwin__promo-card-image, .page-xxwin__blog-card-image { height: 180px; } } @media (max-width: 480px) { .page-xxwin__hero-title { font-size: 2em; } .page-xxwin__hero-subtitle { font-size: 1em; } }