.page-app-slot { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-app-slot__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-app-slot__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-app-slot__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-app-slot__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; position: relative; padding-bottom: 15px; }.page-app-slot__section-title--light { color: #ecf0f1; }.page-app-slot__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; }.page-app-slot__hero-section { background-image: url('[GALLERY:hero:1920x1080:app,slot,mobile,gaming]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 120px 20px; border-radius: 0; margin-bottom: 0; padding-top: calc(10px + var(--header-offset, 122px)); }.page-app-slot__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); }.page-app-slot__hero-description { font-size: 1.3em; margin-bottom: 40px; text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6); }.page-app-slot__hero-buttons .page-app-slot__btn { margin: 10px; }.page-app-slot__btn { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-app-slot__btn:hover { background-color: #c0392b; transform: translateY(-3px); }.page-app-slot__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px; background-color: #f1f1f1; margin-bottom: 20px; border-radius: 8px; }.page-app-slot__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-app-slot__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-app-slot__introduction-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }.page-app-slot__introduction-text { flex: 1; min-width: 300px; }.page-app-slot__introduction-image { flex: 0 0 400px; max-width: 100%; height: auto; border-radius: 8px; overflow: hidden; }.page-app-slot__introduction-image img { max-width: 100%; height: auto; display: block; object-fit: cover; }.page-app-slot__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: center; }.page-app-slot__quick-access-grid .page-app-slot__btn { width: 100%; }.page-app-slot__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-app-slot__game-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.2s ease; }.page-app-slot__game-card:hover { transform: translateY(-5px); }.page-app-slot__game-card-image { width: 100%; height: 200px; overflow: hidden; }.page-app-slot__game-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }.page-app-slot__game-card-content { padding: 20px; }.page-app-slot__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; }.page-app-slot__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-app-slot__promotion-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.2s ease; }.page-app-slot__promotion-card:hover { transform: translateY(-5px); }.page-app-slot__promotion-card-image { width: 100%; height: 180px; overflow: hidden; }.page-app-slot__promotion-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }.page-app-slot__promotion-card-content { padding: 20px; }.page-app-slot__promotion-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-app-slot__promotion-card-description { font-size: 0.95em; color: #666; margin-bottom: 20px; }.page-app-slot__security-service-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }.page-app-slot__security-service-text { flex: 1; min-width: 300px; }.page-app-slot__security-service-image { flex: 0 0 400px; max-width: 100%; height: auto; border-radius: 8px; overflow: hidden; }.page-app-slot__security-service-image img { max-width: 100%; height: auto; display: block; object-fit: cover; }.page-app-slot__faq-list { list-style: none; padding: 0; }.page-app-slot__faq-item { background-color: #fdfdfd; border: 1px solid #eee; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-app-slot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #e7f3ff; color: #2c3e50; font-weight: bold; transition: background-color 0.3s ease; }.page-app-slot__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-app-slot__faq-question:hover { background-color: #d6ecff; }.page-app-slot__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; }.page-app-slot__faq-item.active .page-app-slot__faq-toggle { transform: rotate(45deg); }.page-app-slot__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; }.page-app-slot__faq-item.active .page-app-slot__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-app-slot__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-app-slot__blog-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; text-decoration: none; color: inherit; }.page-app-slot__blog-card:hover { transform: translateY(-5px); }.page-app-slot__blog-card-image { width: 100%; height: 180px; overflow: hidden; }.page-app-slot__blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }.page-app-slot__blog-card-content { padding: 20px; }.page-app-slot__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-app-slot__blog-card-date { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-app-slot__blog-card-summary { font-size: 0.95em; color: #666; }.page-app-slot__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-app-slot__image-wrapper img { max-width: 100%; height: auto; display: block; }.page-app-slot p { margin-bottom: 15px; }.page-app-slot ul { list-style: disc; margin-left: 20px; margin-bottom: 15px; }.page-app-slot li { margin-bottom: 8px; }.page-app-slot__text-center { text-align: center; }.page-app-slot__text-left { text-align: left; }@media (max-width: 768px) { .page-app-slot__container { padding: 15px; }.page-app-slot__section { padding: 30px 15px; }.page-app-slot__section-title { font-size: 2em; margin-bottom: 25px; }.page-app-slot__hero-section { padding: 80px 15px; padding-top: calc(10px + var(--header-offset, 122px)); }.page-app-slot__hero-title { font-size: 2.5em; }.page-app-slot__hero-description { font-size: 1.1em; margin-bottom: 30px; }.page-app-slot__hero-buttons .page-app-slot__btn { width: 100%; margin: 8px 0; }.page-app-slot__btn { padding: 12px 20px; font-size: 1em; }.page-app-slot__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-app-slot__payment-logo, .page-app-slot__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-app-slot__introduction-content { flex-direction: column; }.page-app-slot__introduction-text { min-width: unset; width: 100%; }.page-app-slot__introduction-image { flex: 0 0 auto; width: 100%; }.page-app-slot__quick-access-grid { grid-template-columns: 1fr; }.page-app-slot__games-grid, .page-app-slot__promotions-grid, .page-app-slot__blog-grid { grid-template-columns: 1fr; }.page-app-slot__security-service-content { flex-direction: column; }.page-app-slot__security-service-text { min-width: unset; width: 100%; }.page-app-slot__security-service-image { flex: 0 0 auto; width: 100%; }.page-app-slot__faq-question { padding: 15px; }.page-app-slot__faq-question h3 { font-size: 1em; }.page-app-slot__faq-answer { padding: 0 10px; }.page-app-slot__faq-item.active .page-app-slot__faq-answer { padding: 15px 10px !important; }.page-app-slot li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; }.page-app-slot ul { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }}.page-app-slot__paragraph-with-image { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; margin-bottom: 20px; }.page-app-slot__paragraph-with-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }.page-app-slot__paragraph-with-image p { text-align: left; width: 100%; }.page-app-slot__list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 20px; }.page-app-slot__list-item { background-color: #fdfdfd; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-app-slot__list-item h3 { color: #e74c3c; margin-top: 0; }.page-app-slot__list-item p { color: #555; }.page-app-slot__list-icon { width: 60px; height: 60px; margin-bottom: 15px; display: block; }.page-app-slot__list-icon img { width: 60px !important; height: 60px !important; object-fit: contain; }@media (max-width: 768px) { .page-app-slot__paragraph-with-image p { text-align: center; } .page-app-slot__list { grid-template-columns: 1fr; } .page-app-slot__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; } .page-app-slot__list-icon { width: 60px !important; height: 60px !important; } .page-app-slot__list-icon img { width: 60px !important; height: 60px !important; } }