:root { --phsky-primary-color: #e44d26; --phsky-secondary-color: #333; --phsky-text-color: #f5f5f5; --phsky-bg-dark: #1a1a1a; --phsky-bg-light: #2c2c2c; --phsky-accent-color: #ffd700; --phsky-border-color: #444; --phsky-button-hover: #ff6600; --header-offset: 122px; }.page-content.page-resident-evil-playtime { background-color: var(--phsky-bg-dark); color: var(--phsky-text-color); font-family: 'Arial', sans-serif; line-height: 1.6; padding-top: 10px; }.page-resident-evil-playtime__section-title { font-size: 2.5em; color: var(--phsky-accent-color); text-align: center; margin-bottom: 40px; padding: 20px 15px 0; line-height: 1.2; }.page-resident-evil-playtime__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; padding: 80px 20px; box-sizing: border-box; background-color: #000; }.page-resident-evil-playtime__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.5; }.page-resident-evil-playtime__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; }.page-resident-evil-playtime__hero-title { font-size: 3.5em; color: var(--phsky-accent-color); margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-resident-evil-playtime__hero-description { font-size: 1.2em; color: var(--phsky-text-color); margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-resident-evil-playtime__hero-cta { display: inline-block; background-color: var(--phsky-primary-color); color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-resident-evil-playtime__hero-cta:hover { background-color: var(--phsky-button-hover); }.page-resident-evil-playtime__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 50px 20px; background-color: var(--phsky-bg-light); border-bottom: 1px solid var(--phsky-border-color); }.page-resident-evil-playtime__payment-logos-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; }.page-resident-evil-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease; }.page-resident-evil-playtime__payment-logo:hover { filter: grayscale(0%) brightness(100%); }.page-resident-evil-playtime__introduction-section { padding: 60px 20px; background-color: var(--phsky-bg-dark); text-align: center; }.page-resident-evil-playtime__intro-content { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 40px; max-width: 1200px; margin: 0 auto; }.page-resident-evil-playtime__intro-image { width: 100%; max-width: 500px; height: auto; border-radius: 10px; object-fit: cover; flex-shrink: 0; }.page-resident-evil-playtime__intro-text { text-align: left; flex-grow: 1; }.page-resident-evil-playtime__intro-text p { font-size: 1.1em; margin-bottom: 20px; color: var(--phsky-text-color); }.page-resident-evil-playtime__intro-cta { display: inline-block; background-color: var(--phsky-primary-color); color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; margin-top: 15px; }.page-resident-evil-playtime__intro-cta:hover { background-color: var(--phsky-button-hover); }.page-resident-evil-playtime__quick-access-section { padding: 60px 20px; background-color: var(--phsky-bg-light); text-align: center; }.page-resident-evil-playtime__quick-access-description { font-size: 1.1em; margin-bottom: 30px; color: var(--phsky-text-color); }.page-resident-evil-playtime__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; }.page-resident-evil-playtime__quick-access-btn { display: inline-block; background-color: var(--phsky-primary-color); color: #fff; padding: 15px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; min-width: 180px; text-align: center; box-sizing: border-box; }.page-resident-evil-playtime__quick-access-btn:hover { background-color: var(--phsky-button-hover); }.page-resident-evil-playtime__core-games-section { padding: 60px 20px; background-color: var(--phsky-bg-dark); text-align: center; }.page-resident-evil-playtime__core-games-description { font-size: 1.1em; margin-bottom: 40px; color: var(--phsky-text-color); }.page-resident-evil-playtime__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-resident-evil-playtime__game-card { background-color: var(--phsky-bg-light); border-radius: 10px; overflow: hidden; padding-bottom: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; text-align: center; }.page-resident-evil-playtime__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; }.page-resident-evil-playtime__game-title { font-size: 1.5em; color: var(--phsky-accent-color); margin-bottom: 10px; padding: 0 15px; }.page-resident-evil-playtime__game-text { font-size: 1em; color: var(--phsky-text-color); margin-bottom: 20px; padding: 0 15px; }.page-resident-evil-playtime__game-cta { display: inline-block; background-color: var(--phsky-primary-color); color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; margin-top: auto; }.page-resident-evil-playtime__game-cta:hover { background-color: var(--phsky-button-hover); }.page-resident-evil-playtime__promotions-section { padding: 60px 20px; background-color: var(--phsky-bg-light); text-align: center; }.page-resident-evil-playtime__promotions-description { font-size: 1.1em; margin-bottom: 40px; color: var(--phsky-text-color); }.page-resident-evil-playtime__promotion-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-resident-evil-playtime__promotion-card { background-color: var(--phsky-bg-dark); border-radius: 10px; overflow: hidden; padding-bottom: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; text-align: center; }.page-resident-evil-playtime__promotion-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; }.page-resident-evil-playtime__promotion-title { font-size: 1.5em; color: var(--phsky-accent-color); margin-bottom: 10px; padding: 0 15px; }.page-resident-evil-playtime__promotion-text { font-size: 1em; color: var(--phsky-text-color); margin-bottom: 20px; padding: 0 15px; }.page-resident-evil-playtime__promotion-cta { display: inline-block; background-color: var(--phsky-primary-color); color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; margin-top: auto; }.page-resident-evil-playtime__promotion-cta:hover { background-color: var(--phsky-button-hover); }.page-resident-evil-playtime__security-support-section { padding: 60px 20px; background-color: var(--phsky-bg-dark); text-align: center; }.page-resident-evil-playtime__security-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 40px; }.page-resident-evil-playtime__security-item { background-color: var(--phsky-bg-light); border-radius: 10px; padding: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; text-align: center; }.page-resident-evil-playtime__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; }.page-resident-evil-playtime__security-title { font-size: 1.4em; color: var(--phsky-accent-color); margin-bottom: 15px; }.page-resident-evil-playtime__security-text { font-size: 1em; color: var(--phsky-text-color); }.page-resident-evil-playtime__support-cta { display: inline-block; background-color: var(--phsky-primary-color); color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-resident-evil-playtime__support-cta:hover { background-color: var(--phsky-button-hover); }.page-resident-evil-playtime__faq-section { padding: 60px 20px; background-color: var(--phsky-bg-light); text-align: center; }.page-resident-evil-playtime__faq-list { max-width: 900px; margin: 0 auto; text-align: left; }.page-resident-evil-playtime__faq-item { background-color: var(--phsky-bg-dark); border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }.page-resident-evil-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: var(--phsky-secondary-color); cursor: pointer; user-select: none; transition: background-color 0.3s ease; border-bottom: 1px solid var(--phsky-border-color); }.page-resident-evil-playtime__faq-question:hover { background-color: #444; }.page-resident-evil-playtime__faq-title { font-size: 1.2em; color: var(--phsky-text-color); margin: 0; pointer-events: none; flex-grow: 1; }.page-resident-evil-playtime__faq-toggle { font-size: 1.5em; color: var(--phsky-accent-color); margin-left: 15px; font-weight: bold; pointer-events: none; }.page-resident-evil-playtime__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; color: var(--phsky-text-color); background-color: var(--phsky-bg-dark); }.page-resident-evil-playtime__faq-answer p { padding-bottom: 15px; margin: 0; }.page-resident-evil-playtime__faq-item.active .page-resident-evil-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-resident-evil-playtime__faq-item.active .page-resident-evil-playtime__faq-question { background-color: #444; }.page-resident-evil-playtime__blog-section { padding: 60px 20px; background-color: var(--phsky-bg-dark); text-align: center; }.page-resident-evil-playtime__blog-description { font-size: 1.1em; margin-bottom: 40px; color: var(--phsky-text-color); }.page-resident-evil-playtime__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-resident-evil-playtime__blog-card { background-color: var(--phsky-bg-light); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; }.page-resident-evil-playtime__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-resident-evil-playtime__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-resident-evil-playtime__blog-title { font-size: 1.4em; color: var(--phsky-accent-color); margin-bottom: 10px; line-height: 1.3; }.page-resident-evil-playtime__blog-title a { color: var(--phsky-accent-color); text-decoration: none; transition: color 0.3s ease; }.page-resident-evil-playtime__blog-title a:hover { color: var(--phsky-primary-color); }.page-resident-evil-playtime__blog-text { font-size: 0.95em; color: var(--phsky-text-color); margin-bottom: 20px; flex-grow: 1; }.page-resident-evil-playtime__blog-cta { display: inline-block; background-color: var(--phsky-primary-color); color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; align-self: flex-start; }.page-resident-evil-playtime__blog-cta:hover { background-color: var(--phsky-button-hover); }@media (max-width: 1024px) { .page-resident-evil-playtime__hero-title { font-size: 3em; } .page-resident-evil-playtime__section-title { font-size: 2em; } .page-resident-evil-playtime__intro-content { flex-direction: column; } .page-resident-evil-playtime__intro-image { max-width: 100%; margin-bottom: 30px; } .page-resident-evil-playtime__intro-text { text-align: center; }}@media (max-width: 768px) { .page-resident-evil-playtime__hero-section { min-height: 400px; padding: 60px 15px; } .page-resident-evil-playtime__hero-title { font-size: 2.2em; } .page-resident-evil-playtime__hero-description { font-size: 1em; } .page-resident-evil-playtime__hero-cta { padding: 12px 25px; font-size: 1em; } .page-resident-evil-playtime__section-title { font-size: 1.8em; margin-bottom: 30px; padding: 15px 10px 0; } .page-resident-evil-playtime__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; } .page-resident-evil-playtime__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-resident-evil-playtime__introduction-section, .page-resident-evil-playtime__quick-access-section, .page-resident-evil-playtime__core-games-section, .page-resident-evil-playtime__promotions-section, .page-resident-evil-playtime__security-support-section, .page-resident-evil-playtime__faq-section, .page-resident-evil-playtime__blog-section { padding: 40px 15px; } .page-resident-evil-playtime__intro-text p, .page-resident-evil-playtime__quick-access-description, .page-resident-evil-playtime__core-games-description, .page-resident-evil-playtime__promotions-description, .page-resident-evil-playtime__security-text, .page-resident-evil-playtime__blog-text { font-size: 0.95em; } .page-resident-evil-playtime__quick-access-buttons { flex-direction: column; gap: 15px; } .page-resident-evil-playtime__quick-access-btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-resident-evil-playtime__game-categories, .page-resident-evil-playtime__promotion-cards, .page-resident-evil-playtime__security-content, .page-resident-evil-playtime__blog-cards { grid-template-columns: 1fr; gap: 20px; } .page-resident-evil-playtime__game-image, .page-resident-evil-playtime__promotion-image, .page-resident-evil-playtime__blog-image { height: 180px; } .page-resident-evil-playtime__faq-question { padding: 15px 15px; } .page-resident-evil-playtime__faq-title { font-size: 1.1em; } .page-resident-evil-playtime__faq-answer { padding: 0 15px; } .page-resident-evil-playtime__faq-item.active .page-resident-evil-playtime__faq-answer { padding: 15px !important; } .page-resident-evil-playtime__game-card, .page-resident-evil-playtime__promotion-card, .page-resident-evil-playtime__security-item, .page-resident-evil-playtime__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-resident-evil-playtime__game-card p, .page-resident-evil-playtime__promotion-card p, .page-resident-evil-playtime__security-item p, .page-resident-evil-playtime__blog-card p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}@media (max-width: 480px) { .page-resident-evil-playtime__hero-title { font-size: 1.8em; } .page-resident-evil-playtime__section-title { font-size: 1.5em; } .page-resident-evil-playtime__hero-cta { padding: 10px 20px; font-size: 0.9em; }}