.page-playtime-factory-real-life { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-playtime-factory-real-life h1, .page-playtime-factory-real-life h2, .page-playtime-factory-real-life h3 { color: #e94560; margin-bottom: 20px; text-align: center; } .page-playtime-factory-real-life h1 { font-size: 2.8em; } .page-playtime-factory-real-life h2 { font-size: 2.2em; } .page-playtime-factory-real-life h3 { font-size: 1.8em; } .page-playtime-factory-real-life__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 10px; background-color: #24243e; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-playtime-factory-real-life__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,thrilling,playtime,real_life]') no-repeat center center/cover; text-align: center; padding: 80px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; color: #fff; } .page-playtime-factory-real-life__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-weight: bold; } .page-playtime-factory-real-life__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; } .page-playtime-factory-real-life__cta-button { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; } .page-playtime-factory-real-life__cta-button:hover { background-color: #c2334b; } .page-playtime-factory-real-life__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: #1a1a2e; } .page-playtime-factory-real-life__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-playtime-factory-real-life__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: brightness(0) invert(1); transition: filter 0.3s ease; } .page-playtime-factory-real-life__payment-logo img:hover { filter: brightness(1) invert(0); } .page-playtime-factory-real-life__introduction-section .page-playtime-factory-real-life__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-playtime-factory-real-life__intro-item { text-align: center; padding: 25px; background-color: #2e304f; border-radius: 8px; } .page-playtime-factory-real-life__intro-item h3 { margin-top: 0; color: #e94560; font-size: 1.5em; } .page-playtime-factory-real-life__intro-item p { color: #c0c0c0; } .page-playtime-factory-real-life__quick-access-section .page-playtime-factory-real-life__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-playtime-factory-real-life__quick-link-button { display: block; background-color: #e94560; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease; } .page-playtime-factory-real-life__quick-link-button:hover { background-color: #c2334b; } .page-playtime-factory-real-life__games-section .page-playtime-factory-real-life__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 30px; } .page-playtime-factory-real-life__game-card { background-color: #2e304f; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-factory-real-life__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-playtime-factory-real-life__game-card img { width: 100%; height: 200px; object-fit: cover; } .page-playtime-factory-real-life__game-card-content { padding: 20px; } .page-playtime-factory-real-life__game-card-content h3 { margin-top: 0; font-size: 1.4em; color: #e94560; } .page-playtime-factory-real-life__game-card-content p { color: #c0c0c0; font-size: 0.9em; } .page-playtime-factory-real-life__promotions-section .page-playtime-factory-real-life__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-playtime-factory-real-life__promo-card { background-color: #2e304f; border-radius: 8px; overflow: hidden; text-align: center; padding: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-factory-real-life__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-playtime-factory-real-life__promo-card h3 { margin-top: 0; font-size: 1.6em; color: #e94560; } .page-playtime-factory-real-life__promo-card p { color: #c0c0c0; margin-bottom: 20px; } .page-playtime-factory-real-life__security-support-section .page-playtime-factory-real-life__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-playtime-factory-real-life__feature-item { text-align: center; padding: 25px; background-color: #2e304f; border-radius: 8px; } .page-playtime-factory-real-life__feature-item h3 { margin-top: 0; font-size: 1.5em; color: #e94560; } .page-playtime-factory-real-life__feature-item p { color: #c0c0c0; } .page-playtime-factory-real-life__faq-section { background-color: #1a1a2e; } .page-playtime-factory-real-life__faq-container { max-width: 900px; margin: 0 auto; margin-top: 30px; } .page-playtime-factory-real-life__faq-item { background-color: #24243e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-playtime-factory-real-life__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #2e304f; color: #f0f0f0; transition: background-color 0.3s ease; user-select: none; } .page-playtime-factory-real-life__faq-question:hover { background-color: #3e4066; } .page-playtime-factory-real-life__faq-question h3 { margin: 0; font-size: 1.2em; text-align: left; flex-grow: 1; pointer-events: none; color: #f0f0f0; } .page-playtime-factory-real-life__faq-toggle { font-size: 1.8em; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; color: #e94560; } .page-playtime-factory-real-life__faq-item.active .page-playtime-factory-real-life__faq-toggle { transform: rotate(45deg); } .page-playtime-factory-real-life__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #c0c0c0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-playtime-factory-real-life__faq-item.active .page-playtime-factory-real-life__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-playtime-factory-real-life__blog-section .page-playtime-factory-real-life__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-playtime-factory-real-life__blog-card { background-color: #2e304f; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-factory-real-life__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-playtime-factory-real-life__blog-card img { width: 100%; height: 180px; object-fit: cover; } .page-playtime-factory-real-life__blog-card-content { padding: 20px; } .page-playtime-factory-real-life__blog-card-content h3 { margin-top: 0; font-size: 1.3em; margin-bottom: 10px; text-align: left; } .page-playtime-factory-real-life__blog-card-content h3 a { color: #e94560; text-decoration: none; transition: color 0.3s ease; } .page-playtime-factory-real-life__blog-card-content h3 a:hover { color: #f0f0f0; } .page-playtime-factory-real-life__blog-card-content p { color: #c0c0c0; font-size: 0.9em; margin-bottom: 15px; } .page-playtime-factory-real-life__read-more { display: inline-block; background-color: #16213e; color: #e94560; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; } .page-playtime-factory-real-life__read-more:hover { background-color: #e94560; color: #fff; } @media (max-width: 768px) { .page-playtime-factory-real-life h1 { font-size: 2.2em; } .page-playtime-factory-real-life h2 { font-size: 1.8em; } .page-playtime-factory-real-life__hero-section { padding: 60px 15px; min-height: 400px; } .page-playtime-factory-real-life__hero-title { font-size: 2.8em; } .page-playtime-factory-real-life__hero-subtitle { font-size: 1.2em; } .page-playtime-factory-real-life__cta-button { padding: 12px 25px; font-size: 1em; } .page-playtime-factory-real-life__section { padding: 30px 15px; } .page-playtime-factory-real-life__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-playtime-factory-real-life__payment-logo, .page-playtime-factory-real-life__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-playtime-factory-real-life__introduction-section .page-playtime-factory-real-life__content-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-factory-real-life__intro-item { padding: 20px; } .page-playtime-factory-real-life__quick-access-section .page-playtime-factory-real-life__quick-links-grid { grid-template-columns: 1fr; gap: 15px; } .page-playtime-factory-real-life__games-section .page-playtime-factory-real-life__games-grid, .page-playtime-factory-real-life__promotions-section .page-playtime-factory-real-life__promo-grid, .page-playtime-factory-real-life__security-support-section .page-playtime-factory-real-life__feature-grid, .page-playtime-factory-real-life__blog-section .page-playtime-factory-real-life__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-factory-real-life__game-card img { height: 180px; } .page-playtime-factory-real-life__faq-container { padding: 0 10px; } .page-playtime-factory-real-life__faq-question { padding: 12px 15px; } .page-playtime-factory-real-life__faq-question h3 { font-size: 1.1em; } .page-playtime-factory-real-life__faq-toggle { font-size: 1.5em; } .page-playtime-factory-real-life__faq-answer { padding: 0 15px; } .page-playtime-factory-real-life__faq-item.active .page-playtime-factory-real-life__faq-answer { padding: 15px !important; } .page-playtime-factory-real-life__blog-card img { height: 160px; } } .page-playtime-factory-real-life img { max-width: 100%; height: auto; box-sizing: border-box; } .page-playtime-factory-real-life .page-playtime-factory-real-life__content-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__quick-links-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__games-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__promo-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__feature-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__blog-grid > * { box-sizing: border-box; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } @media (max-width: 768px) { .page-playtime-factory-real-life .page-playtime-factory-real-life__content-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__quick-links-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__games-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__promo-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__feature-grid > *, .page-playtime-factory-real-life .page-playtime-factory-real-life__blog-grid > * { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px; padding-right: 10px; } .page-playtime-factory-real-life .page-playtime-factory-real-life__content-grid, .page-playtime-factory-real-life .page-playtime-factory-real-life__quick-links-grid, .page-playtime-factory-real-life .page-playtime-factory-real-life__games-grid, .page-playtime-factory-real-life .page-playtime-factory-real-life__promo-grid, .page-playtime-factory-real-life .page-playtime-factory-real-life__feature-grid, .page-playtime-factory-real-life .page-playtime-factory-real-life__blog-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }