/* CSS for page-poppy-playtime-4mobile */:root {--page-poppy-playtime-4mobile-bg-dark: #1a1a2e;--page-poppy-playtime-4mobile-text-light: #e0e0e0;--page-poppy-playtime-4mobile-accent-color: #e94560;--page-poppy-playtime-4mobile-button-hover: #ff6b81;--page-poppy-playtime-4mobile-card-bg: #2b2b4a;--page-poppy-playtime-4mobile-border-color: #3f3f6e;}.page-poppy-playtime-4mobile {font-family: 'Arial', sans-serif;color: var(--page-poppy-playtime-4mobile-text-light);background-color: var(--page-poppy-playtime-4mobile-bg-dark);line-height: 1.6;padding-bottom: 80px;}.page-poppy-playtime-4mobile__hero-section {position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 10px 20px 60px;min-height: 500px;background-color: #000;overflow: hidden;}.page-poppy-playtime-4mobile__hero-section::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7));z-index: 1;}.page-poppy-playtime-4mobile__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 0;}.page-poppy-playtime-4mobile__hero-image {width: 100%;height: 100%;object-fit: cover;object-position: center;filter: brightness(0.6);}.page-poppy-playtime-4mobile__hero-content {position: relative;z-index: 2;max-width: 900px;margin: 0 auto;}.page-poppy-playtime-4mobile__hero-title {font-size: 2.8em;margin-bottom: 20px;color: var(--page-poppy-playtime-4mobile-accent-color);text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-4mobile__hero-description {font-size: 1.2em;margin-bottom: 30px;color: var(--page-poppy-playtime-4mobile-text-light);}.page-poppy-playtime-4mobile__cta-button {display: inline-block;background-color: var(--page-poppy-playtime-4mobile-accent-color);color: #ffffff;padding: 15px 30px;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;}.page-poppy-playtime-4mobile__cta-button:hover {background-color: var(--page-poppy-playtime-4mobile-button-hover);transform: translateY(-2px);}.page-poppy-playtime-4mobile__section-title {font-size: 2.2em;color: var(--page-poppy-playtime-4mobile-accent-color);text-align: center;margin: 60px 0 40px;padding: 0 15px;}.page-poppy-playtime-4mobile__about-section {padding: 40px 20px;max-width: 1200px;margin: 0 auto;}.page-poppy-playtime-4mobile__content-grid {display: flex;flex-wrap: wrap;gap: 40px;align-items: center;justify-content: center;}.page-poppy-playtime-4mobile__text-block {flex: 1;min-width: 300px;max-width: 600px;}.page-poppy-playtime-4mobile__text-block p {margin-bottom: 15px;font-size: 1.1em;}.page-poppy-playtime-4mobile__image-block {flex: 1;min-width: 300px;max-width: 500px;display: flex;justify-content: center;align-items: center;overflow: hidden;border-radius: 10px;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-poppy-playtime-4mobile__image {max-width: 100%;height: auto;display: block;}.page-poppy-playtime-4mobile__features-section {padding: 40px 20px;max-width: 1200px;margin: 0 auto;text-align: center;}.page-poppy-playtime-4mobile__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-bottom: 40px;}.page-poppy-playtime-4mobile__feature-item {background-color: var(--page-poppy-playtime-4mobile-card-bg);padding: 30px;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);display: flex;flex-direction: column;align-items: center;text-align: center;transition: transform 0.3s ease;}.page-poppy-playtime-4mobile__feature-item:hover {transform: translateY(-5px);}.page-poppy-playtime-4mobile__feature-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;max-width: 100%;}.page-poppy-playtime-4mobile__feature-title {font-size: 1.5em;color: var(--page-poppy-playtime-4mobile-accent-color);margin-bottom: 10px;}.page-poppy-playtime-4mobile__feature-description {font-size: 1em;color: var(--page-poppy-playtime-4mobile-text-light);}.page-poppy-playtime-4mobile__cta-center {margin-top: 40px;}.page-poppy-playtime-4mobile__game-providers {padding: 40px 20px;max-width: 1200px;margin: 0 auto;text-align: center;}.page-poppy-playtime-4mobile__providers-intro {font-size: 1.1em;margin-bottom: 30px;}.page-poppy-playtime-4mobile__providers-list {display: flex;flex-wrap: wrap;justify-content: center;gap: 25px;padding: 20px;background-color: var(--page-poppy-playtime-4mobile-card-bg);border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-4mobile__provider-logo {width: 120px;height: 60px;display: flex;align-items: center;justify-content: center;overflow: hidden;}.page-poppy-playtime-4mobile__provider-logo img {max-width: 100%;max-height: 100%;object-fit: contain;filter: brightness(0.8) grayscale(100%);transition: filter 0.3s ease;}.page-poppy-playtime-4mobile__provider-logo img:hover {filter: brightness(1) grayscale(0%);}.page-poppy-playtime-4mobile__faq-section {padding: 40px 20px;max-width: 900px;margin: 0 auto;}.page-poppy-playtime-4mobile__faq-container {background-color: var(--page-poppy-playtime-4mobile-card-bg);border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);overflow: hidden;}.page-poppy-playtime-4mobile__faq-item {border-bottom: 1px solid var(--page-poppy-playtime-4mobile-border-color);}.page-poppy-playtime-4mobile__faq-item:last-child {border-bottom: none;}.page-poppy-playtime-4mobile__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;user-select: none;background-color: var(--page-poppy-playtime-4mobile-card-bg);transition: background-color 0.3s ease;}.page-poppy-playtime-4mobile__faq-question:hover {background-color: #3a3a5a;}.page-poppy-playtime-4mobile__faq-q-text {font-size: 1.2em;color: var(--page-poppy-playtime-4mobile-text-light);margin: 0;pointer-events: none;flex-grow: 1;text-align: left;}.page-poppy-playtime-4mobile__faq-toggle {font-size: 1.8em;font-weight: bold;color: var(--page-poppy-playtime-4mobile-accent-color);margin-left: 20px;pointer-events: none;width: 25px;text-align: center;flex-shrink: 0;}.page-poppy-playtime-4mobile__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;color: var(--page-poppy-playtime-4mobile-text-light);font-size: 1.05em;}.page-poppy-playtime-4mobile__faq-item.active .page-poppy-playtime-4mobile__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-poppy-playtime-4mobile__floating-buttons {position: fixed;bottom: 0;left: 0;width: 100%;display: flex;justify-content: space-around;padding: 15px 10px;background-color: rgba(26, 26, 46, 0.9);box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);z-index: 1000;gap: 10px;box-sizing: border-box;}.page-poppy-playtime-4mobile__floating-button {flex: 1;max-width: 180px;background-color: var(--page-poppy-playtime-4mobile-accent-color);color: #ffffff;padding: 12px 0;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;text-align: center;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;box-sizing: border-box;}.page-poppy-playtime-4mobile__floating-button:hover {background-color: var(--page-poppy-playtime-4mobile-button-hover);transform: translateY(-2px);}@media (max-width: 768px) {.page-poppy-playtime-4mobile__hero-title {font-size: 2em;}.page-poppy-playtime-4mobile__hero-description {font-size: 1em;}.page-poppy-playtime-4mobile__cta-button {padding: 12px 25px;font-size: 1em;}.page-poppy-playtime-4mobile__section-title {font-size: 1.8em;margin: 40px 0 30px;}.page-poppy-playtime-4mobile__content-grid {flex-direction: column;gap: 30px;}.page-poppy-playtime-4mobile__text-block,.page-poppy-playtime-4mobile__image-block {max-width: 100%;}.page-poppy-playtime-4mobile__features-grid {grid-template-columns: 1fr;}.page-poppy-playtime-4mobile__feature-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 25px;}.page-poppy-playtime-4mobile__feature-description {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-poppy-playtime-4mobile__providers-list {grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));gap: 15px;padding: 15px;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-poppy-playtime-4mobile__provider-logo {width: 100% !important;max-width: 100px;height: 50px;}.page-poppy-playtime-4mobile__faq-question {padding: 15px 20px;}.page-poppy-playtime-4mobile__faq-q-text {font-size: 1.1em;}.page-poppy-playtime-4mobile__faq-toggle {font-size: 1.5em;}.page-poppy-playtime-4mobile__faq-answer {padding: 0 20px;}.page-poppy-playtime-4mobile__faq-item.active .page-poppy-playtime-4mobile__faq-answer {padding: 15px 20px !important;}.page-poppy-playtime-4mobile__floating-buttons {padding: 10px;gap: 8px;}.page-poppy-playtime-4mobile__floating-button {font-size: 1em;padding: 10px 0;}.page-poppy-playtime-4mobile__hero-section {padding-top: 50px;}}@media (max-width: 480px) {.page-poppy-playtime-4mobile__hero-title {font-size: 1.6em;}.page-poppy-playtime-4mobile__section-title {font-size: 1.5em;}}