body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #212529;
}

.titulo-principal {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1.1rem;
}

.titulo-categoria {
    font-size: 2rem;
    font-weight: 700;
    color: #ff3366;
    border-bottom: 3px solid #ff3366;
    padding-bottom: 0.5rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.hero-llamas {
    background: linear-gradient(to bottom, #ff0844 0%, #ff8a00 100%);
    color: white;
    padding: 5rem 1rem 8rem 1rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 90% 100%, 80% 80%, 70% 100%, 60% 80%, 50% 100%, 40% 80%, 30% 100%, 20% 80%, 10% 100%, 0% 85%);
    margin-bottom: 2rem;
}

.menu-trigger {
    cursor: pointer;
    border-left: 5px solid transparent;
    transition: all 0.3s ease;
}

.menu-trigger:hover {
    border-left: 5px solid #ff3366;
    background-color: #fff0f3 !important;
}

.precio-badge {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ff3366;
    background-color: #ffe6eb;
    padding: 0.4rem 0.8rem;
    border-radius: 2rem;
}

.footer-llamas {
    background: linear-gradient(to bottom, #ff0844 0%, #ff8a00 100%);
    color: white;
    padding: 4rem 1rem 2rem 1rem;
    clip-path: polygon(0% 15%, 10% 0%, 20% 15%, 30% 0%, 40% 15%, 50% 0%, 60% 15%, 70% 0%, 80% 15%, 90% 0%, 100% 15%, 100% 100%, 0% 100%);
}

@media (min-width: 768px) {
    .collapse .img-fluid {
        width: 60% !important;
    }
}