.page-scorn-playtime { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-scorn-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-scorn-playtime__hero-section { position: relative; padding: 100px 20px; text-align: center; overflow: hidden; background-color: #21213b; border-bottom: 5px solid #e0b300; }.page-scorn-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.5); }.page-scorn-playtime__hero-content { position: relative; z-index: 1; color: #fff; }.page-scorn-playtime__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #e0b300; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-scorn-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-scorn-playtime__cta-button { display: inline-block; background-color: #e0b300; color: #1a1a2e; 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; margin: 10px; }.page-scorn-playtime__cta-button:hover { background-color: #ffd700; transform: translateY(-3px); }.page-scorn-playtime__section { padding: 60px 20px; background-color: #21213b; margin-bottom: 30px; border-radius: 8px; }.page-scorn-playtime__section--dark { background-color: #1a1a2e; }.page-scorn-playtime__section-title { font-size: 2.5em; color: #e0b300; text-align: center; margin-bottom: 40px; }.page-scorn-playtime__text-content { font-size: 1.1em; line-height: 1.8; margin-bottom: 20px; }.page-scorn-playtime__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; list-style: none; padding: 0; }.page-scorn-playtime__feature-item { background-color: #2b2b4d; padding: 25px; border-radius: 8px; text-align: center; 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; justify-content: flex-start; box-sizing: border-box; }.page-scorn-playtime__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); }.page-scorn-playtime__feature-icon { width: 100px; height: 100px; margin-bottom: 15px; border-radius: 50%; object-fit: cover; }.page-scorn-playtime__feature-title { font-size: 1.5em; color: #e0b300; margin-bottom: 10px; }.page-scorn-playtime__game-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }.page-scorn-playtime__game-card { background-color: #2b2b4d; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; }.page-scorn-playtime__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); }.page-scorn-playtime__game-image { width: 100%; height: 200px; object-fit: cover; }.page-scorn-playtime__game-info { padding: 20px; }.page-scorn-playtime__game-title { font-size: 1.3em; color: #e0b300; margin-bottom: 10px; }.page-scorn-playtime__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-scorn-playtime__download-section { text-align: center; padding: 60px 20px; background-color: #1a1a2e; border-top: 5px solid #e0b300; }.page-scorn-playtime__download-title { font-size: 2.5em; color: #e0b300; margin-bottom: 20px; }.page-scorn-playtime__download-text { font-size: 1.2em; margin-bottom: 30px; }.page-scorn-playtime__faq-section { padding: 60px 20px; background-color: #21213b; margin-bottom: 30px; border-radius: 8px; }.page-scorn-playtime__faq-title { font-size: 2.5em; color: #e0b300; text-align: center; margin-bottom: 40px; }.page-scorn-playtime__faq-list { max-width: 800px; margin: 0 auto; }.page-scorn-playtime__faq-item { background-color: #2b2b4d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }.page-scorn-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; font-size: 1.2em; color: #fff; cursor: pointer; user-select: none; background-color: #3a3a5e; transition: background-color 0.3s ease; }.page-scorn-playtime__faq-question:hover { background-color: #4a4a6e; }.page-scorn-playtime__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; }.page-scorn-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-scorn-playtime__faq-item.active .page-scorn-playtime__faq-toggle { transform: rotate(45deg); }.page-scorn-playtime__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; }.page-scorn-playtime__faq-item.active .page-scorn-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-scorn-playtime__faq-answer p { margin: 0; font-size: 1em; color: #ccc; }.page-scorn-playtime__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-scorn-playtime__payment-item { width: 120px; height: 60px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-scorn-playtime__payment-item:hover { filter: grayscale(0%); opacity: 1; }.page-scorn-playtime__game-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-scorn-playtime__game-provider-logo { height: 50px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-scorn-playtime__game-provider-logo:hover { filter: grayscale(0%); opacity: 1; }@media (max-width: 768px) { .page-scorn-playtime__hero-title { font-size: 2.5em; }.page-scorn-playtime__hero-subtitle { font-size: 1.2em; }.page-scorn-playtime__cta-button { padding: 12px 25px; font-size: 1em; }.page-scorn-playtime__section-title, .page-scorn-playtime__download-title, .page-scorn-playtime__faq-title { font-size: 2em; }.page-scorn-playtime__feature-list { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-scorn-playtime__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-scorn-playtime__game-gallery { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-scorn-playtime__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-scorn-playtime__game-image { max-width: 100% !important; height: auto !important; }.page-scorn-playtime__payment-item, .page-scorn-playtime__game-provider-logo { max-width: 100px; height: auto; }.page-scorn-playtime__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-scorn-playtime__faq-answer { padding: 0 20px; }.page-scorn-playtime__faq-item.active .page-scorn-playtime__faq-answer { padding: 15px 20px !important; }.page-scorn-playtime__text-content { font-size: 1em; }}