body{font-family: 'Arial', sans-serif;margin: 0;padding: 0;background-color: #1a1a2e;color: #e0e0e0;line-height: 1.6;}.page-miles-morales-playtime{max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-miles-morales-playtime__hero-section{position: relative;text-align: center;color: #fff;padding: 10px 0 60px 0;overflow: hidden;border-radius: 10px;margin-bottom: 40px;background-size: cover;background-position: center;}.page-miles-morales-playtime__hero-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);z-index: 1;}.page-miles-morales-playtime__hero-content{position: relative;z-index: 2;padding: 40px 20px;}.page-miles-morales-playtime__hero-title{font-size: 3.5em;margin-bottom: 20px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-miles-morales-playtime__hero-subtitle{font-size: 1.5em;margin-bottom: 30px;}.page-miles-morales-playtime__cta-button{display: inline-block;background-color: #e63946;color: #fff;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.2em;transition: background-color 0.3s ease;}.page-miles-morales-playtime__cta-button:hover{background-color: #c92a37;}.page-miles-morales-playtime__section{background-color: #2a2a4a;padding: 40px 20px;margin-bottom: 30px;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-miles-morales-playtime__section-title{font-size: 2.5em;color: #e63946;text-align: center;margin-bottom: 30px;}.page-miles-morales-playtime__text-content{font-size: 1.1em;line-height: 1.8;text-align: justify;}.page-miles-morales-playtime__text-content p{margin-bottom: 15px;}.page-miles-morales-playtime__text-content strong{color: #f7a31b;}.page-miles-morales-playtime__button-group{display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-miles-morales-playtime__button{display: inline-block;background-color: #457b9d;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-miles-morales-playtime__button:hover{background-color: #386782;}.page-miles-morales-playtime__game-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-miles-morales-playtime__game-card{background-color: #3b3b6b;border-radius: 10px;overflow: hidden;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);text-align: center;transition: transform 0.3s ease;}.page-miles-morales-playtime__game-card:hover{transform: translateY(-5px);}.page-miles-morales-playtime__game-card-image{width: 100%;height: 200px;object-fit: cover;}.page-miles-morales-playtime__game-card-content{padding: 20px;}.page-miles-morales-playtime__game-card-title{font-size: 1.5em;margin-bottom: 10px;color: #f7a31b;}.page-miles-morales-playtime__game-card-description{font-size: 0.9em;color: #ccc;margin-bottom: 15px;}.page-miles-morales-playtime__promo-button{background-color: #e63946;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-miles-morales-playtime__promo-button:hover{background-color: #c92a37;}.page-miles-morales-playtime__promo-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-miles-morales-playtime__promo-card{background-color: #3b3b6b;border-radius: 10px;overflow: hidden;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);text-align: center;transition: transform 0.3s ease;}.page-miles-morales-playtime__promo-card:hover{transform: translateY(-5px);}.page-miles-morales-playtime__promo-card-image{width: 100%;height: 220px;object-fit: cover;}.page-miles-morales-playtime__promo-card-content{padding: 20px;}.page-miles-morales-playtime__promo-card-title{font-size: 1.6em;margin-bottom: 10px;color: #e63946;}.page-miles-morales-playtime__promo-card-description{font-size: 1em;color: #ccc;margin-bottom: 15px;}.page-miles-morales-playtime__faq-list{margin-top: 30px;}.page-miles-morales-playtime__faq-item{background-color: #3b3b6b;border-radius: 8px;margin-bottom: 15px;overflow: hidden;}.page-miles-morales-playtime__faq-question{display: flex;justify-content: space-between;align-items: center;padding: 18px 20px;cursor: pointer;background-color: #457b9d;color: #fff;font-size: 1.2em;font-weight: bold;user-select: none;transition: background-color 0.3s ease;}.page-miles-morales-playtime__faq-question:hover{background-color: #386782;}.page-miles-morales-playtime__faq-question h3{margin: 0;pointer-events: none;}.page-miles-morales-playtime__faq-toggle{font-size: 1.5em;line-height: 1;pointer-events: none;transition: transform 0.3s ease;}.page-miles-morales-playtime__faq-item.active .page-miles-morales-playtime__faq-toggle{transform: rotate(45deg);}.page-miles-morales-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;background-color: #2a2a4a;color: #e0e0e0;}.page-miles-morales-playtime__faq-item.active .page-miles-morales-playtime__faq-answer{max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-miles-morales-playtime__blog-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-miles-morales-playtime__blog-card{background-color: #3b3b6b;border-radius: 10px;overflow: hidden;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-miles-morales-playtime__blog-card:hover{transform: translateY(-5px);}.page-miles-morales-playtime__blog-card-image{width: 100%;height: 200px;object-fit: cover;}.page-miles-morales-playtime__blog-card-content{padding: 20px;}.page-miles-morales-playtime__blog-card-title{font-size: 1.4em;margin-bottom: 10px;color: #f7a31b;}.page-miles-morales-playtime__blog-card-title a{color: #f7a31b;text-decoration: none;transition: color 0.3s ease;}.page-miles-morales-playtime__blog-card-title a:hover{color: #e63946;}.page-miles-morales-playtime__blog-card-date{font-size: 0.85em;color: #aaa;margin-bottom: 10px;}.page-miles-morales-playtime__blog-card-excerpt{font-size: 0.95em;color: #ccc;margin-bottom: 15px;}.page-miles-morales-playtime__read-more-button{background-color: #e63946;color: #fff;padding: 8px 15px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 0.9em;transition: background-color 0.3s ease;}.page-miles-morales-playtime__read-more-button:hover{background-color: #c92a37;}/* Partner/Supplier Logo Section CSS */.page-miles-morales-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: 20px 0;background-color: #1a1a2e;}.page-miles-morales-playtime__payment-logo{flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-miles-morales-playtime__payment-logo img{display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}@media (max-width: 768px){.page-miles-morales-playtime__hero-title{font-size: 2.5em;}.page-miles-morales-playtime__hero-subtitle{font-size: 1.2em;}.page-miles-morales-playtime__section-title{font-size: 2em;}.page-miles-morales-playtime__text-content{font-size: 1em;}.page-miles-morales-playtime__button-group{flex-direction: column;}.page-miles-morales-playtime__button{width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-miles-morales-playtime__game-grid,.page-miles-morales-playtime__promo-grid,.page-miles-morales-playtime__blog-grid{grid-template-columns: 1fr;}.page-miles-morales-playtime__game-card-image,.page-miles-morales-playtime__promo-card-image,.page-miles-morales-playtime__blog-card-image{height: 180px;}.page-miles-morales-playtime__faq-question{font-size: 1.1em;padding: 15px;}.page-miles-morales-playtime__faq-answer{padding: 15px !important;}.page-miles-morales-playtime__payment-providers{gap: 16px;}.page-miles-morales-playtime__payment-logo,.page-miles-morales-playtime__payment-logo img{width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-miles-morales-playtime__blog-card-title a,.page-miles-morales-playtime__game-card-title,.page-miles-morales-playtime__promo-card-title{font-size: 1.2em;}.page-miles-morales-playtime__blog-card-excerpt,.page-miles-morales-playtime__game-card-description,.page-miles-morales-playtime__promo-card-description{font-size: 0.9em;}}