.page-phmacao-508__hero-section {position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;color: #ffffff;padding: 10px 20px 60px;min-height: 500px;overflow: hidden;background-color: #0d1a2f;}.page-phmacao-508__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}.page-phmacao-508__hero-image-wrapper img {width: 100%;height: 100%;object-fit: cover;opacity: 0.4;}.page-phmacao-508__hero-content {position: relative;z-index: 1;max-width: 900px;}.page-phmacao-508__hero-title {font-size: 2.5em;margin-bottom: 15px;line-height: 1.2;font-weight: 700;}.page-phmacao-508__hero-subtitle {font-size: 1.1em;margin-bottom: 30px;line-height: 1.5;}.page-phmacao-508__hero-cta-group {display: flex;gap: 15px;justify-content: center;margin-bottom: 30px;}.page-phmacao-508__hero-button {display: inline-block;padding: 14px 30px;border-radius: 8px;text-decoration: none;font-weight: 600;font-size: 1.05em;transition: background-color 0.3s ease, transform 0.2s ease;}.page-phmacao-508__hero-button--primary {background-color: #ff4d4d;color: #ffffff;border: 2px solid #ff4d4d;}.page-phmacao-508__hero-button--primary:hover {background-color: #e60000;transform: translateY(-2px);}.page-phmacao-508__hero-button--secondary {background-color: transparent;color: #ffffff;border: 2px solid #ffffff;}.page-phmacao-508__hero-button--secondary:hover {background-color: rgba(255, 255, 255, 0.1);transform: translateY(-2px);}.page-phmacao-508__app-download-button {display: inline-block;background-color: #4CAF50;color: #ffffff;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: 600;font-size: 1em;margin-top: 20px;transition: background-color 0.3s ease, transform 0.2s ease;}.page-phmacao-508__app-download-button:hover {background-color: #45a049;transform: translateY(-2px);}.page-phmacao-508__floating-buttons {position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 10px;z-index: 1000;}.page-phmacao-508__floating-button {display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;border-radius: 50%;color: #ffffff;text-decoration: none;font-weight: 600;font-size: 0.9em;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);transition: background-color 0.3s ease, transform 0.2s ease;}.page-phmacao-508__floating-button--register {background-color: #ff4d4d;}.page-phmacao-508__floating-button--register:hover {background-color: #e60000;transform: scale(1.05);}.page-phmacao-508__floating-button--login {background-color: #007bff;}.page-phmacao-508__floating-button--login:hover {background-color: #0056b3;transform: scale(1.05);}.page-phmacao-508__section-title {font-size: 2em;color: #2c3e50;text-align: center;margin-bottom: 25px;font-weight: 700;}.page-phmacao-508__intro-text {font-size: 1.05em;line-height: 1.6;color: #555;text-align: center;max-width: 800px;margin: 0 auto 40px;}.page-phmacao-508__intro-section, .page-phmacao-508__quick-access-section, .page-phmacao-508__games-section, .page-phmacao-508__promo-section, .page-phmacao-508__security-section, .page-phmacao-508__faq-section, .page-phmacao-508__blog-section {padding: 60px 20px;background-color: #f9f9f9;margin-bottom: 20px;border-radius: 10px;}.page-phmacao-508__intro-section:nth-child(even), .page-phmacao-508__games-section:nth-child(even), .page-phmacao-508__security-section:nth-child(even), .page-phmacao-508__blog-section:nth-child(even) {background-color: #ffffff;}.page-phmacao-508__intro-features {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;margin-top: 40px;}.page-phmacao-508__feature-item {background-color: #ffffff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);padding: 30px;text-align: center;max-width: 320px;width: 100%;box-sizing: border-box;transition: transform 0.3s ease;}.page-phmacao-508__feature-item:hover {transform: translateY(-5px);}.page-phmacao-508__feature-item img {max-width: 100%;height: auto;border-radius: 8px;margin-bottom: 20px;}.page-phmacao-508__feature-title {font-size: 1.4em;color: #333;margin-bottom: 15px;}.page-phmacao-508__feature-description {font-size: 0.95em;color: #666;line-height: 1.6;}.page-phmacao-508__access-links {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;margin-top: 40px;}.page-phmacao-508__access-button {display: inline-block;background-color: #007bff;color: #ffffff;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: 600;font-size: 1em;transition: background-color 0.3s ease, transform 0.2s ease;}.page-phmacao-508__access-button:hover {background-color: #0056b3;transform: translateY(-2px);}.page-phmacao-508__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-phmacao-508__game-card, .page-phmacao-508__promo-card, .page-phmacao-508__blog-card {background-color: #ffffff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);overflow: hidden;transition: transform 0.3s ease;}.page-phmacao-508__game-card:hover, .page-phmacao-508__promo-card:hover, .page-phmacao-508__blog-card:hover {transform: translateY(-5px);}.page-phmacao-508__game-card img, .page-phmacao-508__promo-card img, .page-phmacao-508__blog-card img {width: 100%;height: 200px;object-fit: cover;}.page-phmacao-508__game-card-content, .page-phmacao-508__promo-card-content, .page-phmacao-508__blog-card-content {padding: 25px;}.page-phmacao-508__game-title, .page-phmacao-508__promo-title, .page-phmacao-508__blog-title {font-size: 1.3em;color: #333;margin-bottom: 10px;}.page-phmacao-508__game-title a, .page-phmacao-508__blog-title a {text-decoration: none;color: inherit;transition: color 0.3s ease;}.page-phmacao-508__game-title a:hover, .page-phmacao-508__blog-title a:hover {color: #ff4d4d;}.page-phmacao-508__game-description, .page-phmacao-508__promo-description, .page-phmacao-508__blog-summary {font-size: 0.9em;color: #666;line-height: 1.6;margin-bottom: 20px;}.page-phmacao-508__game-button, .page-phmacao-508__promo-button, .page-phmacao-508__read-more {display: inline-block;background-color: #ff4d4d;color: #ffffff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: 600;font-size: 0.9em;transition: background-color 0.3s ease;}.page-phmacao-508__game-button:hover, .page-phmacao-508__promo-button:hover, .page-phmacao-508__read-more:hover {background-color: #e60000;}.page-phmacao-508__promo-cards, .page-phmacao-508__blog-articles {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-phmacao-508__security-features {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;margin-top: 40px;}.page-phmacao-508__security-item {background-color: #ffffff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);padding: 30px;max-width: 400px;width: 100%;box-sizing: border-box;}.page-phmacao-508__security-title {font-size: 1.3em;color: #333;margin-bottom: 15px;}.page-phmacao-508__security-description {font-size: 0.95em;color: #666;line-height: 1.6;margin-bottom: 20px;}.page-phmacao-508__contact-button {display: inline-block;background-color: #007bff;color: #ffffff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: 600;font-size: 0.9em;transition: background-color 0.3s ease;}.page-phmacao-508__contact-button:hover {background-color: #0056b3;}.page-phmacao-508__faq-list {max-width: 800px;margin: 40px auto 0;}.page-phmacao-508__faq-item {background-color: #ffffff;border-radius: 8px;margin-bottom: 15px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-phmacao-508__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;user-select: none;border-bottom: 1px solid #eee;}.page-phmacao-508__faq-question:hover {background-color: #f5f5f5;}.page-phmacao-508__faq-title {font-size: 1.1em;color: #333;margin: 0;flex-grow: 1;pointer-events: none;}.page-phmacao-508__faq-toggle {font-size: 1.5em;font-weight: bold;color: #ff4d4d;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none;}.page-phmacao-508__faq-item.active .page-phmacao-508__faq-toggle {transform: rotate(45deg);}.page-phmacao-508__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-phmacao-508__faq-item.active .page-phmacao-508__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-phmacao-508__faq-answer p {margin: 0;font-size: 0.95em;color: #666;line-height: 1.6;}.page-phmacao-508__blog-card-content {padding: 25px;}.page-phmacao-508__blog-card img {height: 220px;}.page-phmacao-508__blog-title {margin-bottom: 10px;}.page-phmacao-508__read-more {margin-top: 15px;}.page-phmacao-508 img {max-width: 100%;height: auto;display: block;}.page-phmacao-508 .page-phmacao-508__feature-item img, .page-phmacao-508 .page-phmacao-508__game-card img, .page-phmacao-508 .page-phmacao-508__promo-card img, .page-phmacao-508 .page-phmacao-508__blog-card img {width: 100%;max-width: 100%;overflow: hidden;box-sizing: border-box;}@media (max-width: 768px) {.page-phmacao-508__hero-title {font-size: 1.8em;}.page-phmacao-508__hero-subtitle {font-size: 1em;}.page-phmacao-508__hero-cta-group {flex-direction: column;}.page-phmacao-508__hero-button {width: 100%;}.page-phmacao-508__section-title {font-size: 1.6em;}.page-phmacao-508__intro-text {font-size: 0.95em;}.page-phmacao-508__intro-features, .page-phmacao-508__game-categories, .page-phmacao-508__promo-cards, .page-phmacao-508__security-features, .page-phmacao-508__blog-articles {grid-template-columns: 1fr;}.page-phmacao-508__feature-item, .page-phmacao-508__game-card, .page-phmacao-508__promo-card, .page-phmacao-508__security-item, .page-phmacao-508__blog-card {max-width: 100%;width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-phmacao-508__access-links {flex-direction: column;}.page-phmacao-508__access-button {width: 100%;}.page-phmacao-508__floating-buttons {bottom: 10px;right: 10px;}.page-phmacao-508__floating-button {width: 50px;height: 50px;font-size: 0.8em;}.page-phmacao-508__faq-question, .page-phmacao-508__faq-answer {padding-left: 15px;padding-right: 15px;}.page-phmacao-508__faq-title {font-size: 1em;}.page-phmacao-508__faq-answer p {font-size: 0.9em;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-phmacao-508__blog-summary {font-size: 0.85em;}.page-phmacao-508__blog-title a {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}.page-phmacao-508__hero-image-wrapper img {max-width: 100% !important;height: auto !important;}.page-phmacao-508__feature-item img, .page-phmacao-508__game-card img, .page-phmacao-508__promo-card img, .page-phmacao-508__blog-card img {max-width: 100% !important;height: auto !important;}