.page-slotph-app-download-free { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-slotph-app-download-free__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-slotph-app-download-free__hero-section { background: linear-gradient(135deg, #0f0f1a, #2a0a2e); padding: 60px 20px; text-align: center; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; position: relative; overflow: hidden; } .page-slotph-app-download-free__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; max-width: 100%; height: auto; } .page-slotph-app-download-free__hero-content { position: relative; z-index: 1; } .page-slotph-app-download-free__hero-title { font-size: 2.8em; color: #ffe066; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; } .page-slotph-app-download-free__hero-subtitle { font-size: 1.3em; color: #ccc; margin-bottom: 30px; } .page-slotph-app-download-free__download-button { display: inline-block; background-color: #e63946; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(230, 57, 70, 0.4); } .page-slotph-app-download-free__download-button:hover { background-color: #cc2a36; transform: translateY(-3px); } .page-slotph-app-download-free__features-section { padding: 40px 20px; background-color: #2c2c4d; border-radius: 10px; margin-bottom: 40px; } .page-slotph-app-download-free__section-title { font-size: 2.2em; color: #ffe066; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-slotph-app-download-free__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-slotph-app-download-free__feature-card { background-color: #1a1a2e; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-slotph-app-download-free__feature-card:hover { transform: translateY(-5px); } .page-slotph-app-download-free__feature-icon { width: 100px; height: 100px; margin-bottom: 15px; max-width: 100%; height: auto; } .page-slotph-app-download-free__feature-title { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-slotph-app-download-free__feature-description { font-size: 1em; color: #ccc; } .page-slotph-app-download-free__how-to-download-section { padding: 40px 20px; background-color: #1a1a2e; border-radius: 10px; margin-bottom: 40px; } .page-slotph-app-download-free__steps-list { list-style: none; padding: 0; counter-reset: step-counter; } .page-slotph-app-download-free__step-item { background-color: #2c2c4d; margin-bottom: 20px; padding: 25px; border-radius: 10px; display: flex; align-items: flex-start; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); position: relative; } .page-slotph-app-download-free__step-item::before { counter-increment: step-counter; content: counter(step-counter); background-color: #e63946; color: #fff; border-radius: 50%; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; font-size: 1.2em; font-weight: bold; flex-shrink: 0; margin-right: 20px; } .page-slotph-app-download-free__step-content { flex-grow: 1; } .page-slotph-app-download-free__step-title { font-size: 1.4em; color: #ffe066; margin-bottom: 10px; } .page-slotph-app-download-free__step-description { font-size: 1em; color: #ccc; } .page-slotph-app-download-free__faq-section { padding: 40px 20px; background-color: #2c2c4d; border-radius: 10px; } .page-slotph-app-download-free__faq-list { list-style: none; padding: 0; } .page-slotph-app-download-free__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-slotph-app-download-free__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #3a3a5e; border-bottom: 1px solid #4a4a7e; transition: background-color 0.3s ease; user-select: none; } .page-slotph-app-download-free__faq-question:hover { background-color: #4a4a7e; } .page-slotph-app-download-free__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-slotph-app-download-free__faq-toggle { font-size: 1.5em; color: #ffe066; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-slotph-app-download-free__faq-item.active .page-slotph-app-download-free__faq-toggle { transform: rotate(45deg); } .page-slotph-app-download-free__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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: #1a1a2e; } .page-slotph-app-download-free__faq-item.active .page-slotph-app-download-free__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-slotph-app-download-free__faq-answer p { margin: 0 0 10px 0; color: #ccc; } .page-slotph-app-download-free__faq-answer a { color: #e63946; text-decoration: none; font-weight: bold; } .page-slotph-app-download-free__faq-answer a:hover { text-decoration: underline; } @media (max-width: 768px) { .page-slotph-app-download-free__hero-title { font-size: 2em; } .page-slotph-app-download-free__hero-subtitle { font-size: 1em; } .page-slotph-app-download-free__download-button { padding: 12px 25px; font-size: 1em; } .page-slotph-app-download-free__section-title { font-size: 1.8em; } .page-slotph-app-download-free__features-grid { grid-template-columns: 1fr; } .page-slotph-app-download-free__feature-icon { width: 80px; height: 80px; } .page-slotph-app-download-free__step-item { flex-direction: column; align-items: center; text-align: center; } .page-slotph-app-download-free__step-item::before { margin-right: 0; margin-bottom: 15px; } .page-slotph-app-download-free__faq-question { padding: 15px; } .page-slotph-app-download-free__faq-question h3 { font-size: 1em; } .page-slotph-app-download-free__faq-answer { padding: 15px; } .page-slotph-app-download-free__faq-item.active .page-slotph-app-download-free__faq-answer { padding: 15px !important; } .page-slotph-app-download-free__steps-list, .page-slotph-app-download-free__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-slotph-app-download-free__step-item, .page-slotph-app-download-free__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-slotph-app-download-free__feature-description, .page-slotph-app-download-free__step-description, .page-slotph-app-download-free__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-slotph-app-download-free__hero-background, .page-slotph-app-download-free__feature-icon { max-width: 100% !important; height: auto !important; } } @media (max-width: 480px) { .page-slotph-app-download-free__hero-title { font-size: 1.8em; } .page-slotph-app-download-free__download-button { font-size: 0.9em; padding: 10px 20px; } .page-slotph-app-download-free__section-title { font-size: 1.6em; } }