:root {
    --brand-red: #e11d48;
    --brand-red-dark: #be123c;
    --brand-warm: #fff1f2;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.hero-gradient {
    background: radial-gradient(circle at top right, #fecdd3, #ffe4e6 35%, #fff7ed 100%);
}

.cake-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cake-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 35px -24px rgba(15, 23, 42, 0.55);
}

.whatsapp-float {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 45;
    border-radius: 9999px;
    background: #16a34a;
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1rem;
    box-shadow: 0 10px 30px -18px rgba(22, 163, 74, 0.75);
}

.whatsapp-float:hover {
    background: #15803d;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
