.elementor-109 .elementor-element.elementor-element-6efdbfc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-60b720a{--display:flex;}.elementor-109 .elementor-element.elementor-element-f67d030{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-6b7225f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-43b94ce1 */@media (max-width: 767px) {
    .ps360-exact-wrapper .hero-section {
        padding: 30px 0 40px 0; /* Menos espaçamento no topo */
    }
    .ps360-exact-wrapper h1.main-title {
        font-size: 1.8rem !important; /* Título menor para não assustar o cliente */
        line-height: 1.3;
    }
    .ps360-exact-wrapper p.description {
        font-size: 0.95rem !important;
        margin-bottom: 25px !important;
    }
    .ps360-exact-wrapper .bullet-list li {
        font-size: 0.95rem !important;
        text-align: center; /* Alinha a lista no centro no mobile */
    }
    .ps360-exact-wrapper .action-button {
        width: 100%; /* Botão ocupa toda a largura no celular, facilitando o clique */
        padding: 14px 20px;
        font-size: 1rem;
    }
    .ps360-exact-wrapper .product-image {
        max-width: 280px; /* Diminui o tamanho do pote no celular */
        margin-top: 20px;
    }
}


@media (max-width: 639px) {
    .ps360-ingredients-section .section-header h2 {
        font-size: 1.6rem !important;
    }
    .ps360-ingredients-section .ingredients-grid {
        grid-template-columns: 1fr !important; /* Força uma única coluna */
        gap: 20px;
    }
    .ps360-ingredients-section .ingredient-card {
        padding: 25px 20px; /* Reduz o preenchimento interno para ganhar espaço */
    }
    .ps360-ingredients-section .image-circle {
        width: 80px;  /* Círculos ligeiramente menores */
        height: 80px;
    }
}


@media (max-width: 767px) {
    .ps360-protocol-section .protocol-main-box {
        padding: 35px 20px; /* Reduz margens internas do bloco azul */
        margin: 0 15px; /* Não deixa o bloco encostar nas bordas físicas do celular */
    }
    .ps360-protocol-section .usage-column h2 {
        font-size: 1.5rem !important;
    }
    .ps360-protocol-section .safety-inner-box {
        margin-top: 10px;
        padding: 20px;
        border-left: none;
        border-top: 3px solid #ff6a00; /* A linha de destaque passa para o topo no mobile */
        border-radius: 0 0 8px 8px;
    }
}


@media (max-width: 767px) {
    .ps360-pricing-section .pricing-header h2 {
        font-size: 1.6rem !important;
    }
    .ps360-pricing-section .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 35px;
        padding: 0 10px;
    }
    /* Dá um leve espaço extra no card do meio para destacar a tag laranja no mobile */
    .ps360-pricing-section .price-card-wrapper:nth-child(2) {
        margin: 15px 0;
    }
}


@media (max-width: 767px) {
    .ps360-footer-section .disclaimer-box {
        padding: 15px;
    }
    .ps360-footer-section .footer-links {
        flex-direction: column; /* Links empilhados um por linha */
        gap: 12px;
    }
    .ps360-footer-section .footer-links .divider {
        display: none; /* Esconde a barra vertical "|" que não faz sentido verticalmente */
    }
}/* End custom CSS */