.page-pg88slotapp { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; background-color: #f9f9f9; } .page-pg88slotapp__container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; box-sizing: border-box; } .page-pg88slotapp__section-title { font-size: 36px; color: #2563eb; text-align: center; margin-bottom: 30px; font-weight: 700; line-height: 1.2; } .page-pg88slotapp__text-block { font-size: 18px; text-align: center; max-width: 900px; margin: 0 auto 40px; } .page-pg88slotapp__text-link { color: #2563eb; text-decoration: underline; transition: color 0.3s ease; } .page-pg88slotapp__text-link:hover { color: #1e40af; } .page-pg88slotapp__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; padding-top: 10px; background-color: #f0f0f0; } .page-pg88slotapp__hero-container { position: relative; max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; } .page-pg88slotapp__hero-image { width: 100%; margin-bottom: 30px; } .page-pg88slotapp__hero-image img { width: 100%; height: auto; max-width: 100%; display: block; border-radius: 8px; object-fit: cover; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } .page-pg88slotapp__hero-content { position: relative; z-index: 2; text-align: center; width: 100%; } .page-pg88slotapp__main-title { font-size: 48px; color: #111111; margin-bottom: 20px; line-height: 1.2; font-weight: 800; } .page-pg88slotapp__intro-text { font-size: 20px; color: #444444; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-pg88slotapp__cta-button { display: inline-block; padding: 18px 45px; background: #2563eb; color: #ffffff; text-decoration: none; border-radius: 50px; font-size: 20px; font-weight: bold; margin-top: 20px; transition: all 0.3s ease; box-shadow: 0 6px 15px rgba(37, 99, 235, 0.4); } .page-pg88slotapp__cta-button:hover { background: #1e40af; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(37, 99, 235, 0.6); } .page-pg88slotapp__cta-button--small { padding: 12px 30px; font-size: 16px; margin-top: 15px; } .page-pg88slotapp__cta-button--large { padding: 20px 50px; font-size: 22px; margin-top: 30px; } .page-pg88slotapp__light-bg { background-color: #f9f9f9; color: #333333; } .page-pg88slotapp__dark-bg { background-color: #2563eb; color: #ffffff; } .page-pg88slotapp__dark-bg .page-pg88slotapp__section-title, .page-pg88slotapp__dark-bg .page-pg88slotapp__text-block { color: #ffffff; } .page-pg88slotapp__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-pg88slotapp__feature-item { background: #ffffff; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pg88slotapp__feature-item:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-pg88slotapp__feature-item img { max-width: 100%; height: auto; margin-bottom: 20px; border-radius: 8px; } .page-pg88slotapp__feature-title { font-size: 24px; color: #2563eb; margin-bottom: 15px; font-weight: 700; } .page-pg88slotapp__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-pg88slotapp__game-card { background: rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 25px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, background-color 0.3s ease; } .page-pg88slotapp__game-card:hover { transform: translateY(-8px); background-color: rgba(255, 255, 255, 0.2); } .page-pg88slotapp__game-card img { max-width: 100%; height: auto; margin-bottom: 15px; border-radius: 8px; } .page-pg88slotapp__game-title { font-size: 22px; color: #ffffff; margin-bottom: 10px; font-weight: 600; } .page-pg88slotapp__game-card p { color: #e0e0e0; font-size: 16px; } .page-pg88slotapp__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-pg88slotapp__promo-card { background: #ffffff; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pg88slotapp__promo-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-pg88slotapp__promo-card img { max-width: 100%; height: auto; margin-bottom: 20px; border-radius: 8px; } .page-pg88slotapp__promo-title { font-size: 24px; color: #2563eb; margin-bottom: 15px; font-weight: 700; } .page-pg88slotapp__promo-card p { color: #666666; font-size: 16px; } .page-pg88slotapp__center-button { text-align: center; margin-top: 50px; } details.page-pg88slotapp__faq-item { margin-bottom: 15px; border-radius: 12px; border: 1px solid #e0e0e0; overflow: hidden; background: #ffffff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } details.page-pg88slotapp__faq-item summary.page-pg88slotapp__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; list-style: none; transition: background-color 0.3s ease; } details.page-pg88slotapp__faq-item summary.page-pg88slotapp__faq-question::-webkit-details-marker { display: none; } details.page-pg88slotapp__faq-item summary.page-pg88slotapp__faq-question:hover { background: #f5f5f5; } .page-pg88slotapp__faq-qtext { flex: 1; font-size: 18px; font-weight: 600; line-height: 1.5; text-align: left; color: #333333; } .page-pg88slotapp__faq-toggle { font-size: 28px; font-weight: bold; color: #64748b; flex-shrink: 0; margin-left: 20px; width: 30px; text-align: center; transition: transform 0.3s ease; } details[open].page-pg88slotapp__faq-item .page-pg88slotapp__faq-toggle { transform: rotate(45deg); color: #2563eb; } details.page-pg88slotapp__faq-item .page-pg88slotapp__faq-answer { padding: 0 25px 25px; background: #f9f9f9; border-radius: 0 0 12px 12px; color: #555555; } .page-pg88slotapp__faq-answer p { margin-bottom: 0; } .page-pg88slotapp__contact-cta { text-align: center; padding: 80px 20px; background-color: #1e40af; background-image: linear-gradient(135deg, #2563eb, #1e40af); color: #ffffff; border-radius: 12px; margin: 60px auto; max-width: 1000px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); } .page-pg88slotapp__contact-cta .page-pg88slotapp__section-title { color: #ffffff; font-size: 42px; margin-bottom: 20px; } .page-pg88slotapp__contact-cta .page-pg88slotapp__text-block { color: #e0e0e0; font-size: 18px; margin-bottom: 40px; } .page-pg88slotapp__floating-button { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 1000; display: none; padding: 15px 30px; background: #ef4444; color: #ffffff; text-decoration: none; border-radius: 50px; font-size: 18px; font-weight: bold; box-shadow: 0 5px 15px rgba(239, 68, 68, 0.4); transition: all 0.3s ease; white-space: nowrap; word-wrap: normal; } .page-pg88slotapp__floating-button:hover { background: #dc2626; transform: translateX(-50%) translateY(-3px); box-shadow: 0 8px 20px rgba(239, 68, 68, 0.6); } @media (max-width: 768px) { .page-pg88slotapp__container { padding: 20px 15px; } .page-pg88slotapp__hero-section { padding-top: 10px !important; padding-bottom: 40px; padding-left: 15px; padding-right: 15px; } .page-pg88slotapp__hero-image img { border-radius: 4px; } .page-pg88slotapp__main-title { font-size: 32px; margin-bottom: 15px; } .page-pg88slotapp__intro-text { font-size: 16px; margin-bottom: 20px; } .page-pg88slotapp__cta-button { padding: 14px 30px; font-size: 16px; margin-top: 15px; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; white-space: normal !important; word-wrap: break-word !important; } .page-pg88slotapp__cta-button--small { padding: 12px 25px; font-size: 14px; } .page-pg88slotapp__cta-button--large { padding: 16px 35px; font-size: 18px; } .page-pg88slotapp__section-title { font-size: 28px; margin-bottom: 20px; } .page-pg88slotapp__text-block { font-size: 16px; margin-bottom: 30px; } .page-pg88slotapp__features-grid, .page-pg88slotapp__game-grid, .page-pg88slotapp__promo-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .page-pg88slotapp__feature-item, .page-pg88slotapp__game-card, .page-pg88slotapp__promo-card { padding: 20px; } .page-pg88slotapp__feature-title, .page-pg88slotapp__game-title, .page-pg88slotapp__promo-title { font-size: 20px; margin-bottom: 10px; } .page-pg88slotapp__feature-item img, .page-pg88slotapp__game-card img, .page-pg88slotapp__promo-card img { max-width: 100% !important; width: 100% !important; height: auto !important; margin-bottom: 15px; } details.page-pg88slotapp__faq-item summary.page-pg88slotapp__faq-question { padding: 15px 20px; } .page-pg88slotapp__faq-qtext { font-size: 16px; } .page-pg88slotapp__faq-toggle { font-size: 24px; margin-left: 15px; } details.page-pg88slotapp__faq-item .page-pg88slotapp__faq-answer { padding: 0 20px 20px; } .page-pg88slotapp__contact-cta { padding: 50px 15px; margin: 40px auto; } .page-pg88slotapp__contact-cta .page-pg88slotapp__section-title { font-size: 32px; } .page-pg88slotapp__contact-cta .page-pg88slotapp__text-block { font-size: 16px; margin-bottom: 30px; } .page-pg88slotapp__floating-button { display: block; width: calc(100% - 40px); left: 20px; transform: translateX(0); border-radius: 10px; padding: 12px 20px; font-size: 16px; text-align: center; } .page-pg88slotapp__floating-button:hover { transform: translateX(0) translateY(-3px); } } @media (min-width: 769px) { .page-pg88slotapp__floating-button { display: none; } }