.page-poppy-playtime-chapter-1-banner__hero-section { background-color: #1a1a1a; color: #ffffff; padding: 10px 20px 60px; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; position: relative; } .page-poppy-playtime-chapter-1-banner__hero-content { max-width: 900px; margin-bottom: 40px; z-index: 1; } .page-poppy-playtime-chapter-1-banner__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; color: #ffcc00; } .page-poppy-playtime-chapter-1-banner__hero-description { font-size: 1.1em; line-height: 1.6; margin-bottom: 30px; } .page-poppy-playtime-chapter-1-banner__hero-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-1-banner__hero-button:hover { background-color: #ff6f42; transform: translateY(-3px); } .page-poppy-playtime-chapter-1-banner__hero-image-wrapper { width: 100%; max-width: 1200px; overflow: hidden; border-radius: 15px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); z-index: 1; } .page-poppy-playtime-chapter-1-banner__hero-image { max-width: 100%; height: auto; display: block; object-fit: cover; } .page-poppy-playtime-chapter-1-banner__features-section { background-color: #2a2a2a; color: #ffffff; padding: 60px 20px; text-align: center; } .page-poppy-playtime-chapter-1-banner__features-title { font-size: 2.2em; margin-bottom: 50px; color: #ffcc00; } .page-poppy-playtime-chapter-1-banner__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 50px; } .page-poppy-playtime-chapter-1-banner__feature-item { background-color: #3a3a3a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; box-sizing: border-box; } .page-poppy-playtime-chapter-1-banner__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-chapter-1-banner__feature-icon { width: 250px; height: 180px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; max-width: 100%; } .page-poppy-playtime-chapter-1-banner__feature-heading { font-size: 1.5em; margin-bottom: 15px; color: #ffcc00; } .page-poppy-playtime-chapter-1-banner__feature-description { font-size: 1em; line-height: 1.5; color: #cccccc; } .page-poppy-playtime-chapter-1-banner__cta-area { margin-top: 40px; } .page-poppy-playtime-chapter-1-banner__cta-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 18px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-1-banner__cta-button:hover { background-color: #0056b3; transform: translateY(-3px); } @media (max-width: 768px) { .page-poppy-playtime-chapter-1-banner__hero-section { padding: 10px 15px 40px; } .page-poppy-playtime-chapter-1-banner__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-1-banner__hero-description { font-size: 0.95em; } .page-poppy-playtime-chapter-1-banner__hero-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-chapter-1-banner__features-section { padding: 40px 15px; } .page-poppy-playtime-chapter-1-banner__features-title { font-size: 1.8em; margin-bottom: 30px; } .page-poppy-playtime-chapter-1-banner__features-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-chapter-1-banner__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px 20px; } .page-poppy-playtime-chapter-1-banner__feature-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chapter-1-banner__cta-button { padding: 15px 30px; font-size: 1.1em; } .page-poppy-playtime-chapter-1-banner__hero-image { max-width: 100% !important; height: auto !important; } .page-poppy-playtime-chapter-1-banner__feature-icon { max-width: 100% !important; height: auto !important; } } @media (max-width: 480px) { .page-poppy-playtime-chapter-1-banner__hero-title { font-size: 1.8em; } .page-poppy-playtime-chapter-1-banner__features-title { font-size: 1.6em; } }