.page-poppy-playtime-doey-the-doughman { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-poppy-playtime-doey-the-doughman__hero-section { position: relative; width: 100%; height: 400px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #ffffff; padding: 20px; box-sizing: border-box; } .page-poppy-playtime-doey-the-doughman__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-poppy-playtime-doey-the-doughman__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-poppy-playtime-doey-the-doughman__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-doey-the-doughman__hero-subtitle { font-size: 1.2em; margin-bottom: 25px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-doey-the-doughman__button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-poppy-playtime-doey-the-doughman__button:hover { background-color: #c92a37; transform: translateY(-2px); } .page-poppy-playtime-doey-the-doughman__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #2c2c44; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-doey-the-doughman__section:nth-child(even) { background-color: #1f1f3a; } .page-poppy-playtime-doey-the-doughman__section-title { font-size: 2.2em; color: #a8dadc; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-doey-the-doughman__text-content { font-size: 1em; color: #e0e0e0; margin-bottom: 20px; text-align: justify; } .page-poppy-playtime-doey-the-doughman__image-container { text-align: center; margin: 30px 0; } .page-poppy-playtime-doey-the-doughman__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-doey-the-doughman__cta-section { text-align: center; padding: 50px 20px; background-color: #e63946; color: #ffffff; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-doey-the-doughman__cta-title { font-size: 2em; margin-bottom: 15px; } .page-poppy-playtime-doey-the-doughman__cta-text { font-size: 1.1em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-doey-the-doughman__faq-section { padding: 40px 20px; max-width: 900px; margin: 0 auto 30px auto; background-color: #2c2c44; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-doey-the-doughman__faq-item { margin-bottom: 15px; border: 1px solid #457b9d; border-radius: 5px; overflow: hidden; } .page-poppy-playtime-doey-the-doughman__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #1f1f3a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-doey-the-doughman__faq-question:hover { background-color: #2c2c44; } .page-poppy-playtime-doey-the-doughman__faq-question h3 { margin: 0; font-size: 1.2em; color: #a8dadc; pointer-events: none; } .page-poppy-playtime-doey-the-doughman__faq-toggle { font-size: 1.5em; font-weight: bold; color: #a8dadc; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-doey-the-doughman__faq-item.active .page-poppy-playtime-doey-the-doughman__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-doey-the-doughman__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #2c2c44; color: #e0e0e0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-poppy-playtime-doey-the-doughman__faq-item.active .page-poppy-playtime-doey-the-doughman__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-doey-the-doughman__hero-title { font-size: 2em; } .page-poppy-playtime-doey-the-doughman__hero-subtitle { font-size: 1em; } .page-poppy-playtime-doey-the-doughman__section-title { font-size: 1.8em; } .page-poppy-playtime-doey-the-doughman__section { padding: 30px 15px; margin-bottom: 20px; } .page-poppy-playtime-doey-the-doughman__cta-title { font-size: 1.6em; } .page-poppy-playtime-doey-the-doughman__cta-text { font-size: 0.95em; } .page-poppy-playtime-doey-the-doughman__faq-section { padding: 30px 15px; margin-bottom: 20px; } .page-poppy-playtime-doey-the-doughman__faq-question { padding: 12px 15px; } .page-poppy-playtime-doey-the-doughman__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-doey-the-doughman__faq-answer { padding: 0 15px; } .page-poppy-playtime-doey-the-doughman__faq-item.active .page-poppy-playtime-doey-the-doughman__faq-answer { padding: 15px !important; } } @media (max-width: 480px) { .page-poppy-playtime-doey-the-doughman__hero-section { height: 300px; } .page-poppy-playtime-doey-the-doughman__hero-title { font-size: 1.6em; } .page-poppy-playtime-doey-the-doughman__hero-subtitle { font-size: 0.9em; } .page-poppy-playtime-doey-the-doughman__button { padding: 10px 20px; font-size: 0.9em; } }