*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Arial,sans-serif;
background:#f8fafc;
color:#111827;
line-height:1.6;
}

.hero{
background:radial-gradient(circle at top right,#1e3a5f,#020617 55%);
color:white;
padding:25px 20px 90px;
overflow:hidden;
}

.navbar{
max-width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
}

.logo-img{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
background:white;
padding:6px;
box-shadow:0 8px 25px rgba(0,0,0,.20);
}

.nav-links{
display:flex;
align-items:center;
gap:20px;
}

.nav-links a{
color:white;
text-decoration:none;
font-weight:bold;
}

.nav-btn{
background:#d4a63a;
padding:10px 18px;
border-radius:12px;
}

.hero-content{
max-width:1200px;
margin:70px auto 0;
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.badge,
.section-label{
display:inline-block;
color:#d4a63a;
font-weight:bold;
text-transform:uppercase;
font-size:13px;
letter-spacing:.08em;
margin-bottom:12px;
}

.hero h1{
font-size:64px;
line-height:1.05;
margin-bottom:25px;
}

.hero p{
color:#cbd5e1;
font-size:18px;
}

.hero-buttons{
display:flex;
gap:15px;
margin-top:30px;
flex-wrap:wrap;
}

.btn{
display:inline-block;
padding:14px 24px;
border-radius:14px;
text-decoration:none;
font-weight:bold;
}

.gold{
background:#d4a63a;
color:white;
}

.outline{
border:1px solid white;
color:white;
}

.hero-stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-top:40px;
}

.hero-stats div{
background:rgba(255,255,255,.08);
padding:18px;
border-radius:18px;
}

.hero-stats strong{
display:block;
font-size:24px;
color:#d4a63a;
}

.hero-stats span{
font-size:13px;
color:#cbd5e1;
}

.cards-visual{
position:relative;
height:430px;
}

.card-img{
position:absolute;
width:330px;
border-radius:24px;
box-shadow:0 30px 80px rgba(0,0,0,.45);
}

.recto{
left:20px;
top:60px;
transform:rotate(-8deg);
}

.verso{
right:10px;
top:120px;
transform:rotate(8deg);
}

.section{
max-width:1200px;
margin:auto;
padding:85px 20px;
}

.section h2{
font-size:42px;
line-height:1.15;
margin-bottom:20px;
}

.intro>p{
max-width:800px;
font-size:18px;
color:#475569;
}

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:40px;
}

.features-grid div,
.steps div,
.pack,
.service-grid div{
background:white;
padding:28px;
border-radius:24px;
box-shadow:0 15px 40px rgba(15,23,42,.08);
}

.features-grid h3{
margin-bottom:10px;
}

.how{
background:white;
max-width:100%;
}

.how h2,
.how .section-label{
max-width:1200px;
margin-left:auto;
margin-right:auto;
display:block;
}

.steps{
max-width:1200px;
margin:35px auto 0;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.steps span{
width:42px;
height:42px;
background:#d4a63a;
color:white;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-weight:bold;
margin-bottom:15px;
}

.demo-section{
display:grid;
grid-template-columns:1fr 380px;
gap:50px;
align-items:center;
}

.demo-text ul{
margin:25px 0;
padding-left:20px;
}

.demo-text li{
margin-bottom:10px;
}

.phone-preview{
background:white;
border:12px solid #0f172a;
border-radius:42px;
padding:25px;
box-shadow:0 30px 80px rgba(15,23,42,.15);
}

.phone-top{
height:150px;
background:linear-gradient(135deg,#020617,#d4a63a);
border-radius:25px;
margin-bottom:20px;
}

.phone-actions{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
margin:20px 0;
}

.phone-actions span{
background:#f1f5f9;
padding:10px;
border-radius:12px;
text-align:center;
font-weight:bold;
}

.mini-property{
height:85px;
background:#f8fafc;
border-radius:15px;
margin-top:12px;
}

.mini-property.small{
height:65px;
}

.packs{
max-width:100%;
background:#020617;
color:white;
text-align:center;
}

.packs .section-label,
.packs h2,
.packs-subtitle{
display:block;
max-width:1200px;
margin-left:auto;
margin-right:auto;
}

.packs-subtitle{
color:#cbd5e1;
margin-bottom:35px;
}

.pricing{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
text-align:left;
}

.pack{
color:#111827;
position:relative;
}

.pack h3{
font-size:28px;
}

.pack-desc{
color:#64748b;
margin-bottom:10px;
}

.pack h4{
font-size:42px;
color:#d4a63a;
margin:18px 0;
}

.pack h4 span{
font-size:16px;
color:#64748b;
}

.pack ul{
padding-left:20px;
margin:20px 0;
}

.pack li{
margin-bottom:9px;
}

.popular{
background:#0f172a;
color:white;
border:2px solid #d4a63a;
transform:scale(1.04);
}

.popular .pack-desc,
.popular h4 span{
color:#cbd5e1;
}

.tag{
display:inline-block;
background:#d4a63a;
color:white;
padding:7px 13px;
border-radius:20px;
font-size:13px;
font-weight:bold;
margin-bottom:15px;
}

.pack-btn{
display:block;
text-align:center;
background:#0f172a;
color:white;
padding:14px;
border-radius:14px;
text-decoration:none;
font-weight:bold;
margin-top:20px;
}

.gold-btn{
background:#d4a63a;
}

.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:35px;
}

.contact-text{
margin-top:35px;
font-size:18px;
}

.service-whatsapp{
display:inline-block;
margin-top:10px;
background:#16a34a;
color:white;
text-decoration:none;
padding:12px 20px;
border-radius:12px;
font-weight:bold;
}

.final-cta{
background:linear-gradient(135deg,#020617,#0f172a);
color:white;
text-align:center;
padding:80px 20px;
}

.final-cta h2{
font-size:42px;
margin-bottom:15px;
}

.final-cta p{
color:#cbd5e1;
margin-bottom:25px;
}

.final-buttons{
justify-content:center;
}

footer{
background:#020617;
color:white;
text-align:center;
padding:35px 20px;
}

.footer-logo{
width:65px;
height:65px;
border-radius:50%;
object-fit:cover;
background:white;
padding:5px;
margin-bottom:15px;
}

footer p{
color:#cbd5e1;
margin-top:8px;
}

@media(max-width:900px){

.navbar{
align-items:flex-start;
gap:20px;
}

.nav-links{
gap:12px;
font-size:14px;
flex-wrap:wrap;
justify-content:flex-end;
}

.hero-content,
.demo-section,
.pricing,
.features-grid,
.steps,
.service-grid{
grid-template-columns:1fr;
}

.hero h1{
font-size:42px;
}

.cards-visual{
height:360px;
}

.card-img{
width:250px;
}

.recto{
left:0;
top:50px;
}

.verso{
right:0;
top:135px;
}

.hero-stats{
grid-template-columns:1fr;
}

.popular{
transform:none;
}

.section h2,
.final-cta h2{
font-size:32px;
}

.logo-img{
width:60px;
height:60px;
}

}