* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

body {
background: linear-gradient(180deg, #061a33, #1f6fd1);
color: #fff;
}

.hero {
max-width: 480px;
margin: auto;
padding: 30px 20px 50px;
text-align: center;
}

.badge-top {
background: #ffd44d;
color: #000;
font-size: 13px;
font-weight: 600;
padding: 8px 12px;
border-radius: 6px;
margin-bottom: 20px;
}

h1 {
font-size: 32px;
font-weight: 800;
line-height: 1.3;
margin-bottom: 20px;
}

h1 span {
color: #ffd44d;
}

.subtitulo {
font-size: 16px;
font-weight: 400;
margin-top: 15px;
line-height: 1.8;
}

.video-container {
max-width: 720px;
margin: auto;
}

.badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-bottom: 25px;
}

.badge {
background: #fff;
color: #1a6ed8;
padding: 8px 14px;
border-radius: 30px;
font-size: 14px;
font-weight: 500;
display: flex;
align-items: center;
gap: 6px;
}

.badge span {
color: #1ab85b;
font-weight: bold;
}

.mockups {
margin: 25px 0;
}

.mockups img {
width: 100%;
max-width: 360px;
}

.description {
font-size: 16px;
line-height: 1.8;
margin: 25px 0 30px;
}

.cta {
display: inline-block;
background: linear-gradient(180deg, #23d160, #16a34a);
color: #fff;
text-decoration: none;
padding: 16px 24px;
border-radius: 40px;
font-weight: 700;
font-size: 15px;
box-shadow: 0 6px 0 #0f7a36;
transition: all 0.2s ease;
}

.cta:hover {
transform: translateY(2px);
box-shadow: 0 4px 0 #0f7a36;
}

.experience {
background: #fff;
padding: 30px 20px;
text-align: center;
}

.experience h2 {
font-size: 26px;
font-weight: 800;
color: #0b4fa3;
line-height: 1.2;
margin-bottom: 20px;
}

.experience .subtitle {
max-width: 360px;
margin: 0 auto 40px;
font-size: 18px;
color: #333;
line-height: 1.6;
font-style: italic;
}

.carousel {
overflow: hidden;
width: 100%;
}

.carousel-track {
display: flex;
gap: 20px;
width: max-content;
animation: scroll 25s linear infinite;
}

.carousel-track img {
width: 160px;
flex-shrink: 0;
border-radius: 6px;
box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}

.transform {
background: linear-gradient(180deg, #023779, #1f6fd1);
padding: 30px 20px;
text-align: center;
color: #fff;
}

.transform h2 {
font-size: 26px;
font-weight: 800;
margin-bottom: 40px;
}

.benefits {
display: flex;
flex-direction: column;
gap: 18px;
margin-bottom: 50px;
}

.benefit {
background: #fffbec;
border-radius: 18px;
padding: 20px;
color: #0b4fa3;
}

.benefit .icon {
font-size: 26px;
margin-bottom: 10px;
}

.benefit p {
font-size: 16px;
font-weight: 500;
}

.product-area {
margin: 40px 0;
}

.product-area img {
width: 100%;
max-width: 420px;
}

.cta-box {
background: #fff6d6;
border-radius: 22px;
padding: 35px 20px;
margin-top: 50px;
color: #0b4fa3;
}

.cta-box h3 {
font-size: 20px;
font-weight: 800;
margin-bottom: 10px;
}

.cta-box p {
font-size: 16px;
margin-bottom: 25px;
}

.cta-box strong {
color: #0b4fa3;
}

.ideal {
background: #ffffff;
padding: 30px 20px;
text-align: center;
}

.ideal h2 {
font-size: 22px;
font-weight: 800;
color: #0b4fa3;
margin-bottom: 35px;
}

.ideal-list {
display: flex;
flex-direction: column;
gap: 18px;
margin-bottom: 40px;
}

.ideal-item {
background: linear-gradient(180deg, #4fa1ff, #2f7de1);
border-radius: 18px;
padding: 18px;
display: flex;
gap: 14px;
color: #fff;
align-items: flex-start;
}

.ideal-icon {
font-size: 22px;
flex-shrink: 0;
margin-top: 4px;
}

.ideal-text h3 {
font-size: 16px;
font-weight: 700;
margin-bottom: 6px;
}

.ideal-text p {
font-size: 16;
line-height: 1.5;
opacity: 0.95;
}

.receive {
background: linear-gradient(#003a77, #4da3ff);
padding: 40px 20px 50px;
text-align: center;
}

.receive-title {
background: #ffdd6d;
color: #01036d;
font-weight: 600;
font-size: 16px;
padding: 14px 16px;
border-radius: 10px;
margin-bottom: 30px;
}

.receive-mockup img {
width: 100%;
max-width: 380px;
margin-bottom: 35px;
}

.item-card {
background: #fff;
color: #1f2937;
border-radius: 18px;
padding: 28px 22px 30px;
max-width: 480px;
margin: auto;
box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.item-badge {
background: linear-gradient(#003a77, #4da3ff);
color: #fff;
font-size: 16px;
font-weight: 700;
padding: 6px 14px;
border-radius: 20px;
display: inline-block;
margin-bottom: 18px;
}

.item-card h2 {
font-size: 18px;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.5;
}

.item-card h2 span {
color: #2563eb;
}

.item-list {
list-style: none;
text-align: left;
font-size: 16px;
}

.item-list li {
margin-bottom: 12px;
padding-left: 24px;
position: relative;
}

.item-list li::before {
content: "✔";
position: absolute;
left: 0;
color: #16a34a;
font-weight: bold;
}

.bonus {
background: #ffffff;
padding: 30px 20px 30px;
text-align: center;
}

.bonus-top {
color: #001a33;
font-size: 23px;
margin-bottom: 18px;
}

.bonus-top span {
font-size: 20px;
opacity: 0.9;
}

.bonus-title {
background: #001a33;
color: #fff;
display: inline-block;
padding: 10px 20px;
border-radius: 30px;
font-weight: 800;
font-size: 20px;
margin-bottom: 35px;
}

.bonus-card {
background: linear-gradient(#003a77, #4da3ff);
border-radius: 22px;
padding: 25px 20px 28px;
margin-bottom: 30px;
max-width: 420px;
margin-left: auto;
margin-right: auto;
box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.bonus-card img {
width: 100%;
max-width: 220px;
margin-bottom: 18px;
}

.bonus-badge {
background: #001a33;
color: #fff;
display: inline-block;
padding: 6px 14px;
border-radius: 18px;
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
}

.bonus-card h3 {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
color: #ffffff;
}

.bonus-card p {
font-size: 16px;
line-height: 1.5;
color: #ffffff;
}

.pricing {
background: #fffbe6;
padding: 30px 20px;
text-align: center;
}

.pricing-title {
font-size: 25px;
font-weight: 800;
margin-bottom: 35px;
color: #00027c
}

.plan {
background: #ffffff;
border-radius: 22px;
padding: 30px 22px;
margin-bottom: 20px;
max-width: 480px;
margin-left: auto;
margin-right: auto;
box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.plan.complete {
background: linear-gradient(180deg, #061a33, #1f6fd1);
}

.plan h3 {
font-size: 25px;
font-weight: 800;
margin-bottom: 20px;
color: #020070;
}

.h301 h3 {
color: #000;
}

.plan img {
width: 100%;
max-width: 280px;
margin-bottom: 20px;
}

.plan ul {
list-style: none;
text-align: left;
font-size: 16px;
margin-bottom: 20px;
color: #001a33
}

.plan ul li {
margin-bottom: 10px;
padding-left: 22px;
position: relative;
color: #ffffff;
}

.plan ul li::before {
content: "✔";
position: absolute;
left: 0;
color: #16a34a;
font-weight: bold;
}

.price {
font-size: 40px;
font-weight: 900;
}

.green {
color: #00c010;
}

.plan.basic .installments {
color: #ffffff;
}

.installments::after {
content: "\A";
white-space: pre;
}

.economy {
display: inline-block;
margin-top: 20px;
}

.economy {
color: #ffffff;
font-size: 16px;
font-weight: 700;
}

.benefits-list li.highlight-blue {
color: #001a33;
font-weight: 600;
}

.attention {
font-size: 16px;
margin-top: 20px;
color: #dc2626;
}

.attention2 {
font-size: 20px;
margin-top: 20px;
color: #020070;
font-weight: 800;
margin-bottom: 20px;
}

.plan-badge {
background: #16a34a;
color: #ffffff;
padding: 6px 14px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
display: inline-block;
margin-bottom: 15px;
}

.h3plano {
color: #ffffff !important;
}

.plan .cta {
margin: 30px auto 18px;
}

.small {
color: #ffffff;
}

.guarantee {
background: #001a33;
color: #fff;
text-align: center;
padding: 50px 20px;
}

.guarantee img {
width: 100%;
max-width: 260px;
margin-bottom: 25px;
}

.guarantee h3 span {
color: #22c55e;
}

.guarantee p {
font-size: 18px;
line-height: 1.8;
}

.steps {
background: #4da3ff;
padding: 30px 20px;
text-align: center;
}

.steps h3 {
font-size: 25px;
font-weight: 800;
margin-bottom: 30px;
color: #fff;
}

.step {
background: #ffffff;
border-radius: 18px;
padding: 25px 20px;
margin-bottom: 20px;
max-width: 480px;
margin-left: auto;
margin-right: auto;
}

.step span {
background: #2563eb;
color: #fff;
padding: 6px 14px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
display: inline-block;
margin-bottom: 12px;
}

.step h4 {
font-size: 20px;
font-weight: 800;
margin-bottom: 8px;
color: #4da3ff
}

.step p {
font-size: 16px;
font-weight: 600;
margin-bottom: 8px;
color: #4da3ff
}

.footer {
background: #000;
color: #fff;
text-align: center;
padding: 30px 20px;
font-size: 13px;
}

.footer-small {
opacity: 0.6;
font-size: 11px;
margin-top: 10px;
}

.benefits {
margin: 20px 0;
}

.benefits-list {
list-style: none;
padding: 0;
margin: 0;
}

.benefits-list li {
position: relative;
padding-left: 26px;
font-size: 14px;
font-weight: 500;
line-height: 1.5;
color: #1f2937;
}

.benefits-list li::before {
content: "✔";
position: absolute;
left: 0;
top: 0;
color: #16a34a;
font-weight: bold;
}

.fb-comments {
background:#ffffff;
padding:30px 20px;
text-align:left;
}

.fb-comments h2 {
text-align:center;
color:#001a33;
font-size:24px;
margin-bottom:30px;
}

.fb-comment {
display:flex;
gap:12px;
margin-bottom:18px;
}

.fb-comment img {
width:42px;
height:42px;
border-radius:50%;
object-fit:cover;
object-position:center;
border:2px solid #fff;
}

.fb-content {
background:#f0f2f5;
padding:12px 14px;
border-radius:12px;
max-width:420px;
}

.fb-content strong {
color:#050505;
font-size:14px;
}

.fb-content p {
color:#050505;
font-size:14px;
margin-top:4px;
line-height:1.4;
}

.fb-content span {
font-size:12px;
color:#65676b;
margin-top:6px;
display:block;
}

.avatar {
width:42px;
height:42px;
border-radius:50%;
overflow:hidden;
flex-shrink:0;
}

.avatar img {
width:100%;
height:100%;
object-fit:cover;
object-position:center;
display:block;
}

.charity {
background:#ffffff;
padding:40px 0px;
text-align:center;
}

.charity h2 {
color:#001a33;
font-size:24px;
margin-bottom:35px;
}

.charity-text {
color:#333;
font-size:16px;
line-height:1.6;
max-width:480px;
margin:auto;
margin-bottom:25px;
}

.charity-gallery {
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
max-width:420px;
margin:auto;
margin-bottom:20px;
}

.charity-gallery img {
width:100%;
border-radius:10px;
}

.charity-note {
font-size:16px;
color:#555;
font-style:italic;
}

.charity-title {
color:#0039a3;
margin-bottom: 20px;
margin-top: 30px;
}

.pricing-title span {
font-size:18px;
color:#000000;
font-weight:600;
}

.prova-social {
background:#fff8e1;
border:2px solid #ffd44d;
padding:15px;
border-radius:8px;
font-size:16px;
margin:25px 0;
text-align:center;
font-weight:600;
color:#16a34a;
}

.descricao-oracao {
margin-bottom:25px;
}

.h302 {
color:#ffffff !important;
}

.contador-box {
text-align:center;
font-size:18px;
font-weight:600;
}

#contador {
font-size:32px;
color:#ff3b3b;
font-weight:800;
}

.pix-modal {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.pix-box {
background:#ffffff;
padding:30px;
border-radius:14px;
max-width:420px;
width:90%;
text-align:center;
color:#001a33;
position:relative;
}

.pix-close {
position:absolute;
top:10px;
right:15px;
font-size:26px;
cursor:pointer;
}

.pix-qr {
width:220px;
margin:15px auto;
display:block;
}

#pixCode {
width:100%;
height:80px;
margin-top:10px;
padding:10px;
font-size:12px;
}

.pix-copy {
background:#16a34a;
color:#fff;
border:none;
padding:12px 18px;
margin-top:10px;
border-radius:8px;
font-weight:700;
cursor:pointer;
}

.pix-status {
margin-top:12px;
font-size:14px;
color:#666;
}

.pix-loading{
margin:20px 0;
}

.loader{
border:6px solid #eee;
border-top:6px solid #2ecc71;
border-radius:50%;
width:40px;
height:40px;
animation:spin 1s linear infinite;
margin:auto;
}

@keyframes spin{
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}