.page-playtime-app-customer-service-telephone-number { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-playtime-app-customer-service-telephone-number__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-playtime-app-customer-service-telephone-number__hero-section { background-color: #f0f8ff; color: #000; text-align: center; padding: 100px 20px 60px; position: relative; overflow: hidden; padding-top: 10px; } .page-playtime-app-customer-service-telephone-number__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.8)); z-index: 1; } .page-playtime-app-customer-service-telephone-number__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-playtime-app-customer-service-telephone-number__hero-content { position: relative; z-index: 2; } .page-playtime-app-customer-service-telephone-number__hero-title { font-size: 3em; margin-bottom: 20px; color: #000; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .page-playtime-app-customer-service-telephone-number__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; color: #333; } .page-playtime-app-customer-service-telephone-number__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-playtime-app-customer-service-telephone-number__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-playtime-app-customer-service-telephone-number__section { padding: 60px 0; text-align: center; } .page-playtime-app-customer-service-telephone-number__section:nth-child(even) { background-color: #f9f9f9; } .page-playtime-app-customer-service-telephone-number__section-title { font-size: 2.5em; margin-bottom: 40px; color: #007bff; } .page-playtime-app-customer-service-telephone-number__content-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; } .page-playtime-app-customer-service-telephone-number__image-wrapper { margin: 40px auto; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-playtime-app-customer-service-telephone-number__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .page-playtime-app-customer-service-telephone-number__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-playtime-app-customer-service-telephone-number__grid-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); text-align: left; } .page-playtime-app-customer-service-telephone-number__grid-item h3 { color: #007bff; font-size: 1.5em; margin-bottom: 15px; } .page-playtime-app-customer-service-telephone-number__grid-item p { font-size: 1em; color: #555; } .page-playtime-app-customer-service-telephone-number__button-group { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; } .page-playtime-app-customer-service-telephone-number__secondary-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-playtime-app-customer-service-telephone-number__secondary-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-playtime-app-customer-service-telephone-number__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-playtime-app-customer-service-telephone-number__game-card:hover { transform: translateY(-5px); } .page-playtime-app-customer-service-telephone-number__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-app-customer-service-telephone-number__game-card-content { padding: 20px; } .page-playtime-app-customer-service-telephone-number__game-card-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-playtime-app-customer-service-telephone-number__promotion-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-playtime-app-customer-service-telephone-number__promotion-card:hover { transform: translateY(-5px); } .page-playtime-app-customer-service-telephone-number__promotion-card-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-app-customer-service-telephone-number__promotion-card-content { padding: 20px; } .page-playtime-app-customer-service-telephone-number__promotion-card-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-playtime-app-customer-service-telephone-number__promotion-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-playtime-app-customer-service-telephone-number__faq-list { max-width: 900px; margin: 40px auto; text-align: left; } .page-playtime-app-customer-service-telephone-number__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-playtime-app-customer-service-telephone-number__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-playtime-app-customer-service-telephone-number__faq-question:hover { background-color: #f5f5f5; } .page-playtime-app-customer-service-telephone-number__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-playtime-app-customer-service-telephone-number__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-playtime-app-customer-service-telephone-number__faq-item.active .page-playtime-app-customer-service-telephone-number__faq-toggle { transform: rotate(45deg); } .page-playtime-app-customer-service-telephone-number__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-playtime-app-customer-service-telephone-number__faq-item.active .page-playtime-app-customer-service-telephone-number__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-app-customer-service-telephone-number__faq-answer p { margin: 0; font-size: 1em; color: #555; } .page-playtime-app-customer-service-telephone-number__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: left; transition: transform 0.3s ease; } .page-playtime-app-customer-service-telephone-number__blog-card:hover { transform: translateY(-5px); } .page-playtime-app-customer-service-telephone-number__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-playtime-app-customer-service-telephone-number__blog-card-content { padding: 20px; } .page-playtime-app-customer-service-telephone-number__blog-card-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-playtime-app-customer-service-telephone-number__blog-card-title a { text-decoration: none; color: inherit; } .page-playtime-app-customer-service-telephone-number__blog-card-title a:hover { color: #007bff; } .page-playtime-app-customer-service-telephone-number__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-playtime-app-customer-service-telephone-number__blog-card-date { font-size: 0.85em; color: #888; } .page-playtime-app-customer-service-telephone-number__contact-info { margin-top: 40px; } .page-playtime-app-customer-service-telephone-number__contact-item { margin-bottom: 15px; } .page-playtime-app-customer-service-telephone-number__contact-item strong { color: #007bff; } @media (max-width: 768px) { .page-playtime-app-customer-service-telephone-number__hero-section { padding: 80px 15px 40px; } .page-playtime-app-customer-service-telephone-number__hero-title { font-size: 2em; } .page-playtime-app-customer-service-telephone-number__hero-subtitle { font-size: 1em; } .page-playtime-app-customer-service-telephone-number__cta-button { padding: 12px 25px; font-size: 1em; } .page-playtime-app-customer-service-telephone-number__section-title { font-size: 2em; margin-bottom: 30px; } .page-playtime-app-customer-service-telephone-number__content-text { font-size: 1em; padding: 0 15px; } .page-playtime-app-customer-service-telephone-number__grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-app-customer-service-telephone-number__grid-item { padding: 20px; } .page-playtime-app-customer-service-telephone-number__button-group { flex-direction: column; } .page-playtime-app-customer-service-telephone-number__secondary-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-playtime-app-customer-service-telephone-number__game-card-image, .page-playtime-app-customer-service-telephone-number__promotion-card-image, .page-playtime-app-customer-service-telephone-number__blog-card-image { height: 180px; } .page-playtime-app-customer-service-telephone-number__faq-list { padding: 0 15px; } .page-playtime-app-customer-service-telephone-number__faq-question { padding: 15px 20px; } .page-playtime-app-customer-service-telephone-number__faq-question h3 { font-size: 1.1em; } .page-playtime-app-customer-service-telephone-number__faq-answer { padding: 0 20px; } .page-playtime-app-customer-service-telephone-number__faq-item.active .page-playtime-app-customer-service-telephone-number__faq-answer { padding: 15px 20px !important; } .page-playtime-app-customer-service-telephone-number__blog-card-title { font-size: 1.1em; } .page-playtime-app-customer-service-telephone-number__blog-card-excerpt { font-size: 0.9em; } } @media (max-width: 480px) { .page-playtime-app-customer-service-telephone-number__hero-title { font-size: 1.8em; } .page-playtime-app-customer-service-telephone-number__section-title { font-size: 1.8em; } }