.page-lowlevelfatalerror-poppy-playtime { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; } .page-lowlevelfatalerror-poppy-playtime__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 10px 20px 60px; min-height: 400px; overflow: hidden; background-color: #2a2a2a; } .page-lowlevelfatalerror-poppy-playtime__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } .page-lowlevelfatalerror-poppy-playtime__hero-image-container img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(0.4); } .page-lowlevelfatalerror-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-lowlevelfatalerror-poppy-playtime__hero-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-lowlevelfatalerror-poppy-playtime__hero-description { font-size: 1.2em; color: #f0f0f0; margin-bottom: 30px; } .page-lowlevelfatalerror-poppy-playtime__hero-button, .page-lowlevelfatalerror-poppy-playtime__cta-button, .page-lowlevelfatalerror-poppy-playtime__faq-button { display: inline-block; background-color: #007bff; 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.2s ease; border: none; cursor: pointer; } .page-lowlevelfatalerror-poppy-playtime__hero-button:hover, .page-lowlevelfatalerror-poppy-playtime__cta-button:hover, .page-lowlevelfatalerror-poppy-playtime__faq-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-lowlevelfatalerror-poppy-playtime__solutions-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a1a1a; } .page-lowlevelfatalerror-poppy-playtime__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 20px; } .page-lowlevelfatalerror-poppy-playtime__section-description { font-size: 1.1em; color: #cccccc; text-align: center; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-lowlevelfatalerror-poppy-playtime__solution-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } .page-lowlevelfatalerror-poppy-playtime__solution-card { background-color: #2c2c2c; border-radius: 12px; padding: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-lowlevelfatalerror-poppy-playtime__solution-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-lowlevelfatalerror-poppy-playtime__card-title { font-size: 1.6em; color: #007bff; margin-bottom: 15px; } .page-lowlevelfatalerror-poppy-playtime__solution-card p { color: #f0f0f0; font-size: 1em; } .page-lowlevelfatalerror-poppy-playtime__cta-section { text-align: center; background-color: #2c2c2c; padding: 50px 30px; border-radius: 12px; margin-top: 50px; } .page-lowlevelfatalerror-poppy-playtime__cta-text { font-size: 1.3em; color: #f0f0f0; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-lowlevelfatalerror-poppy-playtime__faq-section { padding: 60px 20px; max-width: 900px; margin: 0 auto; background-color: #1a1a1a; } .page-lowlevelfatalerror-poppy-playtime__faq-list { margin-top: 30px; } .page-lowlevelfatalerror-poppy-playtime__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-lowlevelfatalerror-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a3a; border-bottom: 1px solid #444; transition: background-color 0.3s ease; user-select: none; } .page-lowlevelfatalerror-poppy-playtime__faq-question:hover { background-color: #4a4a4a; } .page-lowlevelfatalerror-poppy-playtime__faq-title { font-size: 1.2em; color: #ffcc00; margin: 0; flex-grow: 1; pointer-events: none; } .page-lowlevelfatalerror-poppy-playtime__faq-toggle { font-size: 1.5em; color: #007bff; font-weight: bold; margin-left: 20px; transition: transform 0.3s ease; pointer-events: none; } .page-lowlevelfatalerror-poppy-playtime__faq-item.active .page-lowlevelfatalerror-poppy-playtime__faq-toggle { transform: rotate(45deg); color: #ffcc00; } .page-lowlevelfatalerror-poppy-playtime__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; } .page-lowlevelfatalerror-poppy-playtime__faq-item.active .page-lowlevelfatalerror-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-lowlevelfatalerror-poppy-playtime__faq-answer p { color: #f0f0f0; margin-bottom: 15px; } .page-lowlevelfatalerror-poppy-playtime__faq-button { margin-top: 10px; } @media (max-width: 768px) { .page-lowlevelfatalerror-poppy-playtime__hero-section { padding: 10px 15px 40px; min-height: 300px; } .page-lowlevelfatalerror-poppy-playtime__hero-title { font-size: 2em; } .page-lowlevelfatalerror-poppy-playtime__hero-description { font-size: 1em; } .page-lowlevelfatalerror-poppy-playtime__hero-button, .page-lowlevelfatalerror-poppy-playtime__cta-button, .page-lowlevelfatalerror-poppy-playtime__faq-button { padding: 12px 25px; font-size: 1em; } .page-lowlevelfatalerror-poppy-playtime__solutions-section, .page-lowlevelfatalerror-poppy-playtime__faq-section { padding: 40px 15px; } .page-lowlevelfatalerror-poppy-playtime__section-title { font-size: 1.8em; } .page-lowlevelfatalerror-poppy-playtime__section-description { font-size: 0.95em; } .page-lowlevelfatalerror-poppy-playtime__solution-grid { grid-template-columns: 1fr; gap: 20px; } .page-lowlevelfatalerror-poppy-playtime__solution-card { padding: 20px; } .page-lowlevelfatalerror-poppy-playtime__card-title { font-size: 1.4em; } .page-lowlevelfatalerror-poppy-playtime__cta-section { padding: 40px 20px; } .page-lowlevelfatalerror-poppy-playtime__cta-text { font-size: 1.1em; } .page-lowlevelfatalerror-poppy-playtime__faq-question { padding: 15px 20px; } .page-lowlevelfatalerror-poppy-playtime__faq-title { font-size: 1.1em; } .page-lowlevelfatalerror-poppy-playtime__faq-answer { padding: 0 20px; } .page-lowlevelfatalerror-poppy-playtime__faq-item.active .page-lowlevelfatalerror-poppy-playtime__faq-answer { padding: 15px 20px !important; } } /* Ensure images are responsive */ .page-lowlevelfatalerror-poppy-playtime img { max-width: 100%; height: auto; display: block; } .page-lowlevelfatalerror-poppy-playtime__hero-image-container img { object-fit: cover; width: 100%; height: 100%; } @media (max-width: 768px) { .page-lowlevelfatalerror-poppy-playtime img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }