@charset "UTF-8";
/* CSS Document */

/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
	font-family: 'Montserrat', sans-serif !important;
}
body {
	background: #fafafa;
}
/* Reset */

/* Header */
span.tarja-promo {
    background: #ff2929;
    clear: both;
    display: block;
    padding: 10px 0;
}
span.tarja-promo h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 auto;
}
span#randomNumber {
    color: #ffe329;
}
header.header {
    padding: 50px 0 75px 0;
    background: url("../img/bg-top.webp") 50% bottom no-repeat;
}
img.logo-top {
    clear: both;
    display: block;
    width: 15%;
    margin: 0 0 35px 0;
}
img.potes-princiaol {
    clear: both;
    display: block;
    width: 75%;
    margin: 35px auto 0 auto;
}
.header h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3em;
	color: #d4af37;
	margin: 0 0 25px 0;
}
.header p {
    color: #000000;
    font-size: 20px;
    margin: 0 auto 25px auto;
}
.header ul {
    margin: 0 auto 35px auto;
    padding: 0;
}
.header ul li {
    list-style: none;
    margin: 0 auto 5px auto;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.header ul li svg {
    fill: #d4af37;
    width: auto;
    height: 20px;
    margin-top: -5px;
}
.header h6 {
    font-size: 14px;
    color: #000000;
    margin: 0 auto 20px auto;
}
.header h6 span {
	background: #d4af37;
	padding: 3px 4px;
}
.header h6 span {
    background: #d4af37;
    padding: 3px 6px;
    color: #000000;
    font-weight: 700;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.header h6 span svg {
	margin-top: -3px;
}
button.cta {
    clear: both;
    display: block;
    margin: 35px 0;
    border: none !important;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #78bc45;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
button.cta svg {
    width: auto;
    height: 20px;
    margin-top: -8px;
}
.blob-cta {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob-cta.green {
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
	0% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}
img.tarja-principal {
    clear: both;
    display: block;
    width: 77.161%;
    margin: 75px auto 0 auto;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
}
img.tarja-principal.mb {
    display: none;
}
/* Header */

/* Funcionar */
section.funcionar {
	padding: 25px 0 75px 0;
}
section.funcionar h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
    color: #d4af37;
	margin: 0 auto 50px auto;
}
section.funcionar h2 {
	text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto 20px auto;
}
section.funcionar .box {
	padding: 30px 25px;
    height: 629px;
	margin: 0 auto 35px auto;
    background: rgb(253,249,220);
    background: -moz-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: -webkit-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf9dc",endColorstr="#d4af37",GradientType=1);
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;	
}
.funcionar .box p {
	color: #000000;
	text-align: center;
	line-height: 1.6;
	margin: 0;
}
.box img {
    clear: both;
    display: block;
    width: 50%;
    margin: 0 auto 35px auto;
}
button.cta.cta-funcionar {
    width: 35%;
    margin: 25px auto 0 auto;
}
/* Funcionar */

/* Antes e depois */
section.antesdepois {
	padding: 75px 0;
    background: #ffffff;
}
section.antesdepois h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
section.antesdepois h2 {
	width: 55%;
	text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
section.antesdepois h3 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 10px auto 50px auto;
}
.recomenda {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.recomenda img {
    clear: both;
    display: block;
    width: 18%;
    margin: 0 auto;
}
button.cta.cta-ad {
    width: 35%;
    margin: 50px auto 0 auto;
}
/* Antes e depois */

/* Formula */
section.formula {
	padding: 75px 0;
}
section.formula h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
section.formula h2 {
	width: 55%;
	text-align: center;
    color: #000000;
    font-size: 25px;
    margin: 0 auto 50px auto;
}
.frml-item1 {
    background: url("../img/frml1.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 55px 390px 75px 110px;
}
.frml-item2 {
    background: url("../img/frml2.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 65px 110px 75px 390px;
}
.frml-item3 {
    background: url("../img/frml3.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 390px 75px 110px;
}
.frml-item4 {
    background: url("../img/frml4.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 110px 75px 390px;
}
.frml-item5 {
    background: url("../img/frml5.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 390px 75px 110px;
}
.frml-item6 {
    background: url("../img/frml6.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 110px 75px 390px;
}
.frml-item7 {
    background: url("../img/frml7.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 85px 390px 75px 110px;
}
.frml-item8 {
    background: url("../img/frml8.webp") 50% 0 no-repeat;
    width: 85%;
    margin: 0 auto 35px auto;
    padding: 65px 110px 75px 390px;
}
section.formula h3 {
    font-size: 25px;
    font-weight: 800;
    color: #000000;
    line-height: 1.4;
    margin: 0 auto 20px auto;
}
section.formula p {
	color: #000000;
}
button.cta-formula {
    width: 35%;
    margin: 50px auto 0 auto;
}
/* Formula */

/* Fabricação */
section.fabricacao {
    padding: 75px 0;
    background: #000000;
}
section.fabricacao h1 {
    font-size: 35px;
    width: 65%;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
/* Fabricação */

/* Timeline */
section.timeline-uso {
	padding: 75px 0;
}
section.timeline-uso h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
section.timeline-uso h2 {
	width: 55%;
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 75px auto;
}
.timelinebg {
	background: url("../img/timeline.webp")50% 50% no-repeat;
}
.timeline-uso .box1 h3, .timeline-uso .box2 h3, .timeline-uso .box3 h3, .timeline-uso .box4 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #d4af37;
    padding: 5px 0;
    margin: 0 auto 20px auto;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.box1 p, .box2 p, .box3 p, .box4 p {
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
.box1, .box3 {
    padding: 0 10px 235px 10px;
}
.box2, .box4 {
    padding: 300px 0 0 0;
}
button.cta-timeline {
    width: 35%;
    margin: 50px auto 0 auto;
}
/* Timeline */

/* Anvisa */
section.anvisa {
    padding: 75px 0;
}
section.anvisa img {
    clear: both;
    display: block;
    width: 65%;
    margin: 0 auto;
}
section.anvisa p {
    text-align: center;
	color: #000000;
    font-size: 25px;
    margin: 15px auto 0 auto;
    width: 75%;
}
/* Anvisa */

/* Comparação */
section.comparacao {
    padding: 75px 0;
    background: #ffffff url(../img/bgx.webp) 51% 60% no-repeat;
    background-size: 500px;
}
section.comparacao h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
section.comparacao h2 {
	width: 55%;
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 35px auto;
}
section.comparacao img {
    clear: both;
    display: block;
    width: 80%;
    margin: 0 auto;
}
button.cta-comparacao {
    width: 35%;
    margin: 50px auto 0 auto;
}
/* Comparação */

/* Como usar */
section.comousar {
    padding: 50px 0;
    background: #000000;
}
.comousar h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
.comousar h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
.comousar h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
.ph-produto {
    padding: 0 35px;
    margin: 0 auto 50px auto;
}
.ph-produto img {
    clear: both;
    display: block;
    width: 55%;
    margin: 0 auto 15px auto;
}
.ph-produto ul {
    clear: both;
    display: block;
    width: 75%;
    height: 250px;
    margin: 0 auto 35px auto;
    padding: 20px 35px;
    background: rgb(253, 249, 220);
    background: -moz-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: -webkit-linear-gradient(207deg, rgba(253, 249, 220, 1) 5%, rgba(212, 175, 55, 1) 75%);
    background: linear-gradient(207deg, rgba(253, 249, 220, 1) 5%, rgba(212, 175, 55, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf9dc",endColorstr="#d4af37",GradientType=1);
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
}
.ph-produto ul li {
    color: #000000;
    font-size: 18px;
    margin: 15px 0;
}
.comousar ul.geral {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 41%;
}
.comousar ul.geral li {
    color: #ffffff;
    font-size: 18px;
    margin: 15px 0;
}
/* Como usar */

/* Garantia */
section.garantia {
	padding: 50px 0;
    background: #ffffff;
}
.garantia .copy {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;	
    width: 90%;
    margin: 0 auto;
	padding: 35px 75px;
    background: rgb(253,249,220);
    background: -moz-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: -webkit-linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    background: linear-gradient(207deg, rgba(253,249,220,1) 5%, rgba(212,175,55,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf9dc",endColorstr="#d4af37",GradientType=1);
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;	
}
.garantia .copy img {
    width: 25%;
    margin: 0 50px 0 0;
}
.garantia .copy p {
	color: #000000;
	font-size: 18px;
    width: 100%;
    padding: 75px 0 75px 50px;
	margin: 0;
    border-left: dashed 1px #000000;	
}
/* Garantia */

/* Como comprar */
section.comocomprar {
    padding: 75px 0;
}
.comocomprar h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 20px auto;
}
.comocomprar h2 {
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 25px auto;
}
.comocomprar h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 20px auto;
}
.comocomprar h4 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
	text-align: center;
	color: #000000;
	margin: 0 auto 20px auto;
}
.comocomprar p {
	text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 0 auto;
}
.comocomprar ul {
    margin: 0 auto 35px auto;
    padding: 0;
}
.comocomprar ul li {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    list-style: none;
}
img.gif {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto 25px auto;
}
/* Como comprar */

/* Oferta */
section.oferta {
	background: url("../img/bg-of.webp") 50% no-repeat;
	background-attachment: fixed;
    background-size: cover;
	padding: 75px 0;
}
section.oferta h1 {
    font-size: 50px;
    font-weight: 800;
	text-align: center;
	color: #000000;
	margin: 0 auto 25px auto;
}
section.oferta h2 {
	width: 55%;
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 25px auto;
}
section.oferta h3 {
    width: 55%;
    text-align: center;
    color: yellow;
    background: red;
    padding: 15px;
    font-size: 18px;
    margin: 0 auto 35px auto;
}
section.oferta a {
    clear: both;
    display: block;
	text-decoration: none;
    margin: 0 auto 35px auto;
}
img.ofmb {
    display: none;
}
span.desc25 {
    clear: both;
    display: block;
    background: red;
    padding: 10px 0;
    text-align: center;
    color: yellow;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto -2px auto;
}
.blob-desc {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob-desc.red-desc {
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red-desc {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
a.oferta1pt {
    clear: both;
    display: block;
    width: 30% !important;
    margin: 0 auto !important;
}
/* Oferta */

/* Depoimentos */
section.depoimentos {
	padding: 75px 0;
}
section.depoimentos h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 25px auto;
}
section.depoimentos h2 {
	text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
.videos {
    clear: both;
    display: flex;
}
section.depoimentos iframe {
    clear: both;
    display: block;
    width: 100%;
    height: 500px;
	margin: 0 auto;
}
/* Depoimentos */

/* Faq */
section.faq {
	padding: 75px 0;
    background: #ffffff;
}
section.faq h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
	text-align: center;
	color: #d4af37;
	margin: 0 auto 50px auto;
}
/* Estilos para o acordeão */
.accordion-item {
	width: 75%;
	margin: 0 auto 15px auto;
    border: none;
    border-bottom: solid 1px #d4af37;
}
.accordion-header {
    padding: 25px 25px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.accordion-content {
	padding: 25px;
	display: none; /* Oculta o conteúdo inicialmente */
}
.arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	color: #d4af37;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}
.rotate {
	transform: translateY(-50%) rotate(90deg);
}
.active .accordion-content {
	display: block; /* Exibe o conteúdo quando o item está aberto */
}
/* Faq */

/* WhatsApp */
section.wpp {
	padding: 50px 0;
}
.wpp .box {
	background: url("../img/bg-wpp.webp") 50% no-repeat;
}
.wpp .box {
    width: 75%;
    margin: 0 auto;
    background: url("../img/bg-wpp.webp") 50% no-repeat;
    padding: 75px 50px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}
section.wpp h1 {
    color: #171717;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -2.2px;
    margin: 0 auto 20px auto;
}
section.wpp p {
	text-align: center;
	font-size: 18px;
    color: #171717;	
}
section.wpp a {
    clear: both;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 35px auto 0 auto;
    width: 50%;
    border: none !important;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #78bc45;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
section.wpp a svg {
    width: auto;
    height: 20px;
    margin-top: -8px;
}
/* WhatsApp */

/* Rodapé */
footer.footer {
    background: #000000;
    padding: 75px 0;
    border-top: solid 1px #d4af37;
}
.footer p {
	color: #ffffff;
    font-size: 14px;
	margin: 0 auto 10px auto;
}
p.dados {
    text-align: center;
    font-size: 18px !important;
    margin: 0 auto !important;
}
.footer span.separate {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    background: #d4af37;
    margin: 50px auto;
}
.row.line h1 {
    text-align: center;
}
img.logo-ph {
    clear: both;
    display: block;
    width: 150px;
}
.footer h1 {
    color: #d4af37;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.footer ul {
    padding: 0 0 0 15px;
    margin: 0 auto 20px auto;
}
.footer ul li {
    color: #ffffff;
    font-size: 14px;
    margin: 5px auto;
}
.footer a {
    clear: both;
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
	font-size: 13px;
}
a.whatsapp-ft {
    background: url("../img/wpp.webp")no-repeat center !important;
    background-size: 75px !important;
    z-index: 1000;
    height: 75px;
    width: 75px;
	text-decoration: none;
}
.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 0px 50px;
	height: 20px;
	width: 20px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    line-height: 2;
    font-weight: 700;
}

@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.blob.red {
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
/* Rodapé */

/* Chat */
.chat {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 3.5%;
    padding: 35px 0;
    text-align: center;
    opacity: 1;
    animation: fadeIn 0.5s ease-in-out;
    z-index: 9999;
}
/* Chat */

/* ================================== */
/* MODERN ANIMATIONS & ENHANCEMENTS  */
/* ================================== */

:root {
	--gold: #d4af37;
	--gold-light: #f0d875;
	--gold-dark: #b8941f;
	--green-cta: #78bc45;
	--ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
	scroll-behavior: smooth;
}

/* --- Scroll Reveal System --- */
.reveal {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo);
}
.reveal-left {
	opacity: 0;
	transform: translateX(-70px);
	transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo);
}
.reveal-right {
	opacity: 0;
	transform: translateX(70px);
	transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo);
}
.reveal-scale {
	opacity: 0;
	transform: scale(0.85);
	transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo);
}
.revealed {
	opacity: 1 !important;
	transform: translateY(0) translateX(0) scale(1) !important;
}
.stagger-1 { transition-delay: 0.08s; }
.stagger-2 { transition-delay: 0.16s; }
.stagger-3 { transition-delay: 0.24s; }
.stagger-4 { transition-delay: 0.32s; }
.stagger-5 { transition-delay: 0.40s; }

/* --- Header Load Animations --- */
@keyframes hero-fade-up {
	0% { opacity: 0; transform: translateY(30px); }
	100% { opacity: 1; transform: translateY(0); }
}
@keyframes hero-scale-in {
	0% { opacity: 0; transform: scale(0.9); }
	100% { opacity: 1; transform: scale(1); }
}
img.potes-princiaol {
	animation: hero-scale-in 1s var(--ease-out-expo) 0.2s both;
}
.header h1 {
	animation: hero-fade-up 0.8s var(--ease-out-expo) 0.3s both;
}
.header p {
	animation: hero-fade-up 0.8s var(--ease-out-expo) 0.45s both;
}
.header ul {
	animation: hero-fade-up 0.8s var(--ease-out-expo) 0.6s both;
}
.header h6 {
	animation: hero-fade-up 0.8s var(--ease-out-expo) 0.7s both;
}
button.cta.cta-principal {
	animation: hero-fade-up 0.8s var(--ease-out-expo) 0.8s both;
}
img.tarja-principal {
	animation: hero-fade-up 0.8s var(--ease-out-expo) 1s both;
}

/* --- Floating Gold Glow on Header --- */
header.header {
	position: relative;
	overflow: hidden;
}
header.header::before {
	content: '';
	position: absolute;
	top: -30%;
	right: -10%;
	width: 450px;
	height: 450px;
	background: radial-gradient(circle, rgba(212,175,55,0.12) 0%, transparent 70%);
	border-radius: 50%;
	animation: float-orb 8s ease-in-out infinite;
	pointer-events: none;
}
header.header::after {
	content: '';
	position: absolute;
	bottom: -20%;
	left: -5%;
	width: 350px;
	height: 350px;
	background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
	border-radius: 50%;
	animation: float-orb 10s ease-in-out infinite reverse;
	pointer-events: none;
}
@keyframes float-orb {
	0%, 100% { transform: translate(0, 0) scale(1); }
	33% { transform: translate(25px, -20px) scale(1.1); }
	66% { transform: translate(-15px, 15px) scale(0.95); }
}

/* --- Promo Bar Shimmer --- */
span.tarja-promo {
	position: relative;
	overflow: hidden;
}
span.tarja-promo::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
	animation: bar-shimmer 4s ease-in-out infinite;
	pointer-events: none;
}
@keyframes bar-shimmer {
	0% { left: -100%; }
	100% { left: 200%; }
}

/* --- Counter Pulse --- */
span#randomNumber {
	display: inline-block;
	animation: num-pulse 2.5s ease-in-out infinite;
}
@keyframes num-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.2); color: #ffe329; }
}

/* --- Enhanced CTA Buttons --- */
button.cta {
	position: relative;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	cursor: pointer;
	letter-spacing: 0.5px;
}
button.cta::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
	transition: left 0.6s ease;
	pointer-events: none;
}
button.cta:hover::after {
	left: 100%;
}
button.cta:hover {
	transform: translateY(-4px) scale(1.03);
	box-shadow: 0 12px 35px rgba(120, 188, 69, 0.45);
}
button.cta:active {
	transform: translateY(-1px) scale(1.01);
}

/* --- Funcionar Cards Enhanced --- */
section.funcionar .box {
	transition: transform 0.45s ease, box-shadow 0.45s ease;
	position: relative;
	overflow: hidden;
	cursor: default;
}
section.funcionar .box::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}
section.funcionar .box:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(212, 175, 55, 0.25);
}
section.funcionar .box:hover::after {
	opacity: 1;
}

/* --- Before/After Images --- */
.recomenda img,
section.antesdepois img {
	transition: transform 0.5s var(--ease-out-expo), filter 0.5s ease;
	border-radius: 12px;
}
.recomenda img:hover,
section.antesdepois img:hover {
	transform: scale(1.06);
	filter: brightness(1.08);
}

/* --- Formula Items --- */
[class^="frml-item"] {
	transition: transform 0.45s ease;
	border-radius: 15px;
}
[class^="frml-item"]:hover {
	transform: scale(1.025);
}

/* --- Timeline Boxes --- */
.timeline-uso .box1,
.timeline-uso .box2,
.timeline-uso .box3,
.timeline-uso .box4 {
	transition: transform 0.35s ease;
}
.timeline-uso .box1:hover,
.timeline-uso .box2:hover,
.timeline-uso .box3:hover,
.timeline-uso .box4:hover {
	transform: translateY(-6px);
}
.timeline-uso .box1 h3,
.timeline-uso .box2 h3,
.timeline-uso .box3 h3,
.timeline-uso .box4 h3 {
	transition: letter-spacing 0.3s ease;
}
.timeline-uso .box1:hover h3,
.timeline-uso .box2:hover h3,
.timeline-uso .box3:hover h3,
.timeline-uso .box4:hover h3 {
	letter-spacing: 1px;
}

/* --- Offer Cards --- */
section.oferta a {
	transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s ease;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
section.oferta a:hover {
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 20px 50px rgba(212, 175, 55, 0.3);
}
section.oferta a img {
	transition: transform 0.5s var(--ease-out-expo);
}
section.oferta a:hover img {
	transform: scale(1.03);
}

/* --- FAQ Enhanced --- */
.accordion-header {
	transition: background 0.3s ease, padding-left 0.3s ease, border-left 0.3s ease;
	border-left: 3px solid transparent;
}
.accordion-header:hover {
	padding-left: 30px;
	background: #111;
	border-left-color: var(--gold);
}
.accordion-item {
	transition: transform 0.3s ease;
}
.accordion-item:hover {
	transform: translateX(4px);
}

/* --- Garantia Card --- */
.garantia .copy {
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.garantia .copy:hover {
	transform: translateY(-6px);
	box-shadow: 0 25px 50px rgba(212, 175, 55, 0.2);
}

/* --- WhatsApp CTA --- */
section.wpp a {
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}
section.wpp a:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 35px rgba(120, 188, 69, 0.45);
}

/* --- Comparacao Images --- */
section.comparacao img {
	transition: transform 0.45s ease;
}
section.comparacao img:hover {
	transform: scale(1.04);
}

/* --- Como Usar Products --- */
.ph-produto {
	transition: transform 0.4s ease;
}
.ph-produto:hover {
	transform: translateY(-5px);
}

/* --- Anvisa --- */
section.anvisa img {
	transition: transform 0.5s var(--ease-out-expo);
}
section.anvisa img:hover {
	transform: scale(1.06);
}

/* --- Chat Bubble --- */
.chat {
	transition: transform 0.3s ease, opacity 0.5s ease !important;
}
.chat:hover {
	transform: scale(1.15) !important;
}

/* --- Gold glow on section titles --- */
@keyframes title-gold-glow {
	0%, 100% { text-shadow: 0 0 0 transparent; }
	50% { text-shadow: 0 0 20px rgba(212, 175, 55, 0.3); }
}
section h1 {
	animation: title-gold-glow 4s ease-in-out infinite;
}

/* --- Subtle grain texture overlay --- */
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 9998;
	opacity: 0.02;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* --- Section gold accent line --- */
section.funcionar,
section.formula,
section.timeline-uso,
section.comparacao,
section.comocomprar {
	position: relative;
}
section.funcionar::before,
section.formula::before,
section.timeline-uso::before,
section.comparacao::before,
section.comocomprar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--gold), transparent);
	border-radius: 2px;
}

/* --- Custom Scrollbar --- */
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #111;
}
::-webkit-scrollbar-thumb {
	background: var(--gold);
	border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
	background: var(--gold-light);
}

/* ================================== */
/* END MODERN ANIMATIONS              */
/* ================================== */

/* Responsivo */
@media (max-width: 700px) {
	/* Header */
	header.header {
		padding: 35px 0 50px 0;
	}	
	img.logo-top {
		width: 45%;
		margin: 0 auto;
	}
	img.potes-princiaol {
		width: 65%;
		margin: 25px auto;
	}	
	.header h1 {
		text-align: center;
		font-size: 25px;
	}
	.header p {
		text-align: center;
		font-size: 16px;
	}
	.header h6 {
		text-align: center;
	}	
	button.cta {
		width: 100%;
		font-size: 18px;
		padding: 20px 0;
	}
	img.tarja-principal.desk {
		display: none !important;
	}
	img.tarja-principal.mb {
		display: block !important;
		margin: 0 auto;
		width: 100%;
	}
	/* Header */
	
	/* Funcionar */
	section.funcionar h1 {
		width: 100%;
		font-size: 24px;
	}
	section.funcionar h2 {
		width: 100%;
		font-size: 18px;
	}
	button.cta.cta-funcionar {
		width: 100%;
	}	
    section.funcionar .box {
        height: auto !important;
    }
	/* Funcionar */
	
	/* Antes e depois */
	section.antesdepois h1, section.famosas h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.antesdepois h2 {
		width: 100%;
		font-size: 18px;
	}
	section.antesdepois h3 {
		font-size: 16px;
		margin: 10px auto 35px auto;
	}	
	button.cta.cta-ad, button.cta.cta-famosas {
		width: 100%;
	}
    .antesdepois img {
        clear: both;
        display: block;
        width: 70%;
        margin: 10px auto;
    }    
	/* Antes e depois */
	
	/* Formula */
	section.formula h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.formula h2 {
		width: 100%;
		font-size: 18px;
	}	
	section.formula h3 {
		text-align: center;
		font-size: 20px;
	}
	.frml-item1, .frml-item2, .frml-item3, .frml-item4, .frml-item5, .frml-item6, .frml-item7, .frml-item8 {
		background-size: contain !important;
		width: 100%;
		height: 485px;
    	padding: 190px 55px 35px 55px;
		margin: 0 auto 35px auto;	
	}
	.frml-item1 {
		background: url("../img/frmlmb1.webp") 50% 0 no-repeat;
	}	
	.frml-item2 {
		background: url("../img/frmlmb2.webp") 50% 0 no-repeat;
	}
	.frml-item3 {
		background: url("../img/frmlmb3.webp") 50% 0 no-repeat;
	}
	.frml-item4 {
		background: url("../img/frmlmb4.webp") 50% 0 no-repeat;
	}
	.frml-item5 {
		background: url("../img/frmlmb5.webp") 50% 0 no-repeat;
	}	 
	.frml-item6 {
		background: url("../img/frmlmb6.webp") 50% 0 no-repeat;
	}
	.frml-item7 {
		background: url("../img/frmlmb7.webp") 50% 0 no-repeat;
	}    
	.frml-item8 {
		background: url("../img/frmlmb8.webp") 50% 0 no-repeat;
	}
	.frml-item1 h2, .frml-item2 h2, .frml-item3 h2, .frml-item4 h2, .frml-item5 h2, .frml-item6 h2, .frml-item7 h2, .frml-item8 h2 {
		text-align: center;
		font-size: 18px !important;
		margin: 0 auto 15px auto !important;
	}
	.frml-item1 p, .frml-item2 p, .frml-item3 p, .frml-item4 p, .frml-item5 p, .frml-item6 p, .frml-item7 p, .frml-item8 p{
		text-align: center;
		margin: 0;
	}	
    button.cta-formula {
        margin: 0 auto;
    }    
	/* Formula */
    
    /* Fabricação */
    section.fabricacao {
        padding: 75px 0 35px 0;
    }
    section.fabricacao h1 {
        width: 100%;
        font-size: 25px;
    }   
    div#smartplayer {
        clear: both;
        display: block;
        width: 90% !important;
        margin: 0 auto 35px auto !important;
    }    
    /* Fabricação */
	
	/* Timeline */
	section.timeline-uso h1, .comousar h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.timeline-uso h2 {
		width: 100%;
		font-size: 18px;
	}
    .timelinebg {
        border-left: solid 5px #d4af37;
        background: none;
    }
	.box1, .box2, .box3, .box4 {
		padding: 0 !important;
	}	
	.box1, .box2, .box3 {
		margin-bottom: 35px;
	}	
	/* Timeline */
    
    /* Como usar */
    .ph-produto img {
        width: 65%;
    }
    .comousar h2 {
        font-size: 20px;
    }
    .ph-produto {
        padding: 0;
    }
    .ph-produto ul, .comousar ul.geral {
        width: 100%;
        height: auto;
    }    
    /* Como usar */
	
	/* Anvisa */
	section.anvisa p {
		width: 100%;
		font-size: 20px;
		margin: 0 auto 25px auto;
	}
	section.anvisa img {
		width: 85%;
	}	
	/* Anvisa */	
	
	/* Comparação */
    section.comparacao {
        padding: 50px 0;
        background: #ffffff url(../img/bgx.webp) 50% 59.2% no-repeat;
        background-size: 185px;
    }    
	section.comparacao h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.comparacao h2 {
		width: 100%;
		font-size: 18px;
	}
	section.comparacao img {
		width: 95%;
	}	
	/* Comparação */
	
	/* Garantia */
	.garantia .copy {
		display: block !important;
		padding: 50px 20px;
		width: 100%;
	}
	.garantia .copy img {
		clear: both;
		display: block;
		width: 65% !important;
		margin: 0 auto 35px auto !important;
	}
	.garantia .copy p {
		padding: 35px 0 0 0;
		text-align: center;
		margin: 0;
		border-left: none;
		border-top: dashed 1px #000000;
	}	
	/* Garantia */
    
	/* Comparação */
    section.comocomprar {
        padding: 50px 0;
    }
	.comocomprar h1, .comocomprar h3, .comocomprar h4 {
		width: 100%;
		font-size: 24px;		
	}   
	.comocomprar h2 {
		width: 100%;
		font-size: 18px;		
	}   
    img.gif {
        width: 100%;
    }
    .comocomprar ul li {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
        margin: 15px 0;
    }
	/* Comparação */    
	
	/* Oferta */
	section.oferta h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.oferta h2 {
		width: 100%;
		font-size: 18px;
	}	
	section.oferta h3 {
		width: 100%;
	}
	section.oferta a, span.desc25 {
		width: 100% !important;
	}
	img.ofdesk {
		display: none !important;
	}
	img.ofmb {
		display: block !important;
	}	
	button.kits, button#kitsButton {
		padding: 30px 150px;
		margin: -173px 25px 0 10px;
	}	
	/* Oferta */
	
	/* Depoimentos */
	section.depoimentos h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.depoimentos h2 {
		width: 100%;
		font-size: 18px;
	}	
    .videos {
        display: block;
        width: 90%;
        margin: 10px auto;
    }
	section.depoimentos iframe {
		width: 90%;
		height: 430px;
		margin: 0 auto 35px auto;
	}	
	/* Depoimentos */
	
	/* Faq */
	section.faq h1 {
		width: 100%;
		font-size: 24px;		
	}
	section.faq h2 {
		width: 100%;
		font-size: 18px;
	}	
	.accordion-item {
		width: 100%;
	}
	/* Faq */
	
	/* WhatsApp */
	.wpp .box {
		width: 100%;
		padding: 50px 20px;
	}
	section.wpp h1 {
		font-size: 30px;
	}
	section.wpp a {
		width: 100%;
	}	
	/* WhatsApp */
	
	/* Oferta Especial */
	header.header-ped h2 {
		width: 100%;
		font-size: 22px;
		margin: 0 auto -35px auto !important;
	}
	/* Oferta Especial */

    /* Chat */
    .chat {
        width: 20%;
        right: 0;
        padding: 0 10px 10px 0;
    }
    /* Chat */    

	/* Rodapé */
	footer.footer p {
		width: 100%;
	}
    img.logo-ph {
        clear: both;
        display: block;
        width: 100px;
        margin: 0 auto 35px auto;
    }
	footer.footer h1 {
		text-align: center;
	}
	a.whatsapp-ft {
		margin: 0 auto 30px auto !important;  
	}
	footer.footer a {
		text-align: center;
	}
	img.pagamento {
		clear: both;
		display: block;
		width: 70%;
		margin: 0 auto 35px auto;
	}
	img.seguro {
		clear: both;
		display: block;
		width: 70%;
		margin: 0 auto;
	}	
	/* Rodapé */
}

/* SmartPlayer (ConverteAI) — ocupa 100% da largura no container */
.elementor-element:has(#smartplayer) { width: 100%; }

/* Responsivo */

/* SmartPlayer full width */
.elementor-element:has(#smartplayer) { width: 100