.page-the-forgotten-city-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-the-forgotten-city-playtime__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; overflow: hidden; padding: 10px 20px; box-sizing: border-box; } .page-the-forgotten-city-playtime__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); } .page-the-forgotten-city-playtime__hero-section h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #fff; } .page-the-forgotten-city-playtime__hero-section p { font-size: clamp(1rem, 2vw, 1.5rem); margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); color: #eee; } .page-the-forgotten-city-playtime__hero-cta { display: inline-block; background-color: #ff4500; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-the-forgotten-city-playtime__hero-cta:hover { background-color: #e03e00; } .page-the-forgotten-city-playtime__intro-section, .page-the-forgotten-city-playtime__access-section, .page-the-forgotten-city-playtime__games-section, .page-the-forgotten-city-playtime__promo-section, .page-the-forgotten-city-playtime__security-section, .page-the-forgotten-city-playtime__faq-section, .page-the-forgotten-city-playtime__blog-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-bottom: 1px solid #eee; } .page-the-forgotten-city-playtime__intro-section h2, .page-the-forgotten-city-playtime__access-section h2, .page-the-forgotten-city-playtime__games-section h2, .page-the-forgotten-city-playtime__promo-section h2, .page-the-forgotten-city-playtime__security-section h2, .page-the-forgotten-city-playtime__faq-section h2, .page-the-forgotten-city-playtime__blog-section h2 { text-align: center; font-size: clamp(1.8rem, 3vw, 2.8rem); color: #222; margin-bottom: 30px; } .page-the-forgotten-city-playtime__intro-section p, .page-the-forgotten-city-playtime__access-section p, .page-the-forgotten-city-playtime__games-section p, .page-the-forgotten-city-playtime__promo-section p, .page-the-forgotten-city-playtime__security-section p, .page-the-forgotten-city-playtime__blog-section p { text-align: center; margin-bottom: 20px; font-size: 1.05rem; color: #555; } .page-the-forgotten-city-playtime__intro-features, .page-the-forgotten-city-playtime__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-the-forgotten-city-playtime__feature-item, .page-the-forgotten-city-playtime__security-item { flex: 1 1 calc(33% - 40px); min-width: 280px; background-color: #f9f9f9; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); } .page-the-forgotten-city-playtime__feature-item img, .page-the-forgotten-city-playtime__security-item img { max-width: 100%; height: auto; width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-the-forgotten-city-playtime__feature-item h3, .page-the-forgotten-city-playtime__security-item h3 { font-size: 1.4rem; color: #333; margin-bottom: 10px; } .page-the-forgotten-city-playtime__feature-item p, .page-the-forgotten-city-playtime__security-item p { font-size: 0.95rem; color: #666; } .page-the-forgotten-city-playtime__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 30px; } .page-the-forgotten-city-playtime__access-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1rem; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-the-forgotten-city-playtime__access-button:hover { background-color: #0056b3; } .page-the-forgotten-city-playtime__access-button--primary { background-color: #28a745; } .page-the-forgotten-city-playtime__access-button--primary:hover { background-color: #218838; } .page-the-forgotten-city-playtime__app-image { display: block; max-width: 100%; height: auto; margin: 30px auto 0; border-radius: 8px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); } .page-the-forgotten-city-playtime__game-categories, .page-the-forgotten-city-playtime__promo-grid, .page-the-forgotten-city-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-the-forgotten-city-playtime__game-card, .page-the-forgotten-city-playtime__promo-card, .page-the-forgotten-city-playtime__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-the-forgotten-city-playtime__game-card:hover, .page-the-forgotten-city-playtime__promo-card:hover, .page-the-forgotten-city-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); } .page-the-forgotten-city-playtime__game-image, .page-the-forgotten-city-playtime__promo-image, .page-the-forgotten-city-playtime__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-the-forgotten-city-playtime__game-card h3, .page-the-forgotten-city-playtime__promo-card h3, .page-the-forgotten-city-playtime__blog-card h3 { font-size: 1.3rem; color: #333; padding: 15px 15px 5px; margin: 0; } .page-the-forgotten-city-playtime__game-card p, .page-the-forgotten-city-playtime__promo-card p, .page-the-forgotten-city-playtime__blog-card p { font-size: 0.9rem; color: #666; padding: 0 15px 15px; flex-grow: 1; } .page-the-forgotten-city-playtime__game-link, .page-the-forgotten-city-playtime__promo-button { display: block; background-color: #ff4500; color: #fff; padding: 10px 15px; border-radius: 0 0 8px 8px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; margin-top: auto; } .page-the-forgotten-city-playtime__game-link:hover, .page-the-forgotten-city-playtime__promo-button:hover { background-color: #e03e00; } .page-the-forgotten-city-playtime__contact-button { display: block; width: fit-content; margin: 30px auto 0; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-the-forgotten-city-playtime__contact-button:hover { background-color: #0056b3; } .page-the-forgotten-city-playtime__faq-list { margin-top: 30px; } .page-the-forgotten-city-playtime__faq-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .page-the-forgotten-city-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #f1f1f1; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-the-forgotten-city-playtime__faq-question:hover { background-color: #e9e9e9; } .page-the-forgotten-city-playtime__faq-question h3 { margin: 0; font-size: 1.15rem; color: #333; pointer-events: none; } .page-the-forgotten-city-playtime__faq-toggle { font-size: 1.5rem; font-weight: bold; color: #ff4500; transition: transform 0.3s ease; pointer-events: none; } .page-the-forgotten-city-playtime__faq-item.active .page-the-forgotten-city-playtime__faq-toggle { transform: rotate(45deg); } .page-the-forgotten-city-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; } .page-the-forgotten-city-playtime__faq-item.active .page-the-forgotten-city-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-the-forgotten-city-playtime__faq-answer p { margin: 0; font-size: 1rem; color: #555; text-align: left; } .page-the-forgotten-city-playtime__blog-card p:first-of-type { font-size: 0.85rem; color: #999; margin-bottom: 5px; text-align: left; padding: 0 15px; } .page-the-forgotten-city-playtime__blog-card p:last-of-type { text-align: left; padding: 0 15px 15px; } @media (max-width: 768px) { .page-the-forgotten-city-playtime__hero-section { height: 70vh; min-height: 300px; padding: 10px; } .page-the-forgotten-city-playtime__hero-section h1 { font-size: 2rem; } .page-the-forgotten-city-playtime__hero-section p { font-size: 1rem; } .page-the-forgotten-city-playtime__hero-cta { padding: 12px 25px; font-size: 1rem; } .page-the-forgotten-city-playtime__intro-section, .page-the-forgotten-city-playtime__access-section, .page-the-forgotten-city-playtime__games-section, .page-the-forgotten-city-playtime__promo-section, .page-the-forgotten-city-playtime__security-section, .page-the-forgotten-city-playtime__faq-section, .page-the-forgotten-city-playtime__blog-section { padding: 30px 15px; } .page-the-forgotten-city-playtime__intro-section h2, .page-the-forgotten-city-playtime__access-section h2, .page-the-forgotten-city-playtime__games-section h2, .page-the-forgotten-city-playtime__promo-section h2, .page-the-forgotten-city-playtime__security-section h2, .page-the-forgotten-city-playtime__faq-section h2, .page-the-forgotten-city-playtime__blog-section h2 { font-size: 1.8rem; margin-bottom: 25px; } .page-the-forgotten-city-playtime__intro-section p, .page-the-forgotten-city-playtime__access-section p, .page-the-forgotten-city-playtime__games-section p, .page-the-forgotten-city-playtime__promo-section p, .page-the-forgotten-city-playtime__security-section p, .page-the-forgotten-city-playtime__blog-section p { font-size: 0.95rem; margin-bottom: 15px; } .page-the-forgotten-city-playtime__feature-item, .page-the-forgotten-city-playtime__security-item { flex: 1 1 100%; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; box-sizing: border-box !important; } .page-the-forgotten-city-playtime__feature-item img, .page-the-forgotten-city-playtime__security-item img { width: 80px; height: 80px; margin-bottom: 10px; } .page-the-forgotten-city-playtime__access-buttons { flex-direction: column; align-items: center; } .page-the-forgotten-city-playtime__access-button { width: 100%; max-width: 300px; } .page-the-forgotten-city-playtime__game-categories, .page-the-forgotten-city-playtime__promo-grid, .page-the-forgotten-city-playtime__blog-grid { grid-template-columns: 1fr; } .page-the-forgotten-city-playtime__game-image, .page-the-forgotten-city-playtime__promo-image, .page-the-forgotten-city-playtime__blog-image { height: 180px; } .page-the-forgotten-city-playtime__game-card h3, .page-the-forgotten-city-playtime__promo-card h3, .page-the-forgotten-city-playtime__blog-card h3 { font-size: 1.2rem; } .page-the-forgotten-city-playtime__faq-question { padding: 15px; } .page-the-forgotten-city-playtime__faq-question h3 { font-size: 1rem; } .page-the-forgotten-city-playtime__faq-answer { padding: 0 15px; } .page-the-forgotten-city-playtime__faq-item.active .page-the-forgotten-city-playtime__faq-answer { padding: 15px !important; } .page-the-forgotten-city-playtime__faq-answer p { font-size: 0.95rem; } .page-the-forgotten-city-playtime__blog-card p:first-of-type, .page-the-forgotten-city-playtime__blog-card p:last-of-type { padding: 0 10px 10px; } }