.page-phmacao-club-sign-com { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; }.page-phmacao-club-sign-com__highlight { color: #e6b31e; font-weight: bold; }.page-phmacao-club-sign-com__section-title { font-size: 2.5rem; color: #ffffff; text-align: center; margin-bottom: 40px; padding: 0 15px; position: relative; line-height: 1.2; }.page-phmacao-club-sign-com__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #e6b31e; margin: 15px auto 0; border-radius: 2px; }.page-phmacao-club-sign-com__hero-section { position: relative; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 10px; box-sizing: border-box; overflow: hidden; }.page-phmacao-club-sign-com__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-phmacao-club-sign-com__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 2; }.page-phmacao-club-sign-com__hero-content { position: relative; z-index: 3; color: #ffffff; max-width: 900px; padding: 20px; }.page-phmacao-club-sign-com__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; }.page-phmacao-club-sign-com__hero-subtitle { font-size: 1.5rem; margin-bottom: 30px; }.page-phmacao-club-sign-com__hero-cta { display: inline-block; background-color: #e6b31e; color: #1a1a2e; padding: 15px 40px; border-radius: 5px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-phmacao-club-sign-com__hero-cta:hover { background-color: #ffda6a; transform: translateY(-3px); }.page-phmacao-club-sign-com__introduction-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-phmacao-club-sign-com__text-content { font-size: 1.1rem; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-phmacao-club-sign-com__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-phmacao-club-sign-com__feature-item { background-color: #2e2e4a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; }.page-phmacao-club-sign-com__feature-item:hover { transform: translateY(-5px); }.page-phmacao-club-sign-com__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; }.page-phmacao-club-sign-com__feature-title { font-size: 1.6rem; color: #e6b31e; margin-bottom: 15px; }.page-phmacao-club-sign-com__feature-description { font-size: 1rem; color: #cccccc; }.page-phmacao-club-sign-com__quick-access-section { background-color: #24243e; padding: 60px 20px; text-align: center; }.page-phmacao-club-sign-com__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; }.page-phmacao-club-sign-com__access-button { display: inline-block; background-color: #e6b31e; color: #1a1a2e; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; text-align: center; }.page-phmacao-club-sign-com__access-button:hover { background-color: #ffda6a; transform: translateY(-3px); }.page-phmacao-club-sign-com__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-phmacao-club-sign-com__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 40px; }.page-phmacao-club-sign-com__game-category-item { background-color: #2e2e4a; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 280px; }.page-phmacao-club-sign-com__game-category-item:hover { transform: translateY(-5px); }.page-phmacao-club-sign-com__game-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; max-width: 100%; height: auto; }.page-phmacao-club-sign-com__game-title { font-size: 1.4rem; color: #e6b31e; margin-bottom: 10px; }.page-phmacao-club-sign-com__game-description { font-size: 0.95rem; color: #cccccc; }.page-phmacao-club-sign-com__promotions-section { background-color: #24243e; padding: 60px 20px; text-align: center; }.page-phmacao-club-sign-com__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-phmacao-club-sign-com__promo-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-phmacao-club-sign-com__promo-card:hover { transform: translateY(-5px); }.page-phmacao-club-sign-com__promo-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; }.page-phmacao-club-sign-com__promo-title { font-size: 1.6rem; color: #e6b31e; margin: 20px 20px 10px; text-align: left; }.page-phmacao-club-sign-com__promo-description { font-size: 1rem; color: #cccccc; padding: 0 20px 20px; flex-grow: 1; text-align: left; }.page-phmacao-club-sign-com__promo-cta { display: inline-block; background-color: #e6b31e; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1rem; font-weight: bold; margin: 0 20px 20px; align-self: flex-start; transition: background-color 0.3s ease, transform 0.3s ease; }.page-phmacao-club-sign-com__promo-cta:hover { background-color: #ffda6a; transform: translateY(-2px); }.page-phmacao-club-sign-com__security-support-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-phmacao-club-sign-com__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-phmacao-club-sign-com__info-item { background-color: #2e2e4a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; }.page-phmacao-club-sign-com__info-item:hover { transform: translateY(-5px); }.page-phmacao-club-sign-com__info-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; max-width: 100%; height: auto; }.page-phmacao-club-sign-com__info-title { font-size: 1.5rem; color: #e6b31e; margin-bottom: 10px; }.page-phmacao-club-sign-com__info-description { font-size: 1rem; color: #cccccc; }.page-phmacao-club-sign-com__contact-cta { display: inline-block; background-color: #e6b31e; color: #1a1a2e; padding: 15px 40px; border-radius: 5px; text-decoration: none; font-size: 1.2rem; font-weight: bold; margin-top: 50px; transition: background-color 0.3s ease, transform 0.3s ease; }.page-phmacao-club-sign-com__contact-cta:hover { background-color: #ffda6a; transform: translateY(-3px); }.page-phmacao-club-sign-com__faq-section { background-color: #1a1a2e; padding: 60px 20px; max-width: 1000px; margin: 0 auto; }.page-phmacao-club-sign-com__faq-container { margin-top: 40px; }.page-phmacao-club-sign-com__faq-item { background-color: #2e2e4a; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; }.page-phmacao-club-sign-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #3a3a5e; color: #ffffff; font-size: 1.2rem; font-weight: bold; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; }.page-phmacao-club-sign-com__faq-question:hover { background-color: #4a4a6e; }.page-phmacao-club-sign-com__faq-question-text { margin: 0; pointer-events: none; flex-grow: 1; }.page-phmacao-club-sign-com__faq-toggle { font-size: 1.8rem; line-height: 1; width: 30px; text-align: center; pointer-events: none; transition: transform 0.3s ease; color: #e6b31e; }.page-phmacao-club-sign-com__faq-item.active .page-phmacao-club-sign-com__faq-toggle { transform: rotate(45deg); }.page-phmacao-club-sign-com__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; background-color: #2e2e4a; color: #cccccc; }.page-phmacao-club-sign-com__faq-item.active .page-phmacao-club-sign-com__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-phmacao-club-sign-com__faq-answer-text { margin: 0; font-size: 1rem; }.page-phmacao-club-sign-com__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-phmacao-club-sign-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-phmacao-club-sign-com__blog-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-phmacao-club-sign-com__blog-card:hover { transform: translateY(-5px); }.page-phmacao-club-sign-com__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; }.page-phmacao-club-sign-com__blog-content { padding: 20px; flex-grow: 1; text-align: left; display: flex; flex-direction: column; }.page-phmacao-club-sign-com__blog-title { font-size: 1.5rem; color: #e6b31e; margin-bottom: 10px; }.page-phmacao-club-sign-com__blog-date { font-size: 0.9rem; color: #999999; margin-bottom: 15px; }.page-phmacao-club-sign-com__blog-excerpt { font-size: 1rem; color: #cccccc; margin-bottom: 20px; flex-grow: 1; }.page-phmacao-club-sign-com__blog-cta { display: inline-block; background-color: #e6b31e; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1rem; font-weight: bold; align-self: flex-start; transition: background-color 0.3s ease, transform 0.3s ease; }.page-phmacao-club-sign-com__blog-cta:hover { background-color: #ffda6a; transform: translateY(-2px); }@media (max-width: 1024px) { .page-phmacao-club-sign-com__hero-title { font-size: 3rem; } .page-phmacao-club-sign-com__hero-subtitle { font-size: 1.3rem; } .page-phmacao-club-sign-com__section-title { font-size: 2rem; } }@media (max-width: 768px) { .page-phmacao-club-sign-com__hero-section { height: 70vh; } .page-phmacao-club-sign-com__hero-title { font-size: 2.5rem; } .page-phmacao-club-sign-com__hero-subtitle { font-size: 1.1rem; } .page-phmacao-club-sign-com__hero-cta { padding: 12px 30px; font-size: 1.1rem; } .page-phmacao-club-sign-com__section-title { font-size: 1.8rem; margin-bottom: 30px; } .page-phmacao-club-sign-com__features-grid, .page-phmacao-club-sign-com__game-categories, .page-phmacao-club-sign-com__promo-grid, .page-phmacao-club-sign-com__info-grid, .page-phmacao-club-sign-com__blog-grid { grid-template-columns: 1fr; } .page-phmacao-club-sign-com__feature-item, .page-phmacao-club-sign-com__game-category-item, .page-phmacao-club-sign-com__promo-card, .page-phmacao-club-sign-com__info-item, .page-phmacao-club-sign-com__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; } .page-phmacao-club-sign-com__feature-description, .page-phmacao-club-sign-com__game-description, .page-phmacao-club-sign-com__promo-description, .page-phmacao-club-sign-com__info-description, .page-phmacao-club-sign-com__faq-answer-text, .page-phmacao-club-sign-com__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-phmacao-club-sign-com__access-links { flex-direction: column; gap: 15px; } .page-phmacao-club-sign-com__access-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-phmacao-club-sign-com__faq-question { font-size: 1.1rem; padding: 15px; } .page-phmacao-club-sign-com__faq-answer { padding: 0 15px; } .page-phmacao-club-sign-com__faq-item.active .page-phmacao-club-sign-com__faq-answer { padding: 15px !important; } .page-phmacao-club-sign-com__faq-toggle { font-size: 1.5rem; } .page-phmacao-club-sign-com__blog-image { height: 180px; } .page-phmacao-club-sign-com__blog-title { font-size: 1.3rem; } }@media (max-width: 480px) { .page-phmacao-club-sign-com__hero-title { font-size: 2rem; } .page-phmacao-club-sign-com__hero-subtitle { font-size: 1rem; } .page-phmacao-club-sign-com__hero-cta { padding: 10px 25px; font-size: 1rem; } .page-phmacao-club-sign-com__section-title { font-size: 1.5rem; } .page-phmacao-club-sign-com__text-content { font-size: 1rem; } }.page-phmacao-club-sign-com img { max-width: 100%; height: auto; box-sizing: border-box; }@media (max-width: 768px) { .page-phmacao-club-sign-com img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-phmacao-club-sign-com__hero-image, .page-phmacao-club-sign-com__feature-icon, .page-phmacao-club-sign-com__game-icon, .page-phmacao-club-sign-com__promo-image, .page-phmacao-club-sign-com__info-icon, .page-phmacao-club-sign-com__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }