body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } .page-lego-poppy-playtime-characters { max-width: 1200px; margin: 0 auto; padding: 10px 20px 40px; box-sizing: border-box; } @media (max-width: 768px) { .page-lego-poppy-playtime-characters { padding: 10px 15px 30px; } } .page-lego-poppy-playtime-characters__hero-section { text-align: center; padding: 50px 20px; background: linear-gradient(135deg, #ff6b6b, #ffa07a); color: #fff; border-radius: 10px; margin-bottom: 40px; position: relative; overflow: hidden; } .page-lego-poppy-playtime-characters__hero-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%); transform: rotate(45deg); opacity: 0.5; } .page-lego-poppy-playtime-characters__hero-section h1 { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } @media (max-width: 768px) { .page-lego-poppy-playtime-characters__hero-section h1 { font-size: 2em; } } .page-lego-poppy-playtime-characters__hero-section p { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; line-height: 1.6; } @media (max-width: 768px) { .page-lego-poppy-playtime-characters__hero-section p { font-size: 1em; } } .page-lego-poppy-playtime-characters__cta-button { display: inline-block; background-color: #4CAF50; color: white; padding: 15px 30px; text-align: center; text-decoration: none; font-size: 1.1em; border-radius: 5px; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-lego-poppy-playtime-characters__cta-button:hover { background-color: #45a049; transform: translateY(-2px); } .page-lego-poppy-playtime-characters__cta-button:active { transform: translateY(0); } .page-lego-poppy-playtime-characters__content-section { background-color: #fff; padding: 30px; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-lego-poppy-playtime-characters__content-section h2 { color: #d32f2f; font-size: 2em; margin-bottom: 20px; text-align: center; } @media (max-width: 768px) { .page-lego-poppy-playtime-characters__content-section h2 { font-size: 1.5em; } } .page-lego-poppy-playtime-characters__character-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } @media (max-width: 768px) { .page-lego-poppy-playtime-characters__character-grid { grid-template-columns: 1fr; } } .page-lego-poppy-playtime-characters__character-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-lego-poppy-playtime-characters__character-card:hover { transform: translateY(-5px); } .page-lego-poppy-playtime-characters__character-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-lego-poppy-playtime-characters__character-info { padding: 20px; } .page-lego-poppy-playtime-characters__character-info h3 { font-size: 1.5em; color: #d32f2f; margin-bottom: 10px; } .page-lego-poppy-playtime-characters__character-info p { font-size: 0.95em; line-height: 1.6; color: #555; } .page-lego-poppy-playtime-characters__promo-banner { background-color: #3f51b5; color: #fff; text-align: center; padding: 40px 20px; border-radius: 10px; margin-bottom: 30px; } .page-lego-poppy-playtime-characters__promo-banner h2 { font-size: 2.2em; margin-bottom: 15px; } @media (max-width: 768px) { .page-lego-poppy-playtime-characters__promo-banner h2 { font-size: 1.7em; } } .page-lego-poppy-playtime-characters__promo-banner p { font-size: 1.1em; margin-bottom: 25px; line-height: 1.6; } .page-lego-poppy-playtime-characters__faq-section { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-lego-poppy-playtime-characters__faq-section h2 { color: #d32f2f; font-size: 2em; margin-bottom: 25px; text-align: center; } @media (max-width: 768px) { .page-lego-poppy-playtime-characters__faq-section h2 { font-size: 1.5em; } } .page-lego-poppy-playtime-characters__faq-item { border-bottom: 1px solid #eee; } .page-lego-poppy-playtime-characters__faq-item:last-child { border-bottom: none; } .page-lego-poppy-playtime-characters__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-lego-poppy-playtime-characters__faq-question:hover { background-color: #f0f0f0; } .page-lego-poppy-playtime-characters__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } @media (max-width: 768px) { .page-lego-poppy-playtime-characters__faq-question h3 { font-size: 1em; } } .page-lego-poppy-playtime-characters__faq-toggle { font-size: 1.5em; font-weight: bold; color: #d32f2f; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-lego-poppy-playtime-characters__faq-item.active .page-lego-poppy-playtime-characters__faq-toggle { transform: rotate(45deg); } .page-lego-poppy-playtime-characters__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-lego-poppy-playtime-characters__faq-item.active .page-lego-poppy-playtime-characters__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-lego-poppy-playtime-characters__faq-answer p { margin: 0; line-height: 1.6; color: #555; } .page-lego-poppy-playtime-characters__apps-cta { background-color: #6a1b9a; color: #fff; text-align: center; padding: 40px 20px; border-radius: 10px; margin-top: 30px; } .page-lego-poppy-playtime-characters__apps-cta h2 { font-size: 2.2em; margin-bottom: 15px; } @media (max-width: 768px) { .page-lego-poppy-playtime-characters__apps-cta h2 { font-size: 1.7em; } } .page-lego-poppy-playtime-characters__apps-cta p { font-size: 1.1em; margin-bottom: 25px; line-height: 1.6; } .page-lego-poppy-playtime-characters__apps-cta .page-lego-poppy-playtime-characters__cta-button { background-color: #ffb300; } .page-lego-poppy-playtime-characters__apps-cta .page-lego-poppy-playtime-characters__cta-button:hover { background-color: #ffa000; }