.page-phlaro-app { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-phlaro-app__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-phlaro-app__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-phlaro-app__section-dark { background-color: #2c3e50; color: #ecf0f1; }.page-phlaro-app__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; position: relative; padding-bottom: 15px; }.page-phlaro-app__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; }.page-phlaro-app__section-dark .page-phlaro-app__section-title { color: #ecf0f1; }.page-phlaro-app__section-dark .page-phlaro-app__section-title::after { background-color: #f39c12; }.page-phlaro-app__text-center { text-align: center; }.page-phlaro-app__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; }.page-phlaro-app__btn:hover { background-color: #c0392b; }.page-phlaro-app__btn-secondary { background-color: #2ecc71; }.page-phlaro-app__btn-secondary:hover { background-color: #27ae60; }.page-phlaro-app__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:phlaro app,mobile gaming,casino]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; min-height: 500px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; overflow: hidden; }.page-phlaro-app__hero-content { z-index: 1; max-width: 800px; }.page-phlaro-app__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-phlaro-app__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }.page-phlaro-app__hero-buttons .page-phlaro-app__btn { margin: 10px; }.page-phlaro-app__introduction-section p { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px auto; }.page-phlaro-app__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-phlaro-app__feature-item { text-align: center; padding: 30px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.3s ease; }.page-phlaro-app__feature-item:hover { transform: translateY(-5px); }.page-phlaro-app__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; }.page-phlaro-app__feature-title { font-size: 1.5em; margin-bottom: 15px; color: #e74c3c; }.page-phlaro-app__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }.page-phlaro-app__quick-access-item { text-align: center; }.page-phlaro-app__quick-access-item .page-phlaro-app__btn { width: 100%; }.page-phlaro-app__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-phlaro-app__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.3s ease; }.page-phlaro-app__game-card:hover { transform: translateY(-5px); }.page-phlaro-app__game-image { width: 100%; height: 200px; object-fit: cover; }.page-phlaro-app__game-content { padding: 20px; }.page-phlaro-app__game-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-phlaro-app__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-phlaro-app__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-phlaro-app__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.3s ease; }.page-phlaro-app__promo-card:hover { transform: translateY(-5px); }.page-phlaro-app__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-phlaro-app__promo-content { padding: 20px; }.page-phlaro-app__promo-title { font-size: 1.5em; margin-bottom: 10px; color: #e74c3c; }.page-phlaro-app__promo-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-phlaro-app__security-support-section p { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px auto; }.page-phlaro-app__contact-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-phlaro-app__contact-item { text-align: center; padding: 30px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page-phlaro-app__contact-icon { width: 60px; height: 60px; margin-bottom: 15px; }.page-phlaro-app__contact-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-phlaro-app__contact-text { color: #666; }.page-phlaro-app__faq-list { margin-top: 30px; max-width: 900px; margin-left: auto; margin-right: auto; }.page-phlaro-app__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page-phlaro-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #eee; font-weight: bold; color: #2c3e50; transition: background-color 0.3s ease; }.page-phlaro-app__faq-question:hover { background-color: #e0e0e0; }.page-phlaro-app__faq-question h3 { margin: 0; font-size: 1.2em; flex-grow: 1; text-align: left; pointer-events: none; }.page-phlaro-app__faq-toggle { font-size: 1.5em; margin-left: 15px; pointer-events: none; }.page-phlaro-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; }.page-phlaro-app__faq-item.active .page-phlaro-app__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-phlaro-app__faq-item.active .page-phlaro-app__faq-question { background-color: #e74c3c; color: #fff; }.page-phlaro-app__faq-item.active .page-phlaro-app__faq-toggle { color: #fff; }.page-phlaro-app__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-phlaro-app__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.3s ease; }.page-phlaro-app__blog-card:hover { transform: translateY(-5px); }.page-phlaro-app__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-phlaro-app__blog-content { padding: 20px; }.page-phlaro-app__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-phlaro-app__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }.page-phlaro-app__blog-title a:hover { color: #e74c3c; }.page-phlaro-app__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-phlaro-app__blog-date { font-size: 0.8em; color: #999; }.page-phlaro-app__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-phlaro-app__floating-buttons .page-phlaro-app__btn { padding: 12px 20px; font-size: 0.9em; width: 120px; text-align: center; }.page-phlaro-app__download-app-section { background-color: #34495e; color: #fff; padding: 60px 20px; text-align: center; margin-top: 20px; border-radius: 8px; }.page-phlaro-app__download-app-section h2 { color: #fff; margin-bottom: 20px; }.page-phlaro-app__download-app-section p { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-phlaro-app__download-app-section .page-phlaro-app__btn { background-color: #f39c12; }.page-phlaro-app__download-app-section .page-phlaro-app__btn:hover { background-color: #e67e22; }.page-phlaro-app__promo-badge { background-color: #e74c3c; color: #fff; padding: 5px 10px; border-radius: 5px; font-size: 0.8em; font-weight: bold; position: absolute; top: 10px; right: 10px; }.page-phlaro-app__game-icon { width: 50px; height: 50px; object-fit: contain; margin-right: 10px; }.page-phlaro-app__game-list-item { display: flex; align-items: center; background-color: #f0f0f0; padding: 15px; margin-bottom: 10px; border-radius: 5px; }.page-phlaro-app__game-list-item h4 { margin: 0; font-size: 1.1em; color: #2c3e50; }.page-phlaro-app__game-list-item p { margin: 0; font-size: 0.9em; color: #666; }.page-phlaro-app__game-details { flex-grow: 1; }.page-phlaro-app__game-action { margin-left: auto; }.page-phlaro-app__game-action .page-phlaro-app__btn { padding: 8px 15px; font-size: 0.85em; }.page-phlaro-app__game-category-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; }.page-phlaro-app__game-category-tab { background-color: #eee; color: #333; padding: 10px 20px; border-radius: 20px; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease; font-weight: bold; }.page-phlaro-app__game-category-tab.active, .page-phlaro-app__game-category-tab:hover { background-color: #e74c3c; color: #fff; }.page-phlaro-app__game-category-content { display: none; }.page-phlaro-app__game-category-content.active { display: block; }.page-phlaro-app__blog-read-more { display: inline-block; margin-top: 10px; color: #e74c3c; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-phlaro-app__blog-read-more:hover { color: #c0392b; }@media (max-width: 768px) { .page-phlaro-app__container { padding: 10px; }.page-phlaro-app__section { padding: 30px 15px; }.page-phlaro-app__section-title { font-size: 2em; }.page-phlaro-app__hero-section { padding: 80px 15px; min-height: 400px; }.page-phlaro-app__hero-title { font-size: 2.5em; }.page-phlaro-app__hero-subtitle { font-size: 1.2em; }.page-phlaro-app__hero-buttons .page-phlaro-app__btn { margin: 5px; width: calc(100% - 10px); }.page-phlaro-app__features-grid, .page-phlaro-app__quick-access-grid, .page-phlaro-app__games-grid, .page-phlaro-app__promotions-grid, .page-phlaro-app__contact-info-grid, .page-phlaro-app__blog-grid { grid-template-columns: 1fr; }.page-phlaro-app__feature-item, .page-phlaro-app__game-card, .page-phlaro-app__promo-card, .page-phlaro-app__contact-item, .page-phlaro-app__blog-card { max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-phlaro-app__quick-access-item .page-phlaro-app__btn { width: auto; }.page-phlaro-app__floating-buttons { bottom: 10px; right: 10px; }.page-phlaro-app__floating-buttons .page-phlaro-app__btn { width: 100px; padding: 10px 15px; font-size: 0.8em; }.page-phlaro-app__faq-question h3 { font-size: 1em; }.page-phlaro-app__faq-answer { padding: 15px !important; }.page-phlaro-app__game-category-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 10px; }.page-phlaro-app__game-category-tab { flex-shrink: 0; }.page-phlaro-app__game-list-item { flex-direction: column; align-items: flex-start; }.page-phlaro-app__game-action { margin-left: 0; margin-top: 10px; width: 100%; text-align: center; }.page-phlaro-app__game-action .page-phlaro-app__btn { width: 100%; }img { max-width: 100% !important; height: auto !important; }figure { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }}.page-phlaro-app__header-offset-dummy { padding-top: 10px; }.page-phlaro-app__sticky-cta { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #e74c3c; padding: 15px 20px; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); z-index: 1001; text-align: center; display: flex; justify-content: space-around; align-items: center; }.page-phlaro-app__sticky-cta .page-phlaro-app__btn { margin: 0 5px; flex-grow: 1; max-width: 180px; }.page-phlaro-app__sticky-cta-text { color: #fff; font-weight: bold; margin-right: 15px; font-size: 1.1em; }.page-phlaro-app__sticky-cta-close { background: none; border: none; color: #fff; font-size: 1.5em; cursor: pointer; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }.page-phlaro-app__sticky-cta-close:hover { color: #f39c12; }@media (max-width: 768px) { .page-phlaro-app__sticky-cta { flex-direction: column; gap: 10px; padding: 15px 10px; }.page-phlaro-app__sticky-cta .page-phlaro-app__btn { width: calc(100% - 20px); max-width: none; }.page-phlaro-app__sticky-cta-text { margin-right: 0; margin-bottom: 10px; }.page-phlaro-app__sticky-cta-close { top: 5px; right: 5px; transform: none; font-size: 1.2em; }}