:root { --page-playtime-customer-service-chat-primary-color: #007bff; /* A vibrant blue for CTAs */ --page-playtime-customer-service-chat-secondary-color: #6c757d; /* Muted grey */ --page-playtime-customer-service-chat-accent-color: #ffc107; /* Yellow for highlights */ --page-playtime-customer-service-chat-dark-background: #1a1a1a; /* Dark background */ --page-playtime-customer-service-chat-light-text: #f8f9fa; /* Light text on dark background */ --page-playtime-customer-service-chat-card-background: #2c2c2c; /* Slightly lighter dark for cards */ --page-playtime-customer-service-chat-border-color: #444; /* Border for separation */ --page-playtime-customer-service-chat-link-hover: #0056b3; /* Darker blue for link hover */}.page-playtime-customer-service-chat { font-family: 'Arial', sans-serif; color: var(--page-playtime-customer-service-chat-light-text); background-color: var(--page-playtime-customer-service-chat-dark-background); line-height: 1.6; overflow-x: hidden;}.page-playtime-customer-service-chat strong, .page-playtime-customer-service-chat__keyword-highlight { color: var(--page-playtime-customer-service-chat-accent-color); font-weight: bold;}.page-playtime-customer-service-chat__hero-section { position: relative; width: 100%; padding-top: 10px; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden;}.page-playtime-customer-service-chat__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); max-width: 100%;}.page-playtime-customer-service-chat__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; margin: 0 20px;}.page-playtime-customer-service-chat__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-playtime-customer-service-chat__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0;}.page-playtime-customer-service-chat__cta-button { display: inline-block; background-color: var(--page-playtime-customer-service-chat-primary-color); color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer;}.page-playtime-customer-service-chat__cta-button:hover { background-color: var(--page-playtime-customer-service-chat-link-hover);}.page-playtime-customer-service-chat__section-title { font-size: 2.2em; text-align: center; margin-bottom: 40px; color: #fff; padding: 0 20px;}.page-playtime-customer-service-chat__section-description { text-align: center; margin-bottom: 30px; font-size: 1.1em; color: #ccc; padding: 0 20px;}.page-playtime-customer-service-chat__intro-section, .page-playtime-customer-service-chat__quick-access-section, .page-playtime-customer-service-chat__gaming-assistance-section, .page-playtime-customer-service-chat__promotions-section, .page-playtime-customer-service-chat__security-section, .page-playtime-customer-service-chat__faq-section, .page-playtime-customer-service-chat__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto;}.page-playtime-customer-service-chat__intro-grid, .page-playtime-customer-service-chat__security-grid { display: flex; align-items: center; gap: 40px; margin-bottom: 40px;}.page-playtime-customer-service-chat__intro-grid:nth-child(even) { flex-direction: row-reverse;}.page-playtime-customer-service-chat__intro-text, .page-playtime-customer-service-chat__security-text { flex: 1; font-size: 1.1em;}.page-playtime-customer-service-chat__intro-image, .page-playtime-customer-service-chat__security-image, .page-playtime-customer-service-chat__promo-image { flex: 1; max-width: 50%; height: auto; border-radius: 10px; object-fit: cover; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-playtime-customer-service-chat__feature-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px;}.page-playtime-customer-service-chat__feature-item { background-color: var(--page-playtime-customer-service-chat-card-background); padding: 20px; border-radius: 8px; text-align: center; flex: 1; min-width: 250px; max-width: 300px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); box-sizing: border-box;}.page-playtime-customer-service-chat__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px;}.page-playtime-customer-service-chat__access-button { background-color: var(--page-playtime-customer-service-chat-accent-color); color: var(--page-playtime-customer-service-chat-dark-background); padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; box-sizing: border-box;}.page-playtime-customer-service-chat__access-button:hover { background-color: #e0a800;}.page-playtime-customer-service-chat__game-cards-grid, .page-playtime-customer-service-chat__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px;}.page-playtime-customer-service-chat__game-card, .page-playtime-customer-service-chat__blog-card { background-color: var(--page-playtime-customer-service-chat-card-background); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column;}.page-playtime-customer-service-chat__game-card-image, .page-playtime-customer-service-chat__blog-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%;}.page-playtime-customer-service-chat__game-card-title, .page-playtime-customer-service-chat__blog-card-title { font-size: 1.4em; padding: 15px; margin-bottom: 5px; color: #fff; flex-grow: 1;}.page-playtime-customer-service-chat__game-card-description, .page-playtime-customer-service-chat__blog-card-excerpt { padding: 0 15px 15px; color: #ccc; font-size: 0.95em; flex-grow: 1;}.page-playtime-customer-service-chat__game-card-button, .page-playtime-customer-service-chat__blog-card-button { display: block; background-color: var(--page-playtime-customer-service-chat-primary-color); color: #fff; padding: 10px 15px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin: 15px; border-radius: 5px; border: none; cursor: pointer;}.page-playtime-customer-service-chat__game-card-button:hover, .page-playtime-customer-service-chat__blog-card-button:hover { background-color: var(--page-playtime-customer-service-chat-link-hover);}.page-playtime-customer-service-chat__promo-content { text-align: center; margin-bottom: 40px; font-size: 1.1em;}.page-playtime-customer-service-chat__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px;}.page-playtime-customer-service-chat__payment-logo { height: 50px; width: auto; object-fit: contain; filter: grayscale(100%) brightness(1.8); transition: filter 0.3s ease; max-width: 100%;}.page-playtime-customer-service-chat__payment-logo:hover { filter: grayscale(0%) brightness(1);}/* FAQ Section */.page-playtime-customer-service-chat__faq-list { max-width: 800px; margin: 40px auto 0;}.page-playtime-customer-service-chat__faq-item { background-color: var(--page-playtime-customer-service-chat-card-background); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-playtime-customer-service-chat__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: var(--page-playtime-customer-service-chat-card-background); color: #fff; font-weight: bold; font-size: 1.1em; border-bottom: 1px solid var(--page-playtime-customer-service-chat-border-color); transition: background-color 0.3s ease;}.page-playtime-customer-service-chat__faq-question:hover { background-color: #3a3a3a;}.page-playtime-customer-service-chat__faq-question-text { margin: 0; pointer-events: none; color: #fff;}.page-playtime-customer-service-chat__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; color: var(--page-playtime-customer-service-chat-accent-color);}.page-playtime-customer-service-chat__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; font-size: 1em;}.page-playtime-customer-service-chat__faq-item.active .page-playtime-customer-service-chat__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1;}.page-playtime-customer-service-chat__faq-item.active .page-playtime-customer-service-chat__faq-toggle { transform: rotate(45deg);}/* Responsive adjustments */@media (max-width: 992px) { .page-playtime-customer-service-chat__hero-title { font-size: 2.2em; } .page-playtime-customer-service-chat__section-title { font-size: 1.8em; } .page-playtime-customer-service-chat__intro-grid, .page-playtime-customer-service-chat__security-grid { flex-direction: column; } .page-playtime-customer-service-chat__intro-image, .page-playtime-customer-service-chat__security-image, .page-playtime-customer-service-chat__promo-image { max-width: 100%; }}@media (max-width: 768px) { .page-playtime-customer-service-chat__hero-section { min-height: 450px; } .page-playtime-customer-service-chat__hero-title { font-size: 1.8em; } .page-playtime-customer-service-chat__hero-description { font-size: 1em; } .page-playtime-customer-service-chat__cta-button { padding: 12px 25px; font-size: 1em; } .page-playtime-customer-service-chat__section-title { font-size: 1.6em; } .page-playtime-customer-service-chat__intro-section, .page-playtime-customer-service-chat__quick-access-section, .page-playtime-customer-service-chat__gaming-assistance-section, .page-playtime-customer-service-chat__promotions-section, .page-playtime-customer-service-chat__security-section, .page-playtime-customer-service-chat__faq-section, .page-playtime-customer-service-chat__blog-section { padding: 40px 15px; } .page-playtime-customer-service-chat__feature-list { flex-direction: column; gap: 15px; } .page-playtime-customer-service-chat__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; } .page-playtime-customer-service-chat__feature-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-customer-service-chat__access-buttons { flex-direction: column; } .page-playtime-customer-service-chat__access-button { width: 100%; box-sizing: border-box; } .page-playtime-customer-service-chat__game-cards-grid, .page-playtime-customer-service-chat__blog-grid { grid-template-columns: 1fr; } .page-playtime-customer-service-chat__payment-logos { gap: 20px; } .page-playtime-customer-service-chat__payment-logo { height: 40px; } .page-playtime-customer-service-chat__faq-question { padding: 15px; font-size: 1em; } .page-playtime-customer-service-chat__faq-answer { padding: 0 15px; } .page-playtime-customer-service-chat__faq-item.active .page-playtime-customer-service-chat__faq-answer { padding: 15px !important; } .page-playtime-customer-service-chat__faq-question-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}