.page-project-playtime-theater-map { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-project-playtime-theater-map a { color: #e94560; text-decoration: none; } .page-project-playtime-theater-map a:hover { text-decoration: underline; } .page-project-playtime-theater-map__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-project-playtime-theater-map__hero-section { position: relative; padding: 10px 0 80px; text-align: center; overflow: hidden; background: linear-gradient(135deg, #1a1a2e, #0f3460); } .page-project-playtime-theater-map__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-project-playtime-theater-map__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-project-playtime-theater-map__hero-title { font-size: 2.8em; color: #e94560; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-project-playtime-theater-map__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #c0c0c0; } .page-project-playtime-theater-map__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 5px; font-size: 1.1em; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-project-playtime-theater-map__btn:hover { background-color: #ff6a80; transform: translateY(-3px); text-decoration: none; } .page-project-playtime-theater-map__section { padding: 60px 0; background-color: #16213e; margin-bottom: 20px; border-radius: 8px; } .page-project-playtime-theater-map__section:nth-of-type(even) { background-color: #0f3460; } .page-project-playtime-theater-map__section-title { font-size: 2.2em; color: #e94560; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-project-playtime-theater-map__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-project-playtime-theater-map__intro-item { background-color: #1a1a2e; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-project-playtime-theater-map__intro-item:hover { transform: translateY(-5px); } .page-project-playtime-theater-map__intro-item h3 { color: #e94560; font-size: 1.5em; margin-bottom: 15px; } .page-project-playtime-theater-map__intro-item p { color: #c0c0c0; } .page-project-playtime-theater-map__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-project-playtime-theater-map__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-project-playtime-theater-map__game-card { background-color: #1a1a2e; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-project-playtime-theater-map__game-card:hover { transform: translateY(-7px); } .page-project-playtime-theater-map__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-theater-map__game-card-content { padding: 20px; } .page-project-playtime-theater-map__game-card-content h3 { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-project-playtime-theater-map__game-card-content p { color: #c0c0c0; margin-bottom: 20px; font-size: 0.95em; } .page-project-playtime-theater-map__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-project-playtime-theater-map__promo-card { background-color: #1a1a2e; padding: 25px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; } .page-project-playtime-theater-map__promo-card:hover { transform: translateY(-5px); } .page-project-playtime-theater-map__promo-card h3 { color: #e94560; font-size: 1.5em; margin-bottom: 15px; } .page-project-playtime-theater-map__promo-card p { color: #c0c0c0; margin-bottom: 20px; } .page-project-playtime-theater-map__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-project-playtime-theater-map__feature-item { background-color: #1a1a2e; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 40px); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); min-width: 250px; } .page-project-playtime-theater-map__feature-item h3 { color: #e94560; margin-bottom: 10px; font-size: 1.3em; } .page-project-playtime-theater-map__feature-item p { color: #c0c0c0; font-size: 0.9em; } .page-project-playtime-theater-map__payment-providers, .page-project-playtime-theater-map__game-providers, .page-project-playtime-theater-map__social-media { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-project-playtime-theater-map__provider-logo, .page-project-playtime-theater-map__social-icon { width: 80px; height: 80px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-project-playtime-theater-map__provider-logo:hover, .page-project-playtime-theater-map__social-icon:hover { filter: grayscale(0%); opacity: 1; } .page-project-playtime-theater-map__faq-list { margin-top: 30px; } .page-project-playtime-theater-map__faq-item { background-color: #1a1a2e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-project-playtime-theater-map__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #0f3460; color: #fff; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-project-playtime-theater-map__faq-question:hover { background-color: #16213e; } .page-project-playtime-theater-map__faq-question h3 { margin: 0; font-size: 1.1em; color: inherit; pointer-events: none; } .page-project-playtime-theater-map__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-project-playtime-theater-map__faq-item.active .page-project-playtime-theater-map__faq-toggle { transform: rotate(45deg); } .page-project-playtime-theater-map__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: #1a1a2e; color: #c0c0c0; } .page-project-playtime-theater-map__faq-item.active .page-project-playtime-theater-map__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-project-playtime-theater-map__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-project-playtime-theater-map__blog-card { background-color: #1a1a2e; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-project-playtime-theater-map__blog-card:hover { transform: translateY(-7px); } .page-project-playtime-theater-map__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-project-playtime-theater-map__blog-card-content { padding: 20px; } .page-project-playtime-theater-map__blog-card-content h3 { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-project-playtime-theater-map__blog-card-content p { color: #c0c0c0; margin-bottom: 15px; font-size: 0.95em; } .page-project-playtime-theater-map__blog-card-content .page-project-playtime-theater-map__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } @media (max-width: 768px) { .page-project-playtime-theater-map__hero-title { font-size: 2em; } .page-project-playtime-theater-map__hero-description { font-size: 1em; } .page-project-playtime-theater-map__section-title { font-size: 1.8em; } .page-project-playtime-theater-map__btn { padding: 12px 20px; font-size: 1em; } .page-project-playtime-theater-map__intro-grid, .page-project-playtime-theater-map__game-grid, .page-project-playtime-theater-map__promo-grid, .page-project-playtime-theater-map__blog-grid { grid-template-columns: 1fr; } .page-project-playtime-theater-map__quick-access-buttons { flex-direction: column; } .page-project-playtime-theater-map__feature-item { flex: 1 1 100%; max-width: 100%; box-sizing: border-box !important; } .page-project-playtime-theater-map__payment-providers img, .page-project-playtime-theater-map__game-providers img, .page-project-playtime-theater-map__social-media img { width: 60px; height: 60px; } .page-project-playtime-theater-map__faq-answer { padding: 15px !important; } .page-project-playtime-theater-map__faq-list, .page-project-playtime-theater-map__faq-item, .page-project-playtime-theater-map__faq-question { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-project-playtime-theater-map__faq-question h3 { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-project-playtime-theater-map__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-project-playtime-theater-map__game-card-content h3, .page-project-playtime-theater-map__promo-card h3, .page-project-playtime-theater-map__blog-card-content h3 { font-size: 1.2em; } .page-project-playtime-theater-map__blog-card-content p, .page-project-playtime-theater-map__game-card-content p, .page-project-playtime-theater-map__promo-card p { font-size: 0.9em; } .page-project-playtime-theater-map__provider-logo, .page-project-playtime-theater-map__social-icon { width: 70px; height: 70px; } }