.page-l934 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-l934 a { text-decoration: none; color: #ffcc00; } .page-l934 a:hover { text-decoration: underline; } .page-l934__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-l934__section { padding: 40px 0; margin-bottom: 20px; background-color: #222; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-l934__section-title { text-align: center; color: #ffcc00; font-size: 2.5em; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .page-l934__section-title span { color: #fff; } .page-l934__text { font-size: 1.1em; color: #ccc; margin-bottom: 20px; text-align: justify; } .page-l934__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s ease, color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-l934__button:hover { background-color: #e6b800; color: #000; text-decoration: none; } .page-l934__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; text-align: center; padding: 10px 0 60px 0; position: relative; overflow: hidden; } .page-l934__hero-image { width: 100%; height: auto; max-width: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; } .page-l934__hero-content { position: relative; z-index: 1; padding: 60px 20px; } .page-l934__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-l934__hero-description { font-size: 1.4em; color: #fff; margin-bottom: 40px; } .page-l934__hero-buttons .page-l934__button { margin: 0 10px; } .page-l934__intro-section { padding: 60px 0; background-color: #2a2a2a; } .page-l934__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; } .page-l934__intro-text { flex: 1; min-width: 300px; } .page-l934__intro-image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-l934__intro-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .page-l934__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; padding: 20px; } .page-l934__quick-access-item { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-l934__quick-access-item:hover { transform: translateY(-5px); } .page-l934__quick-access-item h3 { color: #ffcc00; font-size: 1.5em; margin-bottom: 15px; } .page-l934__quick-access-item .page-l934__button { width: 100%; } .page-l934__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 20px; } .page-l934__game-card { background-color: #2f2f2f; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } .page-l934__game-card:hover { transform: translateY(-8px); } .page-l934__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-l934__game-card-content { padding: 20px; } .page-l934__game-card-title { color: #ffcc00; font-size: 1.6em; margin-bottom: 15px; } .page-l934__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px; } .page-l934__promotion-card { background-color: #383838; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); text-align: center; } .page-l934__promotion-card-image { width: 100%; height: 220px; object-fit: cover; } .page-l934__promotion-card-content { padding: 20px; } .page-l934__promotion-card-title { color: #ffcc00; font-size: 1.8em; margin-bottom: 10px; } .page-l934__promotion-card-description { color: #ccc; font-size: 1em; margin-bottom: 20px; } .page-l934__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px; } .page-l934__feature-item { background-color: #2f2f2f; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-l934__feature-item-image { max-width: 250px; height: auto; margin-bottom: 15px; } .page-l934__feature-item-title { color: #ffcc00; font-size: 1.6em; margin-bottom: 10px; } .page-l934__feature-item-description { color: #ccc; } .page-l934__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-l934__payment-logo { height: 60px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(80%); transition: filter 0.3s ease; } .page-l934__payment-logo:hover { filter: grayscale(0%); } .page-l934__faq-list { padding: 20px; } .page-l934__faq-item { background-color: #2f2f2f; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-l934__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a3a; border-bottom: 1px solid #444; } .page-l934__faq-question:hover { background-color: #4a4a4a; } .page-l943__faq-question h3 { margin: 0; color: #fff; font-size: 1.3em; pointer-events: none; } .page-l934__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-l934__faq-item.active .page-l934__faq-toggle { transform: rotate(45deg); } .page-l934__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #ccc; opacity: 0; } .page-l934__faq-item.active .page-l934__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-l934__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px; } .page-l934__blog-card { background-color: #2f2f2f; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } .page-l934__blog-card:hover { transform: translateY(-8px); } .page-l934__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-l934__blog-card-content { padding: 20px; } .page-l934__blog-card-title { color: #ffcc00; font-size: 1.5em; margin-bottom: 10px; } .page-l934__blog-card-description { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-l934__blog-card-date { font-size: 0.85em; color: #888; text-align: right; } @media (max-width: 768px) { .page-l934__section { padding: 30px 0; margin-bottom: 15px; } .page-l934__section-title { font-size: 2em; margin-bottom: 25px; } .page-l934__hero-content { padding: 40px 15px; } .page-l934__hero-title { font-size: 2.5em; } .page-l934__hero-description { font-size: 1.2em; } .page-l934__hero-buttons { display: flex; flex-direction: column; gap: 15px; } .page-l934__hero-buttons .page-l934__button { margin: 0; width: 100%; } .page-l934__intro-content { flex-direction: column; } .page-l934__intro-text, .page-l934__intro-image-wrapper { min-width: unset; width: 100%; } .page-l934__quick-access-grid, .page-l934__games-grid, .page-l934__promotions-grid, .page-l934__security-features, .page-l934__blog-grid { grid-template-columns: 1fr; padding: 15px; } .page-l934__faq-question { padding: 15px; } .page-l934__faq-question h3 { font-size: 1.1em; } .page-l934__faq-answer { padding: 15px !important; } .page-l934__quick-access-item, .page-l934__game-card, .page-l934__promotion-card, .page-l934__feature-item, .page-l934__blog-card { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-l934__quick-access-item h3 { font-size: 1.3em; } .page-l934__game-card-title, .page-l934__promotion-card-title, .page-l934__feature-item-title, .page-l934__blog-card-title { font-size: 1.4em; } .page-l934__payment-logo { height: 45px; max-width: 100px; } .page-l934__text, .page-l934__promotion-card-description, .page-l934__feature-item-description, .page-l934__blog-card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }