.page-phmacao-legit-or-scam { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-phmacao-legit-or-scam__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-phmacao-legit-or-scam__hero-section { background: linear-gradient(135deg, #0f3460, #1a1a2e); padding: 60px 20px 40px; text-align: center; border-bottom: 5px solid #e94560; position: relative; padding-top: 10px; } .page-phmacao-legit-or-scam__hero-section h1 { font-size: 2.8em; color: #e94560; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-phmacao-legit-or-scam__hero-section p { font-size: 1.2em; color: #c0c0c0; max-width: 800px; margin: 0 auto 30px; } .page-phmacao-legit-or-scam__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-phmacao-legit-or-scam__cta-button { background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; border: none; cursor: pointer; } .page-phmacao-legit-or-scam__cta-button:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-phmacao-legit-or-scam__content-section { padding: 40px 20px; background-color: #0f3460; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-phmacao-legit-or-scam__content-section h2 { font-size: 2.2em; color: #e94560; margin-bottom: 25px; text-align: center; } .page-phmacao-legit-or-scam__content-section h3 { font-size: 1.6em; color: #e0e0e0; margin-top: 30px; margin-bottom: 15px; } .page-phmacao-legit-or-scam__content-section p { margin-bottom: 15px; color: #c0c0c0; } .page-phmacao-legit-or-scam__image-wrapper { text-align: center; margin: 30px 0; } .page-phmacao-legit-or-scam__image-wrapper img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); display: block; margin: 0 auto; min-width: 200px; min-height: 200px; } .page-phmacao-legit-or-scam__list { list-style: none; padding: 0; margin: 20px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-phmacao-legit-or-scam__list-item { background-color: #1a1a2e; padding: 20px; border-left: 5px solid #e94560; border-radius: 8px; transition: transform 0.3s ease; box-sizing: border-box; } .page-phmacao-legit-or-scam__list-item:hover { transform: translateY(-5px); } .page-phmacao-legit-or-scam__list-item strong { color: #e94560; } .page-phmacao-legit-or-scam__list-item p { margin: 0; color: #c0c0c0; } .page-phmacao-legit-or-scam__faq-section { padding: 40px 20px; background-color: #0f3460; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-phmacao-legit-or-scam__faq-item { background-color: #1a1a2e; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-phmacao-legit-or-scam__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #2a2a4a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-phmacao-legit-or-scam__faq-question:hover { background-color: #3a3a5a; } .page-phmacao-legit-or-scam__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; flex-grow: 1; pointer-events: none; } .page-phmacao-legit-or-scam__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; } .page-phmacao-legit-or-scam__faq-item.active .page-phmacao-legit-or-scam__faq-toggle { transform: rotate(45deg); } .page-phmacao-legit-or-scam__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; background-color: #1a1a2e; } .page-phmacao-legit-or-scam__faq-item.active .page-phmacao-legit-or-scam__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-phmacao-legit-or-scam__final-cta { text-align: center; padding: 40px 20px; background-color: #0f3460; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-phmacao-legit-or-scam__hero-section h1 { font-size: 2em; } .page-phmacao-legit-or-scam__hero-section p { font-size: 1em; } .page-phmacao-legit-or-scam__cta-buttons { flex-direction: column; } .page-phmacao-legit-or-scam__content-section h2 { font-size: 1.8em; } .page-phmacao-legit-or-scam__content-section h3 { font-size: 1.4em; } .page-phmacao-legit-or-scam__list { grid-template-columns: 1fr; } .page-phmacao-legit-or-scam__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-phmacao-legit-or-scam__list-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-phmacao-legit-or-scam__image-wrapper img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-phmacao-legit-or-scam__faq-question { padding: 12px 15px; } .page-phmacao-legit-or-scam__faq-question h3 { font-size: 1.1em; } .page-phmacao-legit-or-scam__faq-answer { padding: 15px 15px !important; } } @media (max-width: 480px) { .page-phmacao-legit-or-scam__hero-section h1 { font-size: 1.8em; } .page-phmacao-legit-or-scam__cta-button { width: 100%; max-width: 250px; margin: 0 auto; } .page-phmacao-legit-or-scam__container { padding: 10px; } .page-phmacao-legit-or-scam__content-section, .page-phmacao-legit-or-scam__faq-section, .page-phmacao-legit-or-scam__final-cta { padding: 20px 15px; } }