.page-steam-project-playtime-mobile { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-steam-project-playtime-mobile__header { text-align: center; padding: 20px 15px; background-color: #0a2342; color: #fff; position: relative; z-index: 100; } .page-steam-project-playtime-mobile__header-brand { font-size: 2.5rem; font-weight: bold; margin-bottom: 10px; color: #ffd700; } .page-steam-project-playtime-mobile__header-cta-wrapper { position: fixed; top: 15px; right: 15px; display: flex; gap: 10px; z-index: 101; } .page-steam-project-playtime-mobile__header-cta-wrapper--left { left: 15px; right: auto; } .page-steam-project-playtime-mobile__cta-button { display: inline-block; padding: 10px 20px; border-radius: 50px; background-color: #ffd700; color: #0a2342; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); white-space: nowrap; } .page-steam-project-playtime-mobile__cta-button:hover { background-color: #ffef80; transform: translateY(-2px); } .page-steam-project-playtime-mobile__hero-section { position: relative; width: 100%; overflow: hidden; padding-top: 10px; } .page-steam-project-playtime-mobile__hero-image { width: 100%; height: auto; display: block; object-fit: cover; } .page-steam-project-playtime-mobile__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 20px; color: #fff; } .page-steam-project-playtime-mobile__hero-title { font-size: 3rem; margin-bottom: 15px; color: #ffd700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-steam-project-playtime-mobile__hero-subtitle { font-size: 1.5rem; margin-bottom: 30px; max-width: 800px; } .page-steam-project-playtime-mobile__promo-tag { background-color: #e74c3c; padding: 5px 15px; border-radius: 5px; font-size: 1.2rem; font-weight: bold; margin-top: 10px; display: inline-block; } .page-steam-project-playtime-mobile__section { padding: 40px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-steam-project-playtime-mobile__section--dark { background-color: #0a2342; color: #eee; } .page-steam-project-playtime-mobile__section-title { font-size: 2.2rem; color: #0a2342; text-align: center; margin-bottom: 30px; position: relative; } .page-steam-project-playtime-mobile__section-title--dark { color: #ffd700; } .page-steam-project-playtime-mobile__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ffd700; margin: 10px auto 0; border-radius: 2px; } .page-steam-project-playtime-mobile__text-content { font-size: 1.1rem; max-width: 900px; margin: 0 auto 20px; text-align: center; } .page-steam-project-playtime-mobile__text-content p { margin-bottom: 15px; } .page-steam-project-playtime-mobile__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } .page-steam-project-playtime-mobile__grid-item { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; text-align: center; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-steam-project-playtime-mobile__grid-item:hover { transform: translateY(-5px); } .page-steam-project-playtime-mobile__grid-item-image { width: 100%; height: 250px; object-fit: cover; border-radius: 6px; margin-bottom: 15px; } .page-steam-project-playtime-mobile__grid-item-title { font-size: 1.5rem; color: #0a2342; margin-bottom: 10px; } .page-steam-project-playtime-mobile__grid-item-description { font-size: 1rem; color: #555; margin-bottom: 15px; } .page-steam-project-playtime-mobile__card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-steam-project-playtime-mobile__card:hover { transform: translateY(-5px); } .page-steam-project-playtime-mobile__card-image { width: 100%; height: 200px; object-fit: cover; } .page-steam-project-playtime-mobile__card-content { padding: 20px; flex-grow: 1; } .page-steam-project-playtime-mobile__card-title { font-size: 1.4rem; color: #0a2342; margin-bottom: 10px; } .page-steam-project-playtime-mobile__card-text { font-size: 1rem; color: #555; margin-bottom: 15px; } .page-steam-project-playtime-mobile__card-button { width: 100%; text-align: center; } .page-steam-project-playtime-mobile__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; } .page-steam-project-playtime-mobile__tab-button { background-color: #eee; color: #0a2342; border: none; padding: 12px 25px; cursor: pointer; font-size: 1.1rem; border-radius: 50px; transition: background-color 0.3s ease, color 0.3s ease; } .page-steam-project-playtime-mobile__tab-button.active, .page-steam-project-playtime-mobile__tab-button:hover { background-color: #ffd700; color: #0a2342; } .page-steam-project-playtime-mobile__tab-content { display: none; } .page-steam-project-playtime-mobile__tab-content.active { display: block; } .page-steam-project-playtime-mobile__faq-list { max-width: 900px; margin: 0 auto; } .page-steam-project-playtime-mobile__faq-item { background-color: #f0f0f0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-steam-project-playtime-mobile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #0a2342; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-steam-project-playtime-mobile__faq-question:hover { background-color: #1a3a60; } .page-steam-project-playtime-mobile__faq-question h3 { margin: 0; font-size: 1.2rem; pointer-events: none; color: #ffd700; } .page-steam-project-playtime-mobile__faq-toggle { font-size: 1.8rem; line-height: 1; pointer-events: none; transition: transform 0.3s ease; color: #ffd700; } .page-steam-project-playtime-mobile__faq-item.active .page-steam-project-playtime-mobile__faq-toggle { transform: rotate(45deg); } .page-steam-project-playtime-mobile__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-steam-project-playtime-mobile__faq-item.active .page-steam-project-playtime-mobile__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-steam-project-playtime-mobile__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } .page-steam-project-playtime-mobile__blog-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-steam-project-playtime-mobile__blog-card:hover { transform: translateY(-5px); } .page-steam-project-playtime-mobile__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-steam-project-playtime-mobile__blog-content { padding: 20px; } .page-steam-project-playtime-mobile__blog-title { font-size: 1.3rem; color: #0a2342; margin-bottom: 10px; } .page-steam-project-playtime-mobile__blog-excerpt { font-size: 0.95rem; color: #555; margin-bottom: 15px; } .page-steam-project-playtime-mobile__blog-link { display: inline-block; color: #ffd700; text-decoration: none; font-weight: bold; } .page-steam-project-playtime-mobile__blog-link:hover { text-decoration: underline; } .page-steam-project-playtime-mobile__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 102; } .page-steam-project-playtime-mobile__floating-button { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; background-color: #ffd700; color: #0a2342; font-size: 1rem; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; line-height: 1.2; } .page-steam-project-playtime-mobile__floating-button--register { background-color: #e74c3c; color: #fff; } .page-steam-project-playtime-mobile__floating-button--register:hover { background-color: #c0392b; transform: translateY(-3px); } .page-steam-project-playtime-mobile__floating-button--login { background-color: #3498db; color: #fff; } .page-steam-project-playtime-mobile__floating-button--login:hover { background-color: #2980b9; transform: translateY(-3px); } .page-steam-project-playtime-mobile__floating-button:hover { background-color: #ffef80; transform: translateY(-3px); } .page-steam-project-playtime-mobile__floating-button span { display: block; font-size: 0.8rem; } @media (max-width: 768px) { .page-steam-project-playtime-mobile__header-brand { font-size: 2rem; } .page-steam-project-playtime-mobile__header-cta-wrapper { top: 10px; right: 10px; flex-direction: column; gap: 8px; } .page-steam-project-playtime-mobile__header-cta-wrapper--left { left: 10px; right: auto; } .page-steam-project-playtime-mobile__cta-button { padding: 8px 15px; font-size: 0.9rem; } .page-steam-project-playtime-mobile__hero-title { font-size: 2.5rem; } .page-steam-project-playtime-mobile__hero-subtitle { font-size: 1.2rem; } .page-steam-project-playtime-mobile__section { padding: 30px 15px; } .page-steam-project-playtime-mobile__section-title { font-size: 1.8rem; margin-bottom: 25px; } .page-steam-project-playtime-mobile__text-content { font-size: 1rem; } .page-steam-project-playtime-mobile__grid { grid-template-columns: 1fr; } .page-steam-project-playtime-mobile__grid-item-image { height: 200px; } .page-steam-project-playtime-mobile__grid-item-title { font-size: 1.3rem; } .page-steam-project-playtime-mobile__card-image { height: 180px; } .page-steam-project-playtime-mobile__card-title { font-size: 1.2rem; } .page-steam-project-playtime-mobile__game-tabs { flex-direction: column; align-items: center; } .page-steam-project-playtime-mobile__tab-button { width: 100%; max-width: 250px; padding: 10px 20px; font-size: 1rem; } .page-steam-project-playtime-mobile__faq-question h3 { font-size: 1.1rem; } .page-steam-project-playtime-mobile__faq-answer { padding: 0 10px; } .page-steam-project-playtime-mobile__faq-item.active .page-steam-project-playtime-mobile__faq-answer { padding: 15px 10px !important; } .page-steam-project-playtime-mobile__blog-grid { grid-template-columns: 1fr; } .page-steam-project-playtime-mobile__blog-image { height: 180px; } .page-steam-project-playtime-mobile__blog-title { font-size: 1.2rem; } .page-steam-project-playtime-mobile__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-steam-project-playtime-mobile__floating-button { width: 50px; height: 50px; font-size: 0.9rem; } .page-steam-project-playtime-mobile__floating-button span { font-size: 0.7rem; } .page-steam-project-playtime-mobile__grid-item, .page-steam-project-playtime-mobile__card, .page-steam-project-playtime-mobile__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-steam-project-playtime-mobile__grid, .page-steam-project-playtime-mobile__blog-grid { padding: 0 15px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-steam-project-playtime-mobile__faq-list { padding: 0 15px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-steam-project-playtime-mobile__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-steam-project-playtime-mobile__blog-excerpt, .page-steam-project-playtime-mobile__grid-item-description, .page-steam-project-playtime-mobile__card-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }