body {
    font-family: Arial, sans-serif;
    background-color: #0a0a2a;
    color: white;
    text-align: center;
}
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
}
.logo {
    width: 100px;
    height: 80px;
}
.header h1 {
    margin-left: auto;
}
.nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    
    padding: 10px;
}
.nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px 20px;
    flex-wrap: wrap;
}
.plan {
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    text-align: center;
    position: relative;
}
.plan h2, .plan p {
    color: white;
}
.plan ul {
    list-style: none;
    padding: 0;
}
.plan ul li {
    padding: 9px 0;
}
.select-btn {
    background: linear-gradient(70deg, blue, pink);
    font-weight: bold;
    padding: 9px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 15px;
    color: white;
}
.select-btn2 {
    background: linear-gradient(69deg, #e06b2e, #edb578);
    font-weight: bold;
    padding: 9px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 15px;
    color: white;
}
.select-btn3 {
    background:linear-gradient(70deg, #3a995700, #b59ea2);
    font-weight: bold;
    padding: 9px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 15px;
    color: white;
}
.select-btn4 {
    background:linear-gradient(69deg, #ff0404, #ed7a7a);
    font-weight: bold;
    padding: 9px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 15px;
    color: white;
}
.monthly { background-color: #3b6ef6; }
.yearly { background-color: #3ecf8e; }
.lifetime { background-color: #e06b2e; }
.landing { background:linear-gradient(70deg, blue, pink); }
.business {  background:linear-gradient(69deg, #e06b2e, #edb578);  }
.catalog {background:linear-gradient(70deg, #3a995700, #b59ea2); }
.store { background:linear-gradient(69deg, #ff0404, #ed7a7a);  }
.separator {
    width: 100%;
    height: 5px;
    background-color: white;
    margin: 10px 0;
}
.precio {
    font-size: 24px;
    font-weight: bold;
    color: #a0968f;
}

.gradient-text {
    background: linear-gradient(70deg, blue, pink);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    
}
.gradient-text2 {
    background: linear-gradient(70deg, blue, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text4 {
    background: linear-gradient(70deg, #e06b2e, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text5 {
    background: linear-gradient(69deg, #ff0404, #ed7a7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text6 {
    background: linear-gradient(70deg, #bdbdff, #5b4dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;

    border-radius: 50%;
    text-align: center;
    font-size: 0px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}