.page-poppy-playtime-chapter-4-teaser__hero-section { position: relative; width: 100%; height: 100vh; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; } .page-poppy-playtime-chapter-4-teaser__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-poppy-playtime-chapter-4-teaser__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)); z-index: 0; } .page-poppy-playtime-chapter-4-teaser__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-poppy-playtime-chapter-4-teaser__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapter-4-teaser__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-poppy-playtime-chapter-4-teaser__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-poppy-playtime-chapter-4-teaser__btn { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-poppy-playtime-chapter-4-teaser__btn--primary { background-color: #FFD700; color: #333; border: none; } .page-poppy-playtime-chapter-4-teaser__btn--primary:hover { background-color: #e6c200; transform: translateY(-3px); } .page-poppy-playtime-chapter-4-teaser__btn--secondary { background-color: transparent; color: #FFD700; border: 2px solid #FFD700; } .page-poppy-playtime-chapter-4-teaser__btn--secondary:hover { background-color: #FFD700; color: #333; transform: translateY(-3px); } .page-poppy-playtime-chapter-4-teaser__section { padding: 60px 20px; text-align: center; } .page-poppy-playtime-chapter-4-teaser__section:nth-of-type(even) { background-color: #1a1a1a; } .page-poppy-playtime-chapter-4-teaser__section-title { font-size: 2.5em; margin-bottom: 40px; color: #FFD700; } .page-poppy-playtime-chapter-4-teaser__section-description { max-width: 800px; margin: 0 auto 40px auto; color: #ccc; line-height: 1.6; } .page-poppy-playtime-chapter-4-teaser__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-4-teaser__intro-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: left; transition: transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-4-teaser__intro-item:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-4-teaser__intro-item-title { font-size: 1.5em; color: #FFD700; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-teaser__intro-item-text { color: #aaa; line-height: 1.5; } .page-poppy-playtime-chapter-4-teaser__link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; max-width: 1000px; margin: 0 auto; } .page-poppy-playtime-chapter-4-teaser__link-card { background-color: #2a2a2a; padding: 25px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: background-color 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-4-teaser__link-card:hover { background-color: #3a3a3a; } .page-poppy-playtime-chapter-4-teaser__link-card-icon { width: 60px; height: 60px; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-teaser__link-card-text { color: #FFD700; font-weight: bold; font-size: 1.1em; } .page-poppy-playtime-chapter-4-teaser__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-4-teaser__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-4-teaser__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-chapter-4-teaser__game-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-4-teaser__game-content { padding: 20px; } .page-poppy-playtime-chapter-4-teaser__game-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-teaser__game-description { color: #aaa; font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-teaser__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-4-teaser__game-provider-logo { height: 50px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-poppy-playtime-chapter-4-teaser__game-provider-logo:hover { filter: grayscale(0%); opacity: 1; } .page-poppy-playtime-chapter-4-teaser__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-4-teaser__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-4-teaser__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-chapter-4-teaser__promo-image { width: 100%; height: 250px; object-fit: cover; } .page-poppy-playtime-chapter-4-teaser__promo-content { padding: 20px; } .page-poppy-playtime-chapter-4-teaser__promo-title { font-size: 1.5em; color: #FFD700; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-teaser__promo-description { color: #aaa; font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-teaser__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-4-teaser__security-item { background-color: #2a2a2a; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-4-teaser__security-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-teaser__security-title { font-size: 1.3em; color: #FFD700; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-teaser__security-text { color: #aaa; font-size: 0.9em; line-height: 1.5; } .page-poppy-playtime-chapter-4-teaser__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapter-4-teaser__payment-logo { height: 40px; width: auto; object-fit: contain; } .page-poppy-playtime-chapter-4-teaser__faq-container { max-width: 900px; margin: 0 auto; text-align: left; } .page-poppy-playtime-chapter-4-teaser__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-4-teaser__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #333; color: #FFD700; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-4-teaser__faq-question:hover { background-color: #444; } .page-poppy-playtime-chapter-4-teaser__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-poppy-playtime-chapter-4-teaser__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-4-teaser__faq-item.active .page-poppy-playtime-chapter-4-teaser__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-4-teaser__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #2a2a2a; color: #aaa; line-height: 1.6; 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-chapter-4-teaser__faq-item.active .page-poppy-playtime-chapter-4-teaser__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-chapter-4-teaser__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-4-teaser__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-4-teaser__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-chapter-4-teaser__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-4-teaser__blog-content { padding: 20px; } .page-poppy-playtime-chapter-4-teaser__blog-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-teaser__blog-excerpt { color: #aaa; font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-teaser__blog-date { font-size: 0.85em; color: #888; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-teaser__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-4-teaser__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-chapter-4-teaser__hero-buttons { flex-direction: column; gap: 15px; } .page-poppy-playtime-chapter-4-teaser__btn { width: 100%; } .page-poppy-playtime-chapter-4-teaser__section { padding: 40px 15px; } .page-poppy-playtime-chapter-4-teaser__section-title { font-size: 2em; } .page-poppy-playtime-chapter-4-teaser__intro-grid, .page-poppy-playtime-chapter-4-teaser__link-grid, .page-poppy-playtime-chapter-4-teaser__games-grid, .page-poppy-playtime-chapter-4-teaser__promo-grid, .page-poppy-playtime-chapter-4-teaser__security-grid, .page-poppy-playtime-chapter-4-teaser__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-4-teaser__intro-item, .page-poppy-playtime-chapter-4-teaser__link-card, .page-poppy-playtime-chapter-4-teaser__game-card, .page-poppy-playtime-chapter-4-teaser__promo-card, .page-poppy-playtime-chapter-4-teaser__security-item, .page-poppy-playtime-chapter-4-teaser__blog-card { padding: 20px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-4-teaser__faq-question { font-size: 1.1em; padding: 15px; } .page-poppy-playtime-chapter-4-teaser__faq-answer { padding: 15px !important; } .page-poppy-playtime-chapter-4-teaser__game-image, .page-poppy-playtime-chapter-4-teaser__promo-image, .page-poppy-playtime-chapter-4-teaser__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-4-teaser__payment-logo, .page-poppy-playtime-chapter-4-teaser__game-provider-logo { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-4-teaser__faq-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 15px; } }