.page-triple-777-red-hot-slots { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-triple-777-red-hot-slots__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-triple-777-red-hot-slots__section { padding: 60px 20px; text-align: center; border-bottom: 1px solid #333; } .page-triple-777-red-hot-slots__section:last-of-type { border-bottom: none; } .page-triple-777-red-hot-slots__hero-section { background: linear-gradient(135deg, #2a0a4a, #0d011a); padding: 80px 20px 60px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; } .page-triple-777-red-hot-slots__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:pattern:1920x1080:abstract,dark,pattern]'); opacity: 0.1; z-index: 0; } .page-triple-777-red-hot-slots__hero-content { position: relative; z-index: 1; } .page-triple-777-red-hot-slots__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 0 0 10px rgba(255, 204, 0, 0.7); } .page-triple-777-red-hot-slots__hero-description { font-size: 1.3em; color: #e0e0e0; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-triple-777-red-hot-slots__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-triple-777-red-hot-slots__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-triple-777-red-hot-slots__button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-triple-777-red-hot-slots__image-wrapper { margin: 40px auto; max-width: 900px; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); } .page-triple-777-red-hot-slots__image { max-width: 100%; height: auto; display: block; object-fit: cover; } .page-triple-777-red-hot-slots__section-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 30px; text-shadow: 0 0 8px rgba(255, 204, 0, 0.5); } .page-triple-777-red-hot-slots__text-content { max-width: 900px; margin: 0 auto 40px; font-size: 1.1em; color: #ccc; } .page-triple-777-red-hot-slots__text-content p { margin-bottom: 15px; } .page-triple-777-red-hot-slots__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 40px auto; } .page-triple-777-red-hot-slots__feature-item { background-color: #2b2b4d; padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-triple-777-red-hot-slots__feature-item:hover { transform: translateY(-5px); } .page-triple-777-red-hot-slots__feature-item h3 { color: #ffcc00; font-size: 1.8em; margin-bottom: 15px; } .page-triple-777-red-hot-slots__feature-item p { color: #e0e0e0; font-size: 1em; } .page-triple-777-red-hot-slots__step-list { display: flex; flex-direction: column; gap: 25px; max-width: 700px; margin: 40px auto; text-align: left; } .page-triple-777-red-hot-slots__step-item { display: flex; align-items: flex-start; background-color: #2b2b4d; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-triple-777-red-hot-slots__step-number { background-color: #e74c3c; color: #fff; border-radius: 50%; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 1.2em; margin-right: 20px; flex-shrink: 0; } .page-triple-777-red-hot-slots__step-content h3 { color: #ffcc00; font-size: 1.6em; margin-top: 0; margin-bottom: 10px; } .page-triple-777-red-hot-slots__step-content p { color: #e0e0e0; font-size: 1em; } .page-triple-777-red-hot-slots__faq-section { background-color: #1a1a2e; padding: 60px 20px; } .page-triple-777-red-hot-slots__faq-list { max-width: 900px; margin: 0 auto; } .page-triple-777-red-hot-slots__faq-item { background-color: #2b2b4d; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-triple-777-red-hot-slots__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a5e; color: #ffcc00; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-triple-777-red-hot-slots__faq-question:hover { background-color: #4a4a7e; } .page-triple-777-red-hot-slots__faq-question h3 { margin: 0; pointer-events: none; color: inherit; font-size: 1.2em; } .page-triple-777-red-hot-slots__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-triple-777-red-hot-slots__faq-item.active .page-triple-777-red-hot-slots__faq-toggle { transform: rotate(45deg); } .page-triple-777-red-hot-slots__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; text-align: left; } .page-triple-777-red-hot-slots__faq-item.active .page-triple-777-red-hot-slots__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-triple-777-red-hot-slots__faq-answer p { color: #e0e0e0; margin-bottom: 10px; font-size: 1em; } .page-triple-777-red-hot-slots__cta-section { background-color: #0d011a; padding: 70px 20px; } .page-triple-777-red-hot-slots__cta-title { font-size: 3em; color: #ffcc00; margin-bottom: 30px; text-shadow: 0 0 10px rgba(255, 204, 0, 0.7); } .page-triple-777-red-hot-slots__cta-description { font-size: 1.2em; color: #e0e0e0; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-triple-777-red-hot-slots__container { padding: 10px; } .page-triple-777-red-hot-slots__hero-title { font-size: 2.5em; } .page-triple-777-red-hot-slots__hero-description, .page-triple-777-red-hot-slots__cta-description { font-size: 1em; } .page-triple-777-red-hot-slots__button-group { flex-direction: column; gap: 15px; } .page-triple-777-red-hot-slots__button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-triple-777-red-hot-slots__image-wrapper { margin: 20px auto; } .page-triple-777-red-hot-slots__section { padding: 40px 10px; } .page-triple-777-red-hot-slots__section-title, .page-triple-777-red-hot-slots__cta-title { font-size: 2em; } .page-triple-777-red-hot-slots__text-content { font-size: 0.95em; margin-bottom: 30px; } .page-triple-777-red-hot-slots__feature-list { grid-template-columns: 1fr; gap: 20px; margin: 20px auto; } .page-triple-777-red-hot-slots__feature-item { padding: 20px; } .page-triple-777-red-hot-slots__feature-item h3 { font-size: 1.5em; } .page-triple-777-red-hot-slots__step-list { gap: 15px; margin: 20px auto; } .page-triple-777-red-hot-slots__step-item { padding: 20px; } .page-triple-777-red-hot-slots__step-number { width: 35px; height: 35px; font-size: 1em; margin-right: 15px; } .page-triple-777-red-hot-slots__step-content h3 { font-size: 1.4em; } .page-triple-777-red-hot-slots__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-triple-777-red-hot-slots__faq-question h3 { font-size: 1.1em; } .page-triple-777-red-hot-slots__faq-toggle { font-size: 1.5em; } .page-triple-777-red-hot-slots__faq-answer { padding: 0 20px; } .page-triple-777-red-hot-slots__faq-item.active .page-triple-777-red-hot-slots__faq-answer { padding: 15px 20px !important; } .page-triple-777-red-hot-slots__faq-answer p { font-size: 0.9em; } .page-triple-777-red-hot-slots__cta-section { padding: 50px 10px; } } @media (max-width: 480px) { .page-triple-777-red-hot-slots__hero-title { font-size: 2em; } .page-triple-777-red-hot-slots__section-title, .page-triple-777-red-hot-slots__cta-title { font-size: 1.8em; } .page-triple-777-red-hot-slots__feature-item h3 { font-size: 1.3em; } .page-triple-777-red-hot-slots__step-content h3 { font-size: 1.2em; } .page-triple-777-red-hot-slots__faq-question { font-size: 1em; } .page-triple-777-red-hot-slots__faq-question h3 { font-size: 1em; } .page-triple-777-red-hot-slots__faq-toggle { font-size: 1.3em; } } /* List item responsive rules */ .page-triple-777-red-hot-slots__feature-item, .page-triple-777-red-hot-slots__step-item, .page-triple-777-red-hot-slots__faq-item { box-sizing: border-box; } @media (max-width: 768px) { .page-triple-777-red-hot-slots__feature-item, .page-triple-777-red-hot-slots__step-item, .page-triple-777-red-hot-slots__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-triple-777-red-hot-slots__feature-list, .page-triple-777-red-hot-slots__step-list, .page-triple-777-red-hot-slots__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-triple-777-red-hot-slots__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-triple-777-red-hot-slots__image { max-width: 100%; height: auto; } @media (max-width: 768px) { .page-triple-777-red-hot-slots__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } .page-triple-777-red-hot-slots__image { max-width: 100% !important; height: auto !important; } }