.page-project-playtime-shop { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-project-playtime-shop__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-project-playtime-shop__section { padding: 60px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-project-playtime-shop__section--dark { background-color: #16213e; } .page-project-playtime-shop__section-title { font-size: 2.8em; color: #e94560; text-align: center; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; } .page-project-playtime-shop__section-subtitle { font-size: 1.5em; color: #0f3460; text-align: center; margin-bottom: 20px; } .page-project-playtime-shop__text-center { text-align: center; } .page-project-playtime-shop__btn { display: inline-block; background-color: #e94560; color: #fff; 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-project-playtime-shop__btn:hover { background-color: #ff6a80; transform: translateY(-2px); } .page-project-playtime-shop__hero-section { background-size: cover; background-position: center; color: #fff; text-align: center; padding: 10px 0 80px; position: relative; overflow: hidden; } .page-project-playtime-shop__hero-content { position: relative; z-index: 2; padding: 80px 20px; max-width: 900px; margin: 0 auto; } .page-project-playtime-shop__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-project-playtime-shop__hero-description { font-size: 1.4em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-project-playtime-shop__hero-buttons .page-project-playtime-shop__btn { margin: 0 10px; min-width: 150px; } .page-project-playtime-shop__intro-text { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px; color: #b0b0b0; } .page-project-playtime-shop__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-project-playtime-shop__feature-item { background-color: #0f3460; padding: 30px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-project-playtime-shop__feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-project-playtime-shop__feature-icon { margin-bottom: 20px; max-width: 100%; height: auto; border-radius: 8px; } .page-project-playtime-shop__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-project-playtime-shop__feature-description { font-size: 0.95em; color: #c0c0c0; } .page-project-playtime-shop__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; } .page-project-playtime-shop__quick-link-item { background-color: #0f3460; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-project-playtime-shop__quick-link-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-project-playtime-shop__quick-link-item img { max-width: 100%; height: auto; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-project-playtime-shop__quick-link-item a { display: block; padding: 20px; color: #fff; text-decoration: none; font-weight: bold; font-size: 1.1em; } .page-project-playtime-shop__quick-link-item a:hover { color: #e94560; } .page-project-playtime-shop__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-project-playtime-shop__game-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-project-playtime-shop__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-project-playtime-shop__game-card img { max-width: 100%; height: auto; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-project-playtime-shop__game-content { padding: 25px; } .page-project-playtime-shop__game-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-project-playtime-shop__game-description { font-size: 0.9em; color: #c0c0c0; margin-bottom: 20px; } .page-project-playtime-shop__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-project-playtime-shop__promo-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-project-playtime-shop__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-project-playtime-shop__promo-card img { max-width: 100%; height: auto; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-project-playtime-shop__promo-content { padding: 25px; } .page-project-playtime-shop__promo-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-project-playtime-shop__promo-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; } .page-project-playtime-shop__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-project-playtime-shop__security-item { background-color: #0f3460; padding: 30px; border-radius: 8px; text-align: center; box-sizing: border-box; } .page-project-playtime-shop__security-icon { margin-bottom: 20px; max-width: 100%; height: auto; border-radius: 8px; } .page-project-playtime-shop__security-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-project-playtime-shop__security-description { font-size: 0.95em; color: #c0c0c0; } .page-project-playtime-shop__faq-list { max-width: 900px; margin: 40px auto 0; } .page-project-playtime-shop__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-project-playtime-shop__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #0f3460; transition: background-color 0.3s ease; } .page-project-playtime-shop__faq-question:hover { background-color: #1a3a60; } .page-project-playtime-shop__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; } .page-project-playtime-shop__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-project-playtime-shop__faq-item.active .page-project-playtime-shop__faq-toggle { transform: rotate(45deg); } .page-project-playtime-shop__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; } .page-project-playtime-shop__faq-item.active .page-project-playtime-shop__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-project-playtime-shop__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-project-playtime-shop__blog-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-project-playtime-shop__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-project-playtime-shop__blog-card img { max-width: 100%; height: auto; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-project-playtime-shop__blog-content { padding: 25px; } .page-project-playtime-shop__blog-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; } .page-project-playtime-shop__blog-title a { color: #e94560; text-decoration: none; } .page-project-playtime-shop__blog-title a:hover { text-decoration: underline; } .page-project-playtime-shop__blog-excerpt { font-size: 0.9em; color: #c0c0c0; margin-bottom: 20px; } .page-project-playtime-shop__blog-date { font-size: 0.8em; color: #888; text-align: right; } @media (max-width: 768px) { .page-project-playtime-shop__section { padding: 40px 0; } .page-project-playtime-shop__section-title { font-size: 2em; margin-bottom: 30px; } .page-project-playtime-shop__hero-content { padding: 60px 15px; } .page-project-playtime-shop__hero-title { font-size: 2.5em; } .page-project-playtime-shop__hero-description { font-size: 1.1em; } .page-project-playtime-shop__hero-buttons .page-project-playtime-shop__btn { margin: 10px 5px; width: calc(100% - 10px); } .page-project-playtime-shop__features-grid, .page-project-playtime-shop__quick-links-grid, .page-project-playtime-shop__games-grid, .page-project-playtime-shop__promo-grid, .page-project-playtime-shop__security-grid, .page-project-playtime-shop__blog-grid { grid-template-columns: 1fr; } .page-project-playtime-shop__feature-item, .page-project-playtime-shop__quick-link-item, .page-project-playtime-shop__game-card, .page-project-playtime-shop__promo-card, .page-project-playtime-shop__security-item, .page-project-playtime-shop__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-project-playtime-shop__quick-link-item a { font-size: 1em; padding: 15px; } .page-project-playtime-shop__faq-question { padding: 15px 20px; } .page-project-playtime-shop__faq-question h3 { font-size: 1em; } .page-project-playtime-shop__faq-answer { padding: 0 20px; } .page-project-playtime-shop__faq-item.active .page-project-playtime-shop__faq-answer { padding: 15px 20px !important; } .page-project-playtime-shop__game-title, .page-project-playtime-shop__promo-title, .page-project-playtime-shop__blog-title { font-size: 1.2em; } .page-project-playtime-shop__game-description, .page-project-playtime-shop__promo-description, .page-project-playtime-shop__blog-excerpt { font-size: 0.85em; } } @media (max-width: 480px) { .page-project-playtime-shop__hero-title { font-size: 2em; } .page-project-playtime-shop__hero-description { font-size: 1em; } .page-project-playtime-shop__hero-buttons .page-project-playtime-shop__btn { font-size: 0.9em; padding: 10px 20px; } }