.page-berluti-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; } .page-berluti-playtime__hero-section { position: relative; width: 100%; padding-top: 10px; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; box-sizing: border-box; } .page-berluti-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; } .page-berluti-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); max-width: 100%; } .page-berluti-playtime__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-berluti-playtime__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; } .page-berluti-playtime__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-berluti-playtime__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-berluti-playtime__btn { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; border: none; font-size: 1em; } .page-berluti-playtime__btn--primary { background-color: #ffcc00; color: #333; } .page-berluti-playtime__btn--primary:hover { background-color: #e6b800; transform: translateY(-2px); } .page-berluti-playtime__btn--secondary { background-color: #333; color: #ffcc00; border: 2px solid #ffcc00; } .page-berluti-playtime__btn--secondary:hover { background-color: #555; transform: translateY(-2px); } .page-berluti-playtime__intro-section, .page-berluti-playtime__quick-access-section, .page-berluti-playtime__games-section, .page-berluti-playtime__promotions-section, .page-berluti-playtime__security-support-section, .page-berluti-playtime__faq-section, .page-berluti-playtime__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #fff; border-bottom: 1px solid #eee; box-sizing: border-box; } .page-berluti-playtime__intro-title, .page-berluti-playtime__quick-access-title, .page-berluti-playtime__games-title, .page-berluti-playtime__promotions-title, .page-berluti-playtime__security-support-title, .page-berluti-playtime__faq-title, .page-berluti-playtime__blog-title { font-size: 2.2em; color: #2c3e50; margin-bottom: 20px; text-transform: uppercase; } .page-berluti-playtime__intro-text, .page-berluti-playtime__quick-access-description, .page-berluti-playtime__games-description, .page-berluti-playtime__promotions-description, .page-berluti-playtime__security-support-description, .page-berluti-playtime__blog-description { font-size: 1.1em; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-berluti-playtime__features-grid, .page-berluti-playtime__access-links-grid, .page-berluti-playtime__game-categories, .page-berluti-playtime__promo-cards, .page-berluti-playtime__support-grid, .page-berluti-playtime__blog-posts { display: grid; gap: 30px; margin-top: 30px; justify-content: center; } .page-berluti-playtime__features-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-berluti-playtime__feature-item { background-color: #f0f2f5; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; box-sizing: border-box; } .page-berluti-playtime__feature-item:hover { transform: translateY(-5px); } .page-berluti-playtime__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-berluti-playtime__feature-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; } .page-berluti-playtime__feature-description { color: #666; } .page-berluti-playtime__btn--download { margin-top: 40px; background-color: #28a745; color: #fff; } .page-berluti-playtime__btn--download:hover { background-color: #218838; } .page-berluti-playtime__access-links-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-berluti-playtime__access-link { display: flex; align-items: center; justify-content: center; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2); box-sizing: border-box; } .page-berluti-playtime__access-link:hover { background-color: #0056b3; transform: translateY(-3px); } .page-berluti-playtime__access-link-text { font-size: 1.1em; } .page-berluti-playtime__game-categories, .page-berluti-playtime__promo-cards, .page-berluti-playtime__blog-posts { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } .page-berluti-playtime__game-category, .page-berluti-playtime__promo-card, .page-berluti-playtime__blog-post { background-color: #f0f2f5; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; box-sizing: border-box; } .page-berluti-playtime__game-category:hover, .page-berluti-playtime__promo-card:hover, .page-berluti-playtime__blog-post:hover { transform: translateY(-5px); } .page-berluti-playtime__game-image, .page-berluti-playtime__promo-image, .page-berluti-playtime__blog-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 20px; max-width: 100%; height: auto; } .page-berluti-playtime__game-category-title, .page-berluti-playtime__promo-card-title, .page-berluti-playtime__blog-post-title { font-size: 1.6em; color: #2c3e50; margin-bottom: 10px; padding: 0 15px; } .page-berluti-playtime__game-category-text, .page-berluti-playtime__promo-card-text, .page-berluti-playtime__blog-post-excerpt { color: #666; padding: 0 15px; margin-bottom: 20px; } .page-berluti-playtime__btn--small { padding: 8px 15px; font-size: 0.9em; background-color: #ffcc00; color: #333; } .page-berluti-playtime__btn--small:hover { background-color: #e6b800; } .page-berluti-playtime__btn--claim, .page-berluti-playtime__btn--read-more, .page-berluti-playtime__btn--contact { background-color: #dc3545; color: #fff; margin-top: 15px; } .page-berluti-playtime__btn--claim:hover, .page-berluti-playtime__btn--read-more:hover, .page-berluti-playtime__btn--contact:hover { background-color: #c82333; } .page-berluti-playtime__support-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-berluti-playtime__support-item { background-color: #f0f2f5; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; box-sizing: border-box; } .page-berluti-playtime__support-item:hover { transform: translateY(-5px); } .page-berluti-playtime__support-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-berluti-playtime__support-item-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; } .page-berluti-playtime__support-item-text { color: #666; } .page-berluti-playtime__faq-list { text-align: left; max-width: 800px; margin: 40px auto 0 auto; box-sizing: border-box; } .page-berluti-playtime__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-sizing: border-box; } .page-berluti-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #eee; cursor: pointer; user-select: none; font-size: 1.1em; color: #333; transition: background-color 0.3s ease; box-sizing: border-box; } .page-berluti-playtime__faq-question:hover { background-color: #e0e0e0; } .page-berluti-playtime__faq-question-text { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; } .page-berluti-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-berluti-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; box-sizing: border-box; } .page-berluti-playtime__faq-answer p { padding-bottom: 20px; margin: 0; color: #555; font-size: 1em; } .page-berluti-playtime__faq-item.active .page-berluti-playtime__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-berluti-playtime__faq-item.active .page-berluti-playtime__faq-toggle { transform: rotate(45deg); color: #dc3545; } @media (max-width: 768px) { .page-berluti-playtime__hero-title { font-size: 2em; } .page-berluti-playtime__hero-subtitle { font-size: 1em; } .page-berluti-playtime__hero-buttons { flex-direction: column; gap: 15px; } .page-berluti-playtime__btn { width: 100%; max-width: 300px; margin: 0 auto; } .page-berluti-playtime__intro-section, .page-berluti-playtime__quick-access-section, .page-berluti-playtime__games-section, .page-berluti-playtime__promotions-section, .page-berluti-playtime__security-support-section, .page-berluti-playtime__faq-section, .page-berluti-playtime__blog-section { padding: 40px 15px; } .page-berluti-playtime__intro-title, .page-berluti-playtime__quick-access-title, .page-berluti-playtime__games-title, .page-berluti-playtime__promotions-title, .page-berluti-playtime__security-support-title, .page-berluti-playtime__faq-title, .page-berluti-playtime__blog-title { font-size: 1.8em; } .page-berluti-playtime__intro-text, .page-berluti-playtime__quick-access-description, .page-berluti-playtime__games-description, .page-berluti-playtime__promotions-description, .page-berluti-playtime__security-support-description, .page-berluti-playtime__blog-description { font-size: 0.95em; } .page-berluti-playtime__features-grid, .page-berluti-playtime__access-links-grid, .page-berluti-playtime__game-categories, .page-berluti-playtime__promo-cards, .page-berluti-playtime__support-grid, .page-berluti-playtime__blog-posts { grid-template-columns: 1fr; } .page-berluti-playtime__feature-item, .page-berluti-playtime__access-link, .page-berluti-playtime__game-category, .page-berluti-playtime__promo-card, .page-berluti-playtime__support-item, .page-berluti-playtime__blog-post { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; } .page-berluti-playtime__feature-icon, .page-berluti-playtime__game-image, .page-berluti-playtime__promo-image, .page-berluti-playtime__support-icon, .page-berluti-playtime__blog-image { max-width: 100% !important; height: auto !important; object-fit: cover !important; } .page-berluti-playtime__faq-question-text { font-size: 1.1em; } .page-berluti-playtime__faq-answer p { font-size: 0.95em; } .page-berluti-playtime__faq-answer { padding: 0 15px; } .page-berluti-playtime__faq-item.active .page-berluti-playtime__faq-answer { padding: 20px 15px !important; } } .page-berluti-playtime p, .page-berluti-playtime h1, .page-berluti-playtime h2, .page-berluti-playtime h3, .page-berluti-playtime span, .page-berluti-playtime a { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }