.page-brawl-stars-poppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-brawl-stars-poppy-playtime__hero-section { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); color: #fff; padding: 10px 20px 60px; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; position: relative; }.page-brawl-stars-poppy-playtime__hero-content { max-width: 900px; z-index: 10; margin-bottom: 30px; }.page-brawl-stars-poppy-playtime__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; color: #fff; }.page-brawl-stars-poppy-playtime__hero-description { font-size: 1.2em; margin-bottom: 30px; opacity: 0.9; }.page-brawl-stars-poppy-playtime__hero-actions { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }.page-brawl-stars-poppy-playtime__button { display: inline-block; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1em; white-space: nowrap; }.page-brawl-stars-poppy-playtime__button--primary { background-color: #ffc107; color: #333; border: 2px solid #ffc107; }.page-brawl-stars-poppy-playtime__button--primary:hover { background-color: #e0a800; transform: translateY(-2px); }.page-brawl-stars-poppy-playtime__button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; }.page-brawl-stars-poppy-playtime__button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); transform: translateY(-2px); }.page-brawl-stars-poppy-playtime__hero-image-wrapper { width: 100%; max-width: 800px; margin-top: 30px; overflow: hidden; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); z-index: 5; }.page-brawl-stars-poppy-playtime__hero-image { width: 100%; height: auto; display: block; max-width: 100%; box-sizing: border-box; }.page-brawl-stars-poppy-playtime__features-section, .page-brawl-stars-poppy-playtime__faq-section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-brawl-stars-poppy-playtime__section-title { font-size: 2.2em; margin-bottom: 20px; color: #2c3e50; font-weight: bold; }.page-brawl-stars-poppy-playtime__section-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; color: #555; }.page-brawl-stars-poppy-playtime__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-brawl-stars-poppy-playtime__feature-item { background-color: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; box-sizing: border-box; }.page-brawl-stars-poppy-playtime__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-brawl-stars-poppy-playtime__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; max-width: 100%; box-sizing: border-box; }.page-brawl-stars-poppy-playtime__feature-title { font-size: 1.4em; margin-bottom: 10px; color: #34495e; font-weight: bold; }.page-brawl-stars-poppy-playtime__feature-text { font-size: 1em; color: #666; }.page-brawl-stars-poppy-playtime__cta-bottom { margin-top: 50px; }.page-brawl-stars-poppy-playtime__faq-container { margin-top: 40px; text-align: left; }.page-brawl-stars-poppy-playtime__faq-item { background-color: #fff; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-brawl-stars-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f0f0f0; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; }.page-brawl-stars-poppy-playtime__faq-question:hover { background-color: #e0e0e0; }.page-brawl-stars-poppy-playtime__faq-title { font-size: 1.2em; color: #2c3e50; margin: 0; flex-grow: 1; pointer-events: none; }.page-brawl-stars-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #6a11cb; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-brawl-stars-poppy-playtime__faq-item.active .page-brawl-stars-poppy-playtime__faq-toggle { transform: rotate(45deg); }.page-brawl-stars-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-brawl-stars-poppy-playtime__faq-item.active .page-brawl-stars-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-brawl-stars-poppy-playtime__faq-answer p { margin: 0; font-size: 1em; color: #555; }.page-brawl-stars-poppy-playtime img { max-width: 100%; height: auto; display: block; box-sizing: border-box; }@media (max-width: 768px) { .page-brawl-stars-poppy-playtime__hero-title { font-size: 2em; }.page-brawl-stars-poppy-playtime__hero-description { font-size: 1em; }.page-brawl-stars-poppy-playtime__button { padding: 10px 20px; font-size: 0.9em; }.page-brawl-stars-poppy-playtime__features-section, .page-brawl-stars-poppy-playtime__faq-section { padding: 40px 15px; }.page-brawl-stars-poppy-playtime__section-title { font-size: 1.8em; }.page-brawl-stars-poppy-playtime__section-description { font-size: 0.95em; }.page-brawl-stars-poppy-playtime__features-grid { grid-template-columns: 1fr; }.page-brawl-stars-poppy-playtime__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; }.page-brawl-stars-poppy-playtime__feature-icon { width: 60px; height: 60px; margin-bottom: 15px; }.page-brawl-stars-poppy-playtime__faq-question { padding: 15px 20px; }.page-brawl-stars-poppy-playtime__faq-title { font-size: 1.1em; }.page-brawl-stars-poppy-playtime__faq-toggle { font-size: 1.3em; }.page-brawl-stars-poppy-playtime__faq-answer { padding: 0 20px; }.page-brawl-stars-poppy-playtime__faq-item.active .page-brawl-stars-poppy-playtime__faq-answer { padding: 15px 20px !important; }.page-brawl-stars-poppy-playtime img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }