/* CSS styles for the page-project-playtime-apk-pc */.page-project-playtime-apk-pc { font-family: 'Arial', sans-serif; color: #333; background-color: #f9f9f9; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-project-playtime-apk-pc__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-project-playtime-apk-pc__hero-section { background: url('[GALLERY:hero:1920x1080:project playtime,horror game,pc gaming]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; margin-bottom: 30px; } .page-project-playtime-apk-pc__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-project-playtime-apk-pc__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-project-playtime-apk-pc__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-project-playtime-apk-pc__hero-description { font-size: 1.3em; margin-bottom: 40px; } .page-project-playtime-apk-pc__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-project-playtime-apk-pc__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-project-playtime-apk-pc__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-project-playtime-apk-pc__section-title { font-size: 2.5em; color: #1a1a1a; text-align: center; margin-bottom: 30px; } .page-project-playtime-apk-pc__text-content { font-size: 1.1em; line-height: 1.8; text-align: justify; } .page-project-playtime-apk-pc__highlight { color: #cc0000; font-weight: bold; } .page-project-playtime-apk-pc__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-project-playtime-apk-pc__access-item { text-align: center; } .page-project-playtime-apk-pc__access-link { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-project-playtime-apk-pc__access-link:hover { background-color: #0056b3; transform: translateY(-3px); } .page-project-playtime-apk-pc__game-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-project-playtime-apk-pc__feature-card { background-color: #f0f0f0; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-project-playtime-apk-pc__feature-icon { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; } .page-project-playtime-apk-pc__feature-title { font-size: 1.5em; color: #1a1a1a; margin-bottom: 10px; } .page-project-playtime-apk-pc__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-project-playtime-apk-pc__promo-card { background-color: #f7f7f7; border: 1px solid #eee; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; } .page-project-playtime-apk-pc__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-apk-pc__promo-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-project-playtime-apk-pc__promo-title { font-size: 1.8em; color: #cc0000; margin-bottom: 10px; } .page-project-playtime-apk-pc__promo-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-project-playtime-apk-pc__promo-button { background-color: #cc0000; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-project-playtime-apk-pc__promo-button:hover { background-color: #a30000; } .page-project-playtime-apk-pc__security-icons { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; margin-top: 30px; } .page-project-playtime-apk-pc__security-icon { width: 150px; height: auto; object-fit: contain; } .page-project-playtime-apk-pc__faq-item { background-color: #f0f0f0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-project-playtime-apk-pc__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; font-size: 1.2em; font-weight: bold; color: #1a1a1a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-project-playtime-apk-pc__faq-question:hover { background-color: #e0e0e0; } .page-project-playtime-apk-pc__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-project-playtime-apk-pc__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; } .page-project-playtime-apk-pc__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; } .page-project-playtime-apk-pc__faq-item.active .page-project-playtime-apk-pc__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-project-playtime-apk-pc__faq-item.active .page-project-playtime-apk-pc__faq-toggle { transform: rotate(45deg); } .page-project-playtime-apk-pc__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-project-playtime-apk-pc__blog-card { background-color: #f7f7f7; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-project-playtime-apk-pc__blog-card:hover { transform: translateY(-5px); } .page-project-playtime-apk-pc__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-apk-pc__blog-content { padding: 20px; } .page-project-playtime-apk-pc__blog-title { font-size: 1.4em; color: #1a1a1a; margin-bottom: 10px; } .page-project-playtime-apk-pc__blog-title a { text-decoration: none; color: inherit; } .page-project-playtime-apk-pc__blog-title a:hover { color: #007bff; } .page-project-playtime-apk-pc__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-project-playtime-apk-pc__blog-date { font-size: 0.85em; color: #888; text-align: right; } /* Responsive adjustments */ @media (max-width: 992px) { .page-project-playtime-apk-pc__hero-title { font-size: 3em; } .page-project-playtime-apk-pc__hero-description { font-size: 1.1em; } .page-project-playtime-apk-pc__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-project-playtime-apk-pc__hero-section { padding: 80px 20px; } .page-project-playtime-apk-pc__hero-title { font-size: 2.5em; } .page-project-playtime-apk-pc__hero-description { font-size: 1em; } .page-project-playtime-apk-pc__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-project-playtime-apk-pc__section { padding: 30px 15px; } .page-project-playtime-apk-pc__section-title { font-size: 1.8em; } .page-project-playtime-apk-pc__text-content { font-size: 1em; } .page-project-playtime-apk-pc__quick-access-grid, .page-project-playtime-apk-pc__game-features-grid, .page-project-playtime-apk-pc__promotions-grid, .page-project-playtime-apk-pc__blog-grid { grid-template-columns: 1fr; } .page-project-playtime-apk-pc__access-link, .page-project-playtime-apk-pc__promo-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-project-playtime-apk-pc__faq-item, .page-project-playtime-apk-pc__promo-card, .page-project-playtime-apk-pc__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-project-playtime-apk-pc__faq-question { padding: 15px; font-size: 1.1em; } .page-project-playtime-apk-pc__faq-answer { padding: 15px !important; } .page-project-playtime-apk-pc__security-icons { gap: 20px; } .page-project-playtime-apk-pc__security-icon { width: 100px; } } @media (max-width: 480px) { .page-project-playtime-apk-pc__hero-section { padding: 60px 15px; } .page-project-playtime-apk-pc__hero-title { font-size: 2em; } .page-project-playtime-apk-pc__hero-description { font-size: 0.9em; } .page-project-playtime-apk-pc__cta-button { padding: 10px 20px; font-size: 1em; } .page-project-playtime-apk-pc__section-title { font-size: 1.5em; } }