.page-pt88 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-pt88__container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; } .page-pt88__section { padding: 40px 0; margin-bottom: 20px; text-align: center; } .page-pt88__section--dark { background-color: #16213e; } .page-pt88__section--light { background-color: #0f3460; } .page-pt88__h1, .page-pt88__h2, .page-pt88__h3 { color: #e94560; margin-bottom: 20px; font-weight: bold; } .page-pt88__h1 { font-size: 2.8em; line-height: 1.2; } .page-pt88__h2 { font-size: 2.2em; } .page-pt88__h3 { font-size: 1.8em; } .page-pt88__text { font-size: 1.1em; color: #c0c0c0; margin-bottom: 15px; } .page-pt88__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; margin: 10px; } .page-pt88__btn:hover { background-color: #ff6a84; transform: translateY(-2px); } .page-pt88__hero-section { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)); background-size: cover; background-position: center; padding: 10px 0 80px; position: relative; overflow: hidden; } .page-pt88__hero-section img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-pt88__hero-content { position: relative; z-index: 1; padding: 20px 15px; text-align: center; } .page-pt88__hero-content .page-pt88__h1 { margin-top: 50px; font-size: 3em; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } .page-pt88__hero-content .page-pt88__text { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); } .page-pt88__intro-section .page-pt88__text { max-width: 800px; margin-left: auto; margin-right: auto; } .page-pt88__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 30px auto; } .page-pt88__quick-access-item { background-color: #0f3460; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease; } .page-pt88__quick-access-item:hover { transform: translateY(-5px); } .page-pt88__quick-access-item .page-pt88__h3 { margin-top: 0; color: #e94560; } .page-pt88__quick-access-item .page-pt88__btn { margin-top: 15px; } .page-pt88__games-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; } .page-pt88__tab-btn { background-color: #0f3460; color: #fff; padding: 10px 20px; border: none; cursor: pointer; border-radius: 5px; margin: 5px; transition: background-color 0.3s ease; font-size: 1.1em; } .page-pt88__tab-btn:hover, .page-pt88__tab-btn.active { background-color: #e94560; } .page-pt88__games-content { display: none; padding: 20px 0; } .page-pt88__games-content.active { display: block; } .page-pt88__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; } .page-pt88__game-card { background-color: #16213e; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.4); text-align: left; transition: transform 0.3s ease; } .page-pt88__game-card:hover { transform: translateY(-7px); } .page-pt88__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pt88__game-card-body { padding: 20px; } .page-pt88__game-card-body .page-pt88__h3 { font-size: 1.5em; margin-top: 0; margin-bottom: 10px; color: #f0f0f0; } .page-pt88__game-card-body .page-pt88__text { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-pt88__game-card-body .page-pt88__btn { width: calc(100% - 20px); text-align: center; margin: 0 auto; } .page-pt88__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-pt88__promo-card { background-color: #16213e; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,0.5); text-align: left; transition: transform 0.3s ease; } .page-pt88__promo-card:hover { transform: translateY(-8px); } .page-pt88__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-pt88__promo-card-body { padding: 25px; } .page-pt88__promo-card-body .page-pt88__h3 { font-size: 1.6em; margin-top: 0; margin-bottom: 12px; color: #f0f0f0; } .page-pt88__promo-card-body .page-pt88__text { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; } .page-pt88__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-pt88__security-item { background-color: #0f3460; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); text-align: left; } .page-pt88__security-item .page-pt88__h3 { margin-top: 0; color: #e94560; } .page-pt88__security-item .page-pt88__text { margin-bottom: 0; } .page-pt88__payment-logos, .page-pt88__social-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-pt88__payment-logos img, .page-pt88__social-logos img { width: 80px; height: 80px; object-fit: contain; background-color: #fff; padding: 10px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); } .page-pt88__faq-list { max-width: 900px; margin: 30px auto; text-align: left; } .page-pt88__faq-item { background-color: #16213e; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.3); } .page-pt88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #0f3460; border-bottom: 1px solid rgba(255,255,255,0.1); transition: background-color 0.3s ease; } .page-pt88__faq-question:hover { background-color: #e94560; } .page-pt88__faq-question h3 { margin: 0; color: #f0f0f0; font-size: 1.25em; pointer-events: none; } .page-pt88__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-pt88__faq-item.active .page-pt88__faq-toggle { transform: rotate(45deg); color: #f0f0f0; } .page-pt88__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; background-color: #16213e; } .page-pt88__faq-item.active .page-pt88__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-pt88__faq-answer p { margin-bottom: 0; color: #c0c0c0; } .page-pt88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-pt88__blog-card { background-color: #16213e; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.4); text-align: left; transition: transform 0.3s ease; } .page-pt88__blog-card:hover { transform: translateY(-7px); } .page-pt88__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pt88__blog-card-body { padding: 20px; } .page-pt88__blog-card-body .page-pt88__h3 { font-size: 1.5em; margin-top: 0; margin-bottom: 10px; color: #f0f0f0; } .page-pt88__blog-card-body .page-pt88__text { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-pt88__blog-card-body .page-pt88__date { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-pt88__blog-card-body .page-pt88__btn { width: calc(100% - 20px); text-align: center; margin: 0 auto; } .page-pt88__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-pt88__floating-btn { background-color: #e94560; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 15px rgba(0,0,0,0.4); transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1em; text-align: center; min-width: 120px; } .page-pt88__floating-btn:hover { background-color: #ff6a84; transform: scale(1.05); } @media (max-width: 768px) { .page-pt88__h1 { font-size: 2em; } .page-pt88__h2 { font-size: 1.8em; } .page-pt88__h3 { font-size: 1.4em; } .page-pt88__hero-content { padding: 15px; } .page-pt88__hero-content .page-pt88__h1 { margin-top: 30px; font-size: 2.5em; } .page-pt88__hero-content .page-pt88__text { font-size: 1em; } .page-pt88__btn { padding: 10px 20px; font-size: 0.9em; } .page-pt88__quick-access-grid, .page-pt88__games-grid, .page-pt88__promotions-grid, .page-pt88__security-support-grid, .page-pt88__blog-grid { grid-template-columns: 1fr; } .page-pt88__games-tabs { flex-direction: column; align-items: center; } .page-pt88__tab-btn { width: 90%; margin: 5px 0; } .page-pt88__payment-logos img, .page-pt88__social-logos img { width: 60px; height: 60px; } .page-pt88__faq-question { padding: 15px 20px; } .page-pt88__faq-question h3 { font-size: 1.1em; } .page-pt88__faq-answer { padding: 0 20px; } .page-pt88__faq-item.active .page-pt88__faq-answer { padding: 15px 20px !important; } .page-pt88__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-pt88__floating-btn { padding: 10px 15px; font-size: 0.9em; min-width: 100px; } .page-pt88__game-card-image, .page-pt88__promo-card-image, .page-pt88__blog-card-image { height: 180px; } .page-pt88__game-card-body, .page-pt88__promo-card-body, .page-pt88__blog-card-body { padding: 15px; } .page-pt88__game-card-body .page-pt88__h3, .page-pt88__promo-card-body .page-pt88__h3, .page-pt88__blog-card-body .page-pt88__h3 { font-size: 1.3em; } .page-pt88__text, .page-pt88__game-card-body .page-pt88__text, .page-pt88__promo-card-body .page-pt88__text, .page-pt88__blog-card-body .page-pt88__text { font-size: 0.9em; } .page-pt88__faq-list { padding: 0 10px; } .page-pt88__faq-item { margin-bottom: 10px; } .page-pt88__faq-question h3 { pointer-events: none; } .page-pt88__faq-toggle { pointer-events: none; } } @media (max-width: 375px) { .page-pt88__container { padding: 10px; } .page-pt88__h1 { font-size: 1.8em; } .page-pt88__h2 { font-size: 1.6em; } .page-pt88__hero-content .page-pt88__h1 { font-size: 2em; } .page-pt88__btn { padding: 8px 15px; font-size: 0.8em; } .page-pt88__quick-access-item, .page-pt88__game-card, .page-pt88__promo-card, .page-pt88__security-item, .page-pt88__blog-card { padding: 15px; } .page-pt88__game-card-body, .page-pt88__promo-card-body, .page-pt88__blog-card-body { padding: 10px; } .page-pt88__payment-logos img, .page-pt88__social-logos img { width: 50px; height: 50px; } .page-pt88__faq-question { padding: 10px 15px; } .page-pt88__faq-answer { padding: 0 15px; } .page-pt88__faq-item.active .page-pt88__faq-answer { padding: 10px 15px !important; } .page-pt88__floating-buttons { bottom: 10px; right: 10px; gap: 8px; } .page-pt88__floating-btn { padding: 8px 12px; font-size: 0.8em; min-width: 90px; } } .page-pt88__list-item { box-sizing: border-box; width: auto; } @media (max-width: 768px) { .page-pt88__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; overflow-wrap: break-word !important; word-break: break-word !important; } .page-pt88__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-pt88 img { max-width: 100%; height: auto; object-fit: cover; } @media (max-width: 768px) { .page-pt88 img { max-width: 100% !important; height: auto !important; } .page-pt88__image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } }