.page-playtime-helpslot__hero-section { background-color: #0d1a26; color: #fff; padding: 10px 0 60px; text-align: center; position: relative; overflow: hidden; } .page-playtime-helpslot__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 1; } .page-playtime-helpslot__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px; } .page-playtime-helpslot__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; } .page-playtime-helpslot__hero-description { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; } .page-playtime-helpslot__button { display: inline-block; background-color: #ffcc00; color: #0d1a26; padding: 15px 30px; border-radius: 5px; 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-playtime-helpslot__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-playtime-helpslot__about-section { background-color: #1a2a3a; color: #e0e0e0; padding: 80px 20px; text-align: center; } .page-playtime-helpslot__section-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 40px; } .page-playtime-helpslot__about-content { display: flex; flex-direction: column; align-items: center; max-width: 1000px; margin: 0 auto; } .page-playtime-helpslot__about-image { width: 100%; max-width: 600px; height: auto; border-radius: 10px; margin-bottom: 30px; object-fit: cover; } .page-playtime-helpslot__about-text { font-size: 1.1em; line-height: 1.7; text-align: left; max-width: 800px; } .page-playtime-helpslot__features-section { background-color: #0d1a26; color: #e0e0e0; padding: 80px 20px; } .page-playtime-helpslot__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-playtime-helpslot__feature-item { background-color: #1a2a3a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-playtime-helpslot__feature-item:hover { transform: translateY(-5px); } .page-playtime-helpslot__feature-image { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-playtime-helpslot__feature-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 15px; } .page-playtime-helpslot__feature-description { font-size: 1em; line-height: 1.6; } .page-playtime-helpslot__how-to-play-section { background-color: #1a2a3a; color: #e0e0e0; padding: 80px 20px; text-align: center; } .page-playtime-helpslot__steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 50px; } .page-playtime-helpslot__step-item { background-color: #0d1a26; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } .page-playtime-helpslot__step-number { font-size: 2em; color: #ffcc00; margin-bottom: 15px; font-weight: bold; } .page-playtime-helpslot__step-title { font-size: 1.3em; margin-bottom: 10px; } .page-playtime-helpslot__step-description { font-size: 1em; line-height: 1.6; } .page-playtime-helpslot__cta-buttons { margin-top: 30px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-playtime-helpslot__faq-section { background-color: #0d1a26; color: #e0e0e0; padding: 80px 20px; } .page-playtime-helpslot__faq-container { max-width: 900px; margin: 0 auto; } .page-playtime-helpslot__faq-item { background-color: #1a2a3a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-playtime-helpslot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2b3e50; transition: background-color 0.3s ease; user-select: none; } .page-playtime-helpslot__faq-question:hover { background-color: #3a5068; } .page-playtime-helpslot__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-playtime-helpslot__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-playtime-helpslot__faq-item.active .page-playtime-helpslot__faq-toggle { transform: rotate(45deg); } .page-playtime-helpslot__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #1a2a3a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; font-size: 1em; line-height: 1.6; text-align: left; } .page-playtime-helpslot__faq-item.active .page-playtime-helpslot__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-helpslot__final-cta-section { background-color: #2b3e50; color: #fff; padding: 60px 20px; text-align: center; } .page-playtime-helpslot__final-cta-text { font-size: 1.3em; margin-bottom: 30px; line-height: 1.6; } .page-playtime-helpslot__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-playtime-helpslot__floating-button { background-color: #ffcc00; color: #0d1a26; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-playtime-helpslot__floating-button:hover { background-color: #e6b800; transform: scale(1.05); } @media (max-width: 768px) { .page-playtime-helpslot__hero-title { font-size: 2em; } .page-playtime-helpslot__hero-description { font-size: 1em; } .page-playtime-helpslot__section-title { font-size: 1.8em; } .page-playtime-helpslot__about-text, .page-playtime-helpslot__feature-description, .page-playtime-helpslot__step-description, .page-playtime-helpslot__faq-answer { font-size: 0.95em; } .page-playtime-helpslot__features-grid, .page-playtime-helpslot__steps-grid { grid-template-columns: 1fr; } .page-playtime-helpslot__about-content { flex-direction: column; } .page-playtime-helpslot__floating-buttons { right: 10px; bottom: 10px; } .page-playtime-helpslot__floating-button { padding: 10px 18px; font-size: 0.9em; } .page-playtime-helpslot__cta-buttons { flex-direction: column; gap: 15px; } .page-playtime-helpslot__button { width: 100%; max-width: 300px; } .page-playtime-helpslot__faq-question { padding: 15px 20px; } .page-playtime-helpslot__faq-question h3 { font-size: 1.1em; } .page-playtime-helpslot__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-playtime-helpslot__hero-section { padding: 10px 0 40px; } .page-playtime-helpslot__hero-content { padding: 15px; } .page-playtime-helpslot__hero-title { font-size: 1.8em; } .page-playtime-helpslot__hero-description { font-size: 0.9em; } .page-playtime-helpslot__button { padding: 12px 25px; font-size: 1em; } .page-playtime-helpslot__about-section, .page-playtime-helpslot__features-section, .page-playtime-helpslot__how-to-play-section, .page-playtime-helpslot__faq-section, .page-playtime-helpslot__final-cta-section { padding: 50px 15px; } .page-playtime-helpslot__section-title { font-size: 1.6em; } .page-playtime-helpslot__about-text, .page-playtime-helpslot__feature-description, .page-playtime-helpslot__step-description, .page-playtime-helpslot__faq-answer { font-size: 0.9em; } .page-playtime-helpslot__feature-item, .page-playtime-helpslot__step-item { padding: 25px; } .page-playtime-helpslot__faq-question h3 { font-size: 1em; } .page-playtime-helpslot__faq-toggle { font-size: 1.5em; } }