.page-project-playtime-mobile-release { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-project-playtime-mobile-release__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-project-playtime-mobile-release__section { padding: 60px 20px; margin-bottom: 20px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-project-playtime-mobile-release__section-title { text-align: center; color: #e9c46a; font-size: 2.8em; margin-bottom: 40px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); } .page-project-playtime-mobile-release__hero-section { position: relative; overflow: hidden; text-align: center; color: #fff; padding: 150px 20px 100px; background: linear-gradient(135deg, #2a2a4a 0%, #1a1a2e 100%); border-radius: 0; box-shadow: none; } .page-project-playtime-mobile-release__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-project-playtime-mobile-release__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-project-playtime-mobile-release__hero-title { font-size: 4em; margin-bottom: 20px; color: #e9c46a; text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7); } .page-project-playtime-mobile-release__hero-subtitle { font-size: 1.8em; margin-bottom: 40px; color: #fdfdfd; } .page-project-playtime-mobile-release__button { display: inline-block; background-color: #e76f51; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-project-playtime-mobile-release__button:hover { background-color: #f4a261; transform: translateY(-3px); } .page-project-playtime-mobile-release__text-content { font-size: 1.1em; color: #ccc; text-align: justify; margin-bottom: 20px; } .page-project-playtime-mobile-release__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-project-playtime-mobile-release__card { background-color: #3b3b64; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-project-playtime-mobile-release__card:hover { transform: translateY(-5px); } .page-project-playtime-mobile-release__card-image { width: 100%; max-width: 300px; height: auto; border-radius: 5px; margin-bottom: 15px; } .page-project-playtime-mobile-release__card-title { font-size: 1.5em; color: #e9c46a; margin-bottom: 10px; } .page-project-playtime-mobile-release__card-description { font-size: 1em; color: #ccc; margin-bottom: 20px; } .page-project-playtime-mobile-release__small-button { display: inline-block; background-color: #2a9d8f; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-project-playtime-mobile-release__small-button:hover { background-color: #264653; } .page-project-playtime-mobile-release__faq-item { background-color: #3b3b64; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-project-playtime-mobile-release__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #4a4a75; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-project-playtime-mobile-release__faq-question:hover { background-color: #5a5a85; } .page-project-playtime-mobile-release__faq-question h3 { margin: 0; pointer-events: none; } .page-project-playtime-mobile-release__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; } .page-project-playtime-mobile-release__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-project-playtime-mobile-release__faq-item.active .page-project-playtime-mobile-release__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-project-playtime-mobile-release__blog-card { background-color: #3b3b64; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-project-playtime-mobile-release__blog-card:hover { transform: translateY(-5px); } .page-project-playtime-mobile-release__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-mobile-release__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-project-playtime-mobile-release__blog-card-title { font-size: 1.3em; color: #e9c46a; margin-bottom: 10px; text-decoration: none; display: block; } .page-project-playtime-mobile-release__blog-card-title:hover { text-decoration: underline; } .page-project-playtime-mobile-release__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-project-playtime-mobile-release__blog-card-link { display: inline-block; background-color: #e76f51; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; } .page-project-playtime-mobile-release__blog-card-link:hover { background-color: #f4a261; } @media (max-width: 768px) { .page-project-playtime-mobile-release__section-title { font-size: 2em; } .page-project-playtime-mobile-release__hero-title { font-size: 2.5em; } .page-project-playtime-mobile-release__hero-subtitle { font-size: 1.2em; } .page-project-playtime-mobile-release__button { padding: 12px 25px; font-size: 1em; } .page-project-playtime-mobile-release__text-content { font-size: 1em; } .page-project-playtime-mobile-release__grid { grid-template-columns: 1fr; } .page-project-playtime-mobile-release__card { padding: 20px; } .page-project-playtime-mobile-release__card-title { font-size: 1.3em; } .page-project-playtime-mobile-release__faq-question { font-size: 1em; padding: 15px; } .page-project-playtime-mobile-release__faq-answer { padding: 15px !important; } .page-project-playtime-mobile-release__blog-card-image { height: 180px; } .page-project-playtime-mobile-release__blog-card-title { font-size: 1.1em; } .page-project-playtime-mobile-release__blog-card-excerpt { font-size: 0.9em; } .page-project-playtime-mobile-release__card-image, .page-project-playtime-mobile-release__hero-background, .page-project-playtime-mobile-release__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-project-playtime-mobile-release__grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-project-playtime-mobile-release__faq-item, .page-project-playtime-mobile-release__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-mobile-release__text-content, .page-project-playtime-mobile-release__card-description, .page-project-playtime-mobile-release__blog-card-excerpt, .page-project-playtime-mobile-release__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }