.page-the-prototype-design-poppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-the-prototype-design-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__container { padding: 15px; } } .page-the-prototype-design-poppy-playtime__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__section { padding: 20px 0; margin-bottom: 15px; } } .page-the-prototype-design-poppy-playtime__section--dark { background-color: #222; color: #eee; } .page-the-prototype-design-poppy-playtime__section--dark h2, .page-the-prototype-design-poppy-playtime__section--dark h3 { color: #eee; } .page-the-prototype-design-poppy-playtime__section-title { text-align: center; color: #0056b3; margin-bottom: 30px; font-size: 2.5em; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-the-prototype-design-poppy-playtime__section-subtitle { text-align: center; color: #555; margin-bottom: 40px; font-size: 1.2em; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__section-subtitle { font-size: 1em; margin-bottom: 25px; } } .page-the-prototype-design-poppy-playtime__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:poppy playtime,prototype,design,gaming,adventure]') no-repeat center center/cover; color: #fff; text-align: center; padding: 10px 20px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; border-radius: 0; box-shadow: none; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__hero-section { min-height: 400px; padding-bottom: 60px; } } .page-the-prototype-design-poppy-playtime__hero-title { font-size: 3.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__hero-title { font-size: 2.5em; } } .page-the-prototype-design-poppy-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__hero-subtitle { font-size: 1.1em; } } .page-the-prototype-design-poppy-playtime__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-the-prototype-design-poppy-playtime__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__cta-button { padding: 12px 25px; font-size: 1em; } } .page-the-prototype-design-poppy-playtime__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__intro-grid { gap: 20px; } } .page-the-prototype-design-poppy-playtime__intro-item { padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); } .page-the-prototype-design-poppy-playtime__intro-item h3 { color: #0056b3; margin-top: 15px; font-size: 1.5em; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__intro-item h3 { font-size: 1.2em; } } .page-the-prototype-design-poppy-playtime__intro-item p { font-size: 0.95em; color: #666; } .page-the-prototype-design-poppy-playtime__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-the-prototype-design-poppy-playtime__quick-access-links a { background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-the-prototype-design-poppy-playtime__quick-access-links a:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__quick-access-links { flex-direction: column; align-items: center; } .page-the-prototype-design-poppy-playtime__quick-access-links a { width: 90%; max-width: 300px; text-align: center; } } .page-the-prototype-design-poppy-playtime__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__game-categories { grid-template-columns: 1fr; gap: 15px; } } .page-the-prototype-design-poppy-playtime__game-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-the-prototype-design-poppy-playtime__game-card:hover { transform: translateY(-5px); } .page-the-prototype-design-poppy-playtime__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__game-card-image { height: 180px; } } .page-the-prototype-design-poppy-playtime__game-card-content { padding: 20px; } .page-the-prototype-design-poppy-playtime__game-card-content h3 { margin-top: 0; color: #0056b3; font-size: 1.4em; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__game-card-content h3 { font-size: 1.2em; } } .page-the-prototype-design-poppy-playtime__game-card-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-the-prototype-design-poppy-playtime__game-card-button { background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-the-prototype-design-poppy-playtime__game-card-button:hover { background-color: #218838; } .page-the-prototype-design-poppy-playtime__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__promo-grid { grid-template-columns: 1fr; gap: 20px; } } .page-the-prototype-design-poppy-playtime__promo-card { background-color: #f0f8ff; border-left: 5px solid #007bff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .page-the-prototype-design-poppy-playtime__promo-card h3 { color: #007bff; margin-top: 0; font-size: 1.5em; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__promo-card h3 { font-size: 1.3em; } } .page-the-prototype-design-poppy-playtime__promo-card p { font-size: 0.95em; color: #555; } .page-the-prototype-design-poppy-playtime__promo-card .page-the-prototype-design-poppy-playtime__cta-button { margin-top: 15px; background-color: #ffc107; color: #333; } .page-the-prototype-design-poppy-playtime__promo-card .page-the-prototype-design-poppy-playtime__cta-button:hover { background-color: #e0a800; } .page-the-prototype-design-poppy-playtime__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; text-align: center; margin-top: 30px; } .page-the-prototype-design-poppy-playtime__security-item { flex: 1 1 280px; max-width: 30%; padding: 20px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__security-item { max-width: 100%; flex: 1 1 100%; } } .page-the-prototype-design-poppy-playtime__security-item img { max-width: 100px; height: auto; margin-bottom: 15px; } .page-the-prototype-design-poppy-playtime__security-item h3 { color: #0056b3; font-size: 1.4em; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__security-item h3 { font-size: 1.2em; } } .page-the-prototype-design-poppy-playtime__security-item p { font-size: 0.9em; color: #666; } .page-the-prototype-design-poppy-playtime__faq-list { margin-top: 30px; } .page-the-prototype-design-poppy-playtime__faq-item { margin-bottom: 15px; background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); } .page-the-prototype-design-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #eee; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-the-prototype-design-poppy-playtime__faq-question:hover { background-color: #e0e0e0; } .page-the-prototype-design-poppy-playtime__faq-question h3 { margin: 0; color: #333; font-size: 1.1em; pointer-events: none; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__faq-question h3 { font-size: 1em; } } .page-the-prototype-design-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-the-prototype-design-poppy-playtime__faq-item.active .page-the-prototype-design-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-the-prototype-design-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-the-prototype-design-poppy-playtime__faq-item.active .page-the-prototype-design-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-the-prototype-design-poppy-playtime__faq-answer p { margin: 0; color: #555; font-size: 0.95em; } .page-the-prototype-design-poppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-the-prototype-design-poppy-playtime__blog-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-the-prototype-design-poppy-playtime__blog-card:hover { transform: translateY(-5px); } .page-the-prototype-design-poppy-playtime__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__blog-card-image { height: 180px; } } .page-the-prototype-design-poppy-playtime__blog-card-content { padding: 20px; } .page-the-prototype-design-poppy-playtime__blog-card-content h3 { margin-top: 0; color: #0056b3; font-size: 1.3em; margin-bottom: 10px; } @media (max-width: 768px) { .page-the-prototype-design-poppy-playtime__blog-card-content h3 { font-size: 1.1em; } } .page-the-prototype-design-poppy-playtime__blog-card-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-the-prototype-design-poppy-playtime__blog-card-content a { color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-the-prototype-design-poppy-playtime__blog-card-content a:hover { color: #0056b3; } .page-the-prototype-design-poppy-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-the-prototype-design-poppy-playtime__floating-button { background-color: #007bff; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-the-prototype-design-poppy-playtime__floating-button:hover { background-color: #0056b3; transform: scale(1.05); } .page-the-prototype-design-poppy-playtime__floating-button--register { background-color: #28a745; } .page-the-prototype-design-poppy-playtime__floating-button--register:hover { background-color: #218838; }