.page-playtime-brand { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-playtime-brand__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-playtime-brand__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-playtime-brand__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-playtime-brand__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; position: relative; padding-bottom: 15px; }.page-playtime-brand__section-title--light { color: #ecf0f1; }.page-playtime-brand__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e74c3c; margin: 10px auto 0; border-radius: 2px; }.page-playtime-brand__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:casino,gaming,lights]') center/cover no-repeat; color: #fff; text-align: center; padding: 150px 20px; min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding-top: calc(10px + var(--header-offset, 122px)); }.page-playtime-brand__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-playtime-brand__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-playtime-brand__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-brand__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); }.page-playtime-brand__intro-content { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; text-align: center; }.page-playtime-brand__intro-item { flex: 1 1 300px; padding: 20px; background-color: #f0f4f7; border-radius: 5px; }.page-playtime-brand__intro-item h3 { color: #e74c3c; margin-bottom: 10px; }.page-playtime-brand__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }.page-playtime-brand__quick-access-item { background-color: #34495e; padding: 25px; border-radius: 8px; transition: transform 0.3s ease; }.page-playtime-brand__quick-access-item:hover { transform: translateY(-5px); }.page-playtime-brand__quick-access-item a { color: #ecf0f1; text-decoration: none; font-weight: bold; font-size: 1.1em; display: block; }.page-playtime-brand__quick-access-item a:hover { color: #e74c3c; }.page-playtime-brand__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-playtime-brand__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-playtime-brand__game-card:hover { transform: translateY(-5px); }.page-playtime-brand__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-brand__game-card-content { padding: 20px; text-align: center; }.page-playtime-brand__game-card-content h3 { margin-top: 0; color: #2c3e50; }.page-playtime-brand__game-card-content p { color: #555; font-size: 0.95em; }.page-playtime-brand__game-card-content .page-playtime-brand__cta-button { margin-top: 15px; padding: 10px 20px; font-size: 1em; }.page-playtime-brand__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-playtime-brand__promo-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; }.page-playtime-brand__promo-card-image { width: 100%; height: 180px; object-fit: cover; }.page-playtime-brand__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-playtime-brand__promo-card-content h3 { margin-top: 0; color: #e74c3c; }.page-playtime-brand__promo-card-content p { font-size: 0.9em; color: #555; }.page-playtime-brand__promo-card-content .page-playtime-brand__cta-button { margin-top: 15px; align-self: flex-start; padding: 10px 18px; font-size: 0.95em; }.page-playtime-brand__security-grid { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; text-align: center; }.page-playtime-brand__security-item { flex: 1 1 280px; padding: 20px; background-color: #f0f4f7; border-radius: 5px; }.page-playtime-brand__security-item h3 { color: #e74c3c; margin-bottom: 10px; }.page-playtime-brand__faq-list { list-style: none; padding: 0; }.page-playtime-brand__faq-item { margin-bottom: 10px; background-color: #f0f4f7; border-radius: 5px; overflow: hidden; }.page-playtime-brand__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e74c3c; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-playtime-brand__faq-question:hover { background-color: #c0392b; }.page-playtime-brand__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-playtime-brand__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; }.page-playtime-brand__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; }.page-playtime-brand__faq-item.active .page-playtime-brand__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-playtime-brand__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-playtime-brand__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-playtime-brand__blog-card:hover { transform: translateY(-5px); }.page-playtime-brand__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-brand__blog-card-content { padding: 20px; }.page-playtime-brand__blog-card-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.2em; }.page-playtime-brand__blog-card-content h3 a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; }.page-playtime-brand__blog-card-content h3 a:hover { color: #e74c3c; }.page-playtime-brand__blog-card-content p { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-playtime-brand__blog-card-meta { font-size: 0.8em; color: #777; }.page-playtime-brand__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-playtime-brand__floating-button { background-color: #e74c3c; color: #fff; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-brand__floating-button:hover { background-color: #c0392b; transform: scale(1.1); }.page-playtime-brand__floating-button--login { background-color: #3498db; }.page-playtime-brand__floating-button--login:hover { background-color: #2980b9; }.page-playtime-brand__floating-button span { display: block; line-height: 1.2; }.page-playtime-brand__download-app-section { background: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.8)), url('[GALLERY:banner:1920x400:mobile,app,gaming]') center/cover no-repeat; text-align: center; color: #fff; padding: 60px 20px; border-radius: 8px; margin-top: 40px; }.page-playtime-brand__download-app-section h2 { color: #fff; margin-bottom: 20px; }.page-playtime-brand__download-app-section p { font-size: 1.1em; margin-bottom: 30px; }.page-playtime-brand__download-app-section .page-playtime-brand__cta-button { background-color: #2ecc71; }.page-playtime-brand__download-app-section .page-playtime-brand__cta-button:hover { background-color: #27ae60; }@media (max-width: 768px) { .page-playtime-brand__hero-section { padding-top: calc(10px + var(--header-offset, 122px)); min-height: 400px; }.page-playtime-brand__hero-title { font-size: 2.5em; }.page-playtime-brand__hero-subtitle { font-size: 1.2em; }.page-playtime-brand__section-title { font-size: 2em; }.page-playtime-brand__intro-item, .page-playtime-brand__security-item { flex: 1 1 100% !important; box-sizing: border-box !important; }.page-playtime-brand__quick-access-grid, .page-playtime-brand__game-grid, .page-playtime-brand__promo-grid, .page-playtime-brand__blog-grid { grid-template-columns: 1fr; }.page-playtime-brand__faq-question { padding: 15px; }.page-playtime-brand__faq-question h3 { font-size: 1em; }.page-playtime-brand__faq-answer { padding: 0 15px; }.page-playtime-brand__faq-item.active .page-playtime-brand__faq-answer { padding: 15px !important; }.page-playtime-brand__floating-buttons { right: 10px; bottom: 10px; gap: 10px; }.page-playtime-brand__floating-button { width: 50px; height: 50px; font-size: 0.8em; }}.page-playtime-brand__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-playtime-brand__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 10px 15px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-playtime-brand img { max-width: 100% !important; height: auto !important; }.page-playtime-brand__image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }