.page-is-playtime-com-a-real-place { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-is-playtime-com-a-real-place__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-is-playtime-com-a-real-place__header { text-align: center; padding: 20px 0; background-color: #0a2342; color: #fff; }.page-is-playtime-com-a-real-place__header-title { font-size: 2.5em; margin-bottom: 10px; color: #ffcc00; }.page-is-playtime-com-a-real-place__header-subtitle { font-size: 1.2em; }.page-is-playtime-com-a-real-place__hero-section { position: relative; width: 100%; overflow: hidden; color: #fff; text-align: center; padding: 10px 0 60px; box-sizing: border-box; background: linear-gradient(135deg, #0a2342, #1a4a82); }.page-is-playtime-com-a-real-place__hero-image { width: 100%; height: auto; display: block; object-fit: cover; max-height: 500px; }.page-is-playtime-com-a-real-place__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; width: 90%; max-width: 800px; }.page-is-playtime-com-a-real-place__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.1; }.page-is-playtime-com-a-real-place__hero-description { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-is-playtime-com-a-real-place__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-is-playtime-com-a-real-place__btn { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #0a2342; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; border: none; cursor: pointer; }.page-is-playtime-com-a-real-place__btn:hover { background-color: #ffe066; transform: translateY(-3px); }.page-is-playtime-com-a-real-place__btn--secondary { background-color: #0a2342; color: #ffcc00; border: 2px solid #ffcc00; }.page-is-playtime-com-a-real-place__btn--secondary:hover { background-color: #1a4a82; transform: translateY(-3px); }.page-is-playtime-com-a-real-place__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; }.page-is-playtime-com-a-real-place__payment-providers-title { width: 100%; text-align: center; margin-bottom: 30px; font-size: 2em; color: #0a2342; }.page-is-playtime-com-a-real-place__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-is-playtime-com-a-real-place__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-is-playtime-com-a-real-place__section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }.page-is-playtime-com-a-real-place__section-dark { background-color: #0a2342; color: #fff; }.page-is-playtime-com-a-real-place__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #0a2342; }.page-is-playtime-com-a-real-place__section-title--light { color: #ffcc00; }.page-is-playtime-com-a-real-place__text-content { font-size: 1.1em; line-height: 1.8; margin-bottom: 20px; }.page-is-playtime-com-a-real-place__text-content p { margin-bottom: 1em; }.page-is-playtime-com-a-real-place__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }.page-is-playtime-com-a-real-place__list-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-is-playtime-com-a-real-place__list-item--dark { background-color: #1a4a82; color: #fff; }.page-is-playtime-com-a-real-place__list-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }.page-is-playtime-com-a-real-place__list-item-title { font-size: 1.5em; color: #0a2342; margin-bottom: 10px; }.page-is-playtime-com-a-real-place__list-item-title--light { color: #ffcc00; }.page-is-playtime-com-a-real-place__list-item-description { font-size: 1em; color: #555; }.page-is-playtime-com-a-real-place__list-item-description--light { color: #ccc; }.page-is-playtime-com-a-real-place__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-is-playtime-com-a-real-place__game-card { background-color: #f0f0f0; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-is-playtime-com-a-real-place__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }.page-is-playtime-com-a-real-place__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-is-playtime-com-a-real-place__game-card-content { padding: 20px; }.page-is-playtime-com-a-real-place__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #0a2342; }.page-is-playtime-com-a-real-place__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-is-playtime-com-a-real-place__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-is-playtime-com-a-real-place__promo-card { background-color: #f0f0f0; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-is-playtime-com-a-real-place__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }.page-is-playtime-com-a-real-place__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-is-playtime-com-a-real-place__promo-card-content { padding: 20px; }.page-is-playtime-com-a-real-place__promo-card-title { font-size: 1.4em; margin-bottom: 10px; color: #0a2342; }.page-is-playtime-com-a-real-place__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-is-playtime-com-a-real-place__faq-list { list-style: none; padding: 0; margin: 0; }.page-is-playtime-com-a-real-place__faq-item { background-color: #f0f0f0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-is-playtime-com-a-real-place__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e0e0e0; border-bottom: 1px solid #ccc; user-select: none; transition: background-color 0.3s ease; }.page-is-playtime-com-a-real-place__faq-question:hover { background-color: #d0d0d0; }.page-is-playtime-com-a-real-place__faq-question h3 { margin: 0; font-size: 1.2em; color: #0a2342; pointer-events: none; }.page-is-playtime-com-a-real-place__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0a2342; transition: transform 0.3s ease; pointer-events: none; }.page-is-playtime-com-a-real-place__faq-item.active .page-is-playtime-com-a-real-place__faq-toggle { transform: rotate(45deg); }.page-is-playtime-com-a-real-place__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; font-size: 1em; color: #555; }.page-is-playtime-com-a-real-place__faq-item.active .page-is-playtime-com-a-real-place__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-is-playtime-com-a-real-place__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-is-playtime-com-a-real-place__blog-card { background-color: #f0f0f0; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-is-playtime-com-a-real-place__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }.page-is-playtime-com-a-real-place__blog-card-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-is-playtime-com-a-real-place__blog-card-content { padding: 20px; }.page-is-playtime-com-a-real-place__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #0a2342; }.page-is-playtime-com-a-real-place__blog-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-is-playtime-com-a-real-place__blog-card-date { font-size: 0.8em; color: #777; }.page-is-playtime-com-a-real-place__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-is-playtime-com-a-real-place__floating-btn { background-color: #ffcc00; color: #0a2342; border-radius: 50px; padding: 12px 20px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-is-playtime-com-a-real-place__floating-btn:hover { background-color: #ffe066; transform: translateY(-3px); }@media (max-width: 768px) { .page-is-playtime-com-a-real-place__hero-section { padding: 10px 0 40px; }.page-is-playtime-com-a-real-place__hero-title { font-size: 2.2em; }.page-is-playtime-com-a-real-place__hero-description { font-size: 1.1em; }.page-is-playtime-com-a-real-place__hero-buttons { flex-direction: column; gap: 15px; }.page-is-playtime-com-a-real-place__btn { width: 80%; margin: 0 auto; }.page-is-playtime-com-a-real-place__section { padding: 40px 15px; }.page-is-playtime-com-a-real-place__section-title { font-size: 2em; margin-bottom: 30px; }.page-is-playtime-com-a-real-place__text-content { font-size: 1em; }.page-is-playtime-com-a-real-place__list-item { flex: 1 1 100%; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; }.page-is-playtime-com-a-real-place__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; gap: 15px; }.page-is-playtime-com-a-real-place__list-item-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-is-playtime-com-a-real-place__game-grid, .page-is-playtime-com-a-real-place__promo-grid, .page-is-playtime-com-a-real-place__blog-grid { grid-template-columns: 1fr; }.page-is-playtime-com-a-real-place__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; }.page-is-playtime-com-a-real-place__payment-logo, .page-is-playtime-com-a-real-place__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-is-playtime-com-a-real-place__game-card-image, .page-is-playtime-com-a-real-place__promo-card-image, .page-is-playtime-com-a-real-place__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-is-playtime-com-a-real-place__faq-question { padding: 15px 20px; }.page-is-playtime-com-a-real-place__faq-question h3 { font-size: 1.1em; }.page-is-playtime-com-a-real-place__faq-answer { padding: 0 20px; }.page-is-playtime-com-a-real-place__faq-item.active .page-is-playtime-com-a-real-place__faq-answer { padding: 15px 20px !important; }.page-is-playtime-com-a-real-place__floating-buttons { bottom: 15px; right: 15px; }.page-is-playtime-com-a-real-place__floating-btn { padding: 10px 18px; font-size: 0.9em; }}