.page-list-of-all-poppy-playtime-characters__hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#ffffff;padding:10px 20px 60px;overflow:hidden;box-sizing:border-box}.page-list-of-all-poppy-playtime-characters__hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.page-list-of-all-poppy-playtime-characters__hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.page-list-of-all-poppy-playtime-characters__hero-content{position:relative;z-index:1;max-width:800px;padding:20px;background-color:rgba(0,0,0,.6);border-radius:10px}.page-list-of-all-poppy-playtime-characters__hero-title{font-size:2.8em;margin-bottom:15px;line-height:1.2}.page-list-of-all-poppy-playtime-characters__hero-description{font-size:1.2em;margin-bottom:30px;line-height:1.6}.page-list-of-all-poppy-playtime-characters__highlight{color:#ffcc00}.page-list-of-all-poppy-playtime-characters__cta-button{display:inline-block;background-color:#e60000;color:#ffffff;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1em;transition:background-color .3s ease}.page-list-of-all-poppy-playtime-characters__cta-button:hover{background-color:#cc0000}.page-list-of-all-poppy-playtime-characters__characters-section,.page-list-of-all-poppy-playtime-characters__other-characters-section,.page-list-of-all-poppy-playtime-characters__cta-section,.page-list-of-all-poppy-playtime-characters__faq-section{padding:60px 20px;max-width:1200px;margin:0 auto;background-color:#1a1a1a;color:#e0e0e0;border-bottom:1px solid #333;box-sizing:border-box}.page-list-of-all-poppy-playtime-characters__section-title{font-size:2.2em;text-align:center;margin-bottom:20px;color:#ffffff}.page-list-of-all-poppy-playtime-characters__section-description{font-size:1.1em;text-align:center;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.page-list-of-all-poppy-playtime-characters__character-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;justify-content:center}.page-list-of-all-poppy-playtime-characters__character-card{background-color:#2a2a2a;border-radius:10px;overflow:hidden;text-align:center;padding-bottom:20px;box-shadow:0 4px 15px rgba(0,0,0,.4);transition:transform .3s ease,box-shadow .3s ease}.page-list-of-all-poppy-playtime-characters__character-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.6)}.page-list-of-all-poppy-playtime-characters__character-image{width:100%;height:250px;object-fit:cover;margin-bottom:15px}.page-list-of-all-poppy-playtime-characters__character-name{font-size:1.8em;color:#ffffff;margin-bottom:10px;padding:0 15px}.page-list-of-all-poppy-playtime-characters__character-description{font-size:1em;line-height:1.5;padding:0 15px;color:#b0b0b0}.page-list-of-all-poppy-playtime-characters__other-characters-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.page-list-of-all-poppy-playtime-characters__list-item{background-color:#2a2a2a;border-left:5px solid #ffcc00;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3);box-sizing:border-box}.page-list-of-all-poppy-playtime-characters__list-item-title{font-size:1.6em;color:#ffffff;margin-bottom:10px}.page-list-of-all-poppy-playtime-characters__list-item-description{font-size:.95em;line-height:1.5;color:#b0b0b0}.page-list-of-all-poppy-playtime-characters__cta-section{display:flex;align-items:center;gap:40px;background-color:#0d0d0d;border-radius:10px;padding:40px;margin-bottom:60px;box-shadow:0 8px 30px rgba(0,0,0,.5)}.page-list-of-all-poppy-playtime-characters__cta-content{flex:1;text-align:left}.page-list-of-all-poppy-playtime-characters__cta-title{font-size:2.5em;color:#ffffff;margin-bottom:15px}.page-list-of-all-poppy-playtime-characters__cta-description{font-size:1.1em;line-height:1.6;color:#b0b0b0;margin-bottom:30px}.page-list-of-all-poppy-playtime-characters__cta-button--large{padding:18px 35px;font-size:1.2em}.page-list-of-all-poppy-playtime-characters__cta-image-wrapper{flex:0 0 400px;height:250px;border-radius:8px;overflow:hidden}.page-list-of-all-poppy-playtime-characters__cta-image{width:100%;height:100%;object-fit:cover}.page-list-of-all-poppy-playtime-characters__faq-container{max-width:800px;margin:0 auto}.page-list-of-all-poppy-playtime-characters__faq-item{background-color:#2a2a2a;border-radius:8px;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.3)}.page-list-of-all-poppy-playtime-characters__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;background-color:#3a3a3a;color:#ffffff;font-size:1.1em;font-weight:700;user-select:none;transition:background-color .3s ease}.page-list-of-all-poppy-playtime-characters__faq-question:hover{background-color:#4a4a4a}.page-list-of-all-poppy-playtime-characters__faq-question-title{margin:0;font-size:1.1em;color:#ffffff}.page-list-of-all-poppy-playtime-characters__faq-toggle{font-size:1.5em;line-height:1;transition:transform .3s ease}.page-list-of-all-poppy-playtime-characters__faq-answer{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-list-of-all-poppy-playtime-characters__faq-answer p{margin:0;padding-bottom:20px;line-height:1.6;color:#b0b0b0}.page-list-of-all-poppy-playtime-characters__faq-item.active .page-list-of-all-poppy-playtime-characters__faq-answer{max-height:2000px!important;padding:20px 20px!important;opacity:1}.page-list-of-all-poppy-playtime-characters__faq-item.active .page-list-of-all-poppy-playtime-characters__faq-toggle{transform:rotate(45deg)}@media (max-width:1024px){.page-list-of-all-poppy-playtime-characters__hero-title{font-size:2.4em}.page-list-of-all-poppy-playtime-characters__section-title{font-size:2em}.page-list-of-all-poppy-playtime-characters__cta-section{flex-direction:column;text-align:center}.page-list-of-all-poppy-playtime-characters__cta-content{text-align:center}.page-list-of-all-poppy-playtime-characters__cta-image-wrapper{flex:none;width:100%;max-width:600px;height:200px}}@media (max-width:768px){.page-list-of-all-poppy-playtime-characters__hero-section{min-height:400px;padding:10px 15px 40px}.page-list-of-all-poppy-playtime-characters__hero-title{font-size:2em}.page-list-of-all-poppy-playtime-characters__hero-description{font-size:1em}.page-list-of-all-poppy-playtime-characters__cta-button{padding:12px 25px;font-size:1em}.page-list-of-all-poppy-playtime-characters__characters-section,.page-list-of-all-poppy-playtime-characters__other-characters-section,.page-list-of-all-poppy-playtime-characters__cta-section,.page-list-of-all-poppy-playtime-characters__faq-section{padding:40px 15px}.page-list-of-all-poppy-playtime-characters__section-title{font-size:1.8em}.page-list-of-all-poppy-playtime-characters__section-description{font-size:.95em}.page-list-of-all-poppy-playtime-characters__character-grid{grid-template-columns:1fr;gap:20px}.page-list-of-all-poppy-playtime-characters__character-image{height:200px}.page-list-of-all-poppy-playtime-characters__character-name{font-size:1.5em}.page-list-of-all-poppy-playtime-characters__other-characters-list{grid-template-columns:1fr;gap:15px}.page-list-of-all-poppy-playtime-characters__list-item{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;padding:15px!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.page-list-of-all-poppy-playtime-characters__other-characters-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-list-of-all-poppy-playtime-characters__list-item-title{font-size:1.3em}.page-list-of-all-poppy-playtime-characters__list-item-description{font-size:.9em}.page-list-of-all-poppy-playtime-characters__cta-title{font-size:2em}.page-list-of-all-poppy-playtime-characters__cta-description{font-size:1em}.page-list-of-all-poppy-playtime-characters__cta-button--large{padding:15px 30px;font-size:1.1em}.page-list-of-all-poppy-playtime-characters__faq-question{font-size:1em;padding:12px 15px}.page-list-of-all-poppy-playtime-characters__faq-question-title{font-size:1em}.page-list-of-all-poppy-playtime-characters__faq-answer{padding:0 15px}.page-list-of-all-poppy-playtime-characters__faq-answer p{padding-bottom:15px;font-size:.95em}.page-list-of-all-poppy-playtime-characters__faq-item.active .page-list-of-all-poppy-playtime-characters__faq-answer{padding:15px 15px!important}}@media (max-width:480px){.page-list-of-all-poppy-playtime-characters__hero-title{font-size:1.8em}.page-list-of-all-poppy-playtime-characters__hero-description{font-size:.9em}.page-list-of-all-poppy-playtime-characters__section-title{font-size:1.6em}.page-list-of-all-poppy-playtime-characters__cta-title{font-size:1.8em}}