*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Inter',sans-serif;
}

body{
background:#f5f7fb;
color:#1E1E1E;
overflow-x:hidden;
}

html{
scroll-behavior:smooth;
}

.topbar{
background:#1E1E1E;
color:white;
padding:10px;
text-align:center;
font-size:14px;
font-weight:700;
}

header{
background:white;
padding:18px 7%;
display:flex;
justify-content:space-between;
align-items:center;
position:sticky;
top:0;
z-index:999;
box-shadow:0 4px 18px rgba(0,0,0,0.08);
}

.logo{
font-size:34px;
font-weight:900;
}

.logo span{
color:#00C389;
}

nav a{
text-decoration:none;
color:#1E1E1E;
margin-left:25px;
font-weight:700;
transition:0.3s;
}

nav a:hover{
color:#00C389;
}

.hero{
position:relative;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:50px;
align-items:center;
padding:90px 7%;
background:#f5f7fb;
overflow:hidden;
}

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(rgba(255,255,255,0.94),rgba(255,255,255,0.94));
z-index:1;
}

.hero-text,
.form-card{
position:relative;
z-index:2;
}

.mex-badge{
display:inline-block;
background:#00C389;
color:white;
padding:10px 18px;
border-radius:999px;
font-size:14px;
font-weight:800;
margin-bottom:22px;
}

.hero-text h1{
font-size:58px;
line-height:1.05;
margin-bottom:20px;
font-weight:900;
}

.hero-text h1 span{
color:#00C389;
}

.hero-text p{
font-size:19px;
color:#4b5563;
margin-bottom:28px;
line-height:1.7;
}

.hero-badges{
display:flex;
flex-wrap:wrap;
gap:15px;
margin-bottom:32px;
}

.badge{
background:white;
padding:13px 18px;
border-radius:14px;
font-size:14px;
font-weight:700;
box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

.hero-btn{
display:inline-block;
background:linear-gradient(135deg,#00C389,#00A86B);
color:white;
text-decoration:none;
padding:18px 32px;
border-radius:16px;
font-weight:800;
transition:0.3s;
}

.ssl-text{
margin-top:20px;
font-size:14px;
font-weight:700;
color:#6b7280;
}

.stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:18px;
margin-top:40px;
}

.stat{
background:white;
border-radius:20px;
padding:24px;
text-align:center;
box-shadow:0 10px 24px rgba(0,0,0,0.08);
}

.stat h2{
color:#00C389;
font-size:32px;
margin-bottom:8px;
}

.form-card{
background:white;
padding:38px;
border-radius:28px;
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.form-card h2{
font-size:34px;
margin-bottom:10px;
}

.form-card p{
color:#6b7280;
margin-bottom:25px;
}

form{
display:flex;
flex-direction:column;
gap:18px;
}

input,
select,
textarea{
padding:17px;
border-radius:14px;
border:1px solid #d1d5db;
font-size:16px;
outline:none;
}

button{
background:linear-gradient(135deg,#00C389,#00A86B);
color:white;
border:none;
padding:18px;
border-radius:14px;
font-size:17px;
font-weight:800;
cursor:pointer;
}

.secure-note{
margin-top:18px;
font-size:14px;
color:#6b7280;
text-align:center;
}

.trust,
.steps,
.reviews,
.security-section{
padding:90px 7%;
}

.trust-grid,
.steps-grid,
.reviews-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.trust-card,
.step,
.review{
background:white;
padding:30px;
border-radius:24px;
box-shadow:0 10px 24px rgba(0,0,0,0.06);
}

.phone-section{
padding:90px 7%;
background:linear-gradient(135deg,#00C389,#00A86B);
color:white;
}

.phone-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:50px;
align-items:center;
}

.phone-grid img{
width:100%;
border-radius:28px;
box-shadow:0 18px 35px rgba(0,0,0,0.3);
}

.phone-grid h2{
font-size:48px;
margin-bottom:20px;
}

.phone-text{
margin-bottom:30px;
font-size:18px;
line-height:1.7;
}

.benefit{
background:rgba(255,255,255,0.12);
padding:18px 20px;
border-radius:16px;
margin-bottom:15px;
}

.steps h2,
.reviews-header h2,
.security-section h2{
font-size:46px;
margin-bottom:50px;
text-align:center;
}

.step-number{
width:65px;
height:65px;
border-radius:50%;
background:#00C389;
color:white;
display:flex;
justify-content:center;
align-items:center;
margin:0 auto 20px;
font-size:24px;
font-weight:900;
}

.review img{
width:58px;
height:58px;
border-radius:50%;
object-fit:cover;
margin-bottom:18px;
}

.stars{
font-size:22px;
margin-bottom:15px;
}

.security-logos{
display:flex;
justify-content:center;
align-items:center;
gap:40px;
flex-wrap:wrap;
}

.security-logos img{
height:60px;
}

.ssl-box{
background:#f3f4f6;
padding:18px 25px;
border-radius:18px;
font-weight:800;
}

footer{
background:#1E1E1E;
color:white;
text-align:center;
padding:45px 20px;
}

footer a{
color:#00C389;
text-decoration:none;
}

#cookiePopup{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#1E1E1E;
color:white;
padding:20px;
z-index:99999;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
gap:20px;
}

.cookie-text{
max-width:900px;
font-size:14px;
line-height:1.7;
}

.cookie-text a{
color:#00C389;
font-weight:700;
text-decoration:none;
}

#cookiePopup button{
background:#00C389;
padding:12px 22px;
border-radius:12px;
}

.whatsapp-btn{
position:fixed;
bottom:90px;
right:20px;
background:#25D366;
color:white;
width:65px;
height:65px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
text-decoration:none;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
z-index:999;
}

@media(max-width:768px){

header{
flex-direction:column;
gap:15px;
}

.hero-text h1{
font-size:42px;
}

.phone-grid h2{
font-size:38px;
}

nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

nav a{
margin:5px 10px;
}

.form-card{
padding:28px;
}

}