main {
    background-color: #FDF6F0;
}
.imagem-introducao{
    margin-top: -15%;
    border-radius: 50%;
    border-color: #C0649A;

}
.imagem-introducao img{
    border: 1px solid #C0649A;
    box-shadow:0px 0px 0px #f5e6f0, 0 0 20px rgba(255, 0, 149, 0.4);
}
.card-produtos img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.card-instagram{
    color: black;
    text-align: center;
    font-size: 30px;
}

/*<----BOTÕES---->*/
.button-whatsapp {
    padding: 50x;
    border-radius: 40px;
    background-color: #25D366;
    border-color: #25D366;
}

.button-whatsapp:hover {
    padding: 13px 28px;
    border-radius: 40px;
}

.button-workshop:hover {
    padding: 13px 28px;
    border-radius: 40px;
}

.button-workshop {
    padding: 50x;
    border-radius: 40px;
    background-color: #FDF6F0;
    border-color: #C0649A;
    color: #C0649A;
}

.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 13px 28px;
    border-radius: 40px;
    background: #C0649A;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
}

.btn-primary:hover {
    background: #C0649A;
    transform: translateY(-1px);
}

.btn-outline {
    padding: 12px 28px;
    border-radius: 40px;
    border: 1.5px solid #C0649A;
    color: #C0649A;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}

.btn-outline:hover {
    background: #C0649A;
    color: #fff;
}

.workshop-button {
    padding: 13px 28px;
    border-radius: 40px;
    background: #C0649A;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
}

.workshop-button:hover {
    background: white;
    transform: translateY(-1px);
    color: #C0649A;
}

/*--------*/
.p1 {
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C0649A;
    margin-bottom: 1rem;
}

.p2 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #5F5E5A;
    line-height: 1.7;
    max-width: 380px;
    margin-bottom: 2rem;
}

.h1 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.15;
    color: #3A2318;
    margin-bottom: 1rem;
}

/*<----SECTION---->*/
.introduction {
    padding: 5rem 2rem;
    margin: 5rem;
}

.produtos {
    padding: 5rem 2rem;
    margin: 5rem;
}

.who {
    padding: 5rem 2rem;
    margin: 5rem;
}

.workshop {
    padding: 5rem 2rem;
    margin: 5rem;
    margin-bottom: 0;

}

.navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 0.5px solid #C0649A;

}

.nav-link {
    color: #C0649A;
}

.card {
    background: #fff;
    border-radius: 12px;
    border: 0.5px solid #E8DDD3;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 32px #c0649a21;
}
a{
    color: #C0649A;
    text-decoration: none;
}
footer{
    border-top: 2px solid #C0649A;
}
.logo-instagram{
    color: #C0649A;
}