body{
font-family:Arial;
}

.hero{
background:linear-gradient(135deg,#d62828,#f77f00);
color:white;
padding:150px 0;
}

.section{
padding:90px 0;
}

.pricing{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
text-align:center;
}

.highlight{
transform:scale(1.05);
border:2px solid red;
}

.testi{
background:white;
padding:20px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.wa{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:white;
padding:14px 18px;
border-radius:40px;
cursor:pointer;
}

.navbar.scrolled{
background:white;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.nav-link.active{
color:#dc3545 !important;
font-weight:bold;
border-bottom:2px solid #dc3545;
}
.navbar{
background:white;
}

html{
scroll-behavior:smooth;
}

