.page-playtime-film { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-playtime-film__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-playtime-film__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-playtime-film__hero-section { background-color: #0056b3; color: #fff; text-align: center; padding: 60px 20px 40px; border-radius: 0; margin-bottom: 0; padding-top: calc(10px + var(--header-offset, 0)); position: relative; overflow: hidden; } .page-playtime-film__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:hero:1920x1080:playtime_film,bingoplus,entertainment,promotions]'); background-size: cover; background-position: center; opacity: 0.2; z-index: 0; } .page-playtime-film__hero-content { position: relative; z-index: 1; } .page-playtime-film__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .page-playtime-film__hero-description { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; } .page-playtime-film__cta-button { display: inline-block; background-color: #ffc107; color: #000; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-playtime-film__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-playtime-film__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #fff; padding: 30px 20px; border-bottom: 1px solid #eee; } .page-playtime-film__payment-providers-title { width: 100%; text-align: center; margin-bottom: 20px; font-size: 1.8em; color: #0056b3; } .page-playtime-film__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-playtime-film__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-playtime-film__section-title { font-size: 2.2em; color: #0056b3; text-align: center; margin-bottom: 30px; } .page-playtime-film__text-content { max-width: 900px; margin: 0 auto; text-align: justify; } .page-playtime-film__text-content p { margin-bottom: 15px; } .page-playtime-film__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; } .page-playtime-film__quick-access-button { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 8px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-playtime-film__quick-access-button:hover { background-color: #0056b3; } .page-playtime-film__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .page-playtime-film__game-card { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-playtime-film__game-card:hover { transform: translateY(-5px); } .page-playtime-film__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-film__game-card-content { padding: 20px; } .page-playtime-film__game-card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-playtime-film__game-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-playtime-film__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .page-playtime-film__promo-card { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; } .page-playtime-film__promo-card:hover { transform: translateY(-5px); } .page-playtime-film__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-playtime-film__promo-card-content { padding: 20px; } .page-playtime-film__promo-card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; } .page-playtime-film__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-playtime-film__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; background-color: #f9f9f9; overflow: hidden; } .page-playtime-film__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #007bff; color: #fff; cursor: pointer; user-select: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-playtime-film__faq-question:hover { background-color: #0056b3; } .page-playtime-film__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-playtime-film__faq-toggle { font-size: 1.5em; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-playtime-film__faq-item.active .page-playtime-film__faq-toggle { transform: rotate(45deg); } .page-playtime-film__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fff; color: #333; } .page-playtime-film__faq-item.active .page-playtime-film__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-playtime-film__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .page-playtime-film__blog-card { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .page-playtime-film__blog-card:hover { transform: translateY(-5px); } .page-playtime-film__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-playtime-film__blog-card-content { padding: 20px; } .page-playtime-film__blog-card-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; } .page-playtime-film__blog-card-date { font-size: 0.85em; color: #777; margin-bottom: 10px; } .page-playtime-film__blog-card-summary { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-playtime-film__read-more { display: inline-block; background-color: #28a745; color: #fff; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-playtime-film__read-more:hover { background-color: #218838; } @media (max-width: 768px) { .page-playtime-film__hero-title { font-size: 2em; } .page-playtime-film__hero-description { font-size: 1em; } .page-playtime-film__section-title { font-size: 1.8em; } .page-playtime-film__container { padding: 10px; } .page-playtime-film__section { padding: 30px 15px; } .page-playtime-film__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 15px; } .page-playtime-film__payment-logo, .page-playtime-film__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-playtime-film__quick-access-grid, .page-playtime-film__games-grid, .page-playtime-film__promotions-grid, .page-playtime-film__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-film__game-card-image, .page-playtime-film__promo-card-image, .page-playtime-film__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-playtime-film__faq-question { padding: 12px 15px; font-size: 1em; } .page-playtime-film__faq-answer { padding: 0 15px; } .page-playtime-film__faq-item.active .page-playtime-film__faq-answer { padding: 15px 15px !important; } .page-playtime-film__text-content { word-wrap: break-word !important; overflow-wrap: break-word !important; } }