body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a1a; color: #f0f0f0; } .page-poppy-playtime-steam-download__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-poppy-playtime-steam-download__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; box-sizing: border-box; } .page-poppy-playtime-steam-download__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-poppy-playtime-steam-download__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: -1; } .page-poppy-playtime-steam-download__hero-content { z-index: 1; max-width: 800px; padding: 20px; } .page-poppy-playtime-steam-download__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #ffcc00; } .page-poppy-playtime-steam-download__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-poppy-playtime-steam-download__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-poppy-playtime-steam-download__button:hover { background-color: #f76c4a; } .page-poppy-playtime-steam-download__section { padding: 60px 0; } .page-poppy-playtime-steam-download__section--dark { background-color: #222; } .page-poppy-playtime-steam-download__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #ffcc00; } .page-poppy-playtime-steam-download__text-content { font-size: 1.1em; line-height: 1.7; text-align: justify; margin-bottom: 20px; } .page-poppy-playtime-steam-download__image-wrapper { text-align: center; margin: 40px 0; } .page-poppy-playtime-steam-download__content-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-steam-download__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-steam-download__grid-item { background-color: #333; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); text-align: center; } .page-poppy-playtime-steam-download__grid-item-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-poppy-playtime-steam-download__grid-item-text { font-size: 1em; line-height: 1.6; } .page-poppy-playtime-steam-download__cta-section { background-color: #e44d26; padding: 80px 0; text-align: center; color: #fff; } .page-poppy-playtime-steam-download__cta-title { font-size: 3em; margin-bottom: 20px; } .page-poppy-playtime-steam-download__cta-text { font-size: 1.3em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-steam-download__faq-section { padding: 60px 0; } .page-poppy-playtime-steam-download__faq-item { margin-bottom: 20px; background-color: #333; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-steam-download__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #444; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-steam-download__faq-question:hover { background-color: #555; } .page-poppy-playtime-steam-download__faq-question h3 { margin: 0; font-size: 1.3em; color: #ffcc00; pointer-events: none; } .page-poppy-playtime-steam-download__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-steam-download__faq-item.active .page-poppy-playtime-steam-download__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-steam-download__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-poppy-playtime-steam-download__faq-item.active .page-poppy-playtime-steam-download__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-steam-download__faq-answer p { margin: 0; line-height: 1.6; } @media (max-width: 768px) { .page-poppy-playtime-steam-download__hero-title { font-size: 2.5em; } .page-poppy-playtime-steam-download__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-steam-download__section-title { font-size: 2em; } .page-poppy-playtime-steam-download__text-content { font-size: 1em; } .page-poppy-playtime-steam-download__grid { grid-template-columns: 1fr; } .page-poppy-playtime-steam-download__cta-title { font-size: 2.2em; } .page-poppy-playtime-steam-download__cta-text { font-size: 1.1em; } .page-poppy-playtime-steam-download__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-steam-download__faq-question, .page-poppy-playtime-steam-download__faq-answer { padding-left: 15px; padding-right: 15px; } .page-poppy-playtime-steam-download__faq-answer { padding: 15px !important; } .page-poppy-playtime-steam-download__container { padding: 15px; } .page-poppy-playtime-steam-download__button { padding: 12px 25px; font-size: 1em; } /* Responsive image rules */ .page-poppy-playtime-steam-download__hero-image, .page-poppy-playtime-steam-download__content-image { max-width: 100% !important; height: auto !important; } .page-poppy-playtime-steam-download__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } /* List item responsive rules (for grid items acting as list-like elements) */ .page-poppy-playtime-steam-download__grid-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-poppy-playtime-steam-download__hero-title { font-size: 2em; } .page-poppy-playtime-steam-download__hero-subtitle { font-size: 1em; } .page-poppy-playtime-steam-download__hero-section { height: 400px; } .page-poppy-playtime-steam-download__cta-title { font-size: 1.8em; } }