.page-poppy-playtime-theme-park { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-poppy-playtime-theme-park__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-poppy-playtime-theme-park__container { padding: 10px; } } .page-poppy-playtime-theme-park__hero-section { position: relative; width: 100%; overflow: hidden; padding-top: 10px; background: linear-gradient(135deg, #FF6F61, #DE425B); color: #fff; text-align: center; } .page-poppy-playtime-theme-park__hero-image { width: 100%; height: 500px; object-fit: cover; filter: brightness(0.7); max-width: 100%; } @media (max-width: 768px) { .page-poppy-playtime-theme-park__hero-image { height: 300px; } } .page-poppy-playtime-theme-park__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; max-width: 800px; width: 90%; } .page-poppy-playtime-theme-park__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-poppy-playtime-theme-park__hero-title { font-size: 2em; } } .page-poppy-playtime-theme-park__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-poppy-playtime-theme-park__hero-subtitle { font-size: 1em; } } .page-poppy-playtime-theme-park__cta-button { display: inline-block; background-color: #4CAF50; color: white; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-theme-park__cta-button:hover { background-color: #45a049; transform: translateY(-3px); } .page-poppy-playtime-theme-park__section { padding: 60px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-poppy-playtime-theme-park__section { padding: 30px 0; } } .page-poppy-playtime-theme-park__section--dark { background-color: #333; color: #fff; } .page-poppy-playtime-theme-park__section-title { text-align: center; font-size: 2.5em; color: #DE425B; margin-bottom: 40px; } .page-poppy-playtime-theme-park__section--dark .page-poppy-playtime-theme-park__section-title { color: #FFD700; } @media (max-width: 768px) { .page-poppy-playtime-theme-park__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-poppy-playtime-theme-park__intro-text { text-align: center; font-size: 1.1em; max-width: 800px; margin: 0 auto 40px auto; } .page-poppy-playtime-theme-park__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; } .page-poppy-playtime-theme-park__quick-access-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; transition: transform 0.3s ease; } .page-poppy-playtime-theme-park__quick-access-item:hover { transform: translateY(-5px); } .page-poppy-playtime-theme-park__quick-access-link { text-decoration: none; color: #DE425B; font-weight: bold; font-size: 1.1em; } .page-poppy-playtime-theme-park__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-poppy-playtime-theme-park__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-theme-park__game-card:hover { transform: translateY(-7px); } .page-poppy-playtime-theme-park__game-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-theme-park__game-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-poppy-playtime-theme-park__game-card-content { padding: 20px; } .page-poppy-playtime-theme-park__game-card-title { font-size: 1.5em; color: #DE425B; margin-bottom: 10px; } .page-poppy-playtime-theme-park__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-poppy-playtime-theme-park__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-poppy-playtime-theme-park__promo-card { background-color: #FFD700; color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; padding: 25px; transition: transform 0.3s ease; } .page-poppy-playtime-theme-park__promo-card:hover { transform: translateY(-7px); } .page-poppy-playtime-theme-park__promo-card-title { font-size: 1.8em; margin-bottom: 15px; color: #DE425B; } .page-poppy-playtime-theme-park__promo-card-description { font-size: 1em; margin-bottom: 25px; } .page-poppy-playtime-theme-park__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; text-align: center; } .page-poppy-playtime-theme-park__feature-item { flex: 1 1 280px; background-color: rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 8px; } .page-poppy-playtime-theme-park__feature-icon { font-size: 3em; color: #FFD700; margin-bottom: 15px; } .page-poppy-playtime-theme-park__feature-title { font-size: 1.4em; margin-bottom: 10px; } .page-poppy-playtime-theme-park__feature-description { font-size: 0.95em; } .page-poppy-playtime-theme-park__faq-list { max-width: 900px; margin: 0 auto; } .page-poppy-playtime-theme-park__faq-item { background-color: #f0f0f0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-theme-park__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #DE425B; color: white; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-theme-park__faq-question:hover { background-color: #c93a4f; } .page-poppy-playtime-theme-park__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-poppy-playtime-theme-park__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-theme-park__faq-item.active .page-poppy-playtime-theme-park__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-theme-park__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fff; color: #333; } .page-poppy-playtime-theme-park__faq-item.active .page-poppy-playtime-theme-park__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-theme-park__faq-answer { padding: 20px 15px !important; } } .page-poppy-playtime-theme-park__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-poppy-playtime-theme-park__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-poppy-playtime-theme-park__blog-card:hover { transform: translateY(-7px); } .page-poppy-playtime-theme-park__blog-card-image { width: 100%; height: 180px; object-fit: cover; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-theme-park__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-poppy-playtime-theme-park__blog-card-content { padding: 20px; } .page-poppy-playtime-theme-park__blog-card-title { font-size: 1.3em; color: #DE425B; margin-bottom: 10px; } .page-poppy-playtime-theme-park__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-theme-park__blog-card-link { display: inline-block; background-color: #DE425B; color: white; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-poppy-playtime-theme-park__blog-card-link:hover { background-color: #c93a4f; } .page-poppy-playtime-theme-park__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-poppy-playtime-theme-park__floating-button { background-color: #FFD700; color: #333; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-poppy-playtime-theme-park__floating-button:hover { background-color: #e6c200; transform: translateY(-3px); } @media (max-width: 768px) { .page-poppy-playtime-theme-park__floating-buttons { bottom: 10px; right: 10px; } .page-poppy-playtime-theme-park__floating-button { padding: 10px 15px; font-size: 0.9em; } } /* Mobile responsive for all list-like items */ @media (max-width: 768px) { .page-poppy-playtime-theme-park__quick-access-grid, .page-poppy-playtime-theme-park__game-grid, .page-poppy-playtime-theme-park__promo-grid, .page-poppy-playtime-theme-park__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-theme-park__quick-access-item, .page-poppy-playtime-theme-park__game-card, .page-poppy-playtime-theme-park__promo-card, .page-poppy-playtime-theme-park__blog-card, .page-poppy-playtime-theme-park__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-theme-park__quick-access-item a, .page-poppy-playtime-theme-park__game-card-content a, .page-poppy-playtime-theme-park__promo-card a, .page-poppy-playtime-theme-park__blog-card-content a { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-theme-park__quick-access-grid, .page-poppy-playtime-theme-park__game-grid, .page-poppy-playtime-theme-park__promo-grid, .page-poppy-playtime-theme-park__blog-grid, .page-poppy-playtime-theme-park__security-features { padding: 0 10px; } .page-poppy-playtime-theme-park__faq-list { padding: 0 10px; } }