body {
    background-color: #fdf6ec;
}

.hero {
    background: linear-gradient(135deg, #d98e4a 0%, #b5651d 100%);
    color: white;
    padding: 5rem 1rem;
    border-radius: 0 0 1rem 1rem;
}

.card-product {
    transition: transform 0.15s ease-in-out;
}

.card-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.signature-pad {
    border: 2px dashed #b5651d;
    border-radius: 0.5rem;
    background: #fff;
    touch-action: none;
}

.status-badge {
    font-size: 0.85rem;
}

.dashboard-card {
    border-left: 4px solid #b5651d;
}
